﻿/* ****************************************************** */
/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: rgb(190,190,195); /* rgb(30,75,128); */  /* rgb(90,95,95); */ /* was #b6b7bc; */
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited
{
    color: #034af3;
    text-decoration: none;
    outline: none;
}

a:hover
{
    color: #1d60ff;
    text-decoration: underline;
}

a:active
{
    color: #034af3;
}

.hilight 
{
	border: 5px solid #cecece;
}

p
{
    margin-bottom: 8px;
    line-height: 1.4em;
    text-align:justify;
}

img 
{
    border: 0;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.6em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin: 0px;
    padding: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
    font-weight: 500;
}

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: 1024px; 
    background-color: rgb(240,240,240);  /* was #fff; */
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
    padding-bottom: 16px;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: rgb(130,130,120); /* was #4b6c9e; */
    width: 100%;
}


/* BRANDING  
----------------------------------------------------------*/

.branding
{
     
     padding: 0px 0px 0px 20px;
     min-height: 85px;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: 500px;
}

.branding .title img 
{
	padding-top: 12px;
}

.branding .title h1 
{
    margin: 0;
    padding-top: 12px;
    color: rgb(255,255,255);
    font-weight: 600;
}

.branding .title a:link, 
.branding .title a:visited,
.branding .title a:hover 
{
    color: rgb(255,255,255);
    text-decoration: none;
    outline-style:none;
}


/* Login  
----------------------------------------------------------*/

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    float: right;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:active 
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}


/* Main  
----------------------------------------------------------*/
.main
{
    padding: 0px 12px;
    margin: 12px 8px 12px 8px;
    min-height: 420px;
    /* border: 1px solid red; */
}

.main_content 
{
    padding-left: 20px;
    padding-right: 20px;
}

.main_block 
{
	padding-top: 8px;
}

.main_left 
{
    width: 45%;
    float: left;
    padding-right: 32px;
}

.main_right
{
    width: 45%;
    float: left;
    padding-left: 24px;
}

.main_center 
{
	width: 700px;
	margin: 0px auto;
}



/*  FOOTER
--------------------------------------------------------- */
.footer
{
    color: #4e5766;
    padding: 8px 0px 4px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

/* menu bar */
div.hideSkiplink
{
    background-color: rgb(100,100,100);  /* was #3a4f63; */
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

/* menu tab */
div.menu ul li a, div.menu ul li a:visited
{
    background-color: rgb(70,70,75);  /* was #465c71; */
    border: 1px solid rgb(60,60,60);  /* was #4e667d; */
    color: rgb(220,220,220);          /* was #dde4ec; */
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: rgb(180,180,190); /* was #bfcbd6; */
    color: #465c71;
    text-decoration: none;
}

div.menu 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%;
}


/* About 
--------------------------------------------------------- */
.about_logo a:link, 
.about_logo a:visited,
.about_logo a:hover
.about_logo a img
{
    text-decoration: none;
    outline-style:none;
    outline: none;
}


/* Contact Us
--------------------------------------------------------- */
.general_form 
{
    width: 440px;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11px;
    color: rgb(50,50,50);
}

.form_section_block 
{
    margin-top: 8px;
}

.form_left_section 
{
    width: 210px;
    float: left;
}

.form_right_section 
{
    width: 210px;
    float: right;
}

.general_form label 
{
    display: block;
    margin: 8px 0 4px 0;
}

.general_form input 
{
    padding: 2px 0;
    width: 175px;
}

.form_buttons input 
{
    margin-top: 20px;
    padding: 2px 5px;
    width: auto;
    color: rgb(50,50,50);
}

/* Table Skin 
--------------------------------------------------------- */
table.standardSkin 
{
	width: 50%;
	border: solid 1px green;
	font-size: 12px;
}

table.standardSkin tr.altRowBGColor 
{
	background-color: rgb(237,252,228);  /* lt. green */
}

table.standardSkin td
{
	border: solid 1px rgb(163,242,129); /* lt. green2 */
	padding: 4px 2px;
	vertical-align:middle;
}

table.standardSkin td.tableTitle
{
	font-weight: bold;
	text-align: center;
}


/* LISTS  
----------------------------------------------------------*/

.nolistStyle
{
    list-style: none;
    margin-left: 4px;
    margin-top: 16px;
    font-size: 18px;
}

.listStyle 
{
    margin-left: 4px;
    margin-top: 16px;
    font-size: 18px;
    line-height: 150%;
}



/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.center 
{
    text-align:center;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.maxWidth 
{
    width: 100%;
    overflow:scroll;
}

.padblock 
{
    padding: 2px 16px;
}

.padtop
{
	padding-top: 54px;
}

.divider 
{
    width: 80%;
    margin-top: 25px;
    margin-bottom: 15px;
    margin-left: 8%;
    border-top: 2px solid rgb(200,220,200);
}

.errorMessage 
{
	margin-top: 10px;
	margin-bottom: 10px;
	width: 60%;
	padding: 8px 16px;
	border: solid 2px red;
	background-color: rgb(200,200,200);
	font-weight: bold;
	color: Red;
	text-align:left;
}

.successMessage 
{
	margin-top: 10px;
	margin-bottom: 10px;
	width: 500px;
	padding: 8px 16px;
	border: solid 2px green;
	background-color: rgb(230,230,230);
	font-weight: bold;
	color: Green;
	text-align:left;
}


/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{}
    #cboxTopLeft{width:14px; height:14px; background:url(images/controls.png) no-repeat 0 0;}
    #cboxTopCenter{height:14px; background:url(images/border.png) repeat-x top left;}
    #cboxTopRight{width:14px; height:14px; background:url(images/controls.png) no-repeat -36px 0;}
    #cboxBottomLeft{width:14px; height:43px; background:url(images/controls.png) no-repeat 0 -32px;}
    #cboxBottomCenter{height:43px; background:url(images/border.png) repeat-x bottom left;}
    #cboxBottomRight{width:14px; height:43px; background:url(images/controls.png) no-repeat -36px -32px;}
    #cboxMiddleLeft{width:14px; background:url(images/controls.png) repeat-y -175px 0; }
    #cboxMiddleRight{width:14px; background:url(images/controls.png) repeat-y -211px 0;}
    #cboxContent{background:#fff; overflow:visible;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:5px;}
        #cboxLoadingOverlay{background:url(images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
        #cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
        #cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}
        
        #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{position:absolute; bottom:-29px; background:url(images/controls.png) no-repeat 0px 0px; width:23px; height:23px; text-indent:-9999px;}
        #cboxPrevious{left:0px; background-position: -51px -25px;}
        #cboxPrevious:hover{background-position:-51px 0px;}
        #cboxNext{left:27px; background-position:-75px -25px;}
        #cboxNext:hover{background-position:-75px 0px;}
        #cboxClose{right:0; background-position:-100px -25px;}
        #cboxClose:hover{background-position:-100px 0px;}
        
        .cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-150px 0px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-125px 0px;}