﻿
/*****************************************
General
*****************************************/
body
{
    font-family: Arial;
    margin: 0px;
    font-size: 16px;
    background-color: #666666;
    height: 100%;
}

.text
{
    font-family: Tahoma;
    font-size: 9pt;
    color: #333333;
    line-height: 11pt;
    margin: 5px;
}


/*****************************************
Containers
*****************************************/
#topper
{
    /*height: 15px; 	background-color: #333333;*/
}
#mainContainer
{
    height: 100%;
    background-repeat: no-repeat;
    background-position: left top;
    background-color: #EEEEEE;
    width: 900px;
    margin: 20px auto;
    position: relative;
    cursor: default;
    height: 100%;
}



#topContainer
{
    border-left: solid 1px #CCCCCC;
    border-top: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
}


#headerContainer
{
    height: 125px;
    width: 900px;
    margin: 0px;
    position: relative;
    text-align: left;
    cursor: default;
}

#navContainer
{
    text-align: left;
    padding: 0px 45px;
    margin-bottom: 0px;
}

#middleContainer
{
    text-align: left;
    padding: 0px 45px;
    margin-bottom: 0px;
    border-left: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
}

#lowerContentContainer
{
    padding-top: 20px;
    padding-bottom: 45px;
}


#bottomContainer
{
    padding: 0px 5px;
    height: 30px;
    line-height: 30px;
    background-color: #666666;
    border-top: solid 1px #CCCCCC;
}

#contentContainer
{
    background-position: left top;
    background-repeat: repeat-y;
}



/*****************************************
Logo
*****************************************/
#logo
{
    float: left;
    padding: 30px 0px 0px 45px;
}



/*****************************************
Application Bar
*****************************************/
#appBar
{
    background-repeat: repeat-x;
    height: 34px;
    width: 290px;
    float: right;
    margin: 49px 45px 0px 0px;
    padding: 0;
    border: 0;
    white-space: nowrap;
    display: block;
    font-family: verdana;
    font-size: 8pt;
    z-index: 1;
    text-align: center;
}

#appBarLeftEnd, #appBarRightEnd
{
    background-repeat: no-repeat;
    height: 34px;
}

#appBarLeftEnd
{
    background-image: url(    '../images/nav_left.png' );
}

#appBarRightEnd
{
    background-image: url(    '../images/nav_right.png' );
    background-position: 100% 0%;
    padding: 0px 15px 0px 12px;
}

#appBar ul
{
    background-image: url(    '../images/nav_middle.png' );
    text-align: center;
    list-style-type: none;
    clear: none;
    height: 34px;
    margin: 0;
    padding: 0px;
    border: 0;
}

#appBar ul li
{
    text-align: center;
    list-style-type: none;
    float: left;
    padding: 0;
    border: 0;
    display: block;
    width: auto;
    margin: 0px 1px;
}

.appBarItem
{
    color: white;
    text-decoration: none;
    float: left;
    text-align: center;
    margin: 0px 0px;
    padding: 10px 5px;
    display: block;
}

.appBarItem:hover
{
    /*border-bottom: 2px solid #ff9c00;*/
    margin: 0px 0px;
    padding: 10px 5px;
    text-decoration: underline;
}


.appItemSelected
{
    text-decoration: none;
    text-align: center;
    margin: 5px 0px;
    padding: 5px 5px;
    display: block;
    color: orange;
    font-weight: bold; /*color: #ff9c00;*/
}


#appBar ul li.pipe
{
    padding: 8px 0px 12px 0px !important;
    color: #c9caca;
    font-size: 13px;
}


/*****************************************
Nav Bar
*****************************************/
#nav
{
    height: 34px;
    width: auto;
    padding: 0;
    white-space: nowrap;
    display: block;
    font-family: arial;
    font-size: 9pt;
    z-index: 1;
    margin-bottom: 10px;
    color: white;
}


#nav ul
{
    text-align: center;
    list-style-type: none;
    clear: none;
    height: 100%;
    margin: 0;
    padding: 0px 0px 0px 0px;
    border: 0;
}

#nav ul li
{
    text-align: center;
    list-style-type: none;
    float: left;
    padding: 0;
    border: 0;
    display: block;
    margin: 0px 1px;
}

.navItem
{
    text-decoration: none;
    text-align: center;
    display: block;
}

.navItem:hover
{
    /*border-bottom: 2px solid #ff9c00;*/
    text-decoration: underline;
}

.navItemSelected
{
    text-decoration: none;
    text-align: center;
    margin: 5px 0px;
    padding: 5px 5px;
    display: block;
    color: orange;
    font-weight: bold; /*color: #ff9c00;*/
}


#nav ul li.pipe
{
    visibility: hidden;
    padding: 8px 0px 12px 0px !important;
    color: #c9caca;
    font-size: 13px;
}


/*****************************************
Mid Content
*****************************************/

#contentLayout
{
    width: 650px;
}

#sideBar
{
    float: right;
    width: 150px;
}

.sideBarHeader
{
    padding: 5px;
    font-size: 75%;
    background-color: transparent;
    font-weight: normal;
    color: #888888;
    border-bottom: solid 1px #CCCCCC;
    border-left: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
    margin-bottom: 5px;
    border-top: solid 1px #CCCCCC;
}

.sideBarHeaderSelected
{
    color: #CC2F00;
    font-weight: bold;
    padding: 5px;
    font-size: 75%;
    font-weight: bold;
    border: solid 1px #CCCCCC;
    background-image: url(     '../images/sideBarHeader.png' );
    background-position: middle top;
}


.launchSideBarHeaderSelected
{
    color: #CC2F00;
    font-weight: bold;
    padding: 5px;
    font-size: 75%;
    font-weight: bold;
    border: solid 1px #CCCCCC;
    background-image: url(     '../images/launchSideBarHeader.png' );
    background-position: middle top;
}

.sideBarContent
{
    padding: 5px 5px 0px 5px;
    background-color: white;
    font-size: 75%;
    border-bottom: solid 1px #CCCCCC;
    border-left: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
    margin-bottom: 5px;
}

.appButton
{
    display: block;
    border: solid 1px #BBBBBB;
    background-color: #EEEEEE;
    margin-bottom: 5px;
    padding: 5px;
    color: #333333;
    text-decoration: none;
}

.appButton:hover
{
    background-color: #DDFFDD;
    font-weight: bold;
    background-image: url(  '../images/run.gif' );
    background-position: right center;
    background-repeat: no-repeat;
    border-right: solid 1px #666666;
    border-bottom: solid 1px #666666;
    border-top: solid 1px #DDDDDD;
    border-left: solid 1px #DDDDDD;
}

.LinkItem
{
    padding-left: 20px;
    height: 20px;
    line-height: 20px;
    color: #333333;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
    background-image: url(  '../images/link.gif' );
    background-position: left center;
    background-repeat: no-repeat;
}

.SignUpLinkItem
{
}

.ListItem
{
    padding-left: 20px;
    height: 15px;
    line-height: 15px;
    color: #333333;
    text-decoration: none;
    display: block;
    background-image: url(  '../images/link.gif' );
    background-position: left center;
    background-repeat: no-repeat;
}

.pdfLinkItem
{
    background-image: url(  '../images/pdf.gif' );
}

.LinkItem:hover
{
    text-decoration: underline;
}

/*****************************************
Footer
*****************************************/
.footerContent
{
    font-family: Arial;
    font-size: 8pt;
    color: #CCCCCC;
}

#leftFooter
{
    float: left;
}

#rightFooter
{
    float: right;
}

.footerContent a
{
    text-decoration: none;
    color: #CCCCCC;
}


.footerContent a:hover
{
    text-decoration: underline;
    color: #333333;
}

/*****************************************
Content
*****************************************/

#homeContainer
{
    margin: 0px 0px 0px 0px;
    padding: 0px 45px;
}

#homeContainer img
{
    display: block;
}

#tabContainer
{
    min-height: 200px;
}


#menuContainer
{
    margin: 0px;
    padding: 0px;
}

#menuContainer ul
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    list-style-image: none;
    height: 26px;
}

#menuContainer ul li
{
    margin: 0px;
    padding: 0px;
    float: left;
}

#menuContainer ul li a
{
    font-weight: bold;
    font-size: 75%;
    border-top: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
    background-image: url(     '../images/sideBarHeader.png' );
    background-position: middle top;
    text-decoration: none;
    color: #666666;
    display: block;
    padding: 5px 10px;
    height: 15px;
    width: 150px;
}

#menuContainer ul li a:hover
{
    color: #333333;
    text-decoration: underline;
}

#menuContainer ul li a.menuContainerHomeLink
{
    background-image: url(     '../images/home.png' );
    background-repeat: no-repeat;
    background-position: left middle;
    width: 15px;
    font-weight: normal;
    color: #999999;
    border-left: none;
    border-top: none;
    border-bottom: none;
}

#menuContainer ul li a.menuContainerHomeLink:hover
{
    color: #333333;
}

#menuContainer ul li a.selectedTab
{
    color: #CC2F00;
    border-bottom: solid 1px white;
    background-image: url(     '../images/sideBarHeaderSelected.png' );
    height: 16px;
    top: -1px;
    position: relative;
}

#menuContainer ul li a.selectedTab:hover
{
    text-decoration: none;
}

#tabContentContainer
{
    padding: 10px;
    float: none;
    min-height: 320px;
    border: solid 1px #CCCCCC;
    background-repeat: repeat-x;
    background-position: left top;
    background-image: url(          '../images/tabContentBg.png' );
    background-color: #EEEEEE;
}


#nonTabContentContainer
{
    padding: 10px;
    float: none;
    min-height: 320px;
    border: solid 1px #CCCCCC;
    background-repeat: repeat-x;
    background-position: left top;
    background-image: url(          '../images/tabContentBg.png' );
    background-color: #EEEEEE;
}


#nonTabContentContainerNoBorder
{
    float: none;
    min-height: 320px;
    background-repeat: repeat-x;
    background-position: left top;
    background-image: url(          '../images/tabContentBg.png' );
    background-color: #EEEEEE;
}

/*HOVER MENU*/
/*
.hoverMenuItem
{
	
	text-decoration: none;
	text-align: center;
	margin: 5px 0px;
	padding: 5px 5px;
	display: block;
	color: #CC2F00;
	background-color: #EEEEEE; 
	background-position: left top;
	background-repeat: repeat-y;
	z-index: 1;
}
*/
.hoverMenuItem
{
    color: #EEEEEE;
    text-decoration: none;
    padding: 3px 15px;
    margin-bottom: 5px;
    display: block;
}
.hoverMenuItem:hover
{
    /* 	background-color: #EEEEEE; 	color: #CC2F00;*/
    text-decoration: underline;
}

.hoverMenu
{
    width: 200px;
    text-align: left;
    padding: 0px 0px;
    font-family: verdana;
    font-size: 8pt;
    background-image: url(    '../images/nav_middle.png' );
}

/*
.HoverMenu
{
	border-bottom: solid 1px #888888;
	border-right: solid 1px #888888;
	width: 360px;
	height: 180px;
	background-color: #EEEEEE; 
	background-position: left top;
	background-repeat: repeat-y;
	color: #666666;
	text-align: left;
	z-index: 13;
	visibility: hidden;
	padding: 0px 0px;
	font-family: Arial;
	font-size: 9pt;
}
*/

.menuHeader
{
    height: 20px;
    padding: 0px 10px;
    font-weight: bold;
    font-size: 8pt;
    line-height: 20px;
}

.menuContent
{
    display: block;
}

.menuGroup
{
    float: none;
    padding: 10px 0px;
}


.menuContentItem
{
    color: #255794;
    text-decoration: none;
    display: block;
    height: 20px;
    line-height: 20px;
    padding: 0px 15px;
}

.menuContentItem:hover
{
    text-decoration: underline;
    background-color: #FFFFFF;
}

.menuContentItemHover
{
    color: #255794;
    text-decoration: none;
    display: block;
    height: 20px;
    line-height: 20px;
    padding: 0px 15px;
    text-decoration: underline;
    background-color: #FFFFFF;
}

.menuImage
{
    /* 	border: solid 1px #AAAAAA; 	background-color:White;*/
    visibility: hidden;
}


.tabText
{
    padding-top: 10px;
    margin-right: 50px;
    text-align: justify;
}


.contentHeader
{
    padding: 0px 0px 5px 10px;
    color: #CC2F00;
    text-decoration: none;
    height: 20px;
    line-height: 20px;
    font-size: 11.5pt;
    margin-bottom: 5px;
}
.contentPane
{
    padding: 0px 0px 15px 10px;
}
.contentPaneHeader
{
    color: #000033;
    font-size: 10pt;
}
.contentGroup
{
    margin-bottom: 20px;
    border-bottom: dotted 1px #CCCCCC;
}

.contentGroup.lastGroup
{
    border-bottom: none;
}

.contentPaneText
{
    text-align: justify;
    font-size: 10pt;
    color: #555555;
}

.contentPaneText p
{
    padding: 0;
    margin: 0;
    padding-bottom: 10px;
}

.contentPaneItem
{
    padding-left: 5px;
    padding-bottom: 10px;
}

.contentList li
{
    margin: 0;
    padding: 0;
}
.contentList
{
    margin: 0;
    padding: 0;
    margin-top: 10px;
    padding-left: 40px;
    margin-bottom: 15px;
}

.contentPaneItemContent
{
    margin-top: 10px;
    padding-left: 20px;
    margin-bottom: 15px;
}

.actionButton
{
    text-align: center;
    display: block;
    border: solid 1px #BBBBBB;
    background-color: #EEEEEE;
    margin: 0px;
    padding: 5px;
    color: #333333;
    text-decoration: none;
    width: 100px;
}
.actionButton:hover
{
    background-color: #DDDDFF;
    border-right: solid 1px #666666;
    border-bottom: solid 1px #666666;
    border-top: solid 1px #DDDDDD;
    border-left: solid 1px #DDDDDD;
}


a.notice
{
    background-position: #EA971D;
    position: relative;
    top: -15px;
    display: block;
    background: #FCD839;
    margin: 0px 0px -10px 0px;
    padding: 5px 10px;
    font-size: 75%;
    text-decoration: none;
    
    
}

a.notice:hover
{
    text-decoration:underline;
}
