@charset "utf-8";
/* CSS Document */

body, html {
	margin: 0px;
	padding:0px;
	background-color:#f2f2f2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}
img{
	border:none;
}
#general{
	margin:0px auto;
	padding:2px;
	
}
/* header */
#header{
	margin:0px;
	padding:0px;
	width:100%;
	height:124px;
	position:relative;
}
#event_cuckoo{
	margin:0px;
	padding:0px;
	width:305px;
	height:124px;
	position:absolute;
	top:0px;
	left:0px;
}
#header ul{
	margin:0px;
	padding:0px;
	position:absolute;
	top:100px;
	right:0px;
	list-style:none;
}
#header li{
	margin:0px;
	padding:10px 0px 11px 0px;
	float:left;
}
#header li a{
	margin:0px;
	padding:10px 20px 11px 20px;
	color:#464646;
	font-size:14px;
	text-decoration:none;
	background-image:url(../images/layout/menu_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
#header li a:hover, #header li a.menu_activ{
	color:#fff;
	background-image:url(../images/layout/menu_hover.jpg);
}
#header li a.first{
	background-image:url(../images/layout/menu_first_out.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#header li a.first:hover, #header li a.first_menu_activ{
	color:#fff;
	background-image:url(../images/layout/menu_first_hover.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#header li a.last{
	background-image:url(../images/layout/menu_last_out.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}
#header li a.last:hover, #header li a.last_menu_activ{
	color:#fff;
	background-image:url(../images/layout/menu_last_hover.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

/* login */
#login{
	margin:0px;
	padding:0px;
	position:absolute;
	top:20px;
	right:0px;
}
#login .submit{
	vertical-align:top;
}
#login .fieldset{
	margin:3px 10px 0px 0px;
	padding:3px;
	font-size:12px;
	width:150px;
}
#login .keep{
	padding:0px 5px 0px 0px;
	vertical-align:middle;
}
#login p{
	margin:0px;
	padding:5px 0px 0px 0px;
}
#login a{
	color:#0388cc;
	text-decoration:none;
	margin:0px 0px 0px 50px;
}
#login a:hover{
	color:#fe9d00;
	text-decoration:underline;
}
/* index content 1 */
#index_content_1 {}
#index_content_1 .top {background:url(../images/layout/index_content_5_top.jpg) top left no-repeat; padding: 0 0 14px 0; height: 1px;}
#index_content_1 .left {border-right: 1px solid #D0D0D0; border-left: 1px solid #D0D0D0; padding: 20px; background-color: #fff; line-height: 18px; font-size: 14px;}
#index_content_1 .right {width: 240px; float: left; border-right: 1px solid #D0D0D0; background-color: #fff; padding: 15px 20px; font: normal 18px Tahoma, Verdana, Arial, Helvetica, sans-serif; color: #333; line-height: 24px;}
#index_content_1 .right h1 {margin: 15px 0 25px 0; font-size: 40px; font-weight: normal;}
#index_content_1 .right .watchvideo {font: normal 28px Tahoma, Verdana, Arial, Helvetica, sans-serif; color: #333; line-height: 30px; padding: 40px 0 0 0;}
#index_content_1 .right .watchvideo a {background: url(../images/layout/watchvideo-off.jpg) left no-repeat; width: 130px; height: 77px; display: block; padding: 10px 0 0 90px; color: #333; text-decoration: none;}
#index_content_1 .right .watchvideo a:hover {background: url(../images/layout/watchvideo-on.jpg) left no-repeat; width: 130px; height: 77px; display: block; padding: 10px 0 0 90px; color: #069; text-decoration: none;}

/* index content 2 */
#index_content_2{
	margin:20px 0px 0px 0px;
	padding:0px;
	width:100%;
	background-image:url(../images/layout/index_content_2_bg.jpg);
	background-position:top;
	background-repeat:repeat-y;
}
#index_content_2 .top{
	margin:0px;
	padding:0px;
	width:100%;
	height:15px;
	background-image:url(../images/layout/index_content_2_top.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#index_content_2 .bot{
	margin:0px;
	padding:0px 0px 20px 0px;
	width:100%;
	background-image:url(../images/layout/index_content_2_bot.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
#index_content_2 .content{
	margin:0px;
	padding:0px 20px 0px 20px;
	width:288px;
	float:left;
}
#index_content_2 .content h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#333;
	margin:10px 0px 10px 0px;
	padding:0px;
}
#index_content_2 .content p{
	margin:0px 0px 10px 0px;
	padding:0px;
	line-height:18px;
	text-align:justify;
	color:#333;
}
#index_content_2 .content a.link, #index_content_3 .content a.link{
	color:#0088cc;
	padding:0px 10px 0px 0px;
	text-decoration:none;
	background-image:url(../images/layout/bullet_01.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
#index_content_2 .content a.link:hover, #index_content_3 .content a.link:hover{
	color:#fe9d00;
	text-decoration:underline;
	background-image:url(../images/layout/bullet_01_hover.jpg);
}
/* index content 3 */
#index_content_3{
	margin:20px 0px 0px 0px;
	padding:0px;
	width:100%;
	background-image:url(../images/layout/index_content_3_bg.jpg);
	background-position:top;
	background-repeat:repeat-y;
}
#index_content_3 .top{
	margin:0px;
	padding:0px;
	width:100%;
	height:15px;
	background-image:url(../images/layout/index_content_3_top.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#index_content_3 .bot{
	margin:0px;
	padding:0px 0px 20px 0px;
	width:100%;
	background-image:url(../images/layout/index_content_3_bot.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
#index_content_3 .content{
	margin:0px;
	padding:0px 20px 0px 20px;
	width:288px;
	float:left;
}
/* footer */
#footer{
	margin:0px;
	padding:30px 0px 0px 0px;
	width:100%;
}
#footer .footer_l{
	margin:0px;
	padding:0px 0px 30px 20px;
	width:610px;
	float:left;
	text-align:justify;
}
#footer ul{
	margin:-10px 0px;
	padding:0px;
	float:right;
	list-style:none;
}
#footer li{
	float:left;
	padding:12px;
	background-image:url(../images/layout/bullet_02.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
#footer li.last{
	background-image:none;
}
#footer li a{
	color:#0088cc;
	text-decoration:none;
}
#footer li a:hover{
	color:#fe9d00;
}
.clearall {clear: both;}
#contentblock {background-color: #fff; border-left: 1px solid #D0D0D0; border-right: 1px solid #D0D0D0;}
.boxleft .headers {background: url(../images/layout/attendees-icon.jpg) left no-repeat; padding: 15px 10px 15px 60px; font-size: 14px; font-weight: bold; margin: 0 0 20px 0;}
.boxleft {width: 401px; float: left; padding: 20px 45px 0 45px; font-size: 14px; line-height: 20px;}
.boxleft img {padding: 0 10px 0 20px;}
.boxleft a {color: #069; text-decoration: none; background: url(../images/layout/bullet_01.jpg) right no-repeat; padding: 0 10px 0 0; display: block; width: 66px; margin: 20px 0 0 0;}
.boxleft a:hover {color: #f60; text-decoration: none; background: url(../images/layout/bullet_01.jpg) right no-repeat; padding: 0 10px 0 0; display: block; width: 66px;}
.boxright {width: 401px; float: left; padding: 20px 45px 0 45px; font-size: 14px; margin: 0 0 20px 0; line-height: 20px;}
.boxright img {padding: 0 10px 0 20px;}
.boxright a {color: #069; text-decoration: none; background: url(../images/layout/bullet_01.jpg) right no-repeat; padding: 0 10px 0 0; display: block; width: 66px; margin: 20px 0 0 200px; font-size: 14px;}
.boxright a:hover {color: #f60; text-decoration: none; background: url(../images/layout/bullet_01.jpg) right no-repeat; padding: 0 10px 0 0; display: block; width: 66px;}
.boxright .headers {background: url(../images/layout/attendees-icon-select.jpg) left no-repeat; padding: 15px 10px 15px 60px; font-size: 14px; font-weight: bold; margin: 0 0 20px 200px;}
.boxbottomleft {width: 267px; float: left; padding: 0px 30px;}
.boxbottomcenter {width: 267px; float: left; padding: 0px 30px;}
.boxbottomright {width: 268px; float: left; padding: 0px 30px;}
.headerscenter {background: url(../images/layout/attendees-icon.jpg) left no-repeat; padding: 15px 10px 15px 60px; font-size: 14px; font-weight: bold; margin: 0 0 20px 0;}
.boxiphone {width: 306px; float: left; height: 68px; background: url(../images/layout/iphone-bg.jpg) left no-repeat; margin: 30px 0; text-align: center; padding: 76px 0 0 0;}
.boxandroid {width: 230px; float: left; height: 60px; background: url(../images/layout/android-bg.jpg) left no-repeat; margin: 30px 0; padding: 84px 0 0 118px;}
.boxblackberry {width: 328px; float: left; height: 60px; background: url(../images/layout/blackberry-bg.jpg) left no-repeat; margin: 30px 0; text-align: center; padding: 84px 0 0 0;}
.attendeesbox {background: url(../images/layout/attendees1.jpg) left no-repeat; height: 362px; padding: 10px 30px 10px 200px; width: 295px; margin: 0 0 0 20px; float: left; line-height: 18px;}
.attendeesbox .headers {background: url(../images/layout/attendees-icon.jpg) left no-repeat; font-size: 14px; font-weight: bold; margin: 0px 0 15px 0; padding: 15px 10px 15px 60px;}
.eventsbox {width: 395px; float: left; padding: 0 10px 0 28px; line-height: 18px;}
.eventsbox a {color: #069; text-decoration: none; background: url(../images/layout/bullet_01.jpg) right no-repeat; padding: 0 10px 0 0; display: block; width: 76px; margin: 20px 0 0 180px; font-size: 14px;}
.eventsbox a:hover {color: #f60; text-decoration: none; background: url(../images/layout/bullet_01.jpg) right no-repeat; padding: 0 10px 0 0; display: block; width: 76px;}
.eventsbox .headers {background: url(../images/layout/attendees-icon-select.jpg) left no-repeat; padding: 15px 10px 15px 60px; font-size: 14px; font-weight: bold; margin: 0 0 20px 190px;}
.eventsbox img {padding: 0 20px 0 0px;}
.confbox {width: 340px; float: left; padding: 0 40px 30px 20px; line-height: 18px;}
.confbox a {color: #069; text-decoration: none; background: url(../images/layout/bullet_01.jpg) right no-repeat; padding: 0 10px 0 0; display: block; width: 66px; margin: 20px 0 0 0px; font-size: 14px;}
.confbox a:hover {color: #f60; text-decoration: none; background: url(../images/layout/bullet_01.jpg) right no-repeat; padding: 0 10px 0 0; display: block; width: 66px;}
.confbox .headers {background: url(../images/layout/attendees-icon.jpg) left no-repeat; padding: 15px 10px 15px 60px; font-size: 14px; font-weight: bold; margin: 0 0 20px 0px; text-align: left;}
.confsyncbox {width: 200px; float: left; padding: 0 342px 0 40px; background: url(../images/layout/synch-pic.jpg) right no-repeat; display: block; height: 403px; line-height: 18px;}
.confsyncbox .headers {background: url(../images/layout/attendees-icon.jpg) left no-repeat; padding: 15px 10px 15px 60px; font-size: 14px; font-weight: bold; margin: 0 0 20px 0px; text-align: left;}
.confsyncbox a {color: #069; text-decoration: none; background: url(../images/layout/bullet_01.jpg) right no-repeat; padding: 0 10px 0 0; display: block; width: 66px; margin: 20px 0 0 0px; font-size: 14px;}
.confsyncbox a:hover {color: #f60; text-decoration: none; background: url(../images/layout/bullet_01.jpg) right no-repeat; padding: 0 10px;}
.left .headers {background: url(../images/layout/attendees-icon-select.jpg) left no-repeat; padding: 15px 10px 15px 60px; font-size: 14px; font-weight: bold; margin: 0 0 20px 0px; text-align: left;}
/*------------Table css from icab--------------*/
.tableborder {border: 1px solid #ccc; font-size: 11px;}/*-------------------------13 dec 2010*/
th {background-color: #ccc; color: #000; padding: 5px 4px; font-weight: bold;font-size:12px;}
.tableborder td {background-color: #fff;}

.inputbutton {background: #3DBBED; border: 1px solid #229ACA; padding:5px; font-weight: bold; color: #fff;}
a {color: #0388cc; text-decoration: none;}
a:hover {color: #fe9d00; text-decoration: underline;}

/*------------New css add by Anil Kotwal--------------*/
.account_box{background:#fff; height:30px; width:100%; font: normal 14px Arial, Helvetica, sans-serif; line-height:30px; text-align:center;}
.create_survey_main{ margin:43px 0 0; width:100%;}
.survey_box_top{ background:url(../images/layout/survey_box_top.gif) no-repeat; height:11px;}
.survey_box_mid{ background:url(../images/layout/survey_box_mid.gif)  repeat-y; }
.survey_box_bottom{ background:url(../images/layout/survey_box_bottom.gif) no-repeat; height:11px;}
.survey_left_img{width:280px; float:left; margin:-11px 0 0 0px;}
.survey_right{ width:660px; float:left; margin:1px 0 0 200px; }
.survey_right h1{ font:bold 30px "Times New Roman", Times, serif; font-style:italic; color:#f5a005; border-bottom:dashed 1px #e3e3e3; margin-bottom:15px;}
.survey_input_text{ width: 140px; float:left; font: normal 22px Arial, Helvetica, sans-serif; color:#999999; text-align:right; padding-right:10px;} 
.survey_input1{ width:500px; height:44px; float:left; background:url(../images/layout/survey_input1.gif) no-repeat;}
.survey_input1 input, .survey_input1_green input, .survey_input1_red input{ width:170px; border:none; background:none; height:32px; margin:4px 0 0 5px; font: normal 18px Arial, Helvetica, sans-serif; color:#999999; }

.survey_input1_green{ width:500px; height:51px; float:left; background:url(../images/layout/survey_input1_green.gif) no-repeat;}
.survey_input1_red{ width:500px; height:51px; float:left; background:url(../images/layout/survey_input1_red.gif) no-repeat;}

.survey_input2{ width:500px; height:44px; float:left; background:url(../images/layout/survey_input2.gif) no-repeat;}
.survey_input2 input, .survey_input2_green input, .survey_input2_red input{ width:350px; border:none; background:none; height:29px; margin:6px 0 0 10px; font: normal 18px Arial, Helvetica, sans-serif; color:#999999; }

.survey_input4{ width:500px; height:44px; float:left; background:url(../images/layout/survey_input2.gif) no-repeat;}
.survey_input4 input, .survey_input4_green input, .survey_input4_red input{ width:350px; border:none; background:none; height:29px; margin:6px 0 0 10px; font: normal 18px Arial, Helvetica, sans-serif; color:#999999; }


.survey_input2_green{ width:500px; height:51px; float:left; background:url(../images/layout/survey_input2_green.gif) no-repeat;}
.survey_input2_red{ width:500px; height:51px; float:left; background:url(../images/layout/survey_input2_red.gif) no-repeat;}

.survey_input4_green{ width:500px; height:51px; float:left; background:url(../images/layout/survey_input2_green.gif) no-repeat;}
.survey_input4_red{ width:500px; height:51px; float:left; background:url(../images/layout/survey_input2_red.gif) no-repeat;}

.survey_input3{ width:500px; height:120px; float:left; background:url(../images/layout/survey_textarea.gif) no-repeat;}
.survey_input3 textarea, .survey_input3_green textarea, .survey_input3_red textarea{ width:350px; border:none; background:none; height:110px; margin:4px 0 0 5px; font: normal 18px Arial, Helvetica, sans-serif; color:#999999; }

.survey_input3_green{ width:500px; height:120px; float:left; background:url(../images/layout/survey_textarea_green.gif) no-repeat;}
.survey_input3_red{ width:500px; height:120px; float:left; background:url(../images/layout/survey_textarea_red.gif) no-repeat;}

.survey_conti{ margin:10px 0 0 140px; float:left; }

.survey_box2{ width:97%; padding:0 15px; }
.survey_box2 h1{ font:bold 30px "Times New Roman", Times, serif; font-style:italic; height:25px; color:#f5a005; border-bottom:dashed 1px #e3e3e3; }
.survey_box2_adbtn{ float:right; padding:4px  0 0 0; margin:0;  #margin:-30px 0 0 0;}
.survey_box2_main{padding:0px 0;}
.survey_box2_head{ width:100%; background: url(../images/layout/survey_head_bg.gif) repeat-x; height:36px; font:bold 14px "Trebuchet MS"; text-transform:uppercase; line-height:36px;}	
.survey_box2_head ul, .survey_box2_text ul{ list-style:none; width:100%; margin:0; padding:0;}
.survey_box2_head li, .survey_box2_text li{ float:left; padding:0 5px 0 5px; }
.survey_box2_text{  font:normal 14px "Trebuchet MS"; float:left; padding:5px 0;    position:relative; border-bottom: solid 1px #e9e9ea;}
.survey_box2_text ul{ position:relative; margin:0; padding:5px 0; }

.text_blue a{ color:#2488c4; text-decoration:none;}
.top_menu{ float:right; width:300px; margin:30px 0 0 0;}
.top_menu a{ padding:0 5px; vertical-align:middle;}
.survey_edit{ width:100%; padding:0px 0  0 0; }
.survey_edit_text{ font:normal 12px Arial, Helvetica, sans-serif;}
.survey_edit_tab{ width:100%; list-style:none;}
.survey_edit_tab ul{ width:100%; }
.survey_edit_tab li{overflow:hidden; float:left; text-align:center;  height:30px; line-height:30px; }  
.survey_edit_tab li a{ color:#000; text-decoration:none;  font: bold  14px Tahoma; height:30px; width:147px; display:block; line-height:30px; background:url(../images/layout/survey_tab_menu.gif) no-repeat; }
.survey_edit_tab li a:hover{ background-position:bottom; color:#fff; text-decoration:none;}
.survey_edit_tab li a.active, .survey_edit_tab li a.acive:hover { background-position:bottom; color:#fff; text-decoration:none;}
.survey_edit_leftMenu{ float:left; width:228px; margin:0 0 0 20px; background:#e4e4e4;}
.survey_edit_right{ float:left; width: 717px; border:solid 1px #e4e4e4;}
.survey_edit_leftMenu ul{ margin:15px 0 0 7px; width:213px; list-style:none;} 
.survey_edit_leftMenu li{ background:url(../images/layout/survey_arrow.gif) no-repeat 10px 15px;  }
.survey_edit_leftMenu li a{ font: bold 16px tahoma; color:#000; text-decoration:none; display:block; height:40px; line-height:36px; padding:0  0 0 30px;}
.survey_edit_leftMenu li a:hover{ background:#fff;  color:#000; text-decoration:none;}
.survey_edit_right_in{ margin:20px 0 0 18px; width:680px;}
.survey_edit_right_box { width:100%;}
.survey_edit_right_box h2 { width:98.5%; background: url(../images/layout/survey_head_bg.gif) repeat-x; height:29px; padding:7px 0 0 10px; font:bold 14px "Trebuchet MS"; color:#00468c;}
.survey_edit_right_ouestion{ background:#f3fbff; width:100%; font:normal 14px Arial, Helvetica, sans-serif; padding:15px 0 10px 0;}
img{ vertical-align:middle;}   

.survey_pop{ width: 741px; border:solid 4px #cae3fc;}
.survey_pop_head{width:100%; height:27px; background:url(../images/layout/survey_pop.gif) repeat-x; border-bottom: solid 1px #919191; text-align:right;}
.survey_pop_main{ width:740px; height:467px; overflow:scroll; background:#fff;} 
.survey_pop_main h1{ font:normal 30px "Times New Roman", Times, serif; /*font-style:italic; color:#f7a30a;*/ margin:10px 0 0 15px}
.survey_pop_main_mid{ width: 663px; padding:0 0 1px 30px; border: solid 1px #d8d8d8; background:url("../images/pop_content_bg_new.png") no-repeat scroll right bottom #FFFFFF; margin:0px 0 0 15px;}
.survey_pop_main_mid h2{ font: normal 17px tahoma; color:#0456c7; padding:0 0 0 10px;}
.survey_pop_main_input{ background:url(../images/layout/survey_pop_input1.gif) no-repeat; width:600px; height:32px; padding:10px 0 0 15px;  margin:10px 0 0 10px;}
.survey_input66{ width:354px; border:none; background:none; height:32px; margin:5px 0 0 5px; font: normal 18px Arial, Helvetica, sans-serif; color:#999999; }


.survey_pop_main_input_green{ background:url(../images/layout/survey_pop_input1_green.gif) no-repeat; width:600px; height:32px; padding:10px 0 0 15px;  margin:10px 0 0 10px;}
.survey_pop_main_input_red{ background:url(../images/layout/survey_pop_input1_red.gif) no-repeat; width:600px; height:32px; padding:10px 0 0 15px;  margin:10px 0 0 10px;}

.survey_pop_main_inputin{ background: none; border:none; width:574px; height:25px; font: normal 17px tahoma; color:#666; margin: -2px 0 0;}

.survey_pop_main_textarea1 textarea, .survey_pop_main_textarea1_green textarea, .survey_pop_main_textarea1_red textarea {
	background: none; 
	border:none;
	font-size:24px;
	height:87px;
	padding:0;
	width:575px;
}
.survey_pop_main_textarea2 textarea, .survey_pop_main_textarea2_green textarea, .survey_pop_main_red textarea {
	background: none; 
	border:none;
	font: normal 17px tahoma; 
	color:#666;
	height:100px;
	padding:0px 4px 15px 4px;
	width:585px;
}

.survey_pop_main_textarea1, .survey_pop_main_textarea2{ background:url(../images/layout/survey_pop_input2.gif) no-repeat; width:600px; height:94px; padding:7px 0 0 9px;  margin:10px 0 0 10px;}
.survey_pop_main_textarea1_green, .survey_pop_main_textarea2_green{ background:url(../images/layout/survey_pop_input2_green.gif) no-repeat; width:600px; height:94px; padding:7px 0 0 9px;  margin:10px 0 0 10px;}

.survey_pop_main_textarea1_red, .survey_pop_main_textarea2_red{ background:url(../images/layout/survey_pop_input2_red.gif) no-repeat; width:600px; height:94px; padding:7px 0 0 9px;  margin:10px 0 0 10px;}

.survey_pop_main_textareain{ background: none; border:none; width:570px; #width:560px; height:85px; font: normal 17px tahoma; color:#666;}
.survey_pop_main_footer{ height:48px; border-bottom:solid 1px #666; text-align:center; background:#eaeae9; padding-top:6px; margin-top:1px;}
.survey_live_results{width:680px; float:left; padding:0px 0px 10px 0px;}
.survey_live_results_inner{width:680px; float:left;}
.survey_live_results_head{width:100%; float:left;}
.survey_live_results_head h3 {color:#fb9f00; width:100%; font-family: "Times New Roman", Times, serif, Times, serif;font-size:24px;font-weight:normal;margin:0px 0px 5px 0px;}
.survey_live_results_mid-a{width:680px;float:left; margin:0px 0px 6px 0px;}
.survey_live_results_mid-b{width:680px;float:left;}
.survey_results_head{width:660px;float:left;border-top:1px solid #e1e1e1;background:url(../images/results-head-bg.jpg) repeat-x; height:20px; padding:15px 10px 10px 10px;}
.survey_results_ques{width:65%; float:left;padding:0px 0px 0px 20px;background:url(../images/layout/survey_dot.gif) no-repeat 0px 3px; margin:0px 0px 0px 10px;font:normal 14px Arial, Helvetica, sans-serif; }
.survey_results_ques1{width:90%; float:left;padding: 0; no-repeat 0px 3px; margin:0px 0px 0px 10px;font:normal 14px Arial, Helvetica, sans-serif; }
.survey_results_votes{width:20%;float:right;font:bold 14px Tahoma; margin:0px 20px 0px 0px;}
.survey_results_inner{width:680px;float:left;margin:0px 0px 5px 0px;}
.survey_results_in{width:680px;float:left;}
.survey_results_inner_lf{width:7px; height:38px;float:left;background:url(../images/shaded-left.jpg) no-repeat left;}
.survey_results_inner_mid{width:666px; height:38px;float:left;background:url(../images/shaded-mid.jpg) repeat-x;}
.survey_results_inner_data{width:666px;float:left; padding:10px 10px 10px 10px;}
.survey_results_data-lf{width:65%; float:left;padding:0px 0px 0px 15px;margin:0px 0px 0px 10px;font:normal 14px Arial, Helvetica, sans-serif; }
.survey_results_data-rg{width:20%;float:right;font:bold 14px Tahoma; margin:0px 30px 0px 0px;}
.survey_results_inner_rg{width:7px; height:38px;float:left;background:url(../images/shaded-right.jpg) no-repeat right;}
.survey_past_results{width:680px;float:left; margin:40px 0px 20px 0px;}
.survey_past-results_inner{width:680px;float:left;}
.survey_past_res_head{width:660px;float:left;border-top:1px solid #e1e1e1;background:url(../images/results-head-bg.jpg) repeat-x; height:19px; padding:15px 10px 10px 10px; margin:0px 0px 2px 0px;}
.survey_past_results_head{width:100%; float:left;}
.survey_past_results_head h3 {color:#fb9f00; width:100%; font-family:"Times New Roman", Times, serif, Times, serif;font-size:24px;font-weight:normal;margin:0px 0px 5px 0px;}
.survey_past_results_mid{width:680px;float:left;}
.survey_past_results_in{width:680px;float:left;margin:0px 0px 1px 0px;}
.survey_past_results_inner_lf{width:3px; height:39px;float:left;background:url(../images/gradient-left.jpg) no-repeat left;}
.survey_past_results_inner_mid{width:674px; height:39px;float:left;background:url(../images/gradient-mid.jpg) repeat-x;}
.survey_past_res_inner_data{width:666px;float:left; padding:10px 10px 10px 10px;}
.survey_past_results_inner_rg{width:3px; height:39px;float:left;background:url(../images/gradient-right.jpg) no-repeat right;}
.survey_past_results_date{width:33%; float:left;margin:0px 0px 0px 10px;font:bold 14px Arial, Helvetica, sans-serif; }
.survey_past_results_votes{width:33%;float:left;font:bold 14px Tahoma; margin:0px 0px 0px 10px;}
.survey_past_results_actions{width:20%;float:right;font:bold 14px Tahoma; margin:0px 25px 0px 0px;}
.survey_past_results_date-a{width:33%; float:left;margin:0px 0px 0px 10px;font:normal 14px Arial, Helvetica, sans-serif; }
.survey_past_results_votes-a{width:28%;float:left;font:normal 14px Tahoma; margin:0px 0px 0px 10px;}
.survey_past_results_actions-a{width:5%;float:right;font:normal 14px Tahoma; margin:0px 160px 0px 0px; color:#000000; text-align:left;}
.survey_past_results_actions-a a{width:20%;float:right;font:normal 14px Tahoma;color:#000000; text-decoration:none;text-align:left;}
.survey_past_results_actions-a a:hover{color:#0388cc;text-decoration:none;}


form .empty {
color:#CDCDCD;
font-style:italic;
}


/*               New CSS for loader                    */
div#sampleLoading {
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: url(../images/005.gif) no-repeat;
	background-position: center;
}
/*----------------------------------------------------*/
/*               New CSS for horizontal tabmenu       */
#menuHeader {
        FONT-SIZE: 93%; BACKGROUND: url(../images/menu/bg.gif) #dae0d2 repeat-x 50% bottom; FLOAT: left; WIDTH: 100%; LINE-HEIGHT: normal; margin-bottom: 10px; margin-top: -8x;
}
#menuHeader ul {
        PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 10px; LIST-STYLE-TYPE: none
}
#menuHeader li {
        PADDING-RIGHT: 0px; PADDING-LEFT: 9px; BACKGROUND: url(../images/menu/left.gif) no-repeat left top; FLOAT: left; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
#menuHeader a {
        PADDING-RIGHT: 15px; DISPLAY: block; PADDING-LEFT: 6px; FONT-WEIGHT: bold; BACKGROUND: url(../images/menu/right.gif) no-repeat right top; FLOAT: left; PADDING-BOTTOM: 4px; COLOR: #765; PADDING-TOP: 5px; TEXT-DECORATION: none
}
#menuHeader a {
        FLOAT: none
}
#menuHeader a:hover {
        COLOR: #333;
}
#menuHeader #current {
        BACKGROUND-IMAGE: url(../images/menu/left_on.gif)
}
#menuHeader #current a {
        BACKGROUND-IMAGE: url(../images/menu/right_on.gif); PADDING-BOTTOM: 5px; COLOR: #333
}


:focus {
-moz-outline-style: none;
outline: 0;
}


/* vertical menus CSS */
img {
    border: none;
}

/*- Menu 14--------------------------- */


#menu14 {
        width: 200px;
        margin: 10px 19px 10px 26px;
		float:left;

        }

#menu14 li a {
        height: 32px;
          voice-family: "\"}\"";
          voice-family: inherit;
          height: 24px;
        text-decoration: none;
		font-weight:bold;
        }

#menu14 li a:link, #menu14 li a:visited {
        color: #333;
        display: block;
        background:  url(../images/menu/menu14.gif);
        padding: 8px 0 0 10px;
        }

#menu14 li a:hover, #menu14 li #current {
        color: #FFF;
        background:  url(../images/menu/menu14.gif) 0 -32px;
        padding: 8px 0 0 10px;
        }
.CMSHeader {font-size: 25px; position: absolute; left: 335px; top: 42px; color: #333; font-weight: bold;}


/* footer */
.footerbg{background:url(../images/bg_footer.png) no-repeat top center #ebebeb; height:70px; width:100%; margin-top:30px; position:relative;}

.followbox{width:211px; top:15px; background:url(../images/followbox.png) no-repeat center top; height:50px; position:absolute; left: 31%; display: none;}

.followbox img{float:right; margin: 5px 5px 0 0; border:none;}


#footer{
	margin:0px auto;
	padding:30px 0px 0px 0px;
	width:980px;
	
}
#footer .footer_l{
	margin:0px;
	padding:0px 0px 30px 20px;
	width: 470px;
	float:left;
	text-align:justify;
	font-family: Arial, 'Lucida Sans Unicode', Georgia;
	font-weight:bold;
	}
#footer ul{
	margin:-10px 0px;
	padding:0px;
	float:right;
	list-style:none;
}
#footer li{
	float:left;
	padding:12px;
	background-image:url(../images/bullet_02.png);
	background-position:right;
	background-repeat:no-repeat;
	font-family: Arial, 'Lucida Sans Unicode', Georgia;
}
#footer li.last{
	background-image:none;
}
#footer li a{
	color:#0088cc;
	text-decoration:none;
}
#footer li a:hover{
	color:#fe9d00;
}
.clearall {clear: both;}
.ContactForm input[type=text] {display: block; height:24px; line-height:24px; border-left:1px solid #d6d6d6; border-right:1px solid #d6d6d6; background:url(../images/textbox_bg.png) repeat-x top left; width:170px; border-top:0; border-bottom:0; color:#000;}

.CButton {background: url(../images/layout/menu_hover.jpg) center repeat-x; color: #fff; padding: 10px; border: 0px; font-weight: bold; font-size: 14px; cursor: pointer; -webkit-border-radius: 10px; -moz-border-radius: 10px; margin: 20px 0 0 0;}

input, textarea, select {font: normal 12px Arial, Helvetica, sans-serif;}