﻿/****** Reset base elements to clear all defaults to eliminate cross browser differences ******/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b1 | 201101 
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/****** CSS Element ID Specifications ******/

#master_page_wrapper
{
    /*background-color: #FFFFCC; */
    background-color: white;
    font-family: Verdana, Arial, Courier;
    font-size: 11px;
    margin: auto;
    text-align: center;
    width: 807px;
}

#master_header_area
{
	/*border-top:solid 1px #306F9E; */
    padding: 5px 3px 0px 3px;
	text-align: left;
    width: 805px;
}

#master_body_area
{
    /*background-color: white;*/
    margin: 0px;
    padding: 3px 3px 10px 3px;
	text-align: left;
    width: 805px;
}

#master_footer_area
{
	/*border-top:solid 1px #306F9E;
	border-bottom:solid 1px #306F9E;*/
    font-size:10px;
    margin: 0px;
    padding: 30px 3px 6px 3px;
    text-align: center;
    width: 805px;
}
#master_footer_area a
{   
	color:#418CB3;
	text-decoration:underline;
}

#master_menu_area
{
    padding: 0px 0px 0px 0px;
    width: 805px;
}

#master_menu
{
    text-align: justify;
    margin: 0 auto;
}

/* Hide submenus */
#master_menu ul ul
{
	display: none;
}

/* Remove so hover on main menu item not drop down submenu)
#master_menu ul li:hover > ul 
{
	display: block;
}
*/

/* Style top level menu */
#master_menu ul
{
    background-color: #BCD7EB; /* for non-css3 browsers */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#D5F4F9), to(#C9DFEF)); /* for webkit browsers-Chrome 3 to 9 and Safari 4.0 to 5.0 */
    background-image: -webkit-linear-gradient(top, #D5F4F9, #C9DFEF); /* For Chrome and Safari (newer versions) */
    background-image: -moz-linear-gradient(top, #D5F4F9, #C9DFEF); /* For old Firefox (3.6 to 15) */
    background-image: -ms-linear-gradient(top, #D5F4F9, #C9DFEF); /* For pre-releases of IE 10*/
    background-image: -o-linear-gradient(top, #D5F4F9, #C9DFEF); /* For old Opera (11.1 to 12.0) */ 
    background-image: linear-gradient(to bottom, #D5F4F9, #C9DFEF); /* Standard syntax; must be last */
    border: 1px solid #BFC8F9;
    /*display: inline-table;*/
    border-radius: 5px;
    -moz-border-radius: 5px;
    float: left;
    font-family: Verdana, Courier, Arial;
    font-size: 12px;
    font-weight: normal;
    list-style: none;
    margin: 5px 0px 5px 0px;
    padding: 2px;
    position: relative;
    width: 100%;
}

#master_menu ul:after 
{
	clear: both; 
	content: ""; 
	display: block;
}

#master_menu ul li 
{ 
	float: left;
	padding-top: 2px; 
	padding-bottom: 2px;
	padding-right: 0px; 
}

/* Used to pad main menu based on number of entries in main menu */
.p8 { padding-left: 29px; -moz-padding-start: 29px; -webkit-padding-start: 29px;  }
.p7 { padding-left: 35px; -moz-padding-start: 35px; -webkit-padding-start: 35px; }
.p6 { padding-left: 47px; -moz-padding-start: 47px; -webkit-padding-start: 47px;  }
.p5 { padding-left: 60px; -moz-padding-start: 60px; -webkit-padding-start: 60px;  }
.p4 { padding-left: 105px; -moz-padding-start: 105px; -webkit-padding-start: 105px;  }
.p3 { padding-left: 145px; -moz-padding-start: 145px; -webkit-padding-start: 145px;  }
.p2 { padding-left: 210px; -moz-padding-start: 210px; -webkit-padding-start: 210px;  }

#master_menu ul li:hover > a
{
    color: #0F2697;
    cursor: pointer;
    text-decoration: underline;
}

#master_menu ul li a
{
    color: #306F9E;
    font-family: Verdana, Courier, Arial;
    font-size: 12px;
    font-weight: normal;
    padding: 2px;
    text-decoration: none;
    vertical-align: middle;
}

#master_menu ul ul
{
    background-color: #BCD7EB; /* for non-css3 browsers */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#D5F4F9), to(#C9DFEF)); /* for webkit browsers-Chrome 3 to 9 and Safari 4.0 to 5.0 */
    background-image: -webkit-linear-gradient(top, #D5F4F9, #C9DFEF); /* For Chrome and Safari (newer versions) */
    background-image: -moz-linear-gradient(top, #D5F4F9, #C9DFEF); /* For old Firefox (3.6 to 15) */
    background-image: -ms-linear-gradient(top, #D5F4F9, #C9DFEF); /* For pre-releases of IE 10*/
    background-image: -o-linear-gradient(top, #D5F4F9, #C9DFEF); /* For old Opera (11.1 to 12.0) */ 
    background-image: linear-gradient(to bottom, #D5F4F9, #C9DFEF); /* Standard syntax; must be last */
    font-family: Verdana, Courier, Arial;
    font-size: 12px;
    font-weight: normal;
    padding: 0px;
    position: absolute;
    text-align: left;
    top: 100%;
    width: 160px;
}

#master_menu ul ul li
{
    border-bottom: 1px solid #96B9DC;
    float: none;
    padding: 3px;
    position: relative;
}

#master_menu ul ul li a 
{
    color: #306F9E;
    font-family: Verdana, Courier, Arial;
    font-size: 12px;
    font-weight: normal;
    padding: 2px;
    text-decoration: none;
}	
		
#master_menu ul ul ul 
{
	left: 100%; 
	position: absolute; 
	top:0;
}


/****** CSS Element Specifications ******/
a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

body
{
    background-color: white;
    height: 98%;
    margin: 0%;
    padding: 1%;
}

fieldset
{
    padding: 0em 0em 0em .5em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label, fieldset.recovery label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

h1
{
    color: #418CB3;
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    padding: 10px 0px 10px 0px;
}

h2
{
    color: #418CB3;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 5px 0px 5px 0px;
}

h3
{
	color:#418CB3;
	font-size:14px;
	font-weight:bold;
	margin:0;
    padding: 2px 0px 2px 0px;
}

h4, h5, h6
{
	color:#418CB3;
    font-size: 12px;
    font-weight: bold;
	margin:0;
    padding: 2px 0px 2px 0px;
}

hr
{
    background-color: #B6CEEB; /* Modern browsers */
    border: 1px solid #B6CEEB; /* Modern browsers */
    color: #B6CEEB; /* Older browsers */
    height: 1px; /* Needed for Opera */
    text-align: center;
    width: 100%;
}

/* align checkboxes, radios, text inputs with their label */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie6 input { vertical-align: text-bottom; }

/* hand cursor on clickable input elements */
input[type=button], input[type=submit], button { cursor: pointer; }

legend 
{
    color: #418CB3;
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

li
{
    padding: 0px 0px 8px 0px;
}

p
{
    line-height: 1.3em;
    margin: 1em 0em 1em 0em;
}

td
{
	text-align:left;
    vertical-align:text-top;
}

tr
{
	text-align:left;
    vertical-align:text-top;
}

/****** Generic CSS Class Specifications ******/

.accordion 
{  
}  
          
.accordionHeader
{
    background-color: #418CB3; /* for non-css3 browsers */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#7AB0CD), to(#387A9E)); /* for webkit browsers-Chrome 3 to 9 and Safari 4.0 to 5.0 */
    background-image: -webkit-linear-gradient(top, #7AB0CD, #387A9E); /* For Chrome and Safari (newer versions) */
    background-image: -moz-linear-gradient(top, #7AB0CD, #387A9E); /* For old Firefox (3.6 to 15) */
    background-image: -ms-linear-gradient(top, #7AB0CD, #387A9E); /* For pre-releases of IE 10*/
    background-image: -o-linear-gradient(top, #7AB0CD, #387A9E); /* For old Opera (11.1 to 12.0) */ 
    background-image: linear-gradient(to bottom, #7AB0CD, #387A9E); /* Standard syntax; must be last */
    border-style: solid none solid none;
    border-width: 1px;
    border-color: #BFC8F9;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Verdana, Arial, Courier;
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
    padding: 5px;
    text-decoration: underline;
}  
          
.accordionHeaderSelected
{
    background-color: #418CB3; /* for non-css3 browsers */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#7AB0CD), to(#387A9E)); /* for webkit browsers-Chrome 3 to 9 and Safari 4.0 to 5.0 */
    background-image: -webkit-linear-gradient(top, #7AB0CD, #387A9E); /* For Chrome and Safari (newer versions) */
    background-image: -moz-linear-gradient(top, #7AB0CD, #387A9E); /* For old Firefox (3.6 to 15) */
    background-image: -ms-linear-gradient(top, #7AB0CD, #387A9E); /* For pre-releases of IE 10*/
    background-image: -o-linear-gradient(top, #7AB0CD, #387A9E); /* For old Opera (11.1 to 12.0) */ 
    background-image: linear-gradient(to bottom, #7AB0CD, #387A9E); /* Standard syntax; must be last */
    border-style: solid none solid none;
    border-width: 1px;
    border-color: #BFC8F9;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Verdana, Arial, Courier;
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
    padding: 5px;
    text-decoration: underline;
}  
          
.accordionContent 
{  
    border: none;  
    padding: 5px;  
    padding-top: 10px;  
}  
  
.action_bar_primary
{
	/*border-bottom:solid 1px #A5E1EB;*/
	/*border-bottom:solid 1px #306F9E;*/
    background-color: white;
    color: #306F9E;
	font-size:14.7px;
    font-weight: bold;
    padding: 5px 0px 5px 0px;   /* Needs to be set for Firefox */
	vertical-align:middle;
    width: 100%;
}

.action_bar_secondary
{
    background-color: white;
	color:#418CB3;
	font-size:11.7px;
    font-weight: bold;
    padding: 5px 0px 5px 0px;
	vertical-align:middle;
    width: 100%;
}

.bold
{
    font-weight: bold;
}

.button_link_separator
{
	color:#0000FF;
	padding:5px;
	font-size:0.85em;
}

.button_link_standard:link
{
    color: #306F9E;
    font-size: 12px;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
    text-decoration: none;
}
.button_link_standard:hover
{
    color: #306F9E;
	text-decoration:underline;
}

.button_standard_thin
{
    background-color: #D3F2F9; /* for non-css3 browsers */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#D5F4F9), to(#C9DFEF)); /* for webkit browsers-Chrome 3 to 9 and Safari 4.0 to 5.0 */
    background-image: -webkit-linear-gradient(top, #D5F4F9, #C9DFEF); /* For Chrome and Safari (newer versions) */
    background-image: -moz-linear-gradient(top, #D5F4F9, #C9DFEF); /* For old Firefox (3.6 to 15) */
    background-image: -ms-linear-gradient(top, #D5F4F9, #C9DFEF); /* For pre-releases of IE 10*/
    background-image: -o-linear-gradient(top, #D5F4F9, #C9DFEF); /* For old Opera (11.1 to 12.0) */ 
    background-image: linear-gradient(to bottom, #D5F4F9, #C9DFEF); /* Standard syntax; must be last */
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #BFC8F9;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #BFC8F9;
    border-radius: 4px;
    -moz-border-radius: 4px;
    color: #306F9E;
    font-family: Verdana, Arial, Courier;
    font-size: 10px;
    font-weight: bold;
    padding: 4px;
}
.button_standard_thin:hover
{
    color: #264A6F;
}

.calendar_standard .ajax__calendar_container 
{
    background-color: #D3F2F9;
    border:1px solid #306F9E;
    color: #306F9E;
}

.calendar_standard .ajax__calendar_header  
{
    background-color: #D3F2F9; 
    border-bottom:1px solid #306F9E;
    margin-bottom: 4px;
}

.calendar_standard .ajax__calendar_title,
.calendar_standard .ajax__calendar_next,
.calendar_standard .ajax__calendar_prev    
{
    color: #004080; 
    padding-top: 3px;
}

.calendar_standard .ajax__calendar_body    
{
    background-color: #D3F2F9; 
    border-bottom:1px solid #306F9E;
}

.calendar_standard .ajax__calendar_dayname 
{
    color: #004080; 
    font-weight:bold; 
    margin-bottom: 4px; 
    margin-top: 2px;
    text-align:center; 
}

.calendar_standard .ajax__calendar_day 
{
    text-align:center;
}

.calendar_standard .ajax__calendar_hover .ajax__calendar_day, .calendar_standard .ajax__calendar_hover .ajax__calendar_month, .calendar_standard .ajax__calendar_hover .ajax__calendar_year, .calendar_standard .ajax__calendar_active
{
    background-color: #D3F2F9;
    color: #004080;
    font-weight: bold;
}

.calendar_standard .ajax__calendar_today   
{
    font-weight:bold;
}

.calendar_standard .ajax__calendar_hover .ajax__calendar_today,
.calendar_standard .ajax__calendar_hover .ajax__calendar_title 
{
    background-color: #D3F2F9; 
    color: #004080;
}

.calendar_standard .ajax__calendar_other
{
    background-color: #D3F2F9; 
    color: #bbbbbb;
}

.display_dropdown
{
	border:solid 1px #A2A2A2;
    font-family: Verdana, Arial, Courier;
	font-size:11px;
    height:18px;
    line-height: 18px;
	margin:1px 1px 1px 2px;
	padding: 0px 1px 1px 0px; 
}

.display_label
{
    border-style: none;
    font-family: Verdana, Arial, Courier;
    font-size: 11px;
    height: 16px;
    line-height: 16px;
    margin: 2px 1px 3px 2px;
    padding: 0px 1px 0px 2px;
    text-align: right;
    vertical-align: middle;
}

.display_label_bold
{
    border-style: none;
    font-family: Verdana, Arial, Courier;
	font-size:11px;
	font-weight:bold;
    height: 16px;
    line-height: 16px;
    margin: 2px 1px 3px 2px;
    padding: 0px 1px 0px 2px;
	text-align:right;
    vertical-align: middle;
}

.display_label_error
{
    border-style: none;
    color: Red;
    font-family: Verdana, Arial, Courier;
	font-size:11px;
	font-weight:bold;
    height: 16px;
    line-height: 16px;
    margin: 2px 1px 3px 2px;
    padding: 2px 1px 0px 2px;
    vertical-align:text-top;
}

.display_text
{
    border-style: none;
    font-family: Verdana, Arial, Courier;
    font-size: 11px;
    height: 16px;
    line-height: 16px;
    margin: 2px 1px 3px 2px;
    padding: 0px 1px 0px 2px;
    text-align: left;
    vertical-align: middle;
}

.display_text_bold
{
    border-style: none;
    font-family: Verdana, Arial, Courier;
    font-size: 11px;
    font-weight: bold;
    height: 16px;
    line-height: 16px;
    margin: 2px 1px 3px 2px;
    padding: 0px 1px 0px 2px;
    vertical-align: middle;
}

.display_text_bold_total
{
    border-style: double none none none;
    border-top: 5px Double Black;
    font-family: Verdana, Arial, Courier;
    font-size: 11px;
    font-weight: bold;
    height: 16px;
    line-height: 16px;
    margin: 2px 1px 3px 2px;
    padding: 0px 1px 0px 2px;
    vertical-align: middle;
    border-top-width: medium;
    border-top-color: #000000;
}

.display_text_right
{
    border-style: none;
    font-family: Verdana, Arial, Courier;
    font-size: 11px;
	height:16px;
    line-height: 16px;
	margin:2px 1px 3px 2px;
	padding:0px 1px 0px 2px; 
    text-align: right;
    vertical-align:text-top;
}

.display_text_right_with_border
{
	border:solid 1px #A2A2A2;
    font-family: Verdana, Arial, Courier;
    font-size: 11px;
	height:16px;
    line-height: 16px;
	margin:1px 1px 1px 2px;
	padding:0px 1px 0px 2px; 
    text-align: right;
    vertical-align:text-top;
}

.display_text_multiline
{
    border: 1px ridge #A2A2A2;
    font-family: Verdana, Arial, Courier;
    font-size: 11px;
    height: 16px;
    line-height: 16px;
    margin: 2px 1px 2px 2px;
    padding: 0px 1px 0px 2px;
    vertical-align:text-top;
}

.field_label
{
    border-style: none;
    font-family: Verdana, Arial, Courier;
    font-size: 11px;
    height: 16px;
    line-height: 16px;
    margin: 2px 1px 1px 5px;
    padding: 3px 3px 0px 0px;
    text-align: right;
    vertical-align:text-top;
}

.field_label_extender
{
    font-family: Verdana, Arial, Courier;
    font-size: 11px;
    height: 16px;
    line-height: 16px;
    margin: 2px 1px 1px 5px;
    padding: 3px 3px 1px 0px;
    text-align: right;
    vertical-align: text-top;
}

.field_label_taller_left
{
    border-style: none;
    font-family: Verdana, Arial, Courier;
	font-size:11px;
    height: 17px;
    line-height: 17px;
    margin: 0px 0px 0px 10px;
	padding: 4px 3px 4px 5px;
	text-align:left;
    vertical-align: top;
}

.field_label_taller_right
{
    border-style: none;
    font-family: Verdana, Arial, Courier;
	font-size:11px;
	height: 17px;
    line-height: 17px;
    margin: 0px 3px 0px 0px;
	padding: 4px 3px 4px 0px;
	text-align:right;
    vertical-align: text-top;
}

.gridgeneral
{
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.grid
{
    background-color: #FFFFFF;
    border-style: none;
    font-size: 11px;
    margin-top: 5px;
    width: 100%;
}

.grid a
{
    color: #336B8A;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
    text-decoration: underline;
    vertical-align: middle;
}
.grid a:link, a:visited, a:active
{
    color: #336B8A;
    text-decoration: underline;
}
.grid a:hover
{
    color: #000099;
    font-weight: normal;
    text-decoration: none;
}
.grid a:active
{
    padding: 0px;
    margin: 0px;
}

.grid td
{
    color: #FFFFFF;
}

.grid td
{
    border-bottom: 1px solid #A3C9DE;
    border-left: 1px solid #C0C0C0;
    border-right: 1px solid #C0C0C0;
    color: #1B1B1B;
    font-family: Verdana, Arial, Courier;
    font-size: 11px;
    font-weight: normal;
    height: 11px;
    margin-bottom: 1px;
    padding: 2px;
    vertical-align: middle;
}

.grid tr
{
    padding: 2px;
    text-align:left;
}

.grid .alt
{
    background: #DEFEFD;
}

.grid_footer
{
    background-color: #418CB3;
    border-style: none solid solid solid;   
    border-color: #75ADCC;
    border-width: 1px;
    border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: 600;
    padding: 1px 14px 1px 2px;
    vertical-align: middle;
}

.grid_header
{
    background-color: #418CB3;
    border-style: none;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: 600;
    height: 17px;
    padding: 1px 2px 5px 2px;
    text-align: left;
} 

.grid_header th
{
    vertical-align:top;  /* Needed to render retrieve grid header links */
}

.grid_header a:link, a:visited, a:active
{
    color: #FFFFFF;
    font-size: 11px;
    font-weight: 600;
    height: 17px;
    padding: 1px 2px 5px 2px;
    text-align: left;
} 

.grid_not_found
{
	font-size:11px;
    font-weight: bold;
    color: #4681A4;
}

.grid_page_set
{
	border:solid 1px #A2A2A2;
    font-family: Verdana, Arial, Courier;
	font-size:10px;
	height:14px;
	margin:0px 2px 2px 2px;
	padding:0px 1px 0px 1px; 
	text-align:center;
	vertical-align:top;
}

.grid-rounded-corners
{
    background-color: #418CB3;
    border-style: solid solid none solid;
    border-color: #75ADCC;
    border-width: 1px;
    border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
} 

.input_check
{
    border-style: none;
	font-size:11px;
    font-family: Verdana, Arial, Courier;
	margin:2px 1px 0px 0px;
	padding:0px 1px 0px 0px; 
	text-align:right;
	vertical-align: bottom;
}
.input_check td
{
	vertical-align: middle;
}
.input_check[disabled]
{
    border-style: none;
    color: Black;
}

.input_check_list, .input_check_list145, .input_check_list150, .input_check_list255, .input_check_list335
{
    border-style: none;
	font-size:11px;
    font-family: Verdana, Arial, Courier;
	margin:2px 1px 2px 0px;
	padding:0px 1px 0px 0px; 
	text-align:right;
}
.input_check_list td
{
    overflow: hidden;
}
.input_check_list145 td
{
    width: 145px;
}
.input_check_list150 td
{
    width: 150px;
}
.input_check_list255 td
{
    width: 255px;
}
.input_check_list335 td
{
    width: 335px;
}
.input_check_list[disabled]
{
    /*border: 1px solid #C9C9C9;*/
    color: Black;
}

.input_dropdown
{
    border: 1px solid #88B1C8;
    font-family: Verdana, Arial, Courier;
    font-size: 11px;
    height: 18px;
    margin: 1px 1px 1px 2px;
    padding: 0px 1px 1px 0px;
    vertical-align:middle;
}
.input_dropdown[disabled]
{
    background-color: #EFEFEF;
    border: 1px solid #C9C9C9;
    color: Black;
}

.input_listbox
{
    border: 1px solid #88B1C8;
    font-family: Verdana, Arial, Courier;
    font-size: 11px;
    height: 18px;
    margin: 1px 1px 1px 2px;
    padding: 0px 1px 1px 0px;
    vertical-align:middle;
}

.input_radio_select
{
	border:solid 1px #88B1C8;
    font-family: Verdana, Arial, Courier;
	font-size:11px;
    height: 22px;
	margin:0px 1px 2px 2px;
	padding:0px 1px 0px 2px; 
}
.input_radio_select td
{
    vertical-align:middle;
}

.input_text
{
    border: 1px solid #88B1C8;
    font-family: Verdana, Arial, Courier;
    font-size: 11px;
    height: 16px;
    margin: 0px 1px 0px 2px;
    padding: 0px 1px 0px 4px;
    vertical-align:middle;
}
.input_text[disabled]
{
    background-color: #EFEFEF;
    border: 1px solid #C9C9C9;
    color: Black;
}

.input_text_grey
{
	border:solid 1px #88B1C8;
    font-family: Verdana, Arial, Courier;
	font-size:11px;
	background-color:#EFEFEF;
	height:16px;
	margin:1px 1px 1px 2px;
	padding:2px 1px 0px 4px;
    vertical-align:middle;
}

.input_text_multiline
{
	border:solid 1px #88B1C8;
    font-family: Verdana, Arial, Courier;
	font-size:11px;
	margin:1px 1px 1px 2px;
	padding:2px 1px 0px 4px; 
    vertical-align:text-top;
}

.input_text_nomargin
{
	border:solid 1px #88B1C8;
    font-family: Verdana, Arial, Courier;
	font-size:11px;
	height:16px;
	margin:0px;
	padding:0px 1px 0px 2px; 
    vertical-align:middle;
}

.input_text_nomargin_center
{
	border:solid 1px #88B1C8;
    font-family: Verdana, Arial, Courier;
	font-size:11px;
	height:16px;
	margin:0px;
	padding:0px 1px 0px 2px;
	text-align:center;
    vertical-align:middle;
}

.input_text_right
{
	border:solid 1px #88B1C8;
    font-family: Verdana, Arial, Courier;
	font-size:11px;
	height:16px;
	margin:1px 1px 0px 2px;
	padding:2px 1px 0px 4px;
    text-align: right;
    vertical-align:middle;
}

.input_text_right_grey
{
    background-color: #EFEFEF;
    border: 1px solid #C0C0C0;
    font-family: Verdana, Arial, Courier;
    font-size: 11px;
    height: 16px;
    margin: 1px 1px 0px 2px;
    padding: 2px 1px 0px 4px;
    text-align: right;
    vertical-align:middle;
}

.link_red a
{
    color: Red;   
}

.modalBackground
{
    background-color: Gray;   
    filter: alpha(opacity=60);   
    opacity: 0.6;   
}
.modalPopup 
{
    background-color: White;
	border-style:solid;
	border-width:3px;
	border-color:#418CB3;
    font-family: Verdana, Arial, Courier;
	font-size:12px;
	padding:15px;
	width:350px;
}

.modalPopup p 
{
    padding: 5px;
}

.report_listbox
{
    /* border: none; cannot seem to style this */
    font-family: Verdana, Arial, Courier;
    font-size: 11px;
    /*height: 18px;*/
    margin: 1px 1px 1px 2px;
    padding: 0px 1px 1px 0px;
}

.section_label_primary
{
    color: #418CB3;
    font-family: Verdana, Arial, Courier;
    font-size: 12.2px;
    font-weight: bold;
    margin: 0px;
    padding: 5px 0px 5px 0px;
    text-decoration: underline;
}

.section_label_primary_plus
{
    background-color: #DADADA;
    color: #306F9E;
    font-family: Verdana, Arial, Courier;
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
    padding: 5px 4px 5px 4px;
}

.section_label_secondary
{
/*   color: #3399FF; */
    font-family: Verdana, Arial, Courier;
    font-size: 11.2px;
    font-weight: bold;
    margin: 0px;
    padding: 5px 0px 3px 0px;
}

.section_label_tertiary
{
    font-family: Verdana, Arial, Courier;
	font-size:10px;
	font-weight:bold;
	padding:0px;
	margin:0px;
}

.validation_header
{
    color: #FF3131;
    font-family: Verdana, Arial, Courier;
    font-size: 11px;
    font-weight: bold;
    position: relative;
    margin-bottom: 14px;
}

.validation_field   /* Used if errors displayed on individual fields rather than in validation summary */
{
    color: Red;
    font-family: Verdana, Arial, Courier;
	font-size: 10px;
}

.validation_summary   /* Used validation summary at top of a page */
{
    font-family: Verdana, Arial, Courier;
	font-size: 10px;
	line-height: 8px;
	padding: 0px;
    margin-bottom: 14px;
}

.validation_summary ul 
{
	color: Red;
    font-size: 11px;
    list-style: disc;
    margin-left: 5px;
}

.validation_summary ul li
{
    margin-left: 25px;
    padding-left: 2px;
}

/****** Application CSS Class Specifications ******/

.grid_attendance
{
    border: 1px solid #C0C0C0;
    background-color: #FFFFFF;
    border-collapse: collapse;
    font-family: Verdana, Arial, Courier;
    font-size: 10px;
    margin-top: 2px;
    width: 100%;
}

.grid_attendance a
{
    color: #367292;
    text-decoration: underline;
}
.grid_attendance a:link, a:visited, a:active
{
    color: #367292;
    text-decoration: underline;
}
.grid_attendance a:hover
{
    color: #000099;
    text-decoration: none;
}

.grid_attendance td
{
    border-bottom: 1px solid #A3C9DE;
    color: #1B1B1B;
    padding: 2px;
    vertical-align: middle;
}

.grid_attendance th
{   
    background: #418CB3;
    color: #FFFFFF;   
    height: 16px;
    margin: 0px;
    padding: 0px; 
    text-align:left;
    vertical-align: middle;
} 
 
.grid_attendance tr
{
    height: 15px;
    padding: 2px;
    text-align:left;
    vertical-align: middle;
}

.grid_vaccine_summary
{
    border: thin solid #418CB3;
    background-color: #FFFFFF;
    border-collapse: collapse;
    font-size: 11px;
    width: 100%;
}

.grid_vaccine_summary a
{   
	color:#418CB3;
	text-decoration:underline;
}

.grid_vaccine_summary td
{
    color: #000000;
    padding: 2px;
}

.grid_vaccine_summary th
{
    background-color: #418CB3;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: 600;
    height: 16px;
    margin:2px, 0px, 2px, 0px;
    padding: 2px;
    text-align: left;
    text-decoration: underline;
} 
 
.grid_vaccine_summary tr
{
    padding: 2px;
    text-align:left;
}

.grid_vaccine_summary .alt
{
    background: #DEFEFD;
}

.input_check_attendance_grid
{
    font-family: Verdana, Arial, Courier;
    height: 9px;
    margin: 0px;
    padding: 0px;
}

.input_text_attendance_grid
{
	border:solid 1px #88B1C8;
    font-family: Verdana, Arial, Courier;
	font-size:9px;
	height:13px;
	margin:0px 0px 0px 0px;
	padding:0px 2px 0px 2px; 
    text-align: center;
}

.status_message
{
    color: #3E83A8;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0px 5px 0px;
    margin: 0px;
}

.waiting_indicator
{
    background-color: #eee;
    border: 1px solid black;
    color: #418CB3;
	font-size:14px;
    font-weight: bold;
    width:15%;
}


/****** Account CSS Class Specifications ******/

.account_page
{
    border: 1px solid #418CB3;
    background-color: white;
    font-family: Verdana, Arial, Courier;
    font-size: 11px;
    margin: 20px auto 0px 30px;
    text-align: left;
    width: 700px;
}

.account_header
{
    background: inherit;
    border-bottom: 1px solid #418CB3;
    height: 55px;
    margin: 0px;
    position: relative;
    padding: 0px;
    width: 100%;
}

.account_header h1
{
    color: #418CB3;
    font-weight: 700;
    font-size: 2em;
    line-height: 1.5em;
    margin: 3px;
    padding: 1px;
    text-align: left;
    vertical-align: middle;
}

.account_info
{
    width: 60%;
}

.account_main
{
    padding: 0px;
    margin: 2px 0px 2px 10px;
    min-height: 350px;
}

.account_main h2
{
    font-size: 1.3em;
}
.account_footer
{
    color: #4e5766;
    padding: 0px 0px 0px 10px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

.account_button
{
    text-align: right;
    padding-right: 5px;
}

.loginDisplay
{
    font-size: 1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: #418CB3;
}

.loginDisplay a:link, a:visited, a:active
{
    color: #418CB3;
}
.loginDisplay a:hover
{
    color: #357191;
    text-decoration: none;
}

.loginTitle
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}
.css_pir
{
    color: #D0760A;
    font-family: Verdana, Arial, Courier;
    font-size: 9px;
}

