html {
	height: 100%;
}

body {
	color: #777777;
	margin: 0;
	padding: 0;
	background: url(../img/bg.gif) #353434 top left repeat-x fixed;
	font-family: arial, sans-serif;
	font-size: 11px;
	height: 100%;
}

textarea {
	font-family: arial, sans-serif;
	font-size: 12px;
}

a:link,
a:visited,
a:active { color: #06648d; text-decoration: none; }
a:hover { color: white; text-decoration: none; }

.flash_hr_big {
	padding: 0;
	padding-left: 8px;
	height: 1px;
	font-size: 0;
	margin: 4px 0;
}

form, p { margin: 0px; padding: 0px; }

img { border: 0px; }

input, textarea, select
{
	background-color:#191919;
	border: 1px solid #4c4c4c;
	color: #bfbfbf;
}

textarea {
	overflow: auto;
}

.grad_line {
	position: absolute;
	margin-left: -1px;
}

.menu_hr {
	margin: 6px 0 6px 54px;
}
.small_hr {
	margin: 0 0 6px 0;
}
.big_hr { margin-left: 20px; }

/* LOGIN FORM*/
#horizon   {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}
	
#content  {
	margin-left: -125px;
	position: absolute;
	top: -120px;
	left: 50%;
	width: 250px;
	height: 240px;
	visibility: visible
	}

.login_table {
	width: 251px;
	height: 202px;
	margin-bottom: 10px;
	background: url(../img/login_bg.gif);
	text-align: left;
}

input.login_input {
	width: 130px;
}

input.login_submit {
	border: 0;
}

/* DEFAULT BODY*/
#contents_table {
	position: relative;
	left: 50%;
	margin-left: -475px;
	width: 950px;
	height: 100%;
}

.rightborder {
	border-right: 1px solid #3d3d3d;
	border-top: 1px solid #3d3d3d;
}

#title_cell {
	background: transparent url(../img/title.gif) no-repeat;
	height: 154px;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

/* #xtra_img {
	border-top: 1px solid #595959;
	border-bottom: 1px solid #595959;
} */

#navigation_cell {
	border-right: 1px solid #3d3d3d;
}

.clickable {
	cursor: pointer;
}

.navigation_image {
	border-top: 1px solid #595959;
	border-bottom: 1px solid #595959;
}

.header_image { margin-bottom: 20px; }

.reactie_poster { margin-top: 5px; font-size: 12px; margin-bottom: 10px; font-style: italic; text-align: right; }

.gepost { margin-top: 15px; font-size: 11px; margin-bottom: 10px; font-style: italic; text-align: right; }
.gepost .author { color: #06648d; }

.header { display: block; margin-bottom: 4px; text-align: center; font-size: 13px; font-weight: bold; }

.home_news_item { /* border-bottom: 1px solid #595959; */ }
.home_news_item .title {  height: 16px; font-weight: bold; margin-bottom: 4px; }
.home_news_item .body { margin-top: 4px; text-align: justify; }
.home_news_item .news_img { margin-top: 10px; }
.home_news_item_add { margin-top: 20px; margin-bottom: 20px; width: 450px; margin-left: 25px; color: #06648d; }

.right_padded { margin: 20px; padding-bottom: 20px; }
.left_padded { margin: 20px; padding-bottom: 20px; }

.user_name { font-size: 16px; font-weight: bold; margin-bottom: 10px; font-family: arial; }
.pagetitle_center {font-size: 22px; font-weight: bold; text-align: center; font-family: arial; }
.pagetitle { font-size: 22px; margin-bottom: 20px; font-weight: bold; text-align: left; font-family: arial; }
.pagetitle_nomargin { font-size: 22px; font-weight: bold; text-align: left; font-family: arial; }

.sectionheader { font-size: 16px; margin-bottom: 20px; font-weight: bold; text-align: left; font-family: arial; }
.sectionheader_nomargin { font-size: 16px; font-weight: normal; text-align: left; }

.knop { background-color: #777777; border: 1px solid white; color: white; }
.knop2 { background-color: black; border: 0px; color: #06648d; font-family: arial; font-size: 14px; }

.smallfont { font-size: 11px; }

.orangeline { height: 1px; width: 100%; border-top: 1px solid #06648d; margin-top: 10px; margin-bottom: 10px; }
.grayline { height: 1px; width: 100%; background: url(../img/hr_big.gif) center no-repeat; margin-top: 10px; margin-bottom: 10px; }

#uren_form_table {
	margin-bottom: 15px;
}

#uren_form_table input {
	background-color: #222222;
	color: white;
	border: 0px;
	text-align: center;
	width: 23px;
}
#uren_form_table select {
	background-color: #222222;
	border: 1px solid white;
	color: white;
}

td.uren_rbb { border-right: 1px solid #595959; border-bottom: 1px solid #595959; }
td.uren_bb { border-bottom: 1px solid #595959; }
td.uren_rb { border-right: 1px solid #595959; }

#uren_footnotes {
	text-align: right;
	font-style: italic;
}

.highlighted {
	color: #06648d;
	font-weight: bold;
}

.light {
	color:#BFBFBF;
}

#opdrachtgever_list
{
	background-color: #222;
	border: solid 1px #ffffff;
}

#opdrachtgever_list li
{
	list-style-type: none;
	cursor:pointer;
}

.collega_eigenschap
{
	font-weight: bold;
	display: block;
}

.collega_item
{
	color: #cdcdcd;
}

#collega_blok p
{
	padding: 0px 0px 10px 0px;
}

#profieleigenschappen_up input
{
	margin: 0px 0px 7px 1px;
}

#profieleigenschappen_up td
{

}

#profieleigenschappen_down td 
{
	vertical-align:top;
}

/* #profieleigenschappen_down textarea
{
	margin: 0px 0px 10px 28px;
	overflow: auto;
} */

#boolean_users
{
	padding: 0px 0px 0px 20px;
}

#boolean_users input
{
	border:none;
	background:none;
}

#vakanties
{
	padding: 0px 0px 0px 20px;
}

#zoektabel
{
	border:none;
}

#zoektabel td
{
	border:none;
	visibility:visible;
}

a.white_orange {
	
}

a.white_orange:link,
a.white_orange:visited,
a.white_orange:active { color: #848484; }
a.white_orange:hover { color: white; }


.uren_alt_text_div {
	position: absolute;
	border: 1px solid #06648d;
	background-color: #222222;
	padding: 10px;
	width: 100px;
}

.uitleg_alt {
	position: absolute; text-align: left; padding: 5px; font-size: 10px; width: 165px; border: 1px solid #888888; background-color: black;
	top: 198px; left: 89px;
}