/* Master CSS sheet for JDK Services */


/* modded html tags */

body {

	left: 0px;
	top: 0px;
	background-color: black;
	height: 110%;
	
}

input {

	font-size: 10px;
	background-color: #999;
	width: 75px;
	color: white;
	margin-left : 2px;
	margin-right: 5px;
	margin-top: 14px;
	
}

p {

	margin-left: 14px;

}

a {

	color: #666;
	font-size: 10px;

}

a:hover {

	color: white;

}

/*----------------------------------*/


/* Custom span */

.bolder {

	font-weight: bold;

}


/* content div's */

#header {

	position: absolute;
	left: 0px;
	top: 0px;
        height: 51px;
	width: 760px;
	border-left: 1px;
	border-color: black;
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
	text-align: right;
	vertical-align: text-bottom;
	font-family: Verdana;
	font-size: 10px;
        color: #666;
}

#header_admin {

	position: absolute;
	left: 0px;
	top: 0px;
        height: 51px;
	width: 100%;
	border-left: 1px;
	border-color: black;
	background-image: url(images/logo_admin.gif);
	background-repeat: no-repeat;
	background-color: white;
	text-align: right;
	vertical-align: text-bottom;
	font-family: Verdana;
	font-size: 10px;
        color: #666;
}

#navigation {

	position: absolute;
	left: 0px;
	top: 50px;
	border-left: 1px;
	border-color: black;
        background-image: url(images/nav_fill.gif);
        background-repeat: repeat-x;
        text-align: right;
	width: 760px;

}

#side_bar {

	position: absolute;
	left: 0px;
	top: 115px;
	background-image: url(images/side_bar_bg.gif);
	width: 195px;
	height: 223px;
	font-family: Verdana;
	font-size: 10px;
	padding-left: 10px;

}

#side_fill {

	position: absolute;
	height: 100%;
	width: 195px;
	top: 338px;
	left: 0px;
	background-image: url(images/side_fill.gif);
	background-repeat: x;
	color: white;

}

#main_content {

	position: absolute;
	height: 100%;
	top: 115px;
	left: 195px;
	width: 565px;
	background-image: url(images/main_bg.gif);
	background-repeat: x;
	border-left: 3px;
	border-color: #999;
	font-family: Verdana;
	font-size: 11px;

}

#main_content_admin {

	position: absolute;
	height: 310%;
	top: 51px;
	left: 0px;
	width: 100%;
	background-image: url(images/main_bg.gif);
	background-repeat: x;
	border-left: 3px;
	border-color: #999;
	font-family: Verdana;
	font-size: 11px;

}

#main_content_popup {

	position: absolute;
	height: 310%;
	top: 0px;
	left: 0px;
	width: 100%;
	background-image: url(images/main_bg.gif);
	background-repeat: x;
	border-left: 3px;
	border-color: #999;
	font-family: Verdana;
	font-size: 11px;

}
