﻿*
{
margin: 0em;
padding: 0em;
}

body
{

background: url('images/bk.gif') repeat-x;
color: #666;
font-size: 9pt;
font-family: Arial, helvetica, sans-serif;
}

h1
{
font-weight: normal;
letter-spacing: -1px;
}
h4
{
border-bottom: dotted 1px #999999;
width:100%;
font-size: 1.5em;
padding-bottom: 0.2em;
margin-bottom: 0.8em;
}

br.clear
{
clear: both;
}


a
{
text-decoration: none;
color:#ff0000;

}

a:hover
{
text-decoration: underline;
color:#ff0000;
}



p
{
line-height: 1.3em;
}

/* Footer */

#footer
{
width: 950px;
margin: 0 auto;
text-align: center;
clear: both;
border-top: dotted 1px #999999;
margin-top: 1.0em;
margin-bottom: 1.0em;
padding-top: 1.0em;
text-transform: lowercase;
}

/* Header */

#header
{
width:100%;
height:122px;
}

#header_inner
{
position: relative;
width: 950px;
height:122px;
margin: 0 auto;
}

/* Logo */

#logo
{
position: absolute;
bottom: 0.6em;
}

#logo h1
{
display: inline;
color: #fff;
font-size: 2.2em;
}

#logo h2
{
display: inline;
padding-left: 0.5em;
color: #fff;
font-size: 1.0em;
}

/* Menu */

#menu
{
position: absolute;
right: 0em;
bottom: 0em;
}

/* Main */

#main
{
}

#main_inner p
{
text-align: justify;
margin-bottom: 2.0em;
}


#main_inner
{
position: relative;
width: 950px;
margin: 0 auto;
padding-top: 3.5em;
}

/*Menu Navigation */
.MenuItemStyleTab
{
	background-color:#f1f1f1;
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	
}
.MenuItemStyleTab a
{
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}
.MenuItemStyleTab a:Hover
{
	font-weight:bold;
	text-decoration:underline;
	color:#079CBC;

}
.HoverStyleTab
{
	background-color:#f1f1f1;
	color:#ffffff;
}

/*Survey Questions */
tr.rowHover:hover
{
	background-color: #ccc;
	color:#FFFFFF;
}

/* Primary content Column */
	
#columnContent_col1
{
position: relative;
margin-right: 34em;
}
	
#col1
{
position: relative;
float: left;
width: 750px;
margin-right: -34em;
padding-right: 2em;
}
#col1 ul
{
	list-style: disc;
}

#col1 li
{
display:block;
margin: 1em; 
line-height: 1.2em; 
}
	
/* Secondary Content */
	
#columnContent_col2
{
float: right;
}
	
#col2
{
width: 25.0em;
float: left;
padding: 0em 2em 0.5em 2em;
border-left: dotted 1px #999999;
}

/*collapse Panel  */
#col2 .collapsePanel {
	width: 300px;
	height:0px;                 /* important to avoid flash at page load time */
	padding-left: 5px; 
	padding-right: 5px;
	background-color:white;
	left:auto;
	overflow:hidden;

}

#col2 .collapsePanelHeader{	
	width: 300px;	
	height: 20px;
	color: #fff;
	background-color: #000099;
	font-weight: bold;
	padding: 5px; 
	cursor: pointer; 
	vertical-align: middle;

}
.fixedLabel 
{
    display: block;
    float: left;
}
/* Forgot Password PIN  */
.forgotBox {
width:300px;
margin-top: 10%;
margin-left: 35%;
padding:10px;
}

.forgotLegend{
font-weight:bold;
font-size:9pt;
}

/* Home.aspx  */
.Msg
{

color:#ff0000;
font-weight:bold;
}

.Button 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #e6e6e6;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #CCCCCC;
}
.TableBorder 
{
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #CCCCCC;
	margin: 1px;
	padding: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.WhiteHeaders {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}

.mainText 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
}

/*Autocomplete*/
.flyout-background {
border: 1px solid #999999;
margin: 0px;
background-color: #f1f1f1;
cursor:pointer;
text-align: left;
}

.flyout-item {
color: #ff0000;

}

.flyout-item-hover {
color: #000000;
text-decoration:underline;
}

/* Collapse Panel */
.collapsePanel
{ 
width:795px;
  height:0px;
  cursor:pointer;
  background-color:#ffffff;
  overflow:hidden;
  
 }
  
.collapsePanelHeader
{
	width:795px;
	height:20px;
	background-color:#f1f1f1;
	font-weight:bold;
	color:#000000;
	float:left;
	padding:2px;
	cursor:pointer;
	vertical-align:middle;
}

/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
      font-family: Arial, Sans-Serif;
      font-size: 12px;
      font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

/* Modal */
.modalBackground {
background-color:Gray;
filter:alpha(opacity=70);
opacity:0.7;
}

.modalPopup {
background-color:#ff0000;
border-width:3px;
border-style:solid;
border-color:Gray;
padding:3px;
width:250px;

}

/*Calendar */
.MyCalendar .ajax__calendar_container {
    border:1px solid #666666;
    background-color:#f1f1f1;
    color: #666666;
}
.MyCalendar .ajax__calendar_header
{
	background-color:#666666;
	color:#ffffff;
}
.MyCalendar .ajax__calendar_footer
{
	background-color:#666666;
	color:#ffffff;
}

/* OLD Css styles*/
.TableBorder 
{
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #CCCCCC;
	margin: 1px;
	padding: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	
}
.CellLeftBorder 
{
	border-top: 1px solid #f1f1f1;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #f1f1f1;
	margin: 1px;
	padding: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	
}
.CellRightBorder 
{
	border-top: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #CCCCCC;
	margin: 1px;
	padding: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	
}
.RedUnderline
{
	font-size: 11px;
	font-style:normal;
	text-decoration:underline;
	font-weight: normal;
	color: #ff0000;
}
/*MASKED EDIT CLASSES*/
.MaskedEditFocus
{
background-color: #FFFFE0;
}

.MaskedEditError 
{
background-color: #ff0000;
}

.MaskedEditFocus
{
    background-color: #ffffcc;
    color: #000000;
}

.MaskedEditMessage
{
color: #ff0000;
font-weight: bold;
}







