﻿body 
{
    /* layout */
    /* style */
    font: 10pt "Trebuchet MS", Arial, Verdana, sans-serif;
    text-align: left;
}
li {
	list-style: none;	
}
.nomargin 
{
	margin:0px;
}
p 
{ 
    /* layout */
    margin-top: 0px; 
    /* style */
    font: 10pt "Trebuchet MS", Arial, Verdana, sans-serif;
    text-align: left;
}
.InlinePanel {
    display:inline;
}
#container {
    /* layout */
    position:absolute; 
    left: 0px;
    top: 0px;
    width: 800px;
    margin-left: 0;
    text-align: left;
    /* style */
}
#notice {
	background-image:url(images/notice_header.png);
	background-position:top left;
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 18px;
	border: 1px solid black;
	padding: 10px;
	width: 360px;
	background-color: #FFFFCC;
	font-weight: bold;
}

#notice ul {
	display: block;
	margin: 0px;
	padding: 0px;	
}

#notice ul li {
	margin-left: 50px;
	font-weight: bold;
}
#error {
	background-image:url(images/error_header.png);
	background-position:top left;
	background-repeat:no-repeat;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid red;
	padding: 10px;
	width: 300px;
	background-color:#FFC6C6;
	font-weight:bold;
}
#error ul {
	display: block;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
#error ul li {
	margin-left: 50px;
	font-weight: bold;
}
#content
{
    /* layout */
    position:absolute;
    top:145px;
    left:150px;
    /* background-color:yellow; */
    padding:5px;
    width:640px;
    min-height:500px;
    /* style */
    font: 10pt "Trebuchet MS", Arial, Verdana, sans-serif;
}
#contentHeader
{
    /* layout */
    display:none;
    /* style */
}
#intro 
{
    /* layout */
    position:absolute;
    top:0px;
    left:0px;
    height:98px;
    width:100%;
    /* style */
    font: 10pt "Trebuchet MS", Arial, Verdana, sans-serif;
    background-color: #333366; /*#597eb2;*/
    border-bottom: solid 2px #6699cc;
    overflow:hidden;
    color:White;
}
#intro h1 
{
	margin:0px;
	padding:0px;
	width:285px;
}
/*
#Logo
{
    /* layout * /
    display:none;
    position:absolute;
    background: transparent url(images/CollegiateLogo.PNG) no-repeat top left;
    top:0px;
    left:0px;
    height:98px;
    width:285px;
}
*/
#Banner
{
    /* layout */
    position:absolute;
    background: transparent url(images/topGradient.PNG) repeat-y Left;
    top:0px;
    left:285px;
    height:60px;
    width:515px;
    padding:19px 0px 19px 15px;
}
#login 
{
    /* layout */
    height:25px;
    position:absolute;
    top:100px;
    right:0px;
    height:25px;
    width:100%;
    text-align:right;
    /* style */
    font: 8pt "Trebuchet MS", Arial, Verdana, sans-serif;
    background-color: #336699;
    color: white;
    vertical-align: bottom;
    padding-top:2px;
    overflow:hidden;
}
.LoginLinkPanel
{
	padding-right:10px;
}
.separator 
{
	height:50px;
	width:50px;
	background: transparent url(images/separator.png) left no-repeat;
	padding:3px;
	margin:5px;
	display:inline;
}
#login a
{
	color:White;
	font-weight:bold;
}
#login input
{
    /* style */
    font-size:9px;
    max-width:100px;
    margin-right:5px;
}
.LogoutLink
{
	font-size:10pt;
	font-weight:bold;
	color:White;
}
#usacStar
{
    float:left;
}
#navConferences
{
    /* layout */
    position:absolute;
    top:125px;
    height:20px;
    left:150px;
    width:650px;
    /* style */
    font: 10pt "Trebuchet MS", Arial, Verdana, sans-serif;
    background-color:#e1e1e1;
    color:#666666;
    overflow:hidden;
}
#navConferences a
{
    /* layout */
    /* style */
    color:#666666;
}
#navConferencesselected
{
    font-weight: bold;
}

#navConferences h3 
{
    /* layout */
    display:none;
    /* style */
}
#navConferences ul 
{
    /* layout */
    padding:0px 0px 0px 2px;
    margin:0px;
    /* style */
}
#navConferences li
{
    /* layout */
    display:block;
    float: left;
    padding-right:5px;
    padding-left:5px;
    /* style */
}
#sidebar
{
    /* layout */
    position:absolute;
    padding-top:20px;
    top:125px;
    width:150px;
    /* style */
    background-color:#6699cc;
    overflow:hidden;
}
#regionMapHolder {
    margin-top:20px;
    border-top: #6699cc 1px solid;
    border-left: #6699cc 1px solid;
    border-bottom: #333366 1px solid;
    border-right: #333366 1px solid;
}
#navLinks 
{
    /* layout */
    /* style */
    background-color: #336699;
}
#navLinks h3 
{
    /* layout */
    display:none;
    /* style */
}
#navLinks ul 
{
    /* layout */
    padding:0px;
    margin:0px;
    /* style */
}
#navLinks li
{
    /* layout */
    display:block;
    border-top: #6699cc 1px solid;
    border-left: #6699cc 1px solid;
    border-bottom: #333366 1px solid;
    border-right: #333366 1px solid;
    /* style */
    background: url(images/newsarrow.png) no-repeat left;
    padding-left:17px;
}
#navLinks a 
{
	color:White;
	text-decoration:none;
	font-weight:bold;
}
