﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #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;
}

a:hover
{
    color: #1d60ff;
    text-decoration: underline;
}

a:active
{
    color: #034af3;
    text-decoration: none;
}

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;
        margin-top: 0px;
	padding-top: 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
{
	color: #000;
	margin-top:0px;
    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
{
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #27588f;
    width: 100%;
}

.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: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    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;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 15px;
    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;
}


/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    /*padding: 1em;*/
    padding-bottom: 1em;
    padding-left:1em;
    padding-right: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;
}

.button {   
   font-weight:bold;  
   font-size:8.5pt;
   border: 1px solid;   
   border-color: #696 #363 #363 #696;
   	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	background-image:url('../images/button.png');
	
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#afafaf'); /* for IE */
	/*background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#afafaf)); /* for webkit browsers */
	/*background: -moz-linear-gradient(top,  #fff,  #afafaf); /* for firefox 3.6+ */
}   

.buttonHover {   
   font-weight:bold;   
   font-size:8.5pt;
   border: 1px solid;   
   border-color: #696 #363 #363 #696;   
    -webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
		background-image:url('../images/buttonhover.png');
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#78b8ff'); /* for IE */
	/*background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#78b8ff)); /* for webkit browsers */
	/*background: -moz-linear-gradient(top,  #fff,  #78b8ff); /* for firefox 3.6+ */
}   


input.textHalfEntry 
{
    width: 150px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 313px;
    border: 1px solid #ccc;
}

input.passwordHalfEntry 
{
    width: 150px;
    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: 0px;
}

.loginButton
{
    text-align: right;
    padding-right: 10px;
}

.AccordionHeader
{
    background-image: url('../images/accordianarrow.gif');
    background-repeat: no-repeat;
    background-position: 4px 8px;   /* Adjust this (x y) to fix spacing of image within the line */
    padding-left: 13px;
    background-color: #bfcbd6;
    color:  #465c71;
    border: solid 1px #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

.AccordionSelectedHeader
{
    background-image: url('../images/accordianarrowdown.gif');
    background-repeat: no-repeat;
    background-position: 2px 10px;   /* Adjust this (x y) to fix spacing of image within the line */
    padding-left: 13px;
    background-color: #465c71;
    color:  #FFFFFF;
    border: solid 1px #FFFFFF;
    font-size: 14px;
	font-weight: bold;
}
        
.NoScrollContent
{
    overflow: hidden; 
}

.FooterText
{
    font-size: 12px;
    font-weight: bold;
}

.Watermark
{
    font-size: 12px;
    color:#aaaaaa;
    font-style:italic;
}

.HolidayGrid .RowItem td
{
  padding:3px;
  border-color:#000000;
 
}

.HolidayGrid .HeaderItem th
{
	color:#ffffff;
	background-image: url('../images/header.png');
    background-repeat:repeat-x;
    border-color:#000000;
}


.HolidayGrid .AltRow td
{ 
	background-image: url('../images/altrow.png');
    background-repeat:repeat-x;
	padding:3px;
	border-color:#000000;
}


.HolidayGrid .EditItem td
{
  padding:1px;
  border-color:#000000;
}

.HolidayGrid .EditItemAltRow td
{
	background-image: url('../images/altrow.png');
    background-repeat:repeat-x;
    padding:1px;
    border-color:#000000;
}

.PopupCalender .ajax__calendar_container 
{
    background-color:#fff;
    border:solid 1px #000;
    font-family:arial,helvetica,clean,sans-serif;
    cursor:default;
    width:205px;
    font-size:12px;
    text-align:center;
    padding:0px;
}

.PopupCalender .ajax__calendar_body 
{
    height:136px;
    width:205px;
    position:relative;
    overflow:hidden;
}

.PopupCalender .ajax__calendar_days, .PopupCalender .ajax__calendar_months, .PopupCalender .ajax__calendar_years 
{
    top:0px; 
    left:0px;
    height:136px;
    width:195px;    
    padding:5px;
    position:absolute;
    text-align:center;
}

.PopupCalender .ajax__calendar_days table
{
    border-spacing:0;
    border-collapse:collapse;
    font:100% sans-serif;
    text-align:center;    
}

.PopupCalender .ajax__calendar_header 
{
    padding-top:4px;
    background:url('../images/header.png') repeat-x; 
    height:21px;
}

.PopupCalender .ajax__calendar_prev 
{
    margin-left:0px;
    margin-top:0px;
    display:block;
    cursor:pointer;
    float:left;
}

.PopupCalender .ajax__calendar_next 
{
    margin-top:0px;
    margin-right:0px;
    display:block;
    cursor:pointer;
    float:right;
   
}

.PopupCalender .ajax__calendar_title 
{
    cursor:pointer;
    text-align:center;
    font-weight:600;
    font-size:11pt;
    color:#fff;
    font-family:Arial;    
}

/*.PopupCalender .ajax__calendar_footer, .PopupCalender .ajax__calendar_today 
{
    display:none;
}*/

.PopupCalender .ajax__calendar_dayname 
{
    padding-left:3px;
    padding-right:3px;
    margin-bottom:5px;
    margin-left:2px;
    margin-right:2px;
    text-align:center;
    font-weight:700;
    font-size:10pt;
    color:#000;
    border-bottom:solid 1px #a6a6a6;
}

.PopupCalender .ajax__calendar_day, .PopupCalender .ajax__calendar_month, .PopupCalender .ajax__calendar_year
{
    padding:0px;
    color:#000;
    text-align:center;  
    padding:0pt 2px;
}

.PopupCalender .ajax__calendar_hover .ajax__calendar_day, .PopupCalender .ajax__calendar_hover .ajax__calendar_month, .PopupCalender .ajax__calendar_hover .ajax__calendar_year
{
    color:#0066cc;
}

.PopupCalender .ajax__calendar_other .ajax__calendar_day, .PopupCalender .ajax__calendar_other .ajax__calendar_year
{
    color:#a6a6a6;   
}

.PopupCalender .ajax__calendar_active .ajax__calendar_day
{
    color:#0066cc;   
}

.ModalWindow
{
	border: solid 0px #000000;
    background:#ffffff;
    position:absolute;
    padding: 0px 0px 0px 0px;
    border-collapse:collapse;
}
        
.modalBackground
{
    background-color: #ebf4ff;
    filter:alpha(opacity=70);
    opacity:0.7;
}

.NoPadding
{
	padding: 0px 0px 0px 0px;
}

.ajax__myTab .ajax__tab_header 
{       
	color: #ffffff;
	font-weight:bold;
}
 
.ajax__myTab .ajax__tab_outer 
{
    background:url('../images/header.png') repeat-x; 
	padding-right: 4px;  
}

  .ajax__myTab .ajax__tab_inner 
  {       
  	 padding-left: 4px;
     background:url('../images/header.png') repeat-x; 
   }
   
.ajax__myTab .ajax__tab_body
{       
	border: 1px solid #000000; 
	padding: 8px;
	background-color: #ffffff; 
	height : 100%
}      

.handle
{
	width:9px;
	height:9px;
	background-image:url('../images/header.png');
	overflow:hidden;
	cursor:se-resize;
 }
 
.resizing
{
padding:0px;
border-style:solid;
border-width:1px;
border-color:#aaccee;
cursor:se-resize;
}
