﻿body
{
	/*background-color: #e9f2f8;*/
	color: #303030;
	font-family: Verdana;
	font-size: 11px;
	text-align: center;
}

.mainDiv
{
	border: solid 2px #87a1b6;
	margin-left: 50px;
	margin-right: 50px;
	/*background-color: #ffffff;*/
}

.panel
{
	border: solid 1px #87a1b6;
	margin-left: 5px;
	margin-right: 5px;
	/*background-color: #ffffff;*/
}
.pageHeader
{
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 10px;
	margin-bottom: 0px;
	text-align:	center;
	font-family: Verdana;
	font-size: 24px;
	/*color: #7faed4;*/
	color: #006699;
}

.divBackGround
{	
  background-image:url(../Images/CDC 2nd november.jpg); 
  background-repeat:no-repeat;  
  background-position:left; 
 height:170px; 
 width:500px;  
}

.pageHeaderHR
{
	margin-left: 5px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding:0px;
	line-height: 2px;
	font-size: 5px;
	display: block;
	height: 15px;
	border-bottom: solid 2px #87a1b6;
}
.pageContent
{
	/*margin-left: 30px;
	margin-right: 30px;*/
	margin-top: 5px;
	margin-bottom: 5px;
}
.lineHeight
{
	line-height: 25px;
}

.sectionContainer
{
	width: 100%;
	text-align: left;
}

.sectionHeader
{
	padding-left: 0px;
	text-align: left;
	vertical-align: top;
    height:20px;
	font-family: Verdana;
	font-size: 11px;
	/*font-weight: bold;
	/*color: #006699;
	display: block;*/
	/*background-color: #dae9f3;*/ /*filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#abcee5,endColorStr=#ffffff);	*/
	width:30%;
}

.sectionHeaderPartition
{
    text-align:left;
	width:10%;
}

.sectionHeaderMessage
{
	padding-left: 5px;
	text-align:center;
	vertical-align: middle;
	height: 20px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
/*	color: #006699;*/
	display: block;
	/*background-color: #dae9f3;*/ /*filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#abcee5,endColorStr=#ffffff);	*/
	behavior: url(/css/border-radius.htc);
}

.Label
{
	padding-left: 5px;
	text-align: left;
	vertical-align: middle;
	height: 20px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	
	display: block;
}

.LabelMessage
{
	padding-left: 5px;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	
	display: block;
}

.LabelOthers
{
	padding-left: 5px;
	text-align:right;
	vertical-align: middle;
	height: 20px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	
	display: block;
}

.textbox90
{
	width: 200px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Verdana;
	font-size: 10px;
}

.textbox
{
	font-family: Verdana;
	font-size: 13px;
	width: 200px;
}

.textarea
{
	width: 99%;
	font-family: Verdana;
	font-size: 10px;
}

.dropdown
{
	width: 215px;
	font-family: Verdana;
	font-size: 10px;
}

.button
{	
	/*background-color: #dae9f3;*/
	/*color: #006699;*/
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	border-width: 0px;
	background-color: #006699;
	color:White;
	height:30px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
  
}

.finalbutton
{
	width: 140px;
/*	background-color: #dae9f3;*/
	color: #006699;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	border-width: 4px;
}

.table
{
	border: solid 1px #d4d0c8;
	border-bottom: solid 1px #808080;
	border-right: solid 1px #808080;
	width: 100%;
}

.table td
{
	border-bottom: solid 1px #d4d0c8;
	border-right: solid 1px #d4d0c8;
}


td
{
	vertical-align: top;
}
.colonSeperatorTD
{
	width: 5px;
}

.tableHeader
{
	font-weight: bold;
}


.mGrid
{
	width: 100%;
	background-color: #fff;
	border: solid 2px #87a1b6;
	font-size: 12px;
}

/******Row section - Starts Here********/
.mGrid td
{
	padding: 2px;
	border: solid 1px #c1c1c1;
	/*color: #717171;*/
	text-align: left;
}
/******Row section - Ends Here********/

/******Header Row section - Starts Here********/
.mGrid th
{
	padding: 4px 2px;
	color: #006699;
/*	background: #dae9f3;*/
	border-left: solid 1px #525252;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
/******Header Row section - Ends Here********/

/******Alternate Row section - Starts Here********/
.mGrid .alt
{
	background: #fcfcfc url(../Images/grd_alt.png) repeat-x top;
}
/******Alternate Row section - Ends Here********/

/******Pager section - Starts Here********/
.mGrid .pgr
{
	background: #424242 url(../Images/grd_pgr.png) repeat-x top;
}
.mGrid .pgr table
{
	margin: 5px 0;
}
.mGrid .pgr td
{
	border-width: 0;
	padding: 0 6px;
	border-left: solid 1px #666;
	font-weight: bold;
	color: #fff;
	line-height: 12px;
}
.mGrid .pgr a
{
	color: #666;
	text-decoration: none;
}
.mGrid .pgr a:hover
{
	color: #000;
	text-decoration: none;
}
/******Pager section - Ends Here********/

/******Footer Row section - Starts Here********/
.mGrid .footer
{
	padding: 4px 2px;
	color: #fff;
	background: url(../Images/grd_head.png) repeat-x top;
	border: solid 1px #c1c1c1;
}
/******Footer Row section - Ends Here********/

.hidden
{
	display: none;
}

.errormessage
{
	display: inherit;
	color: Red;
	font-size: 12px;
}

.successmessage
{
	display: inherit;
	color: Green;
	font-size: 14px;
	font-weight: bold;
}
/************************		all    elements	  starts		*******************/
a:link
{
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	color: #006699;
}
a:visited
{
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	color: #006699;
}
a:hover
{
	text-decoration: underline;
	font-family: Verdana;
	font-size: 11px; /*color: #71A858;*/
	color: Blue;
}
a:active
{
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	color: #006699;
}


.mainHeader
{
	/* background-color: #39569a;     font-size: 13pt;     font-family: Arial,Fantasy;     font-weight: bold;     color: white;     text-align: left; */ /* New CSS */
	font-size: 14px;
	font-family: Verdana;
	font-weight: bold;
	color: #4c4c4c;
	padding: 5px 4px 10px 4px;
	text-align: center;
	vertical-align: top;
	background-color: #cfdce4;
}

.SurveyBasicInfoTextBox
{
	font-family: Verdana;
	font-size: 11px;
	width: 200px;
	text-align:left;
}

.SurveyBasicLinks
{
	font-family: Verdana;
	font-size: 18px;
	font-weight:bold;
	width: 300px;
}

.SurveyBasicHeader
{
	font-family: Verdana;
	font-size: 24px;
	font-weight:bold;
	width: 300px;
}


.divBackGround
{	
  background-image:url(../Images/CDC 2nd november.jpg); 
  background-repeat:no-repeat;  
  background-position:center;
  vertical-align:top; 
}

.SurveyBasicInfoPanel
{
	font-family: Verdana;
	font-size: 13px;	
}

.SurveyBasicInfo
{
	font-family: Verdana;	
	font-size: 13px;
	width: 210px;
}

.SurveyQuestions
{
	font-family: Verdana;
	font-size: 13px;
	width:300px;
}

.SurveyDiv
{
 margin-top:10px;
 margin-bottom:10px;
 border-bottom:solid 1px #cccccc
}

.SurveyOthers
{
	margin-left: 5px;
	margin-right: 5px;
	font-family: Verdana;
	font-size: 13px;
	width: 200px;
}

