@import url(global/user.css);
@import url(global/common.css);
@import url(apps/forms01.css);
@import url(apps/calendar01.css);

/* IMPORTANT!!
-------------------------------------------------------------*/
body {
	background: #003;
	color: #000;
}
a {
	color: #005CA4;
}
#header {
	background: #FFF url(../images/header.jpg) 0 0 no-repeat;
	height: 150px;
}
#main-table-body-leftcell {
	background-color: #A9B8C7;
}
#pagetitletext h1  {
	color: #003;
}
#wrap {
	border: 2px solid #FDBF2E;
}
#tabs {
	background-color: #FDBF2E;
}
form .submitbutton {
	background-color: #003;
}
#nav a {
	color:#003;
	font-size:80%;
}
#nav a.active {
	color: #003;
	background: #fff;
}
#nav a:hover {
	color: #003;
	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;
	}
	#printlogo {
		display: none;
	}
	
#tabs {
	height: 25px;
	left: 0;
	position: relative;
	width: 760px;
}
	#nav ul {
		margin: 0;
		padding: 0 0 0 161px;
		text-align: left;
	}
	#nav li {
		display: inline;
		list-style: none;
	}

#nav a {
	display: block;
	float: left;
	font-weight: bold;
	height: 20px;
	padding: 5px 1.0em 0px 1.0em;
	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;
}

#breadcrumbbar {
	height: 18px;
	margin: 0 0 0 0;
	padding: 0;
	width: 100%;
}
	#breadcrumbbar, #breadcrumbbar div a, #breadcrumbbar div a:visited {
		color:#666;
	}
	#breadcrumblist {
		display:none;
		float: left;
		font-size: 85%;
		padding: 0 0 0 10px;
		width: 300px;
	}
		#breadcrumblist a:link, #breadcrumblist a:visited {
			text-decoration: none;
		}
		#breadcrumblist a:hover, #breadcrumblist a:active {
			text-decoration: underline;
		}

	#breadcrumbemail {
		float: right;
		font-size: 85%;
		text-align: right;
		width: 100px;
		line-height: 15px;
	}
		#breadcrumbemail a {
			background: url(../images/email.gif) 0 4px no-repeat;
			float: right;
			padding: 0 5px 0 18px;
			text-decoration: none;
		}
		#breadcrumbemail a:hover {
			text-decoration: underline;
		}
	#breadcrumbprint {
		float: right;
		font-size: 85%;
		text-align: right;
		width: 100px;
		line-height: 15px;
	}
		#breadcrumbprint a {
			background: url(../images/printer.gif) no-repeat left;
			float: right;
			padding: 0 5px 0 18px;
			text-decoration: none;
		}
		#breadcrumbprint a:hover {
			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: #FDBF2E;
			position: absolute;
			font-size: 80%;	
			left: 10px;
			top: 8px;
		}
		#poweredby {
			position: absolute;
			font-size: 80%;	
			right: 10px;
			top: 8px;
		}
			#poweredby a:link, #poweredby a:visited{
				color: #FDBF2E;
				text-decoration: none;	
			}
			
			#poweredby a:hover, #poweredby a:active{
				text-decoration: underline;
			}