/*====== Theme Specific Style Sheet =====================*/

body {
	background-image: url(images/bgnd_grad.jpg);
	background-repeat: repeat-x;
	background-color: #adadad;
}

/*--- Basic HTML Elements ---*/
.btn {background: url(images/formButton_background.gif);}

.required {font-size:120%; color:Red;}

/*--- Page Layout ------*/
#wrapper {
	width: 1020px;
	background-color: #ffffff;
	margin: 0 auto 0 auto;
}
#topContainer	{width:100%;}
#bottomContainer {width:100%;padding-top:5px;}
#contentContainer {width:100%;}

/* Header */
#headerBox		{margin:3px;}
#headerBox a {
	color: #333333;
	padding-left: 10px;
}

#topPaneBox		{
	height: 30px;
	background-image: url(images/nav_bgnd.gif);
	border-bottom: 1px solid #cccccc;
}
#topPaneBox a {
	font-size:12px;
	font-weight:bold;
	letter-spacing:-1px;
	word-spacing:0px;
	display:inline-block;
	position:relative;
	top:4px;
	margin-left:2px;
	margin-right:2px;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
	color:#393C39;
}
#topPaneBox a:hover, a.selected {
	text-decoration:none;
	background:url(images/nav_bgnd_hover.gif);
	background-repeat:repeat-x;
}

/* Search Bar */
#searchBox		{background: url('images/search_background.gif') no-repeat #CECFCE;}

/* Detail Bar */
#detailBox		{
	background: #000000;
	color: #FFFFFF;
	position:relative;
}
#detailBox .modTitle {
	margin-left:10px;
}

/* Left Pane */
#leftPaneBox	{
	padding-top:0;
	padding-left:5px;
	padding-right:5px;
}
div.navbgnd {
	width: 142px;
	background-image:url(images/bgnd_grad_nav.gif);
	background-repeat: repeat-x;
	padding-left: 5px;
}
#leftPaneBox a {
	color: #333333;
	padding: 2px 0 2px 0;
	display: block;
	border-bottom: 1px solid #cccccc;
}
#leftPaneBox a.sel {
	font-weight:bold;
}
#leftPaneBox a.sub {
	padding-left: 15px;
}

#leftPaneBox a.subnext {
	padding-left: 30px;
}

/* Modules */
#moduleBox {border-top:0; padding-top:5px; padding-left:5px; padding-right:5px;}

#bottomPaneBox {margin-top:40px; clear:both;}
/*--- Page Layout /---*/