@charset "UTF-8";
/* CSS Document */
@charset "UTF-8";
/* CSS Document */
/*LAYOUT*/

html{
	background:url(../img/bgwssu.jpg) no-repeat top center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
li{
	margin-bottom:.5em;
}
h5, h4 ,h3, h2, h1, h1.body_title, fieldset legend, .criteria_group legend{
	color:#F00;/*WSSU Red*/
}	
.title{
    color:#F00;/*WSSU Red*/
    font-weight:bold;
}
.title2{
    color:#F00;/*WSSU Red*/
    font-weight:bold;
}
.lightTitle1{
	color:#e1e1e1;/*NCSU light grey*/
}
.lightTitle2{
	color:#F00;/*WSSU Red*/
}
.hiliteText1 {
    color:#903;
}
.hiliteText2{
    color:#F00;/*WSSU Red*/
}
.hiliteText3{
    color:#e1e1e1;/*NCSU light grey*/
}

#footer{
	background:#000;/*WSSU Black*/
	color:#F00;/*WSSU Red*/
}
a.utilityButton:hover, .utilityBtn:hover{
	border:1px solid #F7696B;
	outline:1px solid #600;
	background-color:#F00;/*WSSU Red*/
	color:#FFF!important;
}
#uncOnlineSearch, .searchBox{
	color:#000;/*WSSU Black*/
}	

div#mainNavigation{
	background:#000;/*WSSU Black*/ 
}


div#mainNavigation ul.discovery a, div#mainNavigation ul.discovery a:visited, #footer a, #footer a:visited{
	color:#e1e1e1/*light grey*/
}
div#mainNavigation ul.discovery a:hover, #footer a:hover{
	color:#FFF;
}
div#mainNavigation ul.discovery a.selected, div#mainNavigation ul.discovery a.selected:hover{
	color:#000;
}

div#mainNavigation ul.services a, div#mainNavigation ul.services a:visited{
	color:#F00;/*WSSU Red*/
}
div#mainNavigation ul.services a:hover{
	color:#F7696B;
}
div#mainNavigation ul.services a.selected, div#mainNavigation ul.services a.selected:hover {
	color:#F00;/*WSSU Red*/
}
div#breadcrumb a, div#breadcrumb a:visited {
  	color:#F00;/*WSSU Red*/
}
div#breadcrumb a:hover {
   	color:#F7696B;
}
/*-----VERTIACL TABS & CAMPUS LIST-----*/


ul.campusList li a.current, ul.campusList li a.current:hover, .verticalTabs a.selected, .verticalTabs a.selected:hover{
	background-color:#000;/*WSSU Black*/
	color:#FFF;
}

/*-----TABBED CONTENT-----*/

div#tabbedContent h2{
	color:#F00;/*WSSU Red*/
}

div#contentTabs a.selected, div#contentTabs a.selected:hover{
	background:#000;/*WSSU Black*/ 
	color:#fff;
}

.horizontalTabs a.selected, .horizontalTabs a.selected:hover{
	color:#F00;/*WSSU Red*/
}


div#tabbedContent{
	outline:2px solid #000;/*WSSU Black*/ 
	background:#000;/*WSSU Black*/
}

.univInfo{
	font-size:.85em;
	background-color:#CCC;/*NCSU Middle Grey*/
}
.univInfo td{
	color:#000;	
}


/*---MY DASHBOARD / MYSTUFF---*/

#countrydivcontainer{
    outline:2px solid #000;/*WSSU Black*/ 
	background-color: #000;/*WSSU Black*/ 
}

#myStuffContent input[type="text"], #myStuffContent textarea, #ColumnContent input[type="text"], #ColumnContent textarea, #uncOnlineSearch input[type="text"]{
	background-color:#CCC;/*NCSU Middle Grey*/	
}
#myStuffContent input[type="text"]:focus, #myStuffContent textarea:focus, #ColumnContent input[type="text"]:focus, #ColumnContent textarea:focus, #uncOnlineSearch input[type="text"]:focus{
	background-color:#e1e1e1/*NCSU light grey*/
}
.actionsBar {
	background-color:#F00;/*WSSU Red*/
    color:#FFF;
    border:1px solid #F00;/*WSSU Red*/
}
.actionsBar li a, .actionsBar li a:visited {
	border:1px solid #E00;
	outline:1px solid #900;
	background-color:#D00;
	color:#ddd;
}
.actionsBar li a:hover {
    background-color:#F7696B;
	outline:1px solid #A00;
	border:1px solid #f99;
    color:#FFF;
}

.utilityTable th, .utilityTableGrey th{
	color:#F00;/*WSSU Red*/
	background:#000;/*WSSU Black*/
}
.utilityTable th h1, .utilityTableGrey th h1, 
.utilityTable th h2, .utilityTableGrey th h2, 
.utilityTable th h3, .utilityTableGrey th h3, 
.utilityTable th h4, .utilityTableGrey th h4,
.utilityTable th h5, .utilityTableGrey th h5{
	color:#F00;/*WSSU Red*/
	margin:0;
	padding:0;
}


/*-----BOOKBAG/BASKET-----*/

#bookbag_header {
   background:#000;/*WSSU Black*/
   color:#F00;/*WSSU Red*/
}

div #col1 h3, div #col2 h3, div #col3 h3{
	color:#F00;/*WSSU Red*/
}

div #agreement .title{
	color:#F00;/*WSSU Red*/
}

div #smallBox h3{
	color:#F00;/*WSSU Red*/
}
div #smallBox h5{
	color:#F00;/*WSSU Red*/
}


.hiliteBg {
    background-color:#F00;/*WSSU Red*/
    color: #FFF;
}
table.course_results_sort td
{
	color:#F00;/*WSSU Red*/
}

#help a,  #help a:visited{
   	color:#F00;/*WSSU Red*/
}
#help a:hover {
 	color:#F7696B;
}

.titleBar{
	background:#000;/*WSSU Black*/
	color:#F00;/*WSSU Red*/
	
}