.mainmenu{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.mainmenu:hover{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.copyrighttext{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #F5FBFF;
	text-decoration: none;
}
.runningtext{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.runningheadings{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3A7186;
	text-decoration: none;
}
.loginpnlleft{
	width: 16px;
	height: 340px;
}
.loginpnlbg{
	height: 340px;
}
.loginpnlright{
	width: 16px;
	height: 340px;
}
.logintext{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #0D618A;
	text-decoration: none;
}
.logintextfields{
	width: 126px;
	height: 18px;
	border: 1px solid #307EA4;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #323232;
	text-decoration: none;
}.centertbl {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	width: 100%;
}
.surveymainhead {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13px;
	text-indent: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #357A98;
	height: 20px;
	width: 100%;
}
.survey2ndhead {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #434D51;
	text-decoration: none;
	height: 40px;
}
.textfield {
	height: 18px;
	width: 300px;
	border: solid 1px #3C8FB1;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.textbox {
	height: 75px;
	width: 300px;
	border: solid 1px #3C8FB1;
}
.textfieldheaders {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13px;
    color: #0D4A7A;
	text-decoration: none;
    font-weight: 400;
}
.textfieldheadersH1{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:Black;
	text-decoration: none;
}
p{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-indent: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #444;
    	text-shadow: none;
}
iframe{
	border: solid 1px #3C8FB1;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin: 5px
}
.links{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.links:hover{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #014E8A;
	text-decoration: underline;
}
.line {
	background-color: #F5FBFF;
	repeat: repeat-y;
	height: 21px;
	border: 0px;
}
.grid1{
	background-color: #DBE3E6;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #0D4A7A;
	text-decoration: none;
	height: 20px;
}
.grid2{
	background-color: #F5F5F5;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #0D4A7A;
	text-decoration: none;
	height: 20px;
}


/* For Image Button*/

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}
a.button {
    /*background: transparent url('../Images/bg_button_a.gif') no-repeat scroll top right;*/
    background: transparent url('../Images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px verdana, sans-serif;
    height: 24px;
    margin-right: 6px;
    /*padding-right: 18px;  sliding doors padding */
    padding: 0 18px 0 0;
    text-decoration: none;
}

a.button span {
    background: transparent url('../Images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
    text-decoration: none;
} 
a.button:active 
{
    background-position: bottom right;
    color: #000;
    outline: none;  /*hide dotted outline in Firefox */
}
a.button:active span 
{
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px*/
}
.ConfirmDialog
{
	font-size:small;
	font-family:Verdana;
}