@CHARSET "ISO-8859-1";
img {
	border: none;
}
table {
	width: 100%;
}
strong {
	font-weight: inherit;
	background-color: #fbfc7c;
	padding: 0 2px;
}
body {
	background-image: url(/images/back-grad.gif);
	padding: 0px;
	margin: 0px;
	background-color: white;
	font-family: arial;
	background-repeat: repeat-x;
}
div#main-container {
	margin: 0 auto;
	width: 980px;
}
.top-bar-container {
	background-image: url(/images/top-bar-bg.gif);
	background-repeat: repeat-x;
	height: 47px;	
}
.top-bar {
	margin: 0 auto;
	width: 980px;
}
.top-bar .schedule-makers {
	font-size: 0.8em;
	color: #283E55;
	float:right;
	padding: 15px 33px 0 0;
}
.top-bar .acct-search-label {
	float:left;
	color:#173866;
	text-shadow: 0 1px 1px white;
	padding: 13px 10px 0 33px;
}
.top-bar .acct-search-disabled {
	float:left;
	font-size: 0.8em;
	color: #283E55;
	padding: 15px 10px 0 33px;
	font-style: italic;
}
.top-bar .acct-search-container {
	float:left;
	padding: 7px 0 0 0;
}
.top-bar .acct-search-container INPUT {
	padding: 2px 9px;
	font-size: 1.1em;
	margin:0;
}
.top-bar .acct-search-themes {
	float:left;
	color: #283E55;
	font-size: 0.8em;
	padding: 8px 0 0 10px;
	line-height: 1em;
}


/* account search ** */
DIV.acct-search-container {
	position:relative;
	z-index:5;
}
INPUT.acct-search-input {
	font-size:1.2em;
	
}
DIV.acct-search-output {
	position:absolute;
	width: 400px;
	left:-1px;
	top: 38px;
	z-index:20;
	border: 1px solid #666;
	border-top: none;
	box-shadow: 0 5px 10px #000;
}
DIV.acct-search-output DIV.acct-search-results-container {
}
DIV.acct-search-output A.acct-search-result {
	display: block;
	text-decoration: none;
	color: #000;;
	padding: 10px 0px;
	border-bottom: 1px solid #aaa;
	background-color: #fff;
	width: 100%;
}
DIV.acct-search-output A.acct-search-result div.institution {
	font-size: 0.9em;
	padding: 0 10px;
	font-weight:bold;
}
DIV.acct-search-output A.acct-search-result div.dept {
	color: #444;
	font-size:0.75em;
	margin-top:-2px;
	padding: 0 10px;
}
DIV.acct-search-output A.acct-search-result:focus,
 DIV.acct-search-output A.acct-search-result:hover {
	background-color: #fffBBB;
}

DIV.acct-search-output DIV.acct-search-msg {
	position: relative;
	background-color: #fff555;
	font-size: 0.8em;
	margin: 0;
	padding: 5px 10px;
}
DIV.acct-search-output .acct-search-msg-point {
	position: absolute;
	background-position: -25px 0;
	top: -12px;
	height:12px;
	width:36px;
	left:2px;
}
DIV.acct-search-output DIV.acct-search-msg DIV.acct-search-head {
	font-weight:bold;
}

/* *** */
#current-users {
	text-align: right;
	font-size: 0.7em;
	color: #063875;
	padding-top: 2px;
}
#head {
	margin-top: 10px;
}
#head td {
	vertical-align: top;
}
#head img {
	padding-left: 33px;
	padding-top: 10px;
}
#head h1 {
	color: #A30505;
	padding: 0 30px;
	font-size: 1.1em;
	font-family: verdana;
}
#main {
	margin-top: 10px;
}
#main td {
	vertical-align: top;
}
#main td.for-blocks {
	padding: 30px 30px 30px 10px;
}
#main div.for-block {
}
div.for-block h2 {
	color: #063875;
	font-size: 1em;
	margin: 0px;
}
div.for-block ul {
	margin-top: 0.2em;
}
div.for-block li {
	font-size: 0.9em;
	line-height: 1.4em;
}
.trials {
	font-size: 1.05em;
	color: #A30505;
	line-height: 1.4em;
	font-weight: bold;
	padding-top: 10px;
}

#call-to-action {
	color: #063875;
	font-size: 0.9em;
	line-height: 2.5em;
	/*padding: 0 20px;*/
	margin-right:50px;
	font-weight: bold;
}
#call-to-action img {
	float: right;
	padding-top: 3px;
	border: none;
}
#call-to-action A.action-button {
	text-decoration:none;
	display:block;
	background-image: url(/images/action-button-3.gif);
	width: 181px;
	height: 65px;
	margin: 0 auto;
}
#call-to-action A.action-button:hover {
	background-position: 0 -63px;
}
.trademarks {
	text-align: left;
	font-size: 0.7em;
	color: #666;
	margin-top: 30px;
	padding-left: 33px;
}
#footer {
	background-image: url(/images/foot-grad.gif);
	padding: 20px 0 75px 0;
	margin: 0;
	background-color: white;
	font-family: arial;
	background-repeat: repeat-x;
	text-align: center;
	border-top: 3px double #ddd;
	font-size: 0.8em;
	color: #999;
}

