@charset "utf-8";
/* CSS Document */
body
{
	background:#fff;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
}
/* Global properties ======================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin:0px;
	padding:0px;
	outline:0px
}
html
{
	overflow-y: scroll;
}
ul, li
{
	list-style-type:none
}
img
{
	border:none
}
a:hover, a:active, a:focus
{
	outline:none
}
.header_wrapper
{
	width:100%;
	height:29px;
	background: url(../images/topwrapper.jpg) repeat-x;
	border-bottom:solid 1px #fff;
	border-top:solid 1px #213764;
}
.top_text_outer
{
	width:212px;
	height:20px;
	float:right;
	margin:4px 10px 0px 0px;
	background:url(../images/top_text.png) no-repeat;
}
.top_text_box
{
	width:180px;
	height:20px;
	float:left;
	border:0;
	background:none;
	outline:none;
	color:#666;
	font-size:11px;
	padding:0px 0px 0px 5px;
}
.search
{
	width:21px;
	height:20px;
	float:right;
	background:url(../images/search.png) no-repeat;
	border:0;
	cursor:pointer;
	margin:0px 4px 0px 0px;
}
.welcome
{
	width:auto;
	height:23px;
	float:right;
	color:#9db2d8;
	margin:0px 10px 0px 0px;
	padding:6px 10px 0px 10px;
	border-right:solid 1px #5972a2;
	background:url(../images/divider.png) no-repeat right;
}
.welcome span
{
	float:left;
	font-weight:bold;
}
.welcome a
{
	color:#ffe200;
	float:left;
	text-decoration:none;
    margin-left: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
}
.welcome span img
{
	float:left;
	margin:1px 6px 0px 0px;
}
.welcome a:hover
{
	text-decoration:underline;
}
.logo_wrapper
{
	width:100%;
	height:100px;
	background:url(../images/log_wrapper.png) repeat-x;
}
.logo
{
	width:auto;
	height:70px;
	float:left;
	margin:10px 0px 0px 10px;
}
.logo img
{
margin-top:11px;
}

.menu_outer
{
	width:100%;
	height:33px;
}
.menu
{
	width:auto;
	height:33px;
	background:#ccc;
	margin:0px 10px 0px 10px;
	background:url(../images/shelf_wrapper.png) repeat-x;
}
.menu_left
{
	width:6px;
	height:33px;
	float:left;
	background:url(../images/shelf_left.png) no-repeat;
}
.menu_right
{
	width:6px;
	height:33px;
	float:right;
	background:url(../images/shelf_right.png) no-repeat;
}
.hori_menu
{
	width:auto;
	height:33px;
	float:left;
}
/* -------------------------------------------These styles create the dropdown menus.--------------------------------------------- */
#navbar
{
	margin: 0;
	padding: 3px 0px 0px 0px;
	height: 1em;
}
#navbar li
{
	list-style: none;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	display:inline;
}
#navbar li a
{
	display: block;
	padding: 6px 20px;
	color: #333;
	text-decoration: none;
	border-right:solid 1px #fff;
	font-weight:bold;
	text-shadow:1px 1px #fff;
	margin:0px 0px 3px 0px;
	background:url(../images/menu_div.png) no-repeat right;
	text-align:left;
}
#navbar li a:hover
{
	color:#2f4f8a;
}
#navbar li a.active
{
	color:#fff;
}
#navbar li ul
{
	display: none;
	/* width: auto; /* Width to help Opera out */ 
	width:200px;
	z-index:1000000;
}
#navbar li:hover ul, #navbar li.hover ul
{
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	display:inline;
	z-index:1000000;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-radius: 5px 5px 5px 5px;
	background-color:#012f5d;
	padding:10px 0px 10px 0px;
}
#navbar li:hover li, #navbar li.hover li
{
	float: none;
	display:inline;
}
#navbar li:hover li a, #navbar li.hover li a
{
	background-color:#243b69;
	color: #b6c8e9;
	text-shadow:none;
	padding:8px 10px;
	font-weight:normal;
	background-image:none;
	border:0;
	margin:0;
	border-bottom: solid 1px #2b487e;
}
#navbar li li a:hover
{
	background-color: #012f5d;
	color:#ffde00;
}
.top_arrow
{
	width:16px;
	height:7px;
	background:url(../images/top_arrow.png) no-repeat;
	position:absolute;
	top:-7px;
	left:40px;
}
.hit_counter
{
	width:220px;
	height:auto;
	float:right;
	padding:0px;
	text-align:right;
	margin:10px 10px 0px 0px;
}
.hit_counter h1
{
	font-size:1.3em;
	color:#273f6f;
	width:100px;
	float:right;
	font-weight:normal;
}
.hit_counter h1 img
{
	float:left;
	margin:0px 4px 0px 0px;
}
.hit_counter p
{
	clear:both;
	font-size:11px;
	color:#666;
	margin:5px 0px 0px 0px;
	float:right;
}
.hit_counter span
{
	float:right;
	clear:both;
	color:#e85656;
	margin:2px 0px 0px 0px;
}
.tab_alignArea{ width:100%; height:auto; margin:auto;  }
.tab_alignArea_item{ width:50%;  margin:auto; float:left;font-weight:bold;}
.clearBoth{ clear:both; }
/*-------------------------------------------------------------ending of css menu----------------------------*/
.content_area_admin
{
	width:100%;
	height:auto;
	padding:10px 0px 0px 0px;
}
.left_sider_tablet
{
	width:250px;
	vertical-align:top;
}
.right_sider_tablet
{
	vertical-align:top;
}
.dash_board_side
{
	width:230px;
	height:auto;
	float:left;
	margin:0px 10px 20px 10px;
	clear:left;
	border:solid 1px #ccc;
	-moz-border-radius-: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
	padding:10px;
}
.dash_head
{
	width:230px;
	height:33px;
	float:left;
	background:url(../images/dash.png) no-repeat;
}
.dash_head h1
{
	font-size:1.4em;
	color:#fff;
	font-weight:normal;
	margin:5px 0px 0px 40px;
	text-shadow:1px 1px #102041;
}
.inner_content_area
{
	width:auto;
	height:auto;
	border:solid 1px #ccc;
	margin:0px 10px 40px 10px;
	padding:10px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-radius: 5px 5px 5px 5px;
	overflow:hidden;
}
.forms_head
{
	width:auto;
	height:auto;
	margin:0px 0px 10px 0px;
}

.gridBig{ margin:0; padding:0; }
.gridBig td { padding:5px!important; }
/*-----------------home icons------------------------*/
.panel_outer
{
	width:auto;
	height:auto;
	overflow:hidden;
	border:solid 1px #eee;
	padding:4px;
	margin:0px 0px 10px 0px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-radius: 5px 5px 5px 5px;
}
.icon
{
	width:100px;
	height:auto;
	float:left;
	margin:0px 10px 10px 0px;
	border:solid 1px #ffffff;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	border:solid 1px #cccccc;
	background: -moz-linear-gradient(center top, #eeeeee, #ffffff) repeat scroll 0 0;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.1, #eeeeee), color-stop(0.9, #ffffff));
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff');
	-moz-box-shadow:0 1px 0 rgba(255, 255, 255, 0.5) inset;
	-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.5);
	padding:0px 0px 5px 0px;
}
.thump
{
	width:100px;
	height:79px;
	float:left;
}
.thump img
{
	width:100px;
	height:79px;
}
.thumb_detail
{
	width:100px;
	height:auto;
	float:left;
	padding:5px 0px 0px 0px;
	text-align:center;
	font-size:1.1em;
	color:#333;
	white-space:normal;
	font-weight:normal;
}
.wide_menu2 a
{
	color:#333;
	text-decoration:none;
}
.wide_menu2 a:hover .icon
{
	border:solid 1px #9b9b9b;
}
.wide_menu2 a:hover .thumb_detail
{
	color:#000;
}
.wide_menu2
{
	width:98%;
	height:auto;
}
.wide_menu2 li
{
	float:left;
	position:relative;
}
.wide_menu2 li em
{
	font-weight: normal;
	background: url(../images/hover.png) no-repeat;
	width: 170px;
	height:66px;
	position: absolute;
	bottom:-145px;
	left: -37px;
	text-align: center;
	padding: 20px 15px 10px 15px;
	font-style: normal;
	z-index: 10000000;
	display: none;
	font-size:11px;
	line-height:16px;
}
.right_console
{
	width:200px;
	height:auto;
	float:right;
	border:solid 1px #ccc;
}
.icon_menu
{
	width:18px;
	height:18px;
	float:right;
	background:url(../images/setting.png) no-repeat;
	text-decoration:none;
	margin:7px 4px 0px 0px;
}
.icon_menu:hover
{
	background:url(../images/setting1.png) no-repeat;
}
/*-----------------accordian controlls-------starts--from---here------------------------------------*/
.accordian_outer
{
	width:228px;
	height:auto;
	border-bottom:0;
	margin:10px 0px 0px 0px;
	float:left;
	border:solid 1px #ccc;
	border-bottom:0;
}
ul#menu, ul#menu ul
{
	list-style-type:none;
	margin: 0;
	padding: 0;
	width: auto;
	border-bottom:0;
}
ul#menu a
{
	display: block;
	text-decoration: none;
}
ul#menu li
{
	margin:0px 0px 0px 0px;
}
ul#menu li a
{
	color: #333333;
	padding:8px 0px 8px 6px;
	background:url(../images/accord.png) no-repeat bottom;
	border-bottom:solid 1px #ccc;
	font-size:12px;
}
ul#menu li a:hover
{
	background:url(../images/accord2.png) no-repeat bottom;
	border-bottom:solid 1px #263e70;
	color:#ffffff;
	text-shadow:1px 1px #000000;
}
ul#menu li ul li a
{
	color: #333;
	padding-left: 20px;
	text-shadow:none!important;
	border-bottom:solid 1px #ccc;
	margin:0px 0px 0px 0px;
	background:url(../images/red_arrow.png) left no-repeat #fff;
}
ul#menu li ul li a:hover
{
	padding-left:20px;
	background:url(../images/red_arrow2.png) left no-repeat #fff;
	border-bottom:solid 1px #cccccc!important;
	color:#cd2727;
	text-shadow:1px 1px #ffffff;
	border:0;
}
.code
{
	list-style-type: decimal-leading-zero;
	padding: 5px;
	margin: 0;
}
.code code
{
	display: block;
	padding: 3px;
	margin-bottom: 0;
}
.code li
{
	background: #ddd;
	margin: 0 0 0px 2.2em;
}
.indent1
{
	padding-left: 1em;
}
.indent2
{
	padding-left: 2em;
}
.footer
{
	width:100%;
	height:30px;
	background:#263e71;
	border-top:solid 1px #fff;
	clear:both;
	position:fixed;
	bottom:0;
	left:0;
}
.footer_links
{
	width:auto;
	height:auto;
	float:left;
}
.footer_links a
{
	float:left;
	color:#9db2d8;
	text-decoration:none;
	font-size:11px;
	margin:7px 10px 0px 10px;
}
.footer_links a:hover
{
	color:#fff;
}
.copy_right
{
	width:auto;
	height:auto;
	float:right;
	text-align:right;
}
.copy_right a
{
	margin:7px 10px 0px 10px;
	color:#9db2d8;
	text-decoration:none;
	font-size:11px;
	float:right;
}
.copy_right a:hover
{
	color:#fff;
}
.grid_outer, .grid_outer1 
{
	width:auto;
	height:auto;
}
.grid_outer table, .grid_outer1 table
{
	border: solid 1px #cccccc!important;
	border-bottom:0;
	width:100%;
}
.grid_outer table th, .grid_outer1 table th
{
	color:#333;
	text-shadow:1px 1px #eeeeee;
	border-left:none;
	border-bottom:solid 1px #ccc;
	font-weight:bold;
	text-align:left;
	padding:10px 5px 10px 5px;
	font-size:12px;
	background: -moz-linear-gradient(center top, #fff, #eee) repeat scroll 0 0;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.1, #fff), color-stop(0.9, #eee));
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#eee');
	text-shadow:1px 1px #ffffff;
}
.grid_outer td
{
	border-bottom: solid 1px #cccccc;
	/*border-right: solid 1px #cccccc;*/
	color:#21759B;
	text-align:left;
	padding:12px 5px 12px 5px!important;
	font-size:12px;
}

.grid_outer1 td
{
	border-bottom: solid 1px #cccccc; border-left:none;
	border-right: solid 1px #cccccc; border-left:none;
	/*border-right: solid 1px #cccccc;*/
	color:#21759B;
	text-align:left;
	/*padding:12px 5px 12px 5px!important;*/
	font-size:12px;
}
.grid_outer1 th
{
	border-top: solid 1px #cccccc !important; border-left:none;
	border-right: solid 1px #cccccc; border-left:none;
	/*border-right: solid 1px #cccccc;*/
	color:#21759B;
	text-align:left;
	/*padding:12px 5px 12px 5px!important;*/
	font-size:12px;
}
.grid_outer1 td:last-child{ border-right:none;}

.grid_outer td img, .grid_outer1 td img
{
	margin:0px 5px 0px 0px;
}

.grid_outersp table
{
	border: solid 1px #cccccc!important;
	border-bottom:0;
	
}
.grid_outersp table th
{
	color:#333;
	text-shadow:1px 1px #eeeeee;
	border-left:none;
	border-bottom:solid 1px #ccc;
	font-weight:bold;
	text-align:left;
	padding:10px 0px 10px 10px;
	font-size:12px;
	background: -moz-linear-gradient(center top, #fff, #eee) repeat scroll 0 0;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.1, #fff), color-stop(0.9, #eee));
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#eee');
	text-shadow:1px 1px #ffffff;
}
.grid_outersp td
{
	border-bottom: solid 1px #cccccc;
	/*border-right: solid 1px #cccccc;*/
	color:#21759B;
	text-align:left;
	padding:12px 1px 12px 1px!important;
	font-size:12px;
}
.grid_outersp td img
{
	margin:0px 5px 0px 0px;
}
.edit
{
	width:50px;
}
.tr_special
{
	background:#f5f5f5;
}
.log_panel
{
	width:403px;
	height:212px;
	margin:auto;
	background:url(../images/admin_panel.png) no-repeat;
}
.log_panel_diver
{
	width:363px;
	height:auto;
	float:left;
	margin:80px 0px 0px 0px;
	padding:0px 20px 0px 20px;
	color:#666;
}
.log_panel_diver span
{
	float:left;
	margin:0px 0px 10px 0px;
}
.user_text
{
	width:280px;
	height:25px;
	float:left;
	border:solid 1px #ccc;
	margin:0px 0px 10px 0px;
	background:#fff;
	color:#666;
	padding:0px 0px 0px 3px;
	outline:none;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
}
.submit
{
	width:auto;
	height:auto;
	float:right;
	border:0;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
	background:url(../images/topwrapper.jpg) repeat-x;
	padding:4px 20px 4px 20px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	margin:0px 0px 0px 0px;
}
.control_top
{
	width:auto;
	height:32px;
	margin:0px 0px 10px 0px;
	border-bottom:solid 1px #ccc;
	padding:0px 0px 4px 0px;
}
.control_top h1
{
	font-size:1.4em;
	color:#284175;
	font-weight:normal;
	float:left;
}
.control_top h1 img
{
	float:left;
	margin:0px 6px 0px 0px;
}
.form_outer
{
	width:auto;
	height:auto;
	border:solid 1px #ccc;
	margin:0px 0px 10px 0px;
}
.form_outer-tab
{
	width:auto;
	height:auto;
	border:solid 1px #ccc;
	border-bottom:none;
	margin:0px 0px 0px 0px;
	padding-bottom:2px;
}
#border_less
{
	margin:0!important;
}
.form_header
{
	width:auto;
	height:auto;
	min-height:28px;
	border-bottom:solid 1px #ccc;
	background: -moz-linear-gradient(center top, #ffffff, #eeeeee) repeat scroll 0 0;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.1, #ffffff), color-stop(0.9, #eeeeee));
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee');
	padding:5px 10px;
}
.form_header h1
{
	font-size:1.2em;
	color:#333;
	font-weight:normal;
}
.form_content_area
{
	width:auto;
	height:auto;
	padding:10px;
	border-top:solid 1px #eee;
	font-size:12px;
	font-weight:normal;
}

.chart_outer
{
	width:696px;
	height:auto;
	padding:0;
	border:solid 2px #ccc;
	padding:1px;
}

.colData{ float:none!important; margin:auto;width:90%; }
.twice_content
{
width:auto;
height:auto;
margin:0px 0px 0px 0px;
}
.form_content_area table
{
	border:0;
	/*width:100%;*/
}
.form_content_area table td
{
	padding:5px 0px 5px 0px;
	color:#211C1D;
}
.w
.form_content_area table td
{
	padding:5px 0px 5px 0px;
	color:#211C1D;
	font-weight: 700;
}
px;
	float:left;
	border:solid 1px #ccc;
	color:#666;
	padding:0px 0px 0px 3px;
}
.content_text_textarea
{
	width:300px;
	height:60px;
	float:left;
	border:solid 1px #ccc;
	color:#666;
	padding:0px 0px 0px 3px;
	resize:none;
	font-family:Arial, Helvetica, sans-serif;

}
.content_text_select
{
	width:305px;
	height:23px;
	float:left;
	border:solid 1px #ccc;
	color:#666;
	padding:0px 0px 0px 3px;
}
.submission_admin
{
	border-style: none;
	border-color: inherit;
	border-width: 0;
	text-decoration:none;
		width:auto;
		float:left;
		color:#fff;
		cursor:pointer;
		padding: 2px 10px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	-khtml-border-radius: 2px;
	margin: 0px 5px 0px 0px;
	
	
	/*New 2-11-11*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3759a2', endColorstr='#263e71');
	background: -webkit-gradient(linear, left top, left bottom, from(#3759a2), to(#263e71));
	background: -moz-linear-gradient(top, #3759a2, #263e71);
	background-image: -o-linear-gradient(#3759a2, #263e71);
	}

.submission_addnew
{border-style: none;
	border-color: inherit;
	border-width: 0;
	text-decoration:none;
		width:auto;
		height:auto;
		float:left;
		color:#fff;
		cursor:pointer;
		padding: 4px 10px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	-khtml-border-radius: 2px;
	margin: 0px 5px 0px 0px;
	
	/*2/11/11*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3759a2', endColorstr='#263e71');
	background: -webkit-gradient(linear, left top, left bottom, from(#3759a2), to(#263e71));
	background: -moz-linear-gradient(top, #3759a2, #263e71);
	background-image: -o-linear-gradient(#3759a2, #263e71);
}

.submission_alert
{border-style: none;
	border-color: inherit;
	border-width: 0;
	text-decoration:none;
		width:auto;
		height:auto;
		float:none;
		color:#fff;
		cursor:pointer;
		padding: 2px 10px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	-khtml-border-radius: 2px;
	margin: 0px 5px 0px 0px;
/*New*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3759a2', endColorstr='#263e71');
background: -webkit-gradient(linear, left top, left bottom, from(#3759a2), to(#263e71));
background: -moz-linear-gradient(top, #3759a2, #263e71);
background-image: -o-linear-gradient(#3759a2, #263e71);
}
.submission_admin:hover
{
	/*New 2-11-11*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bd1010', endColorstr='#e85656');
	background: -webkit-gradient(linear, left top, left bottom, from(#bd1010), to(#e85656));
	background: -moz-linear-gradient(top, #bd1010, #e85656);
	background-image: -o-linear-gradient(#bd1010, #e85656);
}
.add_new
{
	width:auto;
	height:auto;
	float:right;
	padding:4px 10px 4px 10px;
	color:#333;
	border:solid 1px #ccc;
		text-decoration: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	-khtml-border-radius: 2px;
	margin: 0px 0px 0px 30px;
	/*New*/
		background-image: -o-linear-gradient(#ffffff, #eeeeee);
}
.add_new img
{
	float:left;
	margin:2px 5px 0px 0px;
}
.calendar_outer
{
overflow:hidden;
}
.calendar_box
{
width:700px;
height:auto;
float:left;
}
.calendar_head
{
width:700px;
height:33px;
float:left;
background:url(../images/cale.png) no-repeat;
}
.calendar_head h1
{
font-size:1.3em;
color:#fff;
font-weight:normal;
margin:6px 0px 0px 10px;
text-shadow:1px 1px #192e5a;
}
.calendar_shelf
{
width:698px;
height:auto;
float:left;
border:solid 1px #ccc;
border-right:0;
border-bottom:0;
border-top:solid 1px #192e5a;
}
.calendar_top
{
width:697px;
height:40px;
float:left;
border-bottom:solid 1px #ccc;
border-right:solid 1px #ccc;
	background: -moz-linear-gradient(center top, #ffffff, #eeeeee) repeat scroll 0 0;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.1, #ffffff), color-stop(0.9, #eeeeee));
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee');
text-align:center;
}
.nexter
{
width:200px;
height:auto;
margin:6px 0px 0px 263px;
}
.calendar_top h2
{
	font-size:1.2em;
	color:#333;
	float:left;
	font-weight:normal;
	margin:5px 0px 0px 0px;
}
.calendar_top a
{
text-decoration:none;
float:left;
margin:5px 10px 0px 10px;
}
.calendar_tabs
{
width:698px;
height:auto;
float:left;
}
.calendar_tabs table
{
	border-bottom:0;
}
.calendar_tabs table th
{
	color:#333;
	text-shadow:1px 1px #eeeeee;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	font-weight:normal;
	text-align:center;
	padding:8px 0px 8px 10px;
	font-size:12px;
	background: -moz-linear-gradient(center top, #ffffff, #eeeeee) repeat scroll 0 0;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.1, #ffffff), color-stop(0.9, #eeeeee));
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee');
	text-shadow:1px 1px #ffffff;
}
.calendar_tabs td
{
	border-bottom: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
	color:#263e71;
	text-align:center;
	padding:8px 10px 8px 10px;
	font-size:16px;
}
.calendar_tabs td span
{
color:#999;
}
.calendar_tabs td img
{
	margin:0px 5px 0px 0px;
}
.court_boxer
{
vertical-align:top;
width:50%;
}
.graph_box
{
width:auto;
height:auto;
margin:0px 10px 10px 0px;
overflow:hidden;
}
.graph_box_header
{
width:auto;
height:27px;
	background: -moz-linear-gradient(center top, #ffffff, #eeeeee) repeat scroll 0 0;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.1, #ffffff), color-stop(0.9, #eeeeee));
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee');
border:solid 1px #ccc;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border:solid 1px #ccc;
}
.graph_box_header h1
{
font-size:1.1em!important;
color:#555;
margin:4px 0px 0px 10px;
float:left;
}
.hit_art
{
width:auto;
height:21px;
float:right;
margin:6px 10px 0px 0px;
color:#e85656;
font-size:12px;
font-weight:bold;
text-align:right;
}
.hit_art span
{
color:#6daf10;
}
.graph_box_header h1 img
{
float:left;
margin:0px 6px 0px 0px;
}
.graph_content
{
border:solid 1px #ccc;
border-top:solid 1px #eee;
padding:4px 1px 1px 1px;
}
.graph_content img
{
width:100%;
height:auto;
}
.graph_content table
{
	border-bottom:0;
}
.graph_content table th
{
	color:#666;
	text-shadow:1px 1px #eeeeee;
	border-bottom:solid 1px #ccc;
	font-weight:bold;
	text-align:left;
	padding:8px 0px 8px 10px;
	font-size:12px;
	background: -moz-linear-gradient(center top, #ffffff, #eeeeee) repeat scroll 0 0;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.1, #ffffff), color-stop(0.9, #eeeeee));
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee');
	text-shadow:1px 1px #ffffff;
}
.graph_content td
{
	border-bottom: solid 1px #cccccc;
	color:#21759B;
	text-align:left;
	padding:8px 10px 8px 10px;
	font-size:12px;
	width:50%;
	
}
.graph_content td span
{
color:#999;
}
.graph_content td img
{
	margin:0px 5px 0px 0px;
}



/*......................Validaton...............................*/


.element{
	position:relative;
}


.errorlogin {
    background: url("../images/error.png") no-repeat scroll left center transparent;
    height: 18px;
    left: 131px;
    line-height: 20px;
    padding: 0 10px 0 30px;
    position: absolute;
    top: 2px;
    z-index: 100000;
}

.errororder {
    background: url("../images/error.png") no-repeat scroll left center transparent;
    height: 18px;
    left: 81px;
    line-height: 20px;
    padding: 0 10px 0 30px;
    position: absolute;
    top: 2px;
    z-index: 100000;
}

.errorfile {
    background: url("../images/error.png") no-repeat scroll left center transparent;
    height: 18px;
    left: 224px;
    line-height: 20px;
    padding: 0 10px 0 30px;
    position: absolute;
    top: 2px;
    z-index: 100000;
}
.errortext {
    background: url("../images/error.png") no-repeat scroll left center transparent;
    height: 18px;
    left: 305px;
    line-height: 20px;
    padding: 0 10px 0 30px;
    position: absolute;
    top: 2px;
    z-index: 100000;
}
.errorDescription {
    background: url("../images/error.png") no-repeat scroll left center transparent;
    height: 22px;
    left: 307px;
    line-height: 20px;
    padding: 0 10px 0 30px;
    position: absolute;
    top: 85px;
    z-index: 100000;
}
.erroreditor {
    background: url("../images/error.png") no-repeat scroll left center transparent;
    height: 22px;
    left: 495px;
    line-height: 20px;
    padding: 0 10px 0 30px;
    position: absolute;
    top: 279px;
    z-index: 100000;
}
/*-- Alert Box --*/
#visitors_list{ width:38%; height:auto; float:right;}
#enquiry_list{ width:60%; height:auto; float:left;}

.alert_boxes{ width:auto; height:auto; padding:1% 1% 1% 1%; left:45%; position:fixed; top:50%;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #569dbd;
	background:url(../images/buttons/submenu-bg.jpg) top repeat-x #e7f3f8;
}
.alert_boxes h2{
	padding:0px; margin:0px; line-height:20px;
	font-size:20px;
	padding-bottom:25px;
	font-weight:normal;
	color:#fff;
}
.alert_boxes p{ font-size:13px; padding:10px 0px;}

div.ajax__calendar_days table tr td{padding-right: 0px;}
div.ajax__calendar_body{width: 215px;}
div.ajax__calendar_container{width: 215px;}



.validator{ width:100px; height: 18px; border:1px solid #ccc;}


.top_shelf_search
{
width:245px;
height:33px;
float:right;
}

.search_outer_panel
{
width:176px;
height:22px;
float:left;
background:url(../images/bg.png) no-repeat scroll transparent -221px -250px;
margin:1px 0px 0px 0px;
}
.search_outer_panel input[type="text"]
{
width:167px;
height:20px;
float:left;
background:none;
border:0;
outline:none;
color:#868686;
padding:0px 0px 0px 5px;
margin-right:2px;
}

.submission_admin
{
	width:auto;
	height:auto;
	float:left;
	color:#fff;
	border:0;
	cursor:pointer;
	background: -moz-linear-gradient(center top, #3759a2, #263e71) repeat scroll 0 0;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.1, #3759a2), color-stop(0.9, #263e71));
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3759a2', endColorstr='#263e71');
	padding:2px 10px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
	-khtml-border-radius:2px;
	margin:0px 5px 0px 0px;
}
.submission_admin:hover
{
	background: -moz-linear-gradient(center top, #bd1010, #e85656) repeat scroll 0 0;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.1, #bd1010), color-stop(0.9, #e85656));
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bd1010', endColorstr='#e85656');
}



/*----------------------------------------rounded_field-start--------------------------------*/

.rounded_field
{
border:solid 1px #ccc;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
-o-border-radius:4px;
-khtml-border-radius:4px;
margin:2px 1px;
padding:5px;
}
.rounded_field legend
{
font-weight:bold;
padding:0 5px;
border:solid 1px #ccc;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
-o-border-radius:4px;
-khtml-border-radius:4px;
background:-moz-linear-gradient(center top , #ffffff 10%, #eeeeee 90%) repeat scroll 0 0 transparent;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.1, #ffffff), color-stop(0.9, #eeeeee));
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee');
}



/*----------------------------------------rounded_field-ends--------------------------------*/

.autocomplete_completionListElement {
    background-color: inherit;
    border: 1px solid buttonshadow;
    color: windowtext;
    height: auto;
    list-style-type: none;
    margin: 0 !important;
    overflow: auto;
    padding: 0;
    text-align: left;
    visibility: hidden;
}
.autocomplete_highlightedListItem {
    background-color: #CDCDCD;
    color: black;
    padding: 1px;
}
.autocomplete_highlightedListItem:hover {
    background-color: #CDCDCD;
    color: black;
    padding: 1px;
}
.autocomplete_listItem {
    background-color: #CDCDCD;
    color: windowtext;
    padding: 1px;
}
.autocomplete_listItem:hover {
    background-color: #CDCDCD;
    color: windowtext;
    padding: 1px;
}
.fancy .ajax__tab_header {
    color: #FFFFFF;
    font-family: sans-serif;
    font-size: 12px;
}

.dd_big_selsect_small
{
color:#333;
width:150px;
height:20px;
border:solid 1px #b1b1b1;
margin:0px 0px 3px 0px;
outline:none;
}

.common_text_boxes_long
{
width:300px;
height:20px;
float:left;
margin:0px 0px 10px 0px;
border:solid 1px #b1b1b1;
color:#333;
padding:0px 0px 0px 2px;
outline:none;
}
.common_text_boxes_small
{
width:180px;
height:20px;
float:left;
margin:0px 0px 10px 0px;
border:solid 1px #b1b1b1;
color:#333;
padding:0px 0px 0px 2px;
outline:none;
}
.common_text_boxes_grid
{
width:100px;
height:20px;
float:left;
margin:0px 0px 10px 0px;
border:solid 1px #b1b1b1;
color:#333;
padding:0px 0px 0px 2px;
outline:none;
}

.table_ex_mid{ width:auto; height:auto; margin:auto; }
/*.table_ex_mid td{ padding:5px 20px!important; }*/
.centerAlign{ margin:auto!important; }

.grid_outer table table 
{
	width:10px;
}

.grid_outer1 table table 
{
	width:100%;
}

.grid_outer table table td{ width:10px;  }

.grid_outer table table td.ajax__validatorcallout_error_message_cell{ width:250px!important; }
.grid_outer1 table table td.ajax__validatorcallout_error_message_cell{ width:250px!important; }



/*------------------------for_buttons-------------------------------*/

.print_button_shelf
{
width:auto; height:auto; float:left; margin:0px; padding:5px; background:#2f4e87; color:#fff;margin-right:10px;

-moz-border-radius:4px;
-webkit-border-radius:4px;
-o-border-radius:4px;
border-radius:4px;
-khtml-border-radius:4px; border:none; border:1px solid #0a2c59;
cursor:pointer;
}

.add_button_shelf
{
width:auto; height:auto; float:left; margin:0px; padding:5px; background:#2f4e87; color:#fff;margin-right:10px;

-moz-border-radius:4px;
-webkit-border-radius:4px;
-o-border-radius:4px;
border-radius:4px;
-khtml-border-radius:4px; border:none; border:1px solid #0a2c59;
cursor:pointer;
}
.edit_button_shelf
{
width:auto; height:auto; float:left; margin:0px; padding:5px; background:#2f4e87; color:#fff;margin-right:10px;

-moz-border-radius:4px;
-webkit-border-radius:4px;
-o-border-radius:4px;
border-radius:4px;
-khtml-border-radius:4px; border:none; border:1px solid #0a2c59;
cursor:pointer;
}
.save_button_shelf
{
width:auto; height:auto; float:left; margin:0px; padding:5px; background:#2f4e87; color:#fff;margin-right:10px;

-moz-border-radius:4px;
-webkit-border-radius:4px;
-o-border-radius:4px;
border-radius:4px;
-khtml-border-radius:4px; border:none; border:1px solid #0a2c59;
cursor:pointer;
}
.cancel_button_shelf
{
width:auto; height:auto; float:left; margin:0px; padding:5px; background:#2f4e87; color:#fff;margin-right:10px;

-moz-border-radius:4px;
-webkit-border-radius:4px;
-o-border-radius:4px;
border-radius:4px;
-khtml-border-radius:4px; border:none; border:1px solid #0a2c59;
cursor:pointer;
}
.delete_button_shelf
{
width:auto; height:auto; float:left; margin:0px; padding:5px; background:#2f4e87; color:#fff;margin-right:10px;

-moz-border-radius:4px;
-webkit-border-radius:4px;
-o-border-radius:4px;
border-radius:4px;
-khtml-border-radius:4px; border:none; border:1px solid #0a2c59;
cursor:pointer;
}

.new_button_shelf
{
width:auto; height:auto; float:right; margin:0px; padding:1px; background:#2f4e87; color:#fff;

-moz-border-radius:4px;
-webkit-border-radius:4px;
-o-border-radius:4px;
border-radius:4px;
-khtml-border-radius:4px; border:none; border:1px solid #0a2c59;
cursor:pointer;
}
.prev_button_shelf
{
width:auto; height:28px; float:left; margin:0px; padding:5px; background:#2f4e87; color:#fff;
cursor:pointer;
}
.next_button_shelf
{
width:auto; height:28px; float:left; margin:0px; padding:5px; background:#2f4e87; color:#fff;
cursor:pointer;
}

.savetobill_button_shelf
{
width:auto; height:auto; float:left; margin:0px; padding:5px; background:#2f4e87; color:#fff;margin-right:10px;

-moz-border-radius:4px;
-webkit-border-radius:4px;
-o-border-radius:4px;
border-radius:4px;
-khtml-border-radius:4px; border:none; border:1px solid #0a2c59;
cursor:pointer;
}
.PrintBill_button_shelf
{
width:auto; height:auto; float:left; margin:0px; padding:5px; background:#2f4e87; color:#fff;margin-right:10px;

-moz-border-radius:4px;
-webkit-border-radius:4px;
-o-border-radius:4px;
border-radius:4px;
-khtml-border-radius:4px; border:none; border:1px solid #0a2c59;
cursor:pointer;
}
.btnVisibleAddtoPurchase_button_shelf
{
width:auto; height:auto; float:left; margin:0px; padding:5px; background:#2f4e87; color:#fff;margin-right:10px;

-moz-border-radius:4px;
-webkit-border-radius:4px;
-o-border-radius:4px;
border-radius:4px;
-khtml-border-radius:4px; border:none; border:1px solid #0a2c59;
cursor:pointer;
}

.DeleteBill_button_shelf
{
width:auto; height:auto; float:left; margin:0px; padding:5px; background:#2f4e87; color:#fff;margin-right:10px;

-moz-border-radius:4px;
-webkit-border-radius:4px;
-o-border-radius:4px;
border-radius:4px;
-khtml-border-radius:4px; border:none; border:1px solid #0a2c59;
cursor:pointer;
}
/*------------------------disabled_buttons-------------------------------*/
.print_button_shelf_disabled
{
	 background:#c0cfec; border:1px solid #91afd8; cursor:default; width:auto; height:auto; float:left; margin:0px; padding:5px;-moz-border-radius:4px;margin-right:10px;
-webkit-border-radius:4px;
-o-border-radius:4px;
border-radius:4px;
-khtml-border-radius:4px;
cursor:default;
}
.add_button_shelf_disabled
{
	 background:#c0cfec; border:1px solid #91afd8; cursor:default; width:auto; height:auto; float:left; margin:0px; padding:5px;-moz-border-radius:4px;margin-right:10px;
-webkit-border-radius:4px;
-o-border-radius:4px;
border-radius:4px;
-khtml-border-radius:4px;
cursor:default;
}
.edit_button_shelf_disabled
{
 background:#c0cfec; border:1px solid #91afd8; cursor:default; width:auto; height:auto; float:left; margin:0px; padding:5px;-moz-border-radius:4px;margin-right:10px;
-webkit-border-radius:4px;
-o-border-radius:4px;
border-radius:4px;
-khtml-border-radius:4px;
cursor:default;
}
.save_button_shelf_disabled
{
 background:#c0cfec; border:1px solid #91afd8; cursor:default; width:auto; height:auto; float:left; margin:0px; padding:5px;-moz-border-radius:4px;margin-right:10px;
-webkit-border-radius:4px;
-o-border-radius:4px;
border-radius:4px;
-khtml-border-radius:4px;
	cursor:default;
}
.cancel_button_shelf_disabled
{
	background:#c0cfec; border:1px solid #91afd8; cursor:default; width:auto; height:auto; float:left; margin:0px; padding:5px;-moz-border-radius:4px;margin-right:10px;
-webkit-border-radius:4px;
-o-border-radius:4px;
border-radius:4px;
-khtml-border-radius:4px;
	cursor:default;
}
.delete_button_shelf_disabled
{
 background:#c0cfec; border:1px solid #91afd8; cursor:default; width:auto; height:auto; float:left; margin:0px; padding:5px;-moz-border-radius:4px;margin-right:10px;
-webkit-border-radius:4px;
-o-border-radius:4px;
border-radius:4px;
-khtml-border-radius:4px;
	cursor:default;
}
.prev_button_shelf_disabled
{
	width:auto; height:28px; float:left; margin:0px; padding:5px; background:#2f4e87; color:#fff;
	cursor:default;
}
.next_button_shelf_disabled
{
	width:auto; height:28px; float:left; margin:0px; padding:5px; background:#2f4e87; color:#fff;
	cursor:default;
}
.savetobill_button_shelf_disabled
{
 background:#c0cfec; border:1px solid #91afd8; cursor:default; width:auto; height:auto; float:left; margin:0px; padding:5px;-moz-border-radius:4px;margin-right:10px;
-webkit-border-radius:4px;
-o-border-radius:4px;
border-radius:4px;
-khtml-border-radius:4px;
	cursor:default;
}

.PrintBill_button_shelf_disabled
{
 background:#c0cfec; border:1px solid #91afd8; cursor:default; width:auto; height:auto; float:left; margin:0px; padding:5px;-moz-border-radius:4px;margin-right:10px;
-webkit-border-radius:4px;
-o-border-radius:4px;
border-radius:4px;
-khtml-border-radius:4px;
	cursor:default;
}

.btnVisibleAddtoPurchase_button_shelf_disabled
{
 background:#c0cfec; border:1px solid #91afd8; cursor:default; width:auto; height:auto; float:left; margin:0px; padding:5px;-moz-border-radius:4px;margin-right:10px;
-webkit-border-radius:4px;
-o-border-radius:4px;
border-radius:4px;
-khtml-border-radius:4px;
	cursor:default;
}

.DeleteBill_button_shelf_disabled
{
 background:#c0cfec; border:1px solid #91afd8; cursor:default; width:auto; height:auto; float:left; margin:0px; padding:5px;-moz-border-radius:4px;margin-right:10px;
-webkit-border-radius:4px;
-o-border-radius:4px;
border-radius:4px;
-khtml-border-radius:4px;
	cursor:default;
}
/*--------------------------------ends-------------*/




 .errMessage
{
 color:Red; float:left; padding:8px;
}
 
.ajax__calendar_days table tr td
{
	padding:2px!important;
}

/*-----------------For tab control Start 20/6/13--------------------*/
/*----------------------------------------tabber---------------------------------*/


.fancy .ajax__tab_header
{
font-size:12px;
color:#ffffff;
font-family:sans-serif;
}
.fancy .ajax__tab_active .ajax__tab_outer,
.fancy .ajax__tab_header .ajax__tab_outer,
.fancy .ajax__tab_hover .ajax__tab_outer
{
height:24px;
}
.fancy .ajax__tab_active .ajax__tab_inner,
.fancy .ajax__tab_header .ajax__tab_inner,
.fancy .ajax__tab_hover .ajax__tab_inner
{
width:auto;
height:26px;
margin-right:4px; /* offset the width of the left image */
}
.fancy .ajax__tab_active .ajax__tab_tab,
.fancy .ajax__tab_hover .ajax__tab_tab,
.fancy .ajax__tab_header .ajax__tab_tab
{
margin:4px 2px 0px 0px;
width:auto;
padding:0 10px;
border:solid 1px #003a74;
border-bottom:0;
background:-moz-linear-gradient(center top , #1487d2 10%, #10659b 90%) repeat scroll 0 0 transparent;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.1, #1487d2), color-stop(0.9, #10659b));
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1487d2', endColorstr='#10659b');
-webkit-border-top-left-radius:5px;
-moz-border-radius-topleft: 5px;
-webkit-border-top-right-radius:5px;
-moz-border-radius-topright: 5px;

}

.fancy .ajax__tab_hover .ajax__tab_tab,
.fancy .ajax__tab_active .ajax__tab_tab
{
color:#000000;
width:auto;
background:-moz-linear-gradient(center top , #eeeeee 10%, #ffffff 90%) repeat scroll 0 0 transparent;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.1, #eeeeee), color-stop(0.9, #ffffff));
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff');
background-position:bottom;
border:solid 1px #cccccc;
border-bottom:solid 2px #ffffff;
-webkit-border-top-left-radius:5px;
-moz-border-radius-topleft: 5px;
-webkit-border-top-right-radius:5px;
-moz-border-radius-topright: 5px;
z-index
}
.fancy .ajax__tab_body
{
font-family:verdana,tahoma,helvetica;
font-size:8pt;
border:1px solid #cccccc;
padding:20px 10px 20px 10px;
background-color:#ffffff;
margin:-5px 0 0;
}
.tab_outer
{
width:960px;
height:auto;
float:left;
}
/*----------------------------------------tabber-ends--------------------------------*/

.rounded_field
{
border:solid 1px #ccc;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
-o-border-radius:4px;
-khtml-border-radius:4px;
margin:2px 1px;
padding:5px;
}
.rounded_field legend
{
font-weight:bold;
padding:0 5px;
border:solid 1px #ccc;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
-o-border-radius:4px;
-khtml-border-radius:4px;
background:-moz-linear-gradient(center top , #ffffff 10%, #eeeeee 90%) repeat scroll 0 0 transparent;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.1, #ffffff), color-stop(0.9, #eeeeee));
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee');
}
/*----------------------------------------tabber-ends 20/6/13--------------------------------*/



.common_button {
    background: none repeat scroll 0 0 #2F4E87;
    border: 1px solid #0A2C59;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    height: auto;
    margin: 0 10px 0 0;
    padding: 2px;
    width: auto;
}


fieldset {
 border: 2px solid #213764;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 4px 4px 5px rgba(50, 50, 50, 0.75);
    margin-top: 8px;
    padding: 7px;

}


legend {
 background-color: #213764;
    border: 1px none;
    border-radius: 8px 8px 8px 8px;
    color: white;
    font-weight: bold;
    margin-left: 12px;
    padding: 4px;
    
}
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.grid-col-width
{
	width:70%;
}