
/**
 * Admin style
 * Created on 13-11-2009
 *
 * @package		CodeIgniter
 * @subpackage	Style
 * @category	admin css stylesheet
 * @author		Sanu Chandran (Team Yentha)
 * @link		http://yentha.com/admin
 * 
**/

body{ /*font: 13px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;*/ color: #4f6b72; margin:0px; padding:0px; font-family:Lucida Grande,Verdana,Sans-serif; font-size:12px;}
img{ border:none;}
a, a:link, a:active, a:visited{ /*font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;*/ color: #007CC4; text-decoration:none; font-family:Lucida Grande,Verdana,Sans-serif; font-size:12px; }
a:hover{ color: #007CC4; text-decoration:underline;}
.adminmasterdiv{ width:100%; /*height:500px;*/ }
.topstrip{ width:100%; background: #FFFFFF url(../images/admin/admin_head.jpg) bottom repeat-x;}
.footerdiv{	width:100%; padding-top:10px;}
.bottomlogo{ float:left; padding-left:20px;	width:320px; height:120px; background:url(../images/layout/yenthalogo.png) no-repeat; -background:url(../images/layout/yenthalogo.gif) no-repeat;}
.toplogo{ background:url(../images/layout/yenthalogomalayalam.png) no-repeat center; -background:url(../images/layout/yenthalogomalayalam.gif) no-repeat center; }
.copyrightdiv{ float:right;	padding-right:20px; }
.contentdiv{ padding:40px 10px 20px 10px;}
.contentright{
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	-khtml-border-radius-topright: 8px;
	-khtml-border-radius-topleft: 8px;
	-webkit-border-radius-topright: 8px;
	-webkit-border-radius-topleft: 8px;
	border-radius-topright: 8px;
	border-radius-topleft: 8px;
	border:1px #b9db58 solid;
	width:100%;
	margin-top:20px;
}

.error{ text-align:left; border:1px solid #A6CBD4; padding:5px 10px; }
.loginerror{ text-align:left; border:1px solid #A6CBD4; padding:5px 5px; width:280px; margin-bottom:20px; }
.errortext{ color:#ff0000; font: bold 18px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; }
.loginerrortext{ color:#ff0000; font: bold 13px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;}
.errortextdelete{ color:#ff0000; font: bold 13px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;}
.msgtext{ color:#399CD3; font: bold 18px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;}
.contentrighttext { font: bold 18px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-style:italic; color: #4f6b72; text-align: left; padding: 10px; float:left;}
.addnewdiv{ float:right; padding: 10px 10px 0px 10px;}
.addnewdiv_job{ float:right; padding: 0px 10px 0px 10px;}
.addnewdiv a, .addnewdiv a:link, .addnewdiv a:visited, .addnewdiv a:hover, .addnewdiv a:active{
	font: bold 13px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; color: #4f6b72;text-align: left;text-decoration:none;
}
.addnewdiv_job a, .addnewdiv_job a:link, .addnewdiv_job a:visited, .addnewdiv_job a:hover, .addnewdiv_job a:active{
	font: bold 13px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; color: #4f6b72;text-align: left;text-decoration:none;
}
.clearboth{clear:both;}
.logindiv{}
.yenthatable { padding: 0; margin: 0; width:100%;}
.yenthatable th {
	font: bold 13px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #b9db58;
	border-bottom: 1px solid #b9db58;
	border-top: 1px solid #b9db58;
	padding: 6px 6px 6px 12px;
	/*background: #CAE8EA url(../images/admin/bg_header.jpg) repeat-x;*/
	/*background: #CAE8EA;*/
	background: #71CDFF;
}
.yenthatable th.spec { border-left: 1px solid #b9db58;}
.yenthatable th.head { font-size:17px;}
.yenthatable td { font: normal 13px auto "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;	border-right: 1px solid #b9db58; border-bottom: 1px solid #b9db58; background: #fff;
	padding: 4px 12px 4px 12px; color: #4f6b72; }
.table_align_left td{ text-align:left !important;}
.yenthatable tr:hover td{ /*background: #F5FAFA;*/}
.yenthatable td.spec{ border-left: 1px solid #C1DAD7;}
.yenthatable td.topspec{ border-top: 1px solid #C1DAD7;}
.yenthatable td.alt { background: #ebffe2; color: #797268;}
.yenthatable_no_alt td { padding: 4px 4px 4px 4px !important;}
.yenthatable_no_alt td.alt { background: #FFFFFF !important;color: #4f6b72 !important;}
.yenthatable th.border_override { border-right:none; border-left:none; padding: 4px 12px 4px 12px;}
.yenthatable td.border_override { border-right:none; border-left:none; padding: 3px 12px 3px 12px; background: #FFFFFF;}
.yenthatable td.border_override_left { border-left:1px solid #C1DAD7;}
.yenthatable td.border_override_right { border-right:1px solid #C1DAD7;}
.yenthatable td.override_border { border:0px; }
.yenthatable th.border_override_left { border-left:1px solid #C1DAD7;}
.yenthatable th.border_override_right { border-right:1px solid #C1DAD7;}
.loginatable{ -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; border:1px #C1DAD7 solid; padding-top:10px; padding-bottom:5px; }
.loginatable th { font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; color: #4f6b72; text-align: left; padding: 6px 6px 6px 12px; background: #CAE8EA url(../images/admin/bg_header.jpg) no-repeat;}
.loginatable th.head { font-size:17px;}
.loginatable td{ font: normal 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; color: #4f6b72; text-align: left;	padding: 10px 20px 10px 20px; }
.txtinputlogin{ width:250px; height:30px; border: 1px solid #C1DAD7; background:#F5FAFA; font: normal 21px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; color: #4f6b72;}
.txtinput{ border:1px solid #DFDFDF; font-size:13px; min-width:220px; width:220px; background:#ffffff;}
.txtinputmed{ border:1px solid #DFDFDF; font-size:13px; min-width:150px; width:150px; background:#ffffff;}
.txtinputsmall{ border:1px solid #DFDFDF; font-size:13px; min-width:75px; width:75px; background:#ffffff;}
.txtinputlittle{ border:1px solid #DFDFDF; font-size:13px; min-width:100px; width:100px; background:#ffffff;}
.txtinputjobs{ border:1px solid #A6CCD5; font-size:13px; min-width:75px; width:75px; background:#ffffff;}
.txtareainput{ border:1px solid #DFDFDF; min-width:220px; width:220px; height:50px; background:#ffffff;}
.txtareainput1{ border:1px solid #DFDFDF; min-width:220px; width:270px; height:150px; background:#ffffff;}/*added by abhilash*/
.inputbutton{ cursor:default; border:outset 1px #ccc; background:#999; color:#666; font-family: Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; padding: 1px 10px 1px 10px; background: url(../images/admin/bg_header.jpg) repeat-x left top;	height:22px;}
.txtinputyear{ width:60px !important; min-width:60px !important;}
.txtinputmark{ width:40px !important; min-width:40px !important;}
.yeanth_heading_bg_admin{ background:url(../images/layout/menu_bg.jpg) repeat-x; height:26px; float:left; width:100%;}
.quicklinks ul { list-style:none;margin:0px;padding:0px;text-align:left;}
.quicklinks ul li { float:left;margin:0; margin-left:6px; border:none; color:#FFFFFF !important; /*text-shadow:#555 0px -1px 0px;*/ display:block; font-weight:normal;	letter-spacing:normal; line-height:22px; text-decoration:none !important;}
.quicklinks ul li.blogmeta { margin-top:0px; }
#header_bar { left:0px; margin:0px; /*position:absolute;*/ top:0;	width:100%; }
#header_bar .menupop ul{ padding-top:5px; padding-bottom:20px;}
#header_bar .menupop ul li{
	border:1px solid #8aba07;
	margin-top:0px;
	/*background:url(../images/layout/arrow_menu.jpg) no-repeat right center;*/
	margin-right:10px;
	margin-left:10px;
	border-bottom:1px dotted #cff19b;
}
#header_bar .menupop ul li a { color:#cff19b !important; text-shadow:none; font-weight:normal;	white-space:nowrap;	font-size:11px;}
#header_bar .menupop ul li a:hover { color:#FFFFFF !important; font-weight:bold; /*background:url(../images/arrow_blue.gif) no-repeat left center; background-color: #F1F6FA; text-shadow: #666 0px -1px 0px;*/ }
#header_bar .menupop a span { padding-right:0;line-height: 26px;}
#header_bar .menupop ul { -moz-box-shadow:0 4px 8px #000000; -webkit-box-shadow:0 4px 8px #000000; background:#8aba07; left:-999em; position:absolute; border:1px solid #dfdfdf; border-top:none !important;float:none; }
html>body #header_bar .menupop ul { background:#8aba07;border-color:#8aba07;}
#header_bar .menupop.myaccount ul, #header_bar .menupop.mydashboards ul, #header_bar .menupop.newpost ul { width:200px;}
#header_bar .menupop li { float:none; margin:0; padding:0;background-image:none;}
#header_bar .quicklinks a,.blogmeta {
	border:none; color:#FFFFFF !important;
	/*text-shadow:#555 0px -1px 0px;*/ display:block;
	font-weight:normal;	letter-spacing:normal;	padding:0;
	line-height:22px; text-decoration:none !important;
}
#header_bar .quicklinks a:hover,.blogmeta:hover { /*text-shadow:#333 0px -1px 0px;*/ color:#0070b1 !important;}
#header_bar .myaccount a {}
#header_bar .myaccount ul li a { background-image: none;}
.quicklinks a:hover,#header_bar .menupop:hover {background: none;}
.menu_border{ border-left:0px solid #C1DAD7;}
#header_bar .myaccount a {}
#header_bar .nextblog {}
#header_bar .menupop ul {margin-left:0px;}
/*end of the drop down menu*/
.addsitepagefields{ float:left; width:100px; clear:both;}
.forget{ cursor:pointer; float:right; width:175px; padding-top:5px;}
.forgetleft{ float:left;}
.forget_space{ padding-top:10px;}
.green_marker{ font-weight:bold; font-size:11px;color:green;}
.red_marker{ font-weight:bold;font-size:11px;color:red;}
.search_movie{ padding-left:10px;float:left;width:230px;}
.search_language{ padding-left:10px;float:left;width:180px;}
.search_moviecheck{ cursor:pointer;padding-left:10px;float:left;width:70px;}
.search_status{ padding-left:20px; float:left;width:200px;}
.pagination a, .pagination.link, .pagination.visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px !important;
	font-weight:bold !important;
	padding:3px 5px 3px 5px;
	text-align: center;
	color:#94958F !important;
	border:1px solid #E4E8EB;
	background:#FFFFFF;
	float:left;
	margin-left:2px;
	margin-right:2px;
	text-decoration:none;
}
.pagination .active, .pagination b{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px !important;
	padding:3px 5px 3px 5px;
	text-align: center;
	color:#FF0000 !important;
	border:1px solid #E4E8EB;
	background:#FFFFFF;
	float:left;
	margin-left:2px;
	margin-right:2px;
}
.pagination .navigation{ color:#79B3D7 !important;}
.clsMulitipleCheckBoxDiv{ float:left; height:150px; overflow:auto; width:300px; border:1px solid #AEC4D9;}
.multiplecheckboxoverride{ height:200px; width:250px; background:#FFFFFF;}
.clsBusinesCategorycheckebox{ float:left;}
.clsBusinesCategorylabel{ float:left; padding-top:2px;}
.clsMulitipleCheckBoxBusCatDiv{ float:left; /*height:120px; overflow:auto;*/width:250px;border:1px solid #AEC4D9;}
.clsBusinesCategoryLeveleven{ text-align:left; background-color:#FFFFFF;border-bottom: 1px solid #C1DAD7;}
.clsBusinesCategoryLevelodd{ text-align:left; background-color:#F5FAFA; border-bottom: 1px solid #C1DAD7;}
.imagetype{ float:left; padding-left:10px;}
.imagebanner{ float:left; width:300px;}
div.autocomplete { position:absolute;width:250px;background-color:white;border:1px solid #888;margin:0px;padding:0px;}
/* Auto Complete Style*/
div.autocomplete ul { list-style:none!important; list-style-image:none!important; margin:0px;padding:0px;}
div.autocomplete ul li.selected {background-color: #B9DAF0;}
div.autocomplete ul li { font-size: small; list-style-type:none; display:block; margin:0; padding:2px; cursor:pointer; text-align:left;}
.search_news{ padding-left:10px; float:left; width:260px;}
.search_newscheck{ cursor:pointer; padding-left:10px; float:left; width:70px;}
.required{ color:red; font-weight:bold; font-size:11px;}
.validation_error{border:1px solid #AD3535; background:#FFEBE8; text-align:left; margin:0px 15px 15px 15px;}
.validation_message{ border:1px solid #A6CBD4; background:#e4f1f9; text-align:left; margin:0px 15px 15px 15px; }
.validation_image{ float:left; padding:7px 0px 7px 5px; margin:0px; }
.validation_msg{ float:left; padding:8px 0px 7px 8px;margin:0px;}
.deleteconfirm{ /* border:3px solid #FF0000;*/ width:340px; padding:10px 40px 10px 40px; background:#FFFFFF;}
#div_delete_confirm{ background:#F5FAFA; -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; border:1px solid #A6CBD4;padding:2px; display:none;}
.clsSearchDiv{ float:left; padding:2px 15px 2px 2px;}
.accessmessage{ font: normal 13px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; color: #4f6b72;border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7; border-top: 1px solid #C1DAD7; padding: 6px 6px 6px 12px;background: #CAE8EA; border-left: 1px solid #C1DAD7;
}
.heading_br_blue{ background: #FFDE5C; font-size:14px; font-weight:bold; text-align:left;margin:10px;padding:5px;}
.date_field{ width:90px !important; min-width:90px !important;}
.search_event{ padding-left:10px; float:left; width:260px;}
.small_star { float:left;}
.small_star .color { background:transparent url(../images/star_orange.gif) no-repeat scroll 0pt; height:13px; position:absolute; }
.small_star .gray { background:transparent url(../images/star_gray.gif) no-repeat scroll 0pt; height:13px; width:70px;}
.feedback_blue_letters{ float:left; padding-bottom:20px; color:#1870D4; font-size:15px;padding-left:37px;}
.dashboardfilter { float:left; padding-right:5px; padding-bottom:10px; text-align:left;}
.dashboardgraphby{
	float:left;
	padding:2px 3px;
	margin-left:3px;
	background:#a4a4a4;
	border:1px solid #aaaaaa;
	cursor:pointer;
	color:#FFFFFF;
}

.dashboardgraphby_active{
	float:left;
	padding:2px 3px;
	margin-left:3px;
	background:#666666;
	border:1px solid #aaaaaa;
	cursor:pointer;
	color:#FFFFFF;
}
#register_graph{ padding-top:9px; padding-bottom:7px;}
.table_border_none td{ border:none !important; }
.contestOption{ width:152px; float:left; height:25px;}
.contest_radio{ text-align:center; width:100px; float:left; }
.div_answer_lbl{ width:253px; text-align:right;}
.clsStyle { background:#FFFF00 none repeat scroll 0 0 !important; color:#FF0000 !important;}

.txtareainputbig{ border:1px solid #DFDFDF; min-width:350px; width:350px; height:150px; background:#ffffff;}
.clsBusinessCategorySpan{
	padding:2px;
	width:auto !important;
}
