/* DEFAULTS
----------------------------------------------------------*/

@font-face {
    font-family: "Free 3 of 9 Extended";
    src: url("../FE/Event/Report/FRE3OF9X.TTF");
}

body   
{
    background: #005ca7;
    /*font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;*/

    font-size: 9pt;
    font-family: "Tahoma";

    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited
{
	 /*color:#ffffff;*/
	 text-decoration:none;    
}

a:hover
{
    text-decoration:underline;
}

select
{
	line-height:15px;
	padding: 1px;
}

/* 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
{
    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;
}

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
{
    background-color: #e7eaf1;
    margin: 0px auto 0px auto;
    border: 0px solid #496077;
}

.header
{
    /*position: relative;*/
    margin: 0px;
    padding: 0px;
    /*background: #cccccc;*/
    width: 100%;
    
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    color: #f9f9f9;
    border: none;
    /*line-height: 2em;
    font-size: 2em;*/
}

.main
{
    /*min-height: 420px;*/
    min-height: 100px;
}
#parent {
   display: table;
   width: 100%;
}
#form_login {
   display: table-cell;
   text-align: center;
   vertical-align: middle;
}
.footer
{
    width: 960px;
    color: #005ca7;
    background-color: #cbcdd2;
    padding: 8px 0px 8px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    border: 0px solid #496077;
    /*min-height:80px;*/
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#002157;
    width:100%;
    position:inherit;
    border:0px solid #ffffff;
}


div.menu
{
    padding: 0px 0px 0px 0px;
    font-weight:bolder;
    border:0px solid #ffffff;
    
}

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: #00345d;
    border: 1px #448ccb solid;
    color: #ffffff;    
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #005ca7;
    color: #ffffff;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    /*color: #cfdbe6;*/
    color: #ffffff;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 0em 1em 1em 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: 250px;
    /*width: 100%;*/
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 250px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 450px;
}

td.leftCollumn
{
    padding-right:5px;
}
/* MISC  
----------------------------------------------------------*/

.clear
{
    /*clear: both;*/
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
    width:100%;
    height:185px;
    background-image: url('../code/img/masthead_background2.gif');
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 0px 5px 0px 0px;
    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: center;
    padding-right: 5px;
    border:1px solid #CCCCCC;
}

.actionButtonDisable
{
    width:30px;
    color:White;
    padding:1px 5px 1px 5px;
    border:1px solid #CCCCCC;
    background-color:#CCCCCC;
}

ta.action a:link
{
    color:#336699;
    text-decoration:none;
}

td.action a:hover
{
    color:White;
    background-color:#336699;
    text-decoration:none;
}

div.action a:link
{
    color:#336699;
    text-decoration:none;
}

div.action a:hover
{
    color:White;
    background-color:#336699;
    text-decoration:none;
}

.actionButtonAnable
{
    width:50px;
    padding:1px 5px 1px 5px;
    border:1px solid #CCCCCC;
    text-align:center;
}

.eventEditButton
{
    width:30px;
    padding:1px 5px 1px 5px;
    border:1px solid #CCCCCC;
}

/*-------------------- Legend -------------------------------------*/
legend.beLegend
{
    font-family:Arial;
    font-size:18px;
    font-weight:bolder 200;
    color:#006666;
}

.beLegend
{
    font-family:Arial;
    font-size:18px;
    font-weight:bolder 200;
    color:#006666;
}


/*------------------- Register Event Heading -----------------------------*/
div.eventRegister
{
    font-family:Arial;
    font-size:18px;
    font-weight:bolder;
    color:#666666;
}

/*------------------ * validate ---------------------------------------*/
.validate
{
    font-family:Arial;
    font-size:12px;
    font-weight:normal;
    color:red;
}

.registerButton
{
    padding:1px 5px 1px 5px;
}

.menuLeft
{
    border-style: solid;
}


.loginPanel
{
    background-color: #005CA7;
    margin: 50px auto 0px auto;
    width:350px;
    height:270px;
}

.questionFE
{
    border: 1px solid #CCCCCC; 
    width:100%; 
    margin-top: 5px;
}





/* AjaxToolkit Theme */




/*
     FILE ARCHIVED ON 19:26:17 May 11, 2011 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 3:11:11 Apr 23, 2014.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
body
{
    font-family:Arial;
}

/* ajax__tab_xp-theme theme */
.ajax__tab_container
{
    color:Black;
}
.ajax__tab_xp-theme .ajax__tab_outer .ajax__tab_inner .ajax__tab_tab 
{
    margin-right:0;
}
.ajax__tab_xp-theme .ajax__tab_header 
{
    font-family:verdana,tahoma,helvetica;
    font-size:12px;
    background:url("../img/tab-line.gif") repeat-x bottom;
	height:20.5px;
}
.ajax__tab_xp-theme .ajax__tab_outer 
{
    padding-right:4px;
    background:url("../img/tab-right.gif") no-repeat right;
    height:21px;
}
.ajax__tab_xp-theme .ajax__tab_inner 
{
    padding-left:3px;
    background:url("../img/tab-left.gif") no-repeat;
}
.ajax__tab_xp-theme .ajax__tab_tab 
{
    height:13px;
    padding:4px;
    margin:0;
    background:url("../img/tab.gif") repeat-x;
}
.ajax__tab_xp-theme .ajax__tab_hover .ajax__tab_outer 
{
    background:url("../img/tab-hover-right.gif") no-repeat right;
}
.ajax__tab_xp-theme .ajax__tab_hover .ajax__tab_inner 
{
    background:url("../img/tab-hover-left.gif") no-repeat;
}
.ajax__tab_xp-theme .ajax__tab_hover .ajax__tab_tab 
{
    background:url("../img/tab-hover.gif") repeat-x;
}
.ajax__tab_xp-theme .ajax__tab_active .ajax__tab_outer 
{
	border:0px;
    background:url("../img/tab-active-right.gif") no-repeat right;
	margin:0;
}
.ajax__tab_xp-theme .ajax__tab_active .ajax__tab_inner 
{
	border:0x;
    background:url("../img/tab-active-left.gif") no-repeat;
	margin:0;
}
.ajax__tab_xp-theme .ajax__tab_active .ajax__tab_tab 
{
	border:0px;
    background:url("../img/tab-active.gif") repeat-x;	
	margin:0;	
}
.ajax__tab_xp-theme .ajax__tab_body 
{
    font-family:verdana,tahoma,helvetica;
    font-size:10pt;
    border:1px solid #999999;
    border-top:0;
    padding:10px;
	/*margin-top:10px;*/
    /*background-color:#ffffff;*/
	background-color:#f8daba;	
}

/* ajax__calendar_ie-theme theme */
/
.MyCalendar .ajax__calendar_container {
    border:1px solid #646464;
    background-color: lemonchiffon;
    color: red;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color: black;
    font-weight:bold;
}





