@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background: #EEEEEE url(../images/back_main.png) repeat-x top;
}
form { margin:0px; }

#wrapper {
	border: 1px solid #dddddd;
	background-color:#ffffff;
	clear:both;
	float:left;
	padding: 2px;
}

#title {
	width: 778px;
	height: 180px;
	background-image: url(../images/ams_header.jpg);
	text-align:right;
	background-repeat:no-repeat;
}
#content {
	float:right;
	width:576px;
}

#sidebar {
	float:left;
	width:200px;
}
#sidebar a.navilink {
	text-decoration: none;
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 3px;
	background-color: transparent;
	background-image: url(../images/sidenavup.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cacaca;
	display: block;
	font-family: Arial,Tahoma,Verdana,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	font-size-adjust: none;
	font-stretch: normal;
	color: #666666;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 5px;
	width: 90%;
}
#sidebar a.navilink:hover, a.selected {
	text-decoration: none;
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 3px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cacaca;
	display: block;
	font-family: Arial,Tahoma,Verdana,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	font-size-adjust: none;
	font-stretch: normal;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 5px;
	width: 90%;
	background-image: url(../images/sidenavover.png);
	color: #5871b3;
}
.bartitle {
	background-image: url(../images/titleback1.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-x-position: 0%;
	background-y-position: 0%;
	color: #666666;
	text-align: left;
	padding-left: 4px;
	height: 21px;
	text-transform: uppercase;
	margin-top: 2pt;
	margin-right: 2pt;
	margin-bottom: 2px;
	margin-left: 2pt;
	font-family: Arial,Tahoma,Verdana,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 9px;
	line-height: 24px;
	font-size-adjust: none;
	font-stretch: normal;
}
#maincontent {
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom:10px;
	margin-top: 8px;
	/*clear:both;*/
}
#maincontent h3 {
	font-size:12pt;
}
#maincontent h4 {
	font-size:10pt;
}

#copyright {
	color:#666666/*bdc6e2*/;
	padding-top: 10px;
	/*padding-top: 10px;*/
	/*border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d0d9f4;*/
	clear:both;
}
#copyright a {
	text-decoration:none;
	color:#666666;
}
#copyright a:hover { text-decoration:underline; }
#pagenotice {
	width:90%;
	padding:5px;
	background-color: #FFFFCC;
	border: 1px solid #FFFF00;
	background-position: left;
	margin-right: auto;
	margin-left: auto;
}

#loginbox .loginbtn {
	width:50px;
	height:20px;
	font-size:8pt;
}
#loginbox input {
	width:120px;
	font-size: 9pt;
}

#browsefield {
	font-weight:bold;
	padding:3px;
}

#usertable {
	border: 1px solid #dddddd;
}
#usertable .header {
	background-color: #dddddd;

}
#usertable .row {
	border-bottom: 1px solid #dddddd;
	padding:3px;
}
#usertable .rowunack {
	border-bottom: 1px solid #dddddd;
	padding:3px;
	font-weight:bold;
}
.searchsortfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}