/* main layout css */

body 
{
    margin: 0px; 
    background-image: url(../../images/elements/bg-grad.gif);
    background-repeat: repeat-x;
    background-color:#102d50;
}

#Wrapper 
{
    width: 765px;
    margin-left:auto;
    margin-right:auto;
    padding:0px;
    /*
    background-color:#72798d;
    border-left: 1px solid #a0a0a0;
    border-right: 1px solid #a0a0a0;
    */
}

/* Wrapper for the login pages */
#loginWrapper 
{
    width: 765px;
    margin-left:auto;
    margin-right:auto;
    padding:0px;
    background-color:#72798d;
    border-left: 1px solid #a0a0a0;
    border-right: 1px solid #a0a0a0;
}

#header 
{
    height:84px;
    width:765px;
    background-color:White;
    border-left: 1px solid #a0a0a0;
    border-right: 1px solid #a0a0a0;
}

#daysOfTheWeek 
{
    margin-left:8px; 
    margin-top:6px; 
    margin-bottom:25px; 
}

#MsgBoxArea 
{
   display:table;
   width:765px;
   /*margin-top:17px; 
   margin-bottom:10px;*/
   padding-top:17px;
   padding-bottom:10px;
   background-color:#72798d;
   border-left: 1px solid #a0a0a0;
   border-right: 1px solid #a0a0a0;
}

#aboveMainContent 
{
   width:765px;
   margin-top:10px;
   background-color:#72798d;
   border-left: 1px solid #a0a0a0;
   border-right: 1px solid #a0a0a0;
   margin-top:0px;
}

#mainContent 
{
   display:table;
   width:765px;
   color:#fffefe;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:12px;
   background-color:#72798d;
   border-left: 1px solid #a0a0a0;
   border-right: 1px solid #a0a0a0;
   
}
    #leftNav 
    {
        display:inline;
        float:left;
        width:175px;
        margin-left:12px;   
    }
    #rightContent 
    {
        display:inline;
        float:right;
        width:565px;
    }

.mainContentMargins 
{
    
	margin: 10px 20px 20px 20px;
}



/***************************/

/*** schedule search box **/
#searchBox 
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    width:170px;
    font-size:11px; 
    color:white;
    text-align:center;
    margin-bottom:20px;
    background-color:#f4f5f7;
    padding-bottom:2px;
}

.searchTitle {
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-weight: bold; 
    font-size:14px;
    text-align:center;
    margin-left:3px;
    margin-bottom:3px;
}

.inputBox 
{
    font-size:12px; 
    width:150px; 
    background-color:#D7FFFF; 
    color:#000;
}
/****/

/* mostly for content */
h1
{
    margin-top: 0px;
    font-family: "Times New Roman" , Times, serif;
    font-size: 20px;
    color: #f8f8ff;
    border-bottom: 1px solid Silver;
    width: 100%;
    text-transform: uppercase;
    /*background-color: #72798d;*/
}

h2 
{
    font-family:"Times New Roman", Times, serif;
    font-size:14px;
    text-transform:uppercase;
    color:#fffefe;
}

p 
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height:18px;
    color:#fffefe;
}

img.showImages 
{
    float:left; 
    margin-left:0px; 
    margin-right:10px;
    border:1px solid #333;
    /*-moz-border-radius: 3px;*/
}

blockquote 
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height:18px;
    color:#fffefe;
}

hr 
{
    height:1px;
    border:0;
    background-color: silver;
    color:silver;
}

/* css selector trick IE no likey  */
td > hr 
{
   /* margin-top:0px;
    margin-bottom:0px;*/
}

/***********************************/

/* main links */

a:link
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #b0c4de;
    text-decoration: underline;
    font-weight: bold;
}
a:visited 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:  #c0c0c0;
	font-weight: bold;
	text-decoration: underline;
}
a:hover 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:  #c0c0c0;
	font-weight: bold;
	text-decoration: none;
}
a:active 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:  #c0c0c0;
	font-weight: bold;
	text-decoration: none;
}

/********************************/

#topLinks 
{
    width:765px;
    height:26px;
    background-color:#5b6f84;
    border-bottom: 1px solid #2B3454;
    border-left: 1px solid #a0a0a0;
    border-right: 1px solid #a0a0a0;
}

    .televisionImage 
    {
        float:left;
        width:161px;
        height:26px;
    }

    .topLinksText 
    {
        /*left: 5px;*/
        float:right;
        color: White; 
        width:600px;
        height:26px;
        padding-top:2px;
        text-align:center;
        /* border: solid 1px red;*/
    }

a.topLinks:link 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size: 12px;
	color: white;
	font-weight: 700;
    text-decoration: none;
}
a.topLinks:visited 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size: 12px;
	color: white;
	font-weight: 700;
	text-decoration: none;
}
a.topLinks:hover 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size: 12px;
	color:#CFE5FF;
	font-weight: 700;
	text-decoration: blink;
}
a.topLinks:active 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size: 12px;
	color: white;
	font-weight: 700;
	text-decoration: none;
}

/****************************************************/


/* footer bar */
#footer
{
    color: white;
    height:45px;
    width:765px;
    background-color:#5b6f84;
    border-top: 1px solid #a0a0a0;
    border-bottom: 1px solid #a0a0a0;
    border-left: 1px solid #a0a0a0;
    border-right: 1px solid #a0a0a0;
}

img.footerLogo 
{
    float:left;
}

.footerLinks 
{
    margin-top:11px;
}

a.footerLink
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:white;
	text-decoration: underline;
	font-weight: normal;
}
/************************************/


.dropdown 
{
    background-color: #2B3454;
    font-size:10px; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #fff;
}

.showHeadText 
{
    font-family:"Times New Roman", Times, serif;
    text-transform:uppercase;
    font-size:14px;
    line-height:18px;
    color:#fffefe;
}


/* Vertical Buttons 
Browser support:
- PC: IE 5.0 IE 6.0, Netscape 7.1, Mozilla 1.4, Opera 7.11  	
- MAC: IE 5.2, Netscape 7.0, Mozilla 1.4, Opera 6.0 * partial support, Safari 1.0 
*/

#navcontainer 
{
    /*background-color: #333;*/
    background-color:#B1C3D9;
    width: 168px;
    margin: 0px;
    margin-top:5px;
    margin-bottom:6px;
    padding: 0px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;

    /*-moz-border-radius: 3px;*/
}

ul#navlist 
{
    font-weight:bold;
    border-width: 1px;
    border-style: solid;
    border-color: #f0eded;
    
    text-align: left;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 100%;
}

ul#navlist li 
{
    display: block;
    margin: 0;
    padding: 0;
}

ul#navlist li a
{
    display: block; /*width: 100%;*/
    width: 96%; /*IE fix*/ /*padding:'padding-top' 'padding-right' 'padding-bottom' 'padding-left';*/
    padding: 5px 0 6px 5px;
    border-width: 1px;
    border-style: solid;
    color: #666;
    border-color: #ffe #aaab9c #ccc #fff; /*color: #000;*/
    text-decoration: none; /*background-color: #A5C0DE;*/
    background-color: #dcdcdc;
}

#navcontainer>ul#navlist li a { width: auto; }
ul#navlist li#active a { background-color: #85A8CE; color: #800000; }

ul#navlist li a:hover, ul#navlist li#active a:hover 
{
    color: #fff; 
    background: transparent; 
    border-color: #aaab9c #fff #fff #ccc; 
}

/**************************************/




/****************************************/

/* mods for login*/

/* for CTP */
img.showImagesRight 
{
    float:right; 
    margin-left:10px; 
    margin-right:0px;
    margin-top:5px;
    border:1px solid #2B3454;
    /*-moz-border-radius: 3px;*/
}
