fieldset 
{
	-moz-border-radius: 8px; 
	border-radius: 8px;
}
legend
{
	font-weight: bold;
	color: #0000FF;
}


.box 
{
	background-color: #EEEEEE;
	border: solid 2px #E1E1E1;
	width: auto;
}
.box_header 
{
	/* background: transparent url(images/box_ul.gif) no-repeat top left; */
}
.box_header div 
{
	/* background: transparent url(images/box_ur.gif) no-repeat top right; */
	height: 10px;
}
.box_content 
{
	/*
	border-left: solid 2px #E1E1E1;
	border-right: solid 2px #E1E1E1;
	*/
	padding-left: 10px;
	padding-right: 10px;
}
.box_title 
{
	font-size: 15px;
	color: #285C73;
	font-weight: normal;
	font-family: Myriad Pro, Sans-Serif;
	padding-bottom: 8px;
	text-align: left;
}
.box_footer
{
	/* background: transparent url(images/box_dl.gif) no-repeat bottom left; */
}
.box_footer div 
{
	/* background: transparent url(images/box_dr.gif) no-repeat bottom right; */
	height: 10px;
}
.box_border 
{
	/* background: transparent url(images/box_bg.gif) repeat-x bottom; */
}

.surveymultipage 
{
	background-color: #ECECEC;
	border: solid 1px #BBBBBB;
	padding: 10px;
	margin-top: -2px;
	width: 97% !important;
}

.surveypageview 
{
	margin: 0 !important;
	padding: 8px !important;
	background-color: White;
	width: 97% !important;
	background-color: #ECECEC;
	
}

.surveypageview h1
{
	margin:0px;
	padding:0px;
	padding-bottom:10px;
}

.surveypageview
{
	margin:0px;
	padding:0px;
}

.surveyoption 
{
	padding: 4px;
}
.surveyquestion 
{
	padding-top: 4px;
	padding-bottom: 4px;
}


.cell-new
{
	background: url(images/bg-services.png) #f5f5f5 repeat-x bottom;
	padding: 20px;
	/*border: 1px solid #e3e3e3;*/
	border-radius: 10px;
	-moz-border-radius: 10px;
}
.tablecellsborder-new
{
	background-color: transparent;
}
.service-title
{
	font-size: 15px;
	font-weight: bold;
	height: 86px;
}
.phone
{
	color: #339933;
	font-size: 18px;
}
.services-link
{
	font-size: 15px;
	font-weight: bold;
}
.services-small-text
{
	font-size: 11px;
	background: none;
}
.services-text
{
	background: none;
}

.tablecellsborder 
{
	empty-cells: hide;
}
.tablecellsborder td 
{
	border: 1px solid gray;
}

.bordertable
{
	border: solid 1px #bebebe;
	padding: 8px;
}


.grid
{
	background:#e4e4e4;
	border:1px solid #e4e4e4;
}
.gridheader, .gridheader a
{
	font-weight: bold;
	color: #FFFFFF;
}
.gridheader th, .gridheader td 
{
	background:#ADC3E0;
	color: #FFFFFF;
	font-weight: bold;
}
.gridrownoroll td
{
	background-color: #f5f5f5;
	color: #000000;
}
.gridaltrownoroll td
{
	background-color: #FFFFFF;
	color: #000000;
}
.gridrow td
{
	background-color: #f5f5f5;
	color: #000000;
	cursor: pointer;
}
.gridaltrow td
{
	background-color: #FFFFFF;
	color: #000000;
	cursor: pointer;
}

tr.gridrow:hover>td, tr.gridaltrow:hover>td
{
	background-color: Yellow;
}
.gridpager 
{
	background-color: #eeeeee;
}
.gridpager a 
{
	display: block;
	padding: 5px;
	background-color: #ffffff;
	border: solid 1px #aaaaaa;
	font-size: 10pt;
}
.gridpager a:hover 
{
	background-color: yellow;
}
.gridpager span
{
	display: block;
	padding: 5px;
	background-color: #eeeeee;
	border: solid 1px #aaaaaa;
	font-weight: bold;
	font-size: 10pt;
}

.smalltext
{
    font-size:10px;
}

.gray_text
{
	font-size: 11px !important;
	color: #AEAEAE !important;
	font-weight: normal !important;
}
