/*****************************************************************************************************************************************************/

/********* BEGIN NAVIGATION MENU STYLES *********/

a:link, a:visited, a:hover {
    color: #666;
    font-weight: bold;
    text-decoration: none;
}

.nav {
    background: #fff url(../images/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    border-style: solid none solid none;
    margin-top: 5px;
    padding: 7px 12px;
}

.myQueueSelected {
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
	background: url(../images/queue.png) center left no-repeat;	
    color: #7A991A;
    padding: 4px 6px;
	padding-left: 25px;    
}

.searchSelected {
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
	background: url(../images/search.png) center left no-repeat;	
    color: #7A991A;
    padding: 4px 6px;
	padding-left: 25px;    
}

.menuButton {
    font-size: 12px;
    padding: 0 5px;
}
.menuButton a {
    color: #333;
    padding: 4px 6px;
}
.menuButton a.myQueue {
    background: url(../images/queue.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.graduateSearch {
    background: url(../images/search.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.undergraduateSearch {
    background: url(../images/search.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

/********* BEGIN MAIN BODY STYLES *********/

body {
	font-family: Segoe UI, Arial, Helvetica, sans-serif; 
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #333;
}


#logo { /* CaTS Banner */
	margin: 2px 0 0 0;
}


p {
	line-height: 170%;
}


a {
	color: #01543a;
}


/* Controls dotted divider line throughout site
div.dotted_line { 
	background-image:url(http://www.wright.edu/cats/images/dots.gif);
	background-repeat:repeat-x;
	background-position:center;
	padding: 2px 0 2px 0;
}*/
 
/*****************************************************************************************************************************************************/

/********* BEGIN MAIN CONTENT (CENTER SECTION) STYLES *********/

#main { /* Controls width, padding, etc. of center content section */
	margin: 0 30px 0 30px;
	padding: 5px 15px 1px 15px;
	border-left: 1px solid #9a9a9a;
	border-right: 1px solid #9a9a9a;
}

h1.main { /* Controls ONLY the main headings on each page */
	border-bottom: solid #b2b3b4 1px;
	letter-spacing: 1.5px;
	font-size: 150%;	
	font-family: Segoe UI, Arial, sans-serif; 
	color: #333;
	margin-top: 15px;
}


ul.list { /* Controls unordered list used as bold questions (see anti-spam page for example) */
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 125%;
	color: #01543a;
	font-weight: bold;
	line-height: 175%;
}


ul.list_normal { /* Controls undordered list that has no bold on links (see documentation page for example) */
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 125%;
	color: #01543a;
	font-weight: normal;
	line-height: 175%;
}


li.list { /* Controls unordered list elements used with above ul (see anti-spam page for example) */
	padding: 0 0 0 20px;
	font-size: 80%;
}


h1.list { /* Controls green headings (see anti-spam page for example) */ 
	margin-top: 15px;
	font-size: 125%;
	color: #01543a;
	font-weight: bold;
	letter-spacing: normal;
	border: none;
}

a span.help {display: none;}

a:hover span.help {display: block;
   position: absolute; 
   padding: 10px;
   color: black; background: #D8D8D8;
   font: 12px Arial, sans-serif; text-align: left; text-decoration: none;
   border: 2px dotted #333;
   width: 300px;
}

/*****************************************************************************************************************************************************/

/********* BEGIN FOOTER STYLES *********/

#wsuaddress { /* Controls the green address bar */
	position: relative;	
	height: 15px;
	background: #01543a;
	color: white;
	font-weight: bold;
	font-size: 85%;
	text-align: right;
	margin: 0;
	padding: 5px 25px 5px 0px;
    clear: both;
}


#contactfooter { /* Controls the text under green address bar */
	margin: 0;
	padding: 0;
	position: relative;	
	font-size: 85%;
 	text-align: right;
	right: auto;
	line-height: 150%;
}


#biplanelogosm { /*Controls the WSU image under green address bar */
	float: right;
	padding: 3px 0 0 0;
	margin: 0;
}


a.footer:link {color: #01543a; text-decoration:none; font-weight: lighter; font-size: 100%}
a.footer:visited {color: #01543a; text-decoration:none; font-weight: lighter; font-size: 100%}
a.footer:hover {color: #000000; text-decoration:underline; font-weight: lighter; font-size: 100%}
a.footer:active {color: #01543a; text-decoration:none; font-weight: lighter; font-size: 100%}

.nowrap {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	white-space: nowrap;
}


.tableheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	border: 1px solid #01543a
}

.whitefont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white
}

.redfont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: red
}	


/*****************************************************************************************************************************************************/

