body{
/*
	background: url(../images/texture_bg.jpg);*/

	margin:0px;

	padding:0x;

	color:#404041;

	}

	

.fl {float: left;}

.fr {float: right;}



.clr {clear: both;}	

.clr2 {clear: both; height:18px;}	



.alignright {text-align:right}

.aligncenter {text-align:center}

.alignleft {text-align:left}

	

a{ outline:none;}

	



.top_strip{ 

	background: url(../images/top_strip.png) repeat-x left top; 

	}

.midl_bg{ 

	background: url(../images/mdl_bg.png) repeat-y;

	}

	

.admin_text{

	font-family:Miso, Arial, Helvetica, sans-serif;

	font-size:15px;

	font-weight:normal;

	text-transform:uppercase;

	padding:4px 0px;

	letter-spacing:1px;

}



.admin_text a{

	text-decoration:none;

	color:#404041;

}



.admin_text a:hover{

	text-decoration:underline;

	color:#03a9f1;

}



	

.admin_text_password{

	font-family:Miso, Arial, Helvetica, sans-serif;

	font-size:12px;

	font-weight:normal;

	padding:4px 0px;

	letter-spacing:1px;

}



.admin_text_password a{

	text-decoration:none;

	color:#404041;

}



.admin_text_password a:hover{

	text-decoration:underline;

	color:#03a9f1;

}





.login_btn{

	width:102px;

	height:40px;

	margin:0px;

	padding:0px;

	float:right;

}

.login_btn a{

	background:url(../images/login_btn.png) no-repeat;

	width:102px;

	height:40px;

	margin:0px;

	padding:0px;

	border:0px;

	text-decoration:none;

	cursor:pointer;

	float:right;

}

.login_btn a:hover{

	background:url(../images/login_hvr.png) no-repeat;

	width:102px;

	height:40px;

	margin:0px;

	padding:0px;

	border:0px;

	text-decoration:none;

	cursor:pointer;

	float:right;

}



.admin_textfeild{

	width:386px;

	border:#d3d2d2 solid 1px;

	padding:6px 4px;

	margin:4px 0px;

	border-radius: 4px; 

	-moz-border-radius: 4px; 

	-webkit-border-radius: 4px; 

	background: #ebebeb; /* Old browsers */

	background: -moz-linear-gradient(top, #ebebeb 0%, #ffffff 5%, #ffffff 100%); /* FF3.6+ */

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(5%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */

	background: -webkit-linear-gradient(top, #ebebeb 0%,#ffffff 5%,#ffffff 100%); /* Chrome10+,Safari5.1+ */

	background: -o-linear-gradient(top, #ebebeb 0%,#ffffff 5%,#ffffff 100%); /* Opera 11.10+ */

	background: -ms-linear-gradient(top, #ebebeb 0%,#ffffff 5%,#ffffff 100%); /* IE10+ */

	background: linear-gradient(to bottom, #ebebeb 0%,#ffffff 5%,#ffffff 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}



.navigation{

	margin:0px 0 9px 0;

	padding:0px;

	float:right;

}

.navigation a{

	margin:0px;

	padding:0px 15px;

	float: left;

	text-decoration:none;

	font-family:Arial, Helvetica, sans-serif;

	font-size:13px;

	font-weight: normal;

	color:#fff;

}

.navigation a:hover{

	margin:0px;

	padding:0px 15px;

	float: left;

	text-decoration: underline;

	font-family:Arial, Helvetica, sans-serif;

	font-size:13px;

	font-weight:normal;

	color:#fff;

}



#loginContainer {

    position:relative;

    float:right;

    font-size:12px;

	width:197px;

	height:34px;

	margin:0px;

}



#loginContainer a {text-decoration:none;}



/* Login Button */

#loginButton { 

    display:inline-block;

    float:right;

    position:relative;

    z-index:30;

    cursor:pointer;

	width:170px;

	height:34px;

	margin:0px;

}



/* Login Button Text */

#loginButton span {

    color:#fff; 

    font-size:12px;

	font-family:Arial, Helvetica, sans-serif; 

    font-weight: normal;

	text-align:left; 

    padding:10px 29px 9px 10px;

    background: url(../images/loginid_bg.png) no-repeat;

    display:block

}



#loginButton_terminals span {

    color:#fff; 

    font-size:12px;

	font-family:Arial, Helvetica, sans-serif; 

    font-weight: normal;

	text-decoration:none;

	text-align:center; 

    padding:10px 29px 9px 10px;

    background: url(../images/termin_loginid_bg.png) no-repeat;

    display:block

}



#loginButton_terminals a span {text-decoration:none;}



#loginButton:hover {

	background: url(../images/loginid_bg.png) no-repeat;

}



/* Login Box */

#loginBox {

    width:195px;

    position:absolute;

    top:34px;

    right:0;

    display:none;

    z-index:29;

	background:#fff;

	border-radius: 0px 0px 4px 4px; 

	-moz-border-radius: 0px 0px 4px 4px; 

	-webkit-border-radius: 0px 0px 4px 4px; 

	border: 1px solid #eee;

	box-shadow:0px 6px 6px #919191;

}

#loginBox ul{

	margin:0px;

	padding:0px;

	float:left;

}

#loginBox ul li{

	margin:0px;

	padding:0px;

	list-style:none;

}

#loginBox ul li a{

    width:175px;

	margin:0px;

	padding:5px 10px;

	float:left;

	text-decoration:none;

	text-align:left;

	font-size:12px;

	font-family:Arial, Helvetica, sans-serif; 

    font-weight: normal;

	color:#000;

}

#loginBox ul li a:hover{

    width:175px;

	margin:0px;

	padding:5px 10px;

	float:left;

	text-decoration:none;

	background:#eee;

	font-size:12px;

	font-family:Arial, Helvetica, sans-serif; 

    font-weight: normal;

	color:#000;

}



.middle_strip{

	background:url(../images/mdl_stip.png) repeat-x left top;

	margin:0px;

	font-family:Arial, Helvetica, sans-serif;

	font-size:20px;

	color:#404041;

	font-weight:normal;

	}

.main_bg{

	background:url(../images/main_headder.png) repeat-x left top;

	margin:0px;

	font-family:Arial, Helvetica, sans-serif;

	font-size:24px;

	color:#404041;

	font-weight: bold;

	text-shadow: 1px 2px 2px #fff;

	}

.main_btm{

	background:#fff;

	/*border:#d7d7d7 solid 1px;*/

	border-top: none;

	font-family:Arial, Helvetica, sans-serif;

	font-size:13px;

	color:#404041;

	font-weight:normal;

	padding:15px 0px;

	border-radius: 0px 0px 2px 2px; 

	-moz-border-radius: 0px 0px 2px 2px; 

	-webkit-border-radius: 0px 0px 2px 2px;

	}

	

.form_textfeild{

	width:260px;

	border:#d3d2d2 solid 1px;

	padding:6px 4px;

	margin:6px 0px;

	border-radius: 4px; 

	-moz-border-radius: 4px; 

	-webkit-border-radius: 4px; 

	background: #ebebeb; /* Old browsers */

	background: -moz-linear-gradient(top, #ebebeb 0%, #ffffff 5%, #ffffff 100%); /* FF3.6+ */

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(5%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */

	background: -webkit-linear-gradient(top, #ebebeb 0%,#ffffff 5%,#ffffff 100%); /* Chrome10+,Safari5.1+ */

	background: -o-linear-gradient(top, #ebebeb 0%,#ffffff 5%,#ffffff 100%); /* Opera 11.10+ */

	background: -ms-linear-gradient(top, #ebebeb 0%,#ffffff 5%,#ffffff 100%); /* IE10+ */

	background: linear-gradient(to bottom, #ebebeb 0%,#ffffff 5%,#ffffff 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

.form_textfeild2{

	width:80px;

	border:#d3d2d2 solid 1px;

	padding:6px 4px;

	margin:6px 0px;

	border-radius: 4px; 

	-moz-border-radius: 4px; 

	-webkit-border-radius: 4px; 

	background: #ebebeb; /* Old browsers */

	background: -moz-linear-gradient(top, #ebebeb 0%, #ffffff 5%, #ffffff 100%); /* FF3.6+ */

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(5%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */

	background: -webkit-linear-gradient(top, #ebebeb 0%,#ffffff 5%,#ffffff 100%); /* Chrome10+,Safari5.1+ */

	background: -o-linear-gradient(top, #ebebeb 0%,#ffffff 5%,#ffffff 100%); /* Opera 11.10+ */

	background: -ms-linear-gradient(top, #ebebeb 0%,#ffffff 5%,#ffffff 100%); /* IE10+ */

	background: linear-gradient(to bottom, #ebebeb 0%,#ffffff 5%,#ffffff 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

.form_select{

	width:185px;

	border:#d3d2d2 solid 1px;

	padding:6px 4px;

	margin:6px 0px;

	border-radius: 4px; 

	-moz-border-radius: 4px; 

	-webkit-border-radius: 4px; 

	background: #ebebeb; /* Old browsers */

	background: -moz-linear-gradient(top, #ebebeb 0%, #ffffff 5%, #ffffff 100%); /* FF3.6+ */

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(5%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */

	background: -webkit-linear-gradient(top, #ebebeb 0%,#ffffff 5%,#ffffff 100%); /* Chrome10+,Safari5.1+ */

	background: -o-linear-gradient(top, #ebebeb 0%,#ffffff 5%,#ffffff 100%); /* Opera 11.10+ */

	background: -ms-linear-gradient(top, #ebebeb 0%,#ffffff 5%,#ffffff 100%); /* IE10+ */

	background: linear-gradient(to bottom, #ebebeb 0%,#ffffff 5%,#ffffff 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}





/**Accordion****/	

.technology{ 

	cursor: pointer;

	margin:0px;

	padding:0px;

	float:left;

	font-family:Arial, Helvetica, sans-serif;

	font-size:24px;

	color:#404041;

	font-weight: bold;

	text-shadow: 1px 2px 2px #fff;

}



.openlanguage{ 

	background: url(../images/main_headder.png) no-repeat;

	width:1128px;

	height:67px;

	font-family:Arial, Helvetica, sans-serif;

	font-size:24px;

	color:#404041;

	font-weight: bold;

	text-shadow: 1px 2px 2px #fff;

    cursor: pointer;

    margin:0px;

    padding:0px;

	float: none;

}



.closedlanguage{ 

	cursor: pointer;

	background: url(../images/main_headder.png) no-repeat;

	width:1128px;

	height:67px;

	font-family:Arial, Helvetica, sans-serif;

	font-size:24px;

	color:#404041;

	font-weight: bold;

	text-shadow: 1px 2px 2px #fff;

    margin:0px;

	float: none;

    padding:0px;

	behavior: url(ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */

}



.text_01 {

	font-family:Arial, Helvetica, sans-serif;

	font-size: 11px;

	color:#333333;

	text-decoration: none;

	padding:0px;

	margin:0px;

	float:left;

}

/**Accordion end****/		



.accordprefix{

	margin:25px 40px 0px 0; 

	float:right;

}



#footer{

	background:#2d2d2d;

	font-family:Arial, Helvetica, sans-serif;

	font-size:12px;

	color:#fff;

	font-weight:normal;

	padding:15px 0px;
/*	    position: absolute;
    bottom: 0;
    width: 1366px;*/
}



.event_headder{

    /*border:#d7d7d7 solid 1px;*/

	/*background:#eeeeee;*/

	border-radius: 2px; 

	-moz-border-radius: 2px; 

	-webkit-border-radius: 2px;

	padding-left:0px;

	margin:0px;

	}

.dashboard_headder{

    border:#d7d7d7 solid 1px;

	background:#eeeeee;

	border-radius: 2px; 

	-moz-border-radius: 2px; 

	-webkit-border-radius: 2px;

	padding:0px;

	margin:0px;

	font-family:Arial, Helvetica, sans-serif;

	font-size:16px;

	color:#404041;

	font-weight: bold;

	text-shadow: 1px 2px 2px #fff;

	}

.right_head{

	color:#0187b9;

	font-size:16px;

	padding-left:20px;

	font-weight:600;

}

.dashboard_btm{

	background:#fff;

	border:#d7d7d7 solid 1px;

	border-top: none;

	padding:15px;

	border-radius: 0px 0px 2px 2px; 

	-moz-border-radius: 0px 0px 2px 2px; 

	-webkit-border-radius: 0px 0px 2px 2px;

	box-shadow:0px 3px 2px #989898;

}

.dashboard_links{

	margin:0px;

	padding:0px;

	float:left;

}

.dashboard_links ul{

	margin:0px;

	padding:0px;

	float:left;

}

.dashboard_links ul li{

    width:255px;

	margin:0px;

	padding:0px;

	float:left;

	list-style:none;

	border-bottom:#e5e5e5 dashed 1px;

	line-height:20px;

}

.dashboard_links a{

	font-family:Arial, Helvetica, sans-serif;

	font-size:12px;

	color:#404041;

	font-weight:normal;

	padding:0px 0 0 20px;

	float:left;

	margin:0px;

	text-decoration:none;

	background:url(../images/dot_icon.png) no-repeat left center;

}

.dashboard_links a:hover{

	font-family:Arial, Helvetica, sans-serif;

	font-size:12px;

	color:#009dd8;

	font-weight:normal;

	padding:0px 0 0 20px;

	float:left;

	margin:0px;

	text-decoration: underline;

}

/*popup*/

.rounded_curves { 

	border:#b9baba solid 1px;  

	-webkit-border-radius:7px; 

	-moz-border-radius: 7px; 

	border-radius:7px; 

	padding:6px;

	background: rgb(255,255,255); /* Old browsers */

	/* IE9 SVG, needs conditional override of 'filter' to 'none' */

	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 8%, rgba(222,216,216,1) 100%); /* FF3.6+ */

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(8%,rgba(255,255,255,1)), color-stop(100%,rgba(222,216,216,1))); /* Chrome,Safari4+ */

	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 8%,rgba(222,216,216,1) 100%); /* Chrome10+,Safari5.1+ */

	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 8%,rgba(222,216,216,1) 100%); /* Opera 11.10+ */

	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 8%,rgba(222,216,216,1) 100%); /* IE10+ */

	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 8%,rgba(222,216,216,1) 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ded8d8',GradientType=0 );

	margin-top:-10px;

	margin-right:15px;

}

.rounded_curves_ad { 

	border:#b9baba solid 1px; 

	border-top:1px solid #F29F29;  

	-webkit-border-radius:7px; 

	-moz-border-radius: 7px;  

	border-radius: 0px 0px 7px 7px; 

	padding:6px;

	background: rgb(255,255,255); /* Old browsers */

	/* IE9 SVG, needs conditional override of 'filter' to 'none' */

	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 8%, rgba(222,216,216,1) 100%); /* FF3.6+ */

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(8%,rgba(255,255,255,1)), color-stop(100%,rgba(222,216,216,1))); /* Chrome,Safari4+ */

	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 8%,rgba(222,216,216,1) 100%); /* Chrome10+,Safari5.1+ */

	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 8%,rgba(222,216,216,1) 100%); /* Opera 11.10+ */

	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 8%,rgba(222,216,216,1) 100%); /* IE10+ */

	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 8%,rgba(222,216,216,1) 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ded8d8',GradientType=0 );

	margin-top:-10px;

	margin-right:15px;



}

.rounded_curves {

    background: none repeat scroll 0 0 #fff;

    border:10px solid #B9BABA;

    border-radius: 7px 7px 7px 7px;

    margin-right: 15px;

    margin-top: -10px;

    padding: 6px;

	font-family: Arial,Helvetica,sans-serif;

    font-size: 12px;

}



.pop_headder{ 

	font-family:"PT Sans", Arial, Helvetica, sans-serif; 

	font-size:15px; 

	color:#000; 

	font-weight:600; 

	line-height:25px;

}



.popup_email{font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight: normal; color:#404041;}



.list_brdr{border:#bbbbbb solid 1px;}

.list_headder{ background:#d0e3e6; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#404041; line-height:25px; padding-left:10px;}

.list_table{ background:#fff; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight: normal; color:#404041; line-height:25px; padding-left:10px;}

.list_table a{font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight: normal; color:#404041; text-decoration:none;}

.list_table a:hover{font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight: normal; color:#0467ba; text-decoration: underline;}



.list_table2{ background:#efefef; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight: normal; color:#404041; line-height:25px; padding-left:10px;}

.list_table2 a{font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight: normal; color:#404041; text-decoration:none;}

.list_table2 a:hover{font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight: normal; color:#0467ba; text-decoration: underline;}

/*popup*/



.padng_rgt{

	padding-right:10px;

}

.padng_lft{

	padding-left:20px;

	float:left;

	font-family:Arial, Helvetica, sans-serif;

	font-size:12px;

	color:#404041;

	font-weight:normal;

	clear:both;

}



.event_calender{

	width:118px;

	height:23px;

	background:#fff;

	border:#d3d2d2 solid 1px;

	padding:2px;

}

.event_date{

	width:50px;

	background:#f5f5f5;

	border:#d3d2d2 solid 1px;

	padding:4px;

	-webkit-border-radius: 5px;

-moz-border-radius: 5px;

border-radius: 5px;

}



.mandetory_text{

	color:#FF0000;

}

.pricing_table{

	border:#bbbbbb solid 1px;

}

.pricing_head{

    background:#dddddd;

	border-right:#bbbbbb solid 1px;

	border-bottom:#bbbbbb solid 1px;

	line-height:30px;

	padding-left:10px;

}

.pricing_list{

    background:#fff;

	border-right:#bbbbbb solid 1px;

	border-bottom:#bbbbbb solid 1px;

	line-height:18px;

	padding:10px;

}

.pricing_list2{

    background:#f7f7f7;

	border-right:#bbbbbb solid 1px;

	border-bottom:#bbbbbb solid 1px;

	line-height:18px;

	padding:10px;
	word-break: break-all; word-wrap:break-word !important; -webkit-hyphens:auto; -moz-hyphens:auto; hyphens: auto;

}



.admission_list{

    background:#f7f7f7;

	border-right:#bbbbbb solid 1px;

	border-bottom:#bbbbbb solid 1px;

	line-height:18px;

	padding:5px 10px 5px 10px;

}



.brdr_right{

	border-right: none;

}



.table_links a{

	color:#1a1a1a;

	text-decoration:none;

}

.table_links a:hover{

	color:#009dd8;

	text-decoration:underline;

}



.table_links1 a{

	color:#009dd8;

	text-decoration:none;

}

.table_links1 a:hover{

	color:#1a1a1as;

	text-decoration:underline;

}





.logo_inner{

	border: 1px solid #E8E8E8;

	box-shadow: 0 0 10px #999999;

	float: left;

	margin:0px;

	padding:5px;

	width:165px;

}



.event_details_headder{

	border:#e2e1e1 solid 1px;

	background:#eeeded;

	font-family:Arial, Helvetica, sans-serif;

	font-size:14px;

	font-weight:bold;

	color:#404041;

	padding:10px;

}

.event_details_brdr{

	border:#e2e1e1 solid 1px;

	border-top:none;

	padding:10px;

}



/*accortion*/

.service_list{ margin:0px;padding:0px; /*min-height:220px;*/}

.service_list li{ padding:3px 0px 0px 0px;list-style:none; margin-bottom:10px;}

.service_list h6{ margin:0px; background:url(../images/main_headder.png) no-repeat; width:1128px; height:40px;font-family:Arial, Helvetica, sans-serif;

	font-size:17px;

	color:#404041;

	font-weight: bold;

	text-shadow: 1px 2px 2px #fff;}

.toggle-link{

		display:block;

		padding:10px 0px 8px 25px;

		background: url(../images/plus.png) no-repeat 1070px 10px;}

.toggle-link.active{

		background:url(../images/minus.png) no-repeat 1070px 10px;}

.sub-text{

		overflow:hidden; position:relative;

		background:#fff;

		border:#d7d7d7 solid 1px;

		border-top: none;

		font-family:Arial, Helvetica, sans-serif;

		font-size:13px;

		color:#404041;

		font-weight:normal;

		padding:15px 0px;

		border-radius: 0px 0px 2px 2px; 

		-moz-border-radius: 0px 0px 2px 2px; 

		-webkit-border-radius: 0px 0px 2px 2px;

		width:1126px;

	}

		

/*accortion*/







.imagedropshadow {

	padding: 5px;

	border: solid 1px #EFEFEF;

}

a:hover img.imagedropshadow {

	border: solid 1px #CCC;

	-moz-box-shadow: 1px 1px 5px #999;

	-webkit-box-shadow: 1px 1px 5px #999;

        box-shadow: 1px 1px 5px #999;

}





/*success, error messages*/

.notification_green {

	font-family:Helvetica,Arial,sans-serif;

    border-radius: 6px 6px 6px 6px;

	background-color: #99C350;

    color: #FFFFFF;

    font-size: 16px;

    font-weight: bold;

    margin:10px;

    padding:15px;

    width:1098px;

	text-align:left;

	border: 1px solid #92B746;

    text-shadow: 0 1px #63852B;

}



.notification_red {

	font-family:Helvetica,Arial,sans-serif;

    border-radius: 6px 6px 6px 6px;

	background-color: #f29161;

    color: #FFFFFF;

    font-size: 16px;

    font-weight: bold;

    margin:10px;

    padding:15px;

    width:1098px;

	text-align:left;

	border: 1px solid #f48434;

    text-shadow: 0 1px #63852B;

}

/*success, error messages ends*/



/*Help div css*/

.help_dialog_container {

    background: none repeat scroll 0 0 #e2e2e2;

    border: 3px solid #878787;

    border-radius: 12px 12px 12px 12px;

    display: block;

    float: left;

    margin:15px;

    width:1128px;

}

.help_dialog {

    padding: 12px;

}

div.help_dialog hr {

    background: none repeat scroll 0 0 #878787;

    border: 0 none;

    height: 1px;

}

div.help_dialog span {

    color: #878787;

    display: inline;

    font: bold 19px/28px 'Arial';

    height: 24px;

    padding-bottom: 3px;

    padding-top: 2px;

}

div.help_dialog p {

    color: #878787;

    font: 11px/16px 'Arial';

    margin-bottom: 0;

}



/*Help div css ends*/



.pop_repeat_headder{ 

	font-family:"PT Sans", Arial, Helvetica, sans-serif; 

	font-size:18px; 

	color:#000; 

	font-weight:600; 

	line-height:25px;

	padding:5px 0px 0px 15px;

	border-bottom:#e7e7e7 solid 1px;

}



#lightbox_custom_dates_list ul, #lightbox_custom_dates_list li {

    list-style: none outside none;

    margin: 0;

    padding: 0;

}

#lightbox_custom_dates_list ul {

    border: 1px solid #DEDEDE;

    max-height: 189px;

    overflow-x: hidden;

    overflow-y: auto;

}

#lightbox_custom_dates_list li {

    background-color: #FFFFFF;

    border-top: 1px solid #DEDEDE;

    padding: 12px;

    position: relative;

}

#lightbox_custom_dates_list li:hover {

    background-color: #F5F5F5;

}

#lightbox_custom_dates_list li:first-child {

    border: medium none;

}

#lightbox_custom_dates_list li a.remove {

    background: url(../images/dlt_icon) no-repeat scroll right center;

    display: block;

    height: 15px;

    position: absolute;

    right: 12px;

    top: 12px;

    width: 15px;

}



.note{

    font-size: 11px;

	padding-top:10px;

}





.green{

	background:#30ad23;

	width:14px;

	height:14px;

	margin:0px;

	padding:0px;

}

.red{

	background:#ba0000;

	width:14px;

	height:14px;

	margin:0px;

	padding:0px;

}

.blue{

	background:#0099FF;

	width:14px;

	height:14px;

	margin:0px;

	padding:0px;

}

.yellow{

	background:#ffba00;

	width:14px;

	height:14px;

	margin:0px;

	padding:0px;

}

.pink{

	background:#ff0080;

	width:14px;

	height:14px;

	margin:0px;

	padding:0px;

}









.pages_bg{

	background:#fff;

	border:#d7d7d7 solid 1px;

	font-family:Arial, Helvetica, sans-serif;

	font-size:13px;

	color:#404041;

	font-weight:normal;

	padding:30px 60px;

	border-radius: 0px 0px 2px 2px; 

	-moz-border-radius: 0px 0px 2px 2px; 

	-webkit-border-radius: 0px 0px 2px 2px;

}



.pagepreview_header{

    border:#d7d7d7 solid 1px;

	background:#eeeeee;

	border-radius: 2px; 

	-moz-border-radius: 2px; 

	-webkit-border-radius: 2px;

	padding:10px 23px;

	margin:0px;

	font-family:"PT Sans", Arial, Helvetica, sans-serif;

	font-size:18px;

	font-weight:bold;

	color:#404041;

}



.pagepreview_box{

    border:#dadada solid 1px;

	background:#f8f8f8;

	padding:20px;

	font-family:"PT Sans", Arial, Helvetica, sans-serif;

	font-size:14px;

	font-weight:normal;

	line-height:18px;

	color:#404041;

	text-align:justify;

}

.pagepreview_subtext{

	font-family:"PT Sans", Arial, Helvetica, sans-serif;

	font-size:16px;

	font-weight: bold;

	color:#404041;

	text-align:justify;

	padding:10px;

}

.pagepreview_link{

	font-family:"PT Sans", Arial, Helvetica, sans-serif;

	font-size:13px;

	font-weight: normal;

	color:#404041;

}

.pagepreview_link a{

	font-family:"PT Sans", Arial, Helvetica, sans-serif;

	font-size:14px;

	font-weight: bold;

	color:#029ad3;

	text-decoration:none;

}

.pagepreview_link a:hover{

	font-family:"PT Sans", Arial, Helvetica, sans-serif;

	font-size:14px;

	font-weight: bold;

	color:#404041;

	text-decoration:none;

}







/*slider*/



/* bottom center */

#wowslider-container1  .ws_bullets {

    bottom:-24px;

	left:50%;

}

#wowslider-container1  .ws_bullets div{

	left:-50%;

}

#wowslider-container1 .ws_bullets .ws_bulframe {

	bottom: 20px;

}

#wowslider-container1 { 

/*	overflow: hidden; */

	zoom: 1; 

	position: relative; 

	width:550px;

	height:375px;

	margin:auto;

	z-index:100;

}

#wowslider-container1 .ws_frame{

	display:block;

	position: absolute;

	left:5px;

	top:5px;

	width:550px;

	height:375px;

	opacity:0.3;

	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);

}

#wowslider-container1 .ws_shadow{

	width:100%;

	background: url(./shadow.png) left 100%;

	height:93px;

	position: absolute;

	left:0;

	bottom:-37px;

	z-index:-1;

}

#wowslider-container1 .ws_images{

	position: absolute;

	left:5px;

	top:5px;

	width:550px;

	height:375px;

	overflow:hidden;

}

#wowslider-container1 .ws_images a{

	color:transparent;

}



#wowslider-container1 .ws_images img{

	top:0;

	left:0;

	border:none 0;

}

#wowslider-container1 a{ 

	text-decoration: none; 

	outline: none; 

	border: none; 

}



#wowslider-container1  .ws_bullets { 

	font-size: 0px; 

	padding: 10px; 

	float: left;

	position:absolute;

	z-index:70;

}

#wowslider-container1  .ws_bullets div{

	position:relative;

	float:left;

}

#wowslider-container1 .ws_bullets a { 

	margin: 0;

	width:16px;

	height:15px;

	background: url(./bullet.png) left top;

	float: left; 

	text-indent: -1000px; 

	position:relative;

}

#wowslider-container1 .ws_bullets a:hover{ 

	background-position: -16px 0;

}

#wowslider-container1 .ws_bullets a.ws_selbull{

	background-position: right top;

}

#wowslider-container1 .ws_bullets a.ws_overbull{

	background-position: 50% top;

}

#wowslider-container1 .ws_bullets a:hover{

	background-position: 50% top;

}

#wowslider-container1 a.ws_next, #wowslider-container1 a.ws_prev {

	position:absolute;

	display:block;

	top:50%;

	margin-top:-28px;

	z-index:60;

	height: 56px;

	width: 29px;

	background: url(../images/arrows.png);

}

#wowslider-container1 a.ws_next{

	background-position: 100% 0; 

	right:-8px;

}

#wowslider-container1 a.ws_prev {

	left:2px;

	background-position: 0 0; 

}





/*03-09-2012*/



.preview_top_links{

	width:400px;

	float:left;

	margin-left:30px;

	padding:0px;

}

.preview_top_links ul{

	float:left;

	margin:0px;

	padding:0px;

}

.preview_top_links ul li{

	float:left;

	margin:0px;

	padding:33px 20px 30px 20px;

	list-style:none;

	height:23px;

	border-left:#8f8f8f solid 1px;

	border-right:#8f8f8f solid 1px;

}

.preview_top_links ul li a{

	float:left;

	margin:0px;

	padding:0px;

	text-decoration:none;

	font-family:"PT Sans", Arial, Helvetica, sans-serif; 

	font-size:15px; 

	color:#fff; 

	font-weight: bold;

}

.preview_top_links ul li a:hover{

	float:left;

	margin:0px;

	padding:0px;

	text-decoration: underline;

	font-family:"PT Sans", Arial, Helvetica, sans-serif; 

	font-size:15px; 

	color:#fff; 

	font-weight: bold;

}



.preview_middle_links{

	font-family:Arial, Helvetica, sans-serif;

	font-size:14px;

	font-weight: bold;

	color:#404041;

}

.preview_middle_links a{

	text-decoration:none;

	color:#404041;

	padding:0px 10px;

}

.preview_middle_links a:hover{

	text-decoration:underline;

	color:#0490c4;

	padding:0px 10px;

}

.preview_middle_links a#home{

	text-decoration:underline;

	color:#0490c4;

	padding:0px 10px;

}

.preview_video{

    font-family:"PT Sans", Arial, Helvetica, sans-serif;

	font-size:18px;

	color:#404041;

	font-weight:bold;

	padding:10px 0px;

}



.eventfullprice{

	background-color:#efefef;

	border:#cccccc solid 1px;

	border-top: none;

	padding:5px;

}



.voucher{

	font-family:"PT Sans", Arial, Helvetica, sans-serif;

	font-size:14px;

	color:#404041;

	font-weight:bold;

	line-height:35px;

	list-style-position:left;

}

.list_box3{

	width:137px;

	padding:3px;

	color:#404041;

	background:#fff;

	border:#acacac solid 1px;

	font-size:12px;

	font-weight: normal;

	font-family:Arial, Helvetica, sans-serif;

}

.eventtext{

	font-family:"PT Sans", Arial, Helvetica, sans-serif;

	font-size:12px;

	padding:0px 10px 0px 0px;

	color:#404041;

	list-style-position:left;

}

.left_event_box{

	width:266px;

	float:right;

	margin:0;

	padding:0px;

}

.eventticket {

	width:266px;

	height:50px;

	margin:0px;

	float: left;

}



.pricetable {

	width:250px;

	margin-left:14px;

	float:left;

	border:#c4c4c4 solid 1px;

	border-top:none;

}



.ticket_voucher{

font-family:"PT Sans", Arial, Helvetica, sans-serif;

	font-size:14px;

	color:#404041;

	font-weight:bold;

	line-height:0px;

	list-style-position:left;

}



.preview_white_bg{

	background:#fff;

	border:#d7d7d7 solid 1px;

	font-family:Arial, Helvetica, sans-serif;

	font-size:13px;

	color:#404041;

	font-weight:normal;

	padding:30px;

	border-radius: 2px 2px 2px 2px; 

	-moz-border-radius: 2px 2px 2px 2px; 

	-webkit-border-radius: 2px 2px 2px 2px;

}

#event_tabs{

	width:460px;

	margin:0px;

	padding:0px;

	float:right;

}

.vtabs {

	/* a border is required for IE otherwise the tab panels will not be aligned correctly. */

	position: relative;

}

.vtabs .vtabs-tab-column {

	position: absolute; left: 0; margin: 0; width: 170px; min-width: 170px;

}

.vtabs .vtabs-tab-column ul {

	list-style: none;

	margin: 0px;

	padding: 0px;

}

/* css for tab that is open */

.vtabs .vtabs-tab-column ul li.open, .vtabs .vtabs-tab-column ul li.closed {

	background-color: #ffffff;

	color:#404041;

	margin: 0px;

	padding:10px 5px 10px 8px;

	margin-bottom: 1px;

	border: 1px solid #c4c4c4;

	border-right:none;

	z-index: 10;

}

/* css for tab that is closed */

.vtabs .vtabs-tab-column ul li.closed {

	border-right: 1px solid #c4c4c4;

	background:#00aeee;

	color:#fff;

}

/* css for tab hover */	

.vtabs .vtabs-tab-column ul li:hover {

	background:#00aeee;

}

/* css for link on tab that's open */

.vtabs .vtabs-tab-column ul li a.open, .vtabs .vtabs-tab-column ul li a.closed {

	font-family:Arial, Helvetica, sans-serif;

	font-size:13px;

	font-weight: normal;

	margin: 0px;

	padding: 0px;

	text-decoration: none;

	color: #404041;

}

/* css for link on tab that's closed */

.vtabs .vtabs-tab-column ul li a.closed {

	color:#fff;

}	

.vtabs .vtabs-content-column {

	padding: 0px;

	margin: 0px;

}

/* css for the content panels */

.vtabs .vtabs-content-column .vtabs-content-panel {

	background-color: #ffffff;

	padding:10px;

	margin: 0px;

	border: 1px solid #c4c4c4;

	font-family:Arial, Helvetica, sans-serif;

	font-size:12px;

	font-weight: normal;

	line-height:18px;

	text-align:justify;

	min-height:185px;

}



/* 08/10 */

.event_list_headder{

	background:#404041;

	height:26px;

	width:100%;

	margin-bottom:7px;

	padding:0px;

	float:left;

	font-size:14px;

	color:#fff;

	font-weight:bold;

	text-transform:uppercase;

	line-height:26px;

	}

.pagnation{

	font-size:11px;

	color:#fff;

	font-weight: normal;

	font-family:Arial, Helvetica, sans-serif;

	}

.pagnation a{

	font-size:11px;

	color:#fff;

	font-weight: normal;

	font-family:Arial, Helvetica, sans-serif;

	text-decoration:none;

	}

.pagnation a:hover{

	font-size:11px;

	color:#fff;

	font-weight: normal;

	font-family:Arial, Helvetica, sans-serif;

	text-decoration: underline;

	}

.list_grd_box{

	width:700px;

	margin:0px;

	padding:0px;

	float:left;

	}

.list_grd_inner_box{

	width:1006px;

	margin-bottom:7px;

	padding:0px;

	float:left;

	}

.date_left_crnr{

	width:15px;

	height:87px;

	margin-top:8px;

	padding:0px;

	float:left;

	}

.events_list_bg{

	border:#eaeaea solid 1px;

	border-left:none;

	margin:0px;

	padding:7px 9px 15px 0px;

	float:left;

	background: #ffffff; /* Old browsers */

	background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 100%); /* FF3.6+ */

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f9f9f9)); /* Chrome,Safari4+ */

	background: -webkit-linear-gradient(top, #ffffff 0%,#f9f9f9 100%); /* Chrome10+,Safari5.1+ */

	background: -o-linear-gradient(top, #ffffff 0%,#f9f9f9 100%); /* Opera 11.10+ */

	background: -ms-linear-gradient(top, #ffffff 0%,#f9f9f9 100%); /* IE10+ */

	background: linear-gradient(to bottom, #ffffff 0%,#f9f9f9 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */

	}

.date_box{

    background:url(../images/date_box.png) no-repeat;

	font-family:Georgia, "Times New Roman", Times, serif;

	font-size:23px;

	color:#fff;

	font-weight: normal;

	width:37px;

	height:54px;

	margin:0px;

	padding:8px 10px 0 0px;

	float:left;

	line-height:14px;

	text-align:center;

	}

.event_names{

	color:#1bb7f1;

	font-size:14px;

	font-weight:bold;

	}

.event_times{

	color:#333333;

	font-size:14px;

	font-weight: normal;

	}

.event_locations{

	color:#333333;

	font-size:14px;

	font-weight: normal;

	}





.image_inner{

	border: 1px solid #E8E8E8;

	box-shadow: 0 0 10px #999999;

	float: left;

	margin:0px;

	padding:5px;

	width:89px;

}



.image_inner_1{

	border: 1px solid #E8E8E8;

	box-shadow: 0 0 10px #999999;

	float: left;

	margin:0px;

	padding:3px;

	width:60px;

	

}





.multi_box{

border:#bbbbbb solid 1px;

}

.multi_box_list{

background:#f7f7f7; padding:4px 0px; border-bottom:#eae9e9 solid 1px;

}

.multi_box_list2{

background:#fbfafa; padding:4px 0px;

}



.chek-box{

border:#eee solid 1px;

padding:6px 4px;

box-shadow:0px 4px 6px #919191;

}

.chek-box-brdr{

border-bottom:#d3d2d2  dashed 1px;

padding:3px 0px;

}



/*6-4-13 seller*/



.event-menu ul

{

list-style: none;

padding: 0;

margin: 0;

} 



.event-menu li

{

float: left;

margin: 0 0.15em;

} 



.event-menu li a

{

background:#eeeded;

float: left;

display: block;

color: #000;

text-decoration: none;

text-align: center;

padding:7px 15px;

-webkit-border-radius: 6px;

-moz-border-radius: 6px;

border-radius: 6px;

} 



.event-menu li a:hover

{

color:#fff;

background:#000;

} 



.event-menu li .active

{

color:#fff;

background:#000;

}



.box_bdr { border:#e2e1e1 solid 1px;} 

.box_bdr_rit{ border-right:#e2e1e1 solid 1px;padding:8px;}

.bdrrit_none { border-right:none;}

.price { font-size:18px; font-weight:bold; padding:8px;}

.small_txt { font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold;}

.box_bdr_ritbtm{ border-right:#e2e1e1 solid 1px; border-bottom:#e2e1e1 solid 1px; padding:3px 8px;}

.box_bdr2 { border-left:#e2e1e1 solid 1px; border-right:#e2e1e1 solid 1px;} 



.box_head{

    background:#eeeded;

	border-bottom:#e2e1e1 solid 1px;

}





/* venue perfomer css 13/5/2013 */



.venue-menu ul

{

list-style: none;

padding: 0;

margin: 0;

} 



.venue-menu li

{

float: left;

margin: 0 0.15em;

} 



.venue-menu li a

{

width:150px;

font-size:13px;

background:#efefef;

float: left;

display: block;

color: #333;

font-weight:bold;

text-decoration: none;

text-align:left;

border:#dedede solid 1px;

padding:11px 15px;

-webkit-border-radius: 6px;

-moz-border-radius: 6px;

border-radius: 6px;

} 



.venue-menu li a:hover

{

border:#00aded solid 1px;

color:#fff;

background:#00aded;

}



.venue-menu li .active

{

border:#00aded solid 1px;

color:#fff;

background:#00aded;

} 



/*---------------- terminals css------------------------------*/



.terminal_a{

	width:135px; 

	float:left;

	font:bold 18px Arial, Helvetica, sans-serif;

}



.terminal_b{

	width:300px; 

	float:left;

	font:14px Arial, Helvetica, sans-serif;

	padding:3px 0px 0px 0px;

}







.terminal_box01{

	width:450px;

	float:left;

	background: #fafafa; /* Old browsers */

background: -moz-linear-gradient(top,  #fafafa 0%, #eaeaea 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #fafafa 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #fafafa 0%,#eaeaea 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #fafafa 0%,#eaeaea 100%); /* IE10+ */

background: linear-gradient(to bottom,  #fafafa 0%,#eaeaea 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */



-webkit-border-radius: 8px;

-moz-border-radius: 8px;

border-radius: 8px;

border:1px solid #dcdcdc;

padding:25px;

margin-right:20px;



}



.terminal_box01 h3{

	font:bold 35px Arial, Helvetica, sans-serif;

	margin-top:0px;

	color:#333333;

}



.terminal_box01 h4{

	font:bold 20px Arial, Helvetica, sans-serif;

	color:#333333;

}




.terminal_box01 h1{

	font:bold 25px Arial, Helvetica, sans-serif;

	color:#000;

}

.terminal_box01 h5{

	font:bold 35px Arial, Helvetica, sans-serif;

	color:#000;
	    margin: 0px;

}




.terminal_box_addmission{

	width:100%;

	float:left;

	background:#333333;

	margin-top:25px;

	margin-bottom:20px;

    padding:15px;
    box-sizing: border-box;

}



.terminal_box_add_head{

	width:100%;

	float:left;



}



.time_box{

	width:171px;

	height:27px;

	float:right;

	background:url(../images/left_time_bg.png) no-repeat;

}



.time_box a{text-decoration:none; color:#000;}

.time_box a:hover{text-decoration:underline; color:#000;}



.time_box ul{

	margin:0px; padding:0px;

}



.time_box ul li{

	list-style:none;

	float:left;

	text-align:center;

	width:56px;

	padding:5px 0px 5px 0px;

	font:13px Arial, Helvetica, sans-serif;

}



.time_box ul li a:hover{text-decoration:underline; color:#000;}



.time_box ul li  .active{text-decoration:underline;}



.ticket_order_box{

	width:100%;

	float:left;

	margin-top:15px;

}

.ticket_order_box_content01{

	width:524px;

	float:left;

}





.ticket_order01{width:252px; float:left;}

	

.ticket_head{width:252px; float:left; }

.ticket_head p{ margin:0px; font:12px Arial, Helvetica, sans-serif; color:#fff; padding:0px 0px 10px 0px; }		



.ticket_total{width:252px; float:left; }

.ticket_total p{ margin:0px; font:bold 16px Arial, Helvetica, sans-serif; color:#fff; text-align:right; padding:12px 0px 10px 0px; }	



.ticket_order_box_content01_box01{

width:252px;

.background: #f9f9f9; /* Old browsers */

background: -moz-linear-gradient(top,  #f9f9f9 0%, #eaeaea 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #f9f9f9 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #f9f9f9 0%,#eaeaea 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #f9f9f9 0%,#eaeaea 100%); /* IE10+ */

background: linear-gradient(to bottom,  #f9f9f9 0%,#eaeaea 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */



-webkit-border-radius: 8px;

-moz-border-radius: 8px;

border-radius: 8px;

}

.ticket_order_box_content01_box01 ul{margin:0px; padding:0px;}

.ticket_order_box_content01_box01 ul li{list-style:none; float:left; width:124px;}

.ticket_order_box_content01_box01 ul li h5{ margin:0px ;font:12px Arial, Helvetica, sans-serif; color:#000; padding:8px 0px 0px 8px;}

.ticket_order_box_content01_box01 ul li h2{ margin:0px ;font:bolder 28px Arial, Helvetica, sans-serif; color:#000; padding:2px 0px 5px 60px;}



.ticket_order_box_content02{    width: 33%;
    float: right;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 284px;}

.ticket_order_box_content02 td{ font:12px Arial, Helvetica, sans-serif ; text-align:center; color:#fff;}





.event_msg{color:#ed0303; margin-top:10px; padding:10px 0px 0px 0px; float:left; line-height:1.6em;}

.recent_msg{color:#00aeef; padding:5px 0px 0px 20px; float:left; ine-height:1.6em;}



.refresh_btn{

	text-align:center;

	float:right;

	font:12px Arial, Helvetica, sans-serif;

	padding:10px 40px 0px 0px;

	line-height:1.7em;

}



/*-------------------------- seller login ----------------------------*/



/*.bg { background:url(../images/bg.png) top no-repeat; background-size:cover;}*/




/*.loging_bg { background:url(../images/seller_login_bg.png);}*/

.loging_bg {
    background: url(../images/lg_bg.png) no-repeat;
    background-size: 100% 105%;
}

.seller_loging_bg { background:url(../images/login_bg.png)  top center no-repeat;}



.login{ font-family:"PT Sans", Arial, Helvetica, sans-serif; font-size:18px; color:#00aeef; padding:0px 5px 0px 5px; padding-left:0px; font-weight:bold;}



.login_txt { font-family:'PT sans'; font-size:15px; caption-side:#555555; padding:0px 0 12px 0; font-weight:normal;color: #000;}



.login_fields { width:330px; border:#bbbbbb solid 1px; background:#fff; padding:14px 15px; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;height: 19px;
    font-size: 16px;}



.frgt_pswrd { font-family:"PT Sans", Arial, Helvetica, sans-serif; font-size:14px; color:#404041; text-decoration:none;}

.frgt_pswrd a { font-family:"PT Sans", Arial, Helvetica, sans-serif; font-size:14px; color:#404041; text-decoration:none;}

.frgt_pswrd a:hover { font-family:"PT Sans", Arial, Helvetica, sans-serif; font-size:14px; color:#404041; text-decoration:underline;}







.auth_login{

	font:12px Arial, Helvetica, sans-serif;

	padding:8px 5px 8px 5px;

}





.form_textfeild_seller{

	width:200px;

	border:#d3d2d2 solid 1px;

	padding:2px 2px;

	margin:0px 0px 0px 0px;

	border-radius: 2px; 

	-moz-border-radius: 2px; 

	-webkit-border-radius: 2px; 

	background: #ebebeb; /* Old browsers */

	background: -moz-linear-gradient(top, #ebebeb 0%, #ffffff 5%, #ffffff 100%); /* FF3.6+ */

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(5%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */

	background: -webkit-linear-gradient(top, #ebebeb 0%,#ffffff 5%,#ffffff 100%); /* Chrome10+,Safari5.1+ */

	background: -o-linear-gradient(top, #ebebeb 0%,#ffffff 5%,#ffffff 100%); /* Opera 11.10+ */

	background: -ms-linear-gradient(top, #ebebeb 0%,#ffffff 5%,#ffffff 100%); /* IE10+ */

	background: linear-gradient(to bottom, #ebebeb 0%,#ffffff 5%,#ffffff 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}



.change_pass{

	width:158px;

	border:#d3d2d2 solid 1px;

	padding:1px 1px;

	margin:0px 0px 0px 0px;

	border-radius: 2px; 

	-moz-border-radius: 2px; 

	-webkit-border-radius: 2px; 

	background: #ebebeb; /* Old browsers */

	background: -moz-linear-gradient(top, #ebebeb 0%, #ffffff 5%, #ffffff 100%); /* FF3.6+ */

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(5%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */

	background: -webkit-linear-gradient(top, #ebebeb 0%,#ffffff 5%,#ffffff 100%); /* Chrome10+,Safari5.1+ */

	background: -o-linear-gradient(top, #ebebeb 0%,#ffffff 5%,#ffffff 100%); /* Opera 11.10+ */

	background: -ms-linear-gradient(top, #ebebeb 0%,#ffffff 5%,#ffffff 100%); /* IE10+ */

	background: linear-gradient(to bottom, #ebebeb 0%,#ffffff 5%,#ffffff 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

	

}





/*-------------------------------------*/



.pagination{

width:350px;

margin:22px auto 22px auto;

}

.pagination li{

list-style:none;

float:left;

color:#000;



margin:0px 5px 0px 5px;

}



.pagination li a{

font:12px Arial, Helvetica, sans-serif;

text-decoration:none;

text-align:center;

padding:6px 10px 6px 10px;

background:#abaaab;

color:#fff;

-webkit-border-radius: 20px 20px 20px 20px;

-moz-border-radius: 20px 20px 20px 20px;

border-radius: 20px 20px 20px 20px;

}



.pagination li a:hover{

font:12px Arial, Helvetica, sans-serif;

text-decoration:none;

text-align:center;

padding:6px 10px 6px 10px;

background:#1fb8f1;

color:#fff;

-webkit-border-radius: 20px 20px 20px 20px;

-moz-border-radius: 20px 20px 20px 20px;

border-radius: 20px 20px 20px 20px;



-webkit-transition: background 0.6s ease-in-out;

-moz-transition: background 0.6s ease-in-out;

-ms-transition: background 0.6s ease-in-out;

-o-transition: background 0.6s ease-in-out;

transition: background 0.6s ease-in-out;



}



.pagination li a.paginationactive{

font:12px Arial, Helvetica, sans-serif;

text-decoration:none;

text-align:center;

padding:6px 10px 6px 10px;

background:#1fb8f1;

color:#fff;

-webkit-border-radius: 20px 20px 20px 20px;

-moz-border-radius: 20px 20px 20px 20px;

border-radius: 20px 20px 20px 20px;



}



.circle{

width: 10em; height: 10em; 

-webkit-border-radius: 5em; -moz-border-radius: 5em;

background:#000;

	

}

/*---------- pagination end ------------------------*/

.active{
color:#00aeef;
}

.time_stats{

	width:138px; float:left; clear:both;}

	

.time_01{

	width:138px; float:left; clear:both;}