@import url(global/user.css);
@import url(global/common.css);
@import url(apps/forms01.css);

/* IMPORTANT!!
-------------------------------------------------------------*/
body {
	background:#666;
	color:#000;
}
a {
	color:#005CA4;
}
#header {
	background:#FFF url(../images/header.jpg) 0 0 no-repeat;
	height:200px;
}
#main-table-body-leftcell {
	background-color:#adadad;
}
#pagetitletext h1  {
	color:#750000;
}
#wrap {
	border:2px solid #750000;
}
#tabs {
	background-color:#750000;
}
form .submitbutton {
	background-color:#000;
}
#nav a {
	color:#FFF;
	font-size:80%;
}
#nav a.active {
	color: #000;
	background:#fff;
}
#nav a:hover {
	color:#000;
	background:#EEE;
}
/*////////////////////////////////////////////////////////////
-------------------------------------------------------------*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .76em;
	margin: 0 0 10px 0;
	text-align: center;
}
	#wrap {
		position: relative;
		margin: 15px auto 0;
		text-align: left;
		width: 760px;
		background-color: #fff;
	}

#header {
	width: 760px;
	margin: 0 auto;
}
	#header h1 {
		text-indent:-9999px;
	}
	#logo {
		height:200px;
		left:0px;
		top:0px;
		width:760px;
		
		display:block;
		background:transparent;
		overflow:hidden;
		position:absolute;
		text-indent:-9999px;
	}
	#printlogo {
		display: none;
	}
	
#tabs {
	height: 25px;
	left: 0;
	position: relative;
	width: 760px;
}
	#nav ul {
		margin: 0;
		padding: 0 0 0 16px;
		text-align: left;
	}
	#nav li {
		display: inline;
		list-style: none;
	}

#nav a {
	display: block;
	float: left;
	font-weight: bold;
	height: 20px;
	padding: 5px 1.2em 0px 1.2em;
	text-decoration: none;
}

#extradiv {
	display: none;
}

#main-body {
}
	#main-table-body {
		height:400px;
		background: transparent;
		border-collapse: collapse;
		clear:left;
	}
		#main-table-body-leftcell {
			vertical-align: top;
		}
			#sidebar {
				width: 161px;
			}
		#main-table-body-rightcell {
			padding:5px 0 0 0;
			vertical-align: top;
		}

#menu-header {
}

#menu{
}
	#menu ul{
		font-size: 90%;
		margin: 10px 0 0 0;
	}
		#menu li {
			list-style: none;
		}
			#menu a {
				color: #003;
				display: block;
				font-weight: bold;
				margin: 0 0 1px 0;
				text-decoration: none;
				padding: 5px 7px;
			}
			* html #menu a {
				margin-bottom: -15px;
			}
			#menu a:hover {
				background-color: #eee;
				color: #000;
			}
			#menu a.current, #menu a.subcurrent {
				background-color: #fff;
				color: #000;
			}

#menu-footer {
	margin-top:20px;
}

#banner {
	display: none;
}

/* BREADCRUMBS
-------------------------------------------*/
#breadcrumbbar{
	background:transparent;
	margin:0;
	position:relative;
	width:100%;
}
	#breadcrumblist{
		color:#554d3c;
		font-size:85%;
		line-height:120%;
		padding:.5em 0 .5em 10px;
		width:390px;
	}
		#breadcrumblist a:link, #breadcrumblist a:visited{
			color:#554d3c;
			text-decoration:none;
		}
		#breadcrumblist a:hover, #breadcrumblist a:active{
			color:#03396C;
			text-decoration:underline;
		}
		
		#breadcrumbemail{
			font-size:85%;
			position:absolute;
			right:9em;
			text-align:right;
			top:5px;
			width:9em;
		}
			#breadcrumbemail a:link, #breadcrumbemail a:visited{
				background:url(../images/email.gif) 0 2px no-repeat;
				color:#554d3c;
				float:right;
				padding:0 5px 0 18px;
				text-decoration:none;
			}
				#breadcrumbemail a:hover, #breadcrumbemail a:active{
					color:#03396C;
					text-decoration:underline;
				}
		
		#breadcrumbprint{
			font-size:85%;
			position:absolute;
			right:0;
			text-align:right;
			top:5px;
			width:9em;
		}
			#breadcrumbprint a:link, #breadcrumbprint a:visited{
				background:url(../images/printer.gif) 0 2px no-repeat;
				color:#554d3c;
				float:right;
				padding:0 5px 0 18px;
				text-decoration:none;
			}
				#breadcrumbprint a:hover, #breadcrumbprint a:active{
					color:#03396C;
					text-decoration:underline;
				}

#content {
	width: 590px;
	overflow: hidden;
}
	#content-header {
		display: none;
	}
	#content-body {
		margin: 10px 0px 15px 20px;
		width: 555px;
		overflow: hidden;
	}
		#pagetitle{
			margin: 0 0 10px 0;
			width: 538px;
		}
			#pagetitletext{
				font-family: verdana, helvetica, sans-serif;
			}
				#pagetitletext h1 {
					font-size: 175%;
					font-weight: bold;
				}
	#content-footer {
		display: none;
	}

#footer {
	clear: both;
	margin: 0 auto;
	width: 760px;
	position: relative;
}
	#footerwrap {
		width: 760px;
		position: relative;
	}
		#footer a {
			color: #969d4c;
			font-weight: normal;
			text-decoration: none;
		}
		#footer a:visited {
			color: #969d4c;
			font-weight: normal;
			text-decoration: none;
		}
		#footer a:hover {
			color: #03c;
		}
		#footer a:active {
			color: #03c;
		}

		#copyright {
			color: #FFF;
			position: absolute;
			font-size: 80%;	
			left: 10px;
			padding:0 0 10px 0;
			top: 8px;
		}
		#poweredby {
			position: absolute;
			font-size: 80%;	
			right: 10px;
			top: 8px;
		}
			#poweredby a:link, #poweredby a:visited{
				color: #FFF;
				text-decoration: none;	
			}
			
			#poweredby a:hover, #poweredby a:active{
				text-decoration: underline;
			}