*{	margin: 0px;padding: 0px;}
body { background-color:#FFFFFF; margin:1px; font-size:14px; font-family:sans-serif; color:#000000; background: #f8f8f8}
Div { border:#CCCCCC 0px solid; padding:0; }
Form { margin:0; padding:0; }
LI { font-family:verdana,sans-serif; color: #000; line-height:23px;}
H1 { color:#0A58BA; font-family:verdana,sans-serif; font-size:1.4em; font-weight:bold; margin:0; }
Img { border:0; vertical-align:middle; }
td {font-size: 13px;font-family: sans-serif;}
A:link,A:visited,A:active { text-decoration:none; color:#551a8b; outline:none; }
A:hover { text-decoration:underline; color:red; }
li{	list-style:none;}

.clear{clear: both;}
.mandatory {font-size: 11px;color: red;}

.main_container {
	min-height: 450px;
}
header , section ,footer  {
	width: 100%;
	float: left;
}
.admin-page header{
	/*background:#0069a5;
	padding:10px;*/
}
.admin-page header a {
	/*color:#fff;*/
}
/*-admin login form css starts----------------------------------------*/
.admin_login_form {
	width: 440px;
	margin: 5% auto 0;
}
.login_logo {
	width: 28%;
	margin: 1% auto 0;
	background:#0069a5;
	padding:10px;
	text-align:center;
}
#admin_login {
	width: 420px;
	border: 1px solid #929292;
	border-radius: 10px;
	position: relative;
	box-shadow: 3px 3px 8px 1px #ccc;
	padding: 10% 3% 4%;
	float:left;
}
.login_form li {
	list-style: none;
	margin: 15px 0;
	width: 100%;
	float: left;
}
.login_form li label {
	float: left;
	width: 25%;
	text-align: center;
}
.login_image {
	background: url(../images/login.jpg) no-repeat 0 0;
	display: block;
	width: 100%;
	height: 80px;
	position: absolute;
	top: -56px;
	left: 15px;
}
.login_form li .error {
	width: 100%;
	margin-top: 5px;
	color: red;
	text-align: left;
}
.input_fields {
	float: left;
	width: 74%;
}
.login_form li .input_fields input {
	width: 90%;
	border: 1px solid #ccc;
	padding: 5px;
	border-radius: 5px;
}

.login_form {
	display: block;
	height: auto;
	width: 100%;
}
.error_msg {
	color: red;
	text-align: center;
}
/*-admin login form css starts----------------------------------------*/
/*-Header css starts----------------------------------------*/
header {
	margin: 20px 0;
	border-bottom: 1px solid #9AB6A6;
}
.logo {
	float: left;
}
.name_logout {
	float: right;
	margin: 0 20px 20px 0px;
	/*color:#fff;*/
}
/*-Header css ends----------------------------------------*/
/*-----index css starts------*/
.WelcomeNote {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica,sans-serif;
	text-align: left;
}
.AdminLink:hover {
	color: #000000;
	text-decoration: none;
}
.indexBlock{
	padding: 20px 0px 10px 0px;
	float:left;
	width:210px;
	height:100px;
	border:2px solid #ccc;
	background:url(../images/new-theme/index-block.png) 0 0 no-repeat;
	background-size:auto 100%;
	margin:10px 42px;
	border-radius:20px;
	font-size:13px;
}

.indexBlock:hover{ border:2px solid #999;}

.indexBlock img{
	max-width:80px;
}
.galleryBlock{
	padding: 5px 0px 5px 0px;
	float:left;
	width:240px;
	border:1px solid #e6e6e6;
	margin:5px;
	height:135px;
	overflow:auto;
}
#index_hover {
	display: block;
	height: 90px;
	width: 85px;
}
/*-----index css ends------*/
/*-section css starts----------------------------------------*/
.LeftContainer {
	float: left;
	margin-left: 10px;
	width: 190px;
}

/*Left menu*/

#leftPanelMenu {
	width: 172px;
	border:2px solid #ccc;
	float:left;
}
#leftPanelMenu h3{
	color:#CCCCCC;
	width:160px;
	font-size:1em;
	clear:both;
}
#leftPanelMenu h3 a{
	color:#353535;
	text-decoration:none;
	float:left;
	width:152px;
	padding:10px;
	background:url(../images/new-theme/left-menu.jpg) 0 0 repeat-x;;
	border-bottom:0px solid #fff;
	background-size:100% 100%;
	font: 13px sans-serif;
	
}
#leftPanelMenu h3 a span{ float:left; padding:0 0 0 22px;}
#leftPanelMenu h3 a img{ float:left; margin:0 5px 0 0;}
#leftPanelMenu h3 a:hover{
	background:url(../images/new-theme/left-menu-hover.jpg) 0 0 repeat-x;
	background-size:100% 100%;
	/*border-top:none;*/
}
#leftPanelMenu h3 a.selected{	background:url(../images/new-theme/left-menu-active.jpg) 0 0 repeat-x;}
.accordionContent{
	color:#444444;
	padding:5px;
	clear:both;
	background:#fff;
}
.accordionContent ul{
	padding-left:20px;
}
.accordionContent li{
	line-height:18px;
	margin-left:9px;
}
.accordionContent a{
	color:#000;
	text-decoration:none;
}
.accordionContent a:hover{
	text-decoration:underline;
}
.accordionContent a.active{
	color:#0066cc;
	font-weight:bold;
}
/*End of left menu*/
.RightContainer {
	float: left;
	width: 80%;
}
.RightContainer.list {
	width: 82%;
}
.breadcrumb {
	margin-bottom: 15px;
	width: 40%;
	float:left;
}
.breadcrumb a{
	font-size:16px;
}
.add_form {
	margin-bottom: 15px;
	width: 50%;
	float: right;
	text-align: right;
}
.top_search {
	margin-bottom: 15px;
	width: 100%;
	float: left;
}
.top_search form {
	text-align: right;
}
.top_search #srh_text {
	width: 200px;
	padding-left: 5px;
}
.top_search .Button {
	padding: 4px 10px;
	cursor: pointer;
}
.RightContainer.form form {
	width: 80%;
	margin: 0 auto;
}
.RightContainer.view ul.form_fields {
	width: 80%;
	margin: 0 auto;
	float: none;
}
.form_fields li {
	clear: both;
	margin: 20px 0 5px 0;
	display: block;
	width: 100%;
	float: left;
}
.RightContainer.view .form_fields li {
	margin: 5px 0 5px 0;
}
.form_fields li label {
	width: 200px;
	float:left;
}
.view ul.form_fields li {
    display: table;
    width: 100%;
}
.view ul.form_fields li label {
	width: 200px;
	float:none;
}
.view ul.form_fields li label, .view ul.form_fields li div {
    display: table-cell;
    vertical-align: top;
}
.form_fields li .input_fields{
	width:300px;
	float:left;
}
.error-text , .errorMessage {
	padding: 10px 0;
}

.form_fields input , .form_fields textarea {
	width: 300px;
	border: 1px solid #CCCCCC;
	padding: 5px 0 5px 5px;
}
.form_fields select {
	width: 307px;
	border: 1px solid #CCCCCC;
	padding: 5px 0 5px 5px;
}
.form_fields input[type="radio"], .form_fields input[type="checkbox"]{
	width:20px;
}
.form_fields label.error {
	width:auto;
	clear: both;
	color:red;
	display:none;
}
.form_fields .gallery_img {
	margin: 0px 0 10px 0;
}
.form_fields .submit_btn , .form_fields .cancel_btn {
	padding: 8px 30px;
	cursor: pointer;
	width:auto;
}
/* Table sorter start */
.MenuDesc {
	border: solid 1px #A6A6A6;
	background-color: #ffffff;
	margin-top: 5%;
}
.LegendsPadding {
	padding: 2px 7px 2px 0;
}
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 10pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #9AB6E6;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url("../site-images/up-down.gif");
	background-repeat: no-repeat;
	background-position: center right;
	font-size:12px;
	cursor: pointer;
	font-weight:bold;
	color:#FFFFFF;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	font-size: 10pt;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F5F5F5;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url("../site-images/drop-down.gif");
}
table.tablesorter thead tr .headerSortDown {
	background-image: url("../site-images/drop-up.gif");
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #8dbdd8;
}
div.tablesorterPager {
	padding: 10px 0 10px 0;
	background-color: #D6D2C2;
	text-align: center;
}
div.tablesorterPager span {
	padding: 0 5px 0 5px;
}
div.tablesorterPager input.prev {
	width: auto;
	margin-right: 10px;
}
div.tablesorterPager input.next {
	width: auto;
	margin-left: 10px;
}
div.tablesorterPager input {
	font-size: 8px;
	width: 50px;
	border: 1px solid #330000;
	text-align: center;
}
.ListAltRow {background-color:#FfFfFf; font-family: Tahoma, Arial, Helvetica, sans-serif;	Font-weight:normal;	color: #000000;	text-decoration: none;}
.ListAltRow1 {background-color:#FFFFFF; font-family: Tahoma, Arial, Helvetica, sans-serif;		Font-weight:normal;	color: #000000;	text-decoration: none;}
.ListAltRow1 td{
	padding:10px 5px;
}
.ListAltRow td {
	padding:10px 5px;
}
.ListHeader { background:url(../images/new-theme/left-menu.jpg) 0 0 repeat-x; padding:8px 5px 8px 5px; color:#000; font:bold 13px sans-serif; background-size:auto 100%;}

.hasDatepicker{
  background: #fff url("../images/datetimepicker/hour.jpg") no-repeat scroll 99% center !important;
  cursor: pointer;
}

input[type="datetime"], input[type="text"], input[type="password"], input[type="file"], select, textarea {
  border: 1px solid #cccccc;
  margin: 0;
  padding: 5px 0 5px 5px;
}

#starttimepicker, #endtimepicker {
  background: #fff url("../images/datetimepicker/time.png") no-repeat scroll 99% center !important;
  cursor: pointer;
}
.preference_heading {
	width: 200px;
	float: left;
	margin: 3px 0;
	text-align: center;
}
.display_preference li:first-child {
	text-align: left;
}
.RightContainer.view .display_preference {
	width: 80%;
	clear: both;
	margin: 0 auto;
}
.display_preference {
	clear: both;
	margin: 10px 0;
}
.form_fields {
	clear: both;
	float: left;
	width: 100%;
}
.form_fields .location_details input, .form_fields .location_details textarea,.form_fields .location_details select {
	width: 200px;
}
.form_fields .location_details li label {
	width: 100px;
}
.form_fields .location_details {
	width: 45%;
	float: left;
	clear: none;
}
.RightContainer.view .form_fields.location_details_view {
	width: 80%;
}
hr {
	border: 1px dotted #ccc;
	width: 100%;
	float: left;
}
/* Table sorter end */
/*-section css ends----------------------------------------*/

/*-Evoting question css starts----------------------------------------*/
.question-option-list {
	width: 100%;
	clear: both;
}
#question_option_1 {
	margin-right: 15px;
}
.question-option {
	width: 40%;
	float: left;
	border: 1px solid #ccc;
	padding: 20px;
	margin: 10px 0;
}

.question-option-title {
	background: #ccc;
	width:100%;
	float: left;
	padding: 10px 0 10px 0;
	text-align: center;
	font-weight: bold;
}
/*------Admin Forum-------*/
.textMain p.attach-img, .reply-attachment p.attach-img, td p.attach-img {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 1px !important;
	border: 1px solid #dcdcdc;
}
.attach-doc {
	background: #f1f1f1;
	border-radius: 5px;
	padding: 5px 10px;
	margin: 10px 0 !important;
}
.download_note {
	font-size: 12px;
	font-style: italic;
	padding: 0 !important;
}
.ListAltRow, .ListAltRow1 {
    vertical-align: top;
}

/*-Evoting question css ends----------------------------------------*/

/*-Footer css starts----------------------------------------*/
footer {
	padding: 20px 0;
	margin-top: 20px;
	border-top: 1px solid #9AB6A6;
}
footer p{
	text-align:center;
}
/*-Footer css ends----------------------------------------*/