﻿
/* DEFAULTS
----------------------------------------------------------*/

body
{
    background: #6F6F6F;
    font-size: .80em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.5em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

/*h1
{
    background-position: left;
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
    background-repeat: no-repeat;

}*/

h1
{
    margin-top: 35px;
    font-size: 2em;
    font-variant: normal;
}

h2
{
    font-variant: normal;
    font-size: 1.5em;
    background-image: url('Images/HeadingArrow.png');
    background-position:left 2px;
    text-indent: 20px;
    background-repeat: no-repeat;
    padding-bottom: 5px;
}

h3
{
    font-size: 1.1em;
}

h4, h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 960px;
    background-color: #fff;
    margin: 20px auto 40px auto;
    /*border: 0.5px solid #496077;*/
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #0E61AE;
    width: 100%;
    background-image: url('Images/HeaderBackground.png');
    background-repeat: repeat-x;
}

.headerArrow li
{
    list-style-image: url('Images/HeaderArrow.png');
    list-style-position: outside;
}

.headerArrow div
{
    vertical-align:top;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 25px 35px 35px 35px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #C0C0C0;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    background-color: #333333;
}
.footerHeader
{
    color: #C0C0C0;
    font-size: medium;
}

.footer a:link
{
    text-decoration: none;
}
.footer a:hover
{
    text-decoration: underline;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color: #333333;
    /*background-color:#3a4f63;*/
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    /*background-color: #465c71;*/
    background-color: #333333;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

div.menuNews
{
    padding: 4px 8px 4px 8px;
}

div.menuNews ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menuNews ul li a, div.menuNews ul li a:visited
{
    display: block;
    line-height: 1.0em;
    padding: 4px 0px 4px 0px;
    text-decoration: none;
    text-align: left;
    white-space: nowrap;
    font-size: x-small;
}

div.menuNews ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menuNews ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.dottedTable
{
    border-top: 1px dotted #000;
    border-left: 1px dotted #000;
    empty-cells: show;
}
        
.dottedTable td
{
     border-bottom: 1px dotted #000;
     border-right: 1px dotted #000;
}

.thumbnail li
{
    display: inline;
    float: left;
    margin-left: 15px;
    margin-bottom: 15px;
}

.noBorder
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
.dotted
{
	background-attachment: scroll;
	background-image: url(Images/dot.gif);
	background-repeat: repeat-x;
	background-color: transparent;
}


.footerbg
{
    width: auto;
    height: 75px;
    text-align: center;
    background-color: #808080;
}

.footer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: left;
	font-size: 12px;
	color: White;
}


.yui .ajax__tab_header 
{
    font-size:small;
    border-bottom:solid 5px #333333;
}
.yui .ajax__tab_header .ajax__tab_outer 
{
    background:url(images/menuGray.png) #d8d8d8 repeat-x;
    margin:0px 0.16em 0px 0px;
    padding:1px 0px 1px 0px;
    vertical-align:bottom;
    border:solid 1px #a3a3a3;
    border-bottom-width:0px;
}
.yui .ajax__tab_header .ajax__tab_tab
{    
    color:#000;
    padding:0.35em 0.75em;    
    margin-right:0.01em;
        cursor: pointer;
}
.yui .ajax__tab_hover .ajax__tab_outer 
{
    background: #bfdaff repeat-x;
}
.yui .ajax__tab_active .ajax__tab_tab 
{
    color:#fff;
}
.yui .ajax__tab_active .ajax__tab_outer
{
    background: #333333 repeat-x;
}

.accordionHeader {  
    color: white;  
    background-color: #333333;  
    font-size: 12px;  
    padding: 5px;  
    margin-top: 5px;  
    cursor: pointer;  
}  
          
.accordionHeaderSelected {  
    color: white;  
    background-color: #333333;  
    font-size: 12px;  
    padding: 5px;  
    margin-top: 5px;  
    cursor: pointer;  
}  
          
.accordionContent {  
    background-color: #FFFFFF;  
    border: 1px dotted #2F4F4F;  
    border-top: none;  
    padding: 5px;  
    padding-top: 10px;  
}  

.screenShotTdStyle
{
    background-color: #333333;
    color: #FFFFFF;
}


/* Tabs Css classes
•.ajax__tab_header: A container element that wraps all of the tabs at the top of the TabContainer. Child CSS classes:.ajax__tab_outer. 
•.ajax__tab_outer: An outer element of a tab, often used to set the left-side background image of the tab.Child CSS classes: .ajax__tab_inner. 
•.ajax__tab_inner: An inner element of a tab, often used to set the right-side image of the tab. Child CSS classes:.ajax__tab_tab. 
•.ajax__tab_tab: An element of the tab that contains the text content. Child CSS classes:none.
•.ajax__tab_body: A container element that wraps the area where a TabPanel is displayed. Child CSS classes: none.
•.ajax__tab_hover . This is applied to a tab when the mouse is hovering over. Child CSS classes:.ajax__tab_outer. 
•.ajax__tab_active: This is applied to a tab when it is the currently selected tab. Child CSS classes:.ajax__tab_outer. */

.tabbedContent .ajax__tab_header
{
    font-size:15px;
    
    margin-bottom: -1px;
}

.tabbedContent .ajax__tab_body
{
    border: 1px solid #e4e5e6;
    background: #fff;
    padding: 16px 24px;
}

.tabbedContent .ajax__tab_active .ajax__tab_outer
{
    background: white;
    border-bottom: 1px solid white;
}

.tabbedContent .ajax__tab_tab
{
    padding: 8px 18px 7px 18px;
}

.tabbedContent .ajax__tab_outer
{
    background: #f3f4f5;
    margin-left: 16px;
    margin-bottom: 0px;
    
    border: 1px solid #e4e5e6;
    cursor: pointer;
}
