﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
	background: #C6C7C6;
	font-size: .80em;
	font-family: Trebuchet MS;
	margin: 0px;
	padding: 0px;
	color: #696969;
	background-image: url('../Images/background.jpg');
}

a img {border:0;}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* 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
{
	padding: 0px 0px 0px 0px;
	width: 960px;
	height: 100%;
	background-color: #C6C7C6;
	color: #FFFFFF;
	margin: 0px auto 0px auto;
	border: 0px solid #496077;
}

.header
{
	position: relative;
	margin: 0px;
	padding: 0px;
	background: #5c95ca;
	width: 100%;
}

.header h1
{
	font-weight: 700;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	color: #f9f9f9;
	border: none;
	line-height: 0em;
	font-size: 3em;
}

.main
{
	padding: 0px;
	margin: 12px 0px 0px 0px;
	min-height: 450px;
	background-color: #C6C7C6;
	color: black;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#D62828;
    width:100%;
	vertical-align: top;
	-moz-box-shadow: 0 8px 6px -6px #888;
    -webkit-box-shadow: 0 8px 6px -6px #888;
    box-shadow: 0 8px 6px -6px #888;
}

div.menu
{
	padding: 0px 0px 0px 8px;
	vertical-align: top;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
	vertical-align: top;
}

div.menu ul li a, div.menu ul li a:visited
{
	background-color: #D62828;
	border: 1px #D62828 solid;
	color: #FFFFFF;
	display: block;
	line-height: 1.35em;
	padding: 0px 20px 4px 20px;
	text-decoration: none;
	white-space: nowrap;
	vertical-align: top;
}

div.menu ul li a:hover
{
    background-color: #D62828;
    color: #F77F00;
    text-decoration: none;
	vertical-align: top;
}

div.menu ul li a:active
{
    background-color: #D62828;
    color: #F77F00;
    text-decoration: none;
	vertical-align: top;
}

div.menu a.static.selected
{
    background-color: #D62828 !important;
    color: #F77F00 !important;
    text-decoration: bold !important;
}

/* 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;
}

/*------Styled Checkboxes etc-------*/
.txtbox
{
    font-family: 'Lato', sans-serif; font-weight: 400; 
    background: #fff; 
	background: linear-gradient(top, #fff 0%, #e1caca 100%);  
	background: -moz-linear-gradient(top, #fff 0%, #e1caca 100%); 
	background: -webkit-linear-gradient(top, #fff 0%,#e1caca 100%); 
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
    color: black;
    border-radius: 8px;
    text-align: left;
    font-size: medium;
	padding-left: 3px;
    }
    
 .txtbox:active
 {
    background: #bdf1f9; 
	background: linear-gradient(top, #bdf1f9 0%, #2db4c8 100%);  
	background: -moz-linear-gradient(top, #bdf1f9 0%, #2db4c8 100%); 
	background: -webkit-linear-gradient(top, #bdf1f9 0%,#2db4c8 100%); 
  }



.label
{
    font-family: 'Lato', sans-serif; font-weight: 400;
    color: Black;
    font-weight: bold;
    font-size: medium;
    }
    
  .button 
  {
    font-family: 'Lato', sans-serif; font-weight: 400;
    background: #D62828; 
	background: linear-gradient(top, #fffb63 0%, #d7b22f 100%);  
	background: -moz-linear-gradient(top, #fffb63 0%, #d7b22f 100%); 
	background: -webkit-linear-gradient(top, #fffb63 0%,#d7b22f 100%); 
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
    color: #FFFFFF;
    border-radius: 8px;
        font-weight: bold;
    font-size: 1.2em;
    width: 90px;}

    
    .list
    {
    font-family: 'Lato', sans-serif; font-weight: 400;
    background: #FFFFFF; 
	background: linear-gradient(top, #fff 0%, #e1caca 100%);  
	background: -moz-linear-gradient(top, #fff 0%, #e1caca 100%); 
	background: -webkit-linear-gradient(top, #fff 0%,#e1caca 100%); 
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
    color: #0f7301;
    width: 100px;
    border-radius: 8px; 
    font-weight: bold;
    font-size: 1.2em;
        }
             
        
    
  .gridview{border: solid 1px #d62829;}  
        
/*------Calendarextender-------*/   
.MyCalendar .ajax__calendar_container {
    border:1px solid #646464;
    background-color:#EEEEEE;
    color:#0084c9;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year 
{
    color:Red;
    font-size:x-small;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month, 
.MyCalendar .ajax__calendar_hover .ajax__calendar_year 
{
    color:#00008b;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day, 
.MyCalendar .ajax__calendar_active .ajax__calendar_month, 
.MyCalendar .ajax__calendar_active .ajax__calendar_year 
{
    color:#00008b;
    font-weight:bold;
    font-size:small;
}

.CalendarNew
{
font-variant:small-caps;
}

/*--------Accordion-----------*/
.accordionContent
{
    font-family: arial;
    font-size: 10pt;
    color: #696969;
    cursor: auto;
    font-weight: normal;
    font-variant: normal;
    overflow:hidden;
    text-align:left;
}

.accordionContentCenter
{
    font-family: arial;
    font-size: 10pt;
    color: black;
    cursor: auto;
    font-weight: normal;
    font-variant: normal;
    overflow:hidden;
    text-align:center;
}

.accordionHeader
{
    font-family: arial;
    font-size: 12pt;
    color: white;
    cursor: auto;
    font-weight: normal;
    font-variant: normal;
    cursor:pointer;
    text-align:center;
	border: 1px solid #C0C0C0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px
    background: #D62828; 
	background: linear-gradient(top, #fffb63 0%, #d7b22f 100%);  
	background: -moz-linear-gradient(top, #fffb63 0%, #d7b22f 100%); 
	background: -webkit-linear-gradient(top, #fffb63 0%,#d7b22f 100%); 
}

.accordionHeaderSmall
{
    font-family: arial;
    font-size: 10pt;
    color: white;
    cursor: auto;
    background-color: #C0C0C0;
    font-weight: bold;
    font-variant: normal;
    cursor:pointer;
}

.accordionHeaderSelected
{
	font-family: arial;
	font-size: 12pt;
	color: white;
	cursor: auto;
	background-color: #2664cf;
	font-weight: bold;
	font-variant: normal;
	cursor: pointer;
	text-align: center;
	border: 1px solid #2664cf;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px
	-moz-box-shadow: 0 8px 6px -6px #888;
    -webkit-box-shadow: 0 8px 6px -6px #888;
    box-shadow: 0 8px 6px -6px #888;
}