#wpst_front{margin: 0px 0px 30px; padding: 0px;}
#wpst_inner_page a{color: #2583ad}
#wpst_inner_page a:hover { color: #d54e21; }
.wpst_half_left, .wpst_half_right{width: 48%; margin: 0px;}
.wpst_half_left {float: left; _display: inline;}
.wpst_half_right {float: right; _display: inline;}
.globalleft{float: left; display: inline; margin: 0px; width: 45%;}
.globalright{float: right; display: inline; margin: 0px; width: 45%;}
.inline-block{display: inline-block; margin-bottom: 0px;}

h2.dash-icon{padding: 0px 0px 0px 40px; margin-bottom: 30px; font-size: 24px; height: 30px; line-height: 30px; color: #464646; text-shadow: #FFF 0px 1px 0px;  font-style: italic; background: url(images/dash.png) 0% 50% no-repeat;}
h2.edit-icon{padding: 0px 0px 0px 40px; margin-bottom: 30px; font-size: 24px; height: 30px; line-height: 30px; color: #464646; text-shadow: #FFF 0px 1px 0px;  font-style: italic; background: url(images/settings.png) 0% 50% no-repeat;}
h2.tick-icon{padding: 0px 0px 0px 40px; margin-bottom: 30px; font-size: 24px; height: 30px; line-height: 30px; color: #464646; text-shadow: #FFF 0px 1px 0px;  font-style: italic; background: url(images/ticket.png) 0% 50% no-repeat;}
h2.tick-icon .resnum{background: url(images/res.png) 0 50% no-repeat; vertical-align: top; font-size: 14px!important;width: 32px;height: 32px;line-height: 24px;display: inline-block;text-align:center;font-style: normal;font-weight: bold;}
h2.user-icon{padding: 0px 0px 0px 40px; margin-bottom: 30px; font-size: 24px; height: 30px; line-height: 30px; color: #464646; text-shadow: #FFF 0px 1px 0px;  font-style: italic; background: url(images/user.png) 0% 50% no-repeat;vertical-align:top;}
h2.sett-icon{padding: 0px 0px 0px 40px; margin-bottom: 30px; font-size: 24px; height: 30px; line-height: 30px; color: #464646; text-shadow: #FFF 0px 1px 0px;  font-style: italic; background: url(images/set.png) 0% 50% no-repeat;}
h3.subtitle{margin: 0px 0px 20px; padding: 0px; color: #464646; text-shadow: #FFF 0px 1px 0px;  font-style: italic; font-size: 17px;}
span.soft{color: #a0a0a0!important;font-weight: bold!important;}
a span.softs, a:hover span.softs{color: #a0a0a0!important;font-weight: normal!important;}
table.wpst_rl{border: none!important;margin: 0px!important;}
td.wpst_onlist{background: #FFF!important;}

.sucess_roundedout{
	margin: 0px 0px 20px;
	padding: 0px; 
	border: 1px solid #E2E2E2;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-color: #DCECCF; 
	background-image: url(images/button-fade.png); 
	background-position: scroll left top; 
	background-repeat:repeat-x;
	}
	
.sucess_roundedout .sucess_roundedins{
	margin: 0px; 
	padding: 20px 20px 20px 50px; 
	border: 1px solid #FEFEFE; 
	background: url(images/accepted.png) scroll 20px 20px no-repeat; 
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	color: #459D13;
	}
	
.wpst_att_out{
	margin: 0px 0px 20px;
	padding: 0px; 
	border: 1px solid #E2E2E2;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-color: #e3e3e3; 
	background-image: url(images/button-fade.png); 
	background-position: scroll left top; 
	background-repeat:repeat-x;
	}
	
.wpst_att_out .wpst_att_in{
	margin: 0px; 
	padding: 20px; 
	border: 1px solid #FEFEFE;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	color: #333;
	}
	
.wpst_att_out .wpst_att_in .wpst_fileatt, .wpst_fileatt {
	display: block;
	line-height: 22px;
	margin: 5px 0px;
	padding: 0px 0px 0px 28px;
	background: url(images/att.png) 0 0 no-repeat;
	}
	
.wpst_att_out .wpst_att_in h4{
	color: #464646; 
	text-shadow: #FFF 0px 1px 0px; 
	 
	font-style: italic;
	}

.wpst_clear{
	clear:both;
	display:block;
	font-size:0px;
	height:0px;
	line-height:0;
	width:100%;
	overflow: hidden;
	}
	
.labels{
	display: inline-block; 
	width: 120px;
	margin: 0px;
	vertical-align: top;
	padding-top: 3px; 
	letter-spacing:0px;
	font-size: 11px;
	font-weight: normal;
	}

form#loginForm, 
form#RegForm {
	margin: 0px;
	padding: 40px 20px 20px;
	font-weight: normal;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 5px;
	background-color: #e8e8e8;
	background-image: url(images/button-fade.png); 
	background-position: scroll left top; 
	background-repeat:repeat-x;
	border: 1px solid #f9f9f9;
	-moz-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	box-shadow: rgba(200,200,200,1) 0 4px 18px;
	}
	
.submit input, 
.button, 
.button-secondary {
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	text-decoration: none;
	font-size: 11px !important;
	line-height: 16px;
	padding: 3px 25px;
	cursor: pointer;
	border: 1px solid #bbb;
	color: #777;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
}

.button:hover, 
.button-secondary:hover, 
.submit input:hover {
	color: #333;
	border-color: #666;
}

.button, 
.submit input, 
.button-secondary {
	background: #f2f2f2 url(images/white-grad.png) repeat-x scroll left top;
}

.button:active, 
.submit input:active, 
.button-secondary:active {
	background: #eee url(images/white-grad-active.png) repeat-x scroll left top;
}

	input.textfield, .textfield{padding: 3px; font-size: 12px;width: 180px;}
	input.textfield-large{padding: 4px; margin-left: 4px; font-size: 12px;width: 292px;}
	select.textfield-large{padding: 4px 4px 4px 0px; font-size: 12px;width: 300px;}
	textarea.textarea{width: 500px; height: 170px;padding: 4px;font-size: 12px;line-height: 22px;}
input[disabled='disabled'] {
  background-color: #dadada!important;
}
.err{
	text-align:center; 
	background: #FFEBE8; 
	border: 1px solid #CC0000; 
	color: #FF0000;
	padding: 3px 0px;
	margin: 4px 0px 20px;
	font-size: 11px;
	}
	
.errlist{
	background: #FFEBE8; 
	border: 1px solid #CC0000; 
	color: #FF0000;
	padding: 3px 0px;
	margin: 4px 0px 20px;
	font-size: 11px;
	}
	
.errlist li{
	list-style: square; 
	margin-left: 25px;
	}
	
.link_forgot{
	margin: 0px; 
	font-size: 11px;
	}
.link_forgot a{
	color: #006699;
	}
	
.strong{
	background-color: #C3FF88!important;
	border-color: #8DFF1C!important;
	font-weight: bold;
	}
	
#wpst_menu{
	margin: 0px 0px 20px;
	padding: 0px 10px;
	height: 40px;
	border: 1px solid #E2E2E2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #8A8A8A; 
	background-image: url(images/button-fade.png); 
	background-position: scroll left top; 
	background-repeat:repeat-x;
}

#wpst_menu ul#wpst_menu_item {
	list-style-type: none;
	margin: 0;
	padding: 0px;
	border-right: 1px solid #8F8F8F;
	border-left: 1px solid #8F8F8F;
	height:40px;
	}

#wpst_menu ul#wpst_menu_item li{
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	_display: inline;
	border-right: 1px solid #8F8F8F;
	}

#wpst_menu ul#wpst_menu_item li.name_user{
	list-style-type: none;
	margin: 0;
	padding: 0 10px;
	float: right;
	_display: inline;
	border: 0;
	height:40px;
	line-height:40px;
	color: #FAFAFA;
	text-shadow: #555 1px 1px 0px;
	font-weight: bold;
	}
	
#wpst_menu ul#wpst_menu_item li.name_user a{
	display: inline;
	padding: 0;
	color: #FFF;
	}
	
#wpst_menu ul#wpst_menu_item li.name_user a:hover{
	background: none;
	color: #555;
	text-shadow: #DADADA 1px 1px 0px;
	}
	
#wpst_menu ul#wpst_menu_item li a{
	display: block;
	padding: 0px 20px 0px 18px; 
	text-decoration: none;
	height:40px;
	line-height:40px;
	font-size: 11px;
	color: #FAFAFA;
	text-shadow: #555 1px 1px 0px;
	overflow:hidden;
	}
	
#wpst_menu ul#wpst_menu_item li a:hover, 
#wpst_menu ul#wpst_menu_item li a.active{
	background-color: #9F9F9F; 
	background-image: url(images/button-fade.png); 
	background-position: scroll left top; 
	background-repeat:repeat-x;
	color: #FFF;
	}

.wpst_floatright{
	float: right; 
	display: inline; 
	margin: 5px 10px 5px 10px;
	}
	
.wpst_floatleft{
	float: left; 
	display: inline; 
	margin: 5px 10px 5px 10px;
	}
	
	#strength-param{display: inline-block; margin:0px 0px 20px ;width: 150px; text-align:center; padding: 5px 0px;background: #e1e1e1; border: 1px solid #ccc;color: #222;}
	.short{background-color: #FFA0A0!important;border-color: #FF0000!important;font-weight: bold;}
	.bad{background-color: #FFB78C!important;border-color: #FF853C!important;font-weight: normal;}
	.good{background-color: #FFEC8B!important;border-color: #FFCC00!important;font-weight: normal;}
	.strong{background-color: #C3FF88!important;border-color: #8DFF1C!important;font-weight: bold;}
	
	#wpst_inner_page table {border-collapse:separate;border-spacing:0;width:100%;border-top:1px solid #EEE;border-bottom:1px solid #FAFAFA;margin-bottom:18px;font-size: 11px;}
	#wpst_inner_page table,#wpst_inner_page td,#wpst_inner_page th {vertical-align:top;}
	#wpst_inner_page th{padding:10px;color:#666;border-top:1px solid #fff;text-transform:uppercase;font-size: 11px;}
	#wpst_inner_page td{padding:10px;color:#888;}
	#wpst_inner_page tr{background-color: #FEFEFE;font-size: 11px;}
	#wpst_inner_page tfoot td{border:0px;}
	#wpst_inner_page th{background-color:#FEFEFE;border-bottom: 1px solid #EAEAEA}
	#wpst_inner_page tr:hover{background-color:#FFF;}
	
	.innertable{margin-bottom: 20px; padding-bottom: 2px; background: #FFF; border: 1px solid #e3e3e3;-moz-border-radius: 5px;-khtml-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;-moz-box-sizing: content-box;-webkit-box-sizing: content-box;-khtml-box-sizing: content-box;box-sizing: content-box;	}
	.innertable .tabletitle, .tabletitle{padding: 4px 10px;background: url(images/ed-bg.gif) repeat-x scroll left top;border: none;-moz-border-radius: 5px 5px 0 0;-webkit-border-top-left-radius: 5px;-khtml-border-top-left-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;-khtml-border-top-right-radius: 5px;-webkit-border-top-right-radius: 5px;}
	.innertable .tabletitle strong, .tabletitle strong{padding: 0; margin: 0;font-size: 12px}
	.innertable .tablewraper{margin: 5px 0px;padding: 5px 10px;display: block; position: relative;}
	.tablewraperss{margin: 0px 0px 20px; padding: 0; position: relative;}
	.innertable .btab{margin: 5px 0px;padding: 0px;display: block;}	
	.innertable .tablewraper table{width: 100%; margin: 5px 0px;border-top: 1px solid #ececec;}
	.innertable .tablewraper table tr{}
	.innertable .tablewraper table td{padding: 5px 0px;border-bottom: 1px solid #ececec;}
	.innertable .tablewraper table.more td{padding: 10px 0px;border-bottom: 1px solid #ececec;}
	.innertable .tablewraper table.more td .label{padding: 0;}
	.innertable .tablewraper table td.rtb{text-align:center;}
	.innertable .beforetab{margin: 0px; padding: 10px;}
	.innertable .beforetab .avatar{float: left; display: inline; margin-right: 10px;border: 2px solid #ececec;}
	.innertable .btab table{width: 100%;margin-top: -5px;}
	.innertable .btab thead{-moz-border-radius: 5px 5px 0 0;-webkit-border-top-left-radius: 5px;-khtml-border-top-left-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;-khtml-border-top-right-radius: 5px;-webkit-border-top-right-radius: 5px;}
	.innertable .btab thead th{background: url(images/ed-bg.gif) repeat-x scroll left top;text-shadow: rgba(255,255,255,0.8) 0 1px 0;padding: 8px 4px;font-size: 12px;color: #333;font-weight: bold;}
	.innertable .btab td{padding: 6px 4px;border-bottom: 1px solid #eaeaea;vertical-align:top;}
	.innertable .btab thead th#tabid{width: 10%; text-align: left;}
	.innertable .btab thead th#tabdate{width: 15%;text-align: left;}
	.innertable .btab thead th#tabsub{width: 33%;text-align: left;}
	.innertable .btab thead th#tabpri{width: 13%;text-align: left;}
	.innertable .btab thead th#tabdep{width: 17%;text-align: left;}
	.innertable .btab thead th#tabres{width: 6%;text-align: left;}
	.innertable .btab thead th#tabres #resicontab{display:block; width: 16px; height: 16px; margin: 0; background: url(images/tabres.png) center no-repeat;}
	.lpar{display: block; height: 16px;}
	.ownlink{display: none;}
	.dettab{margin: 0;padding: 20px 20px 0px;font-weight: bold;font-size: 12px;}
	.dettab .label{padding: 0px!important;font-weight: normal;}
	.dettab strong{}
	.onview{color: #111!important;font-weight: bold;}
	
	.pagination{margin: 0;padding: 0;position: relative;}
	.pagination .page_of{background: #FFF; color: #333; padding: 3px 10px; border: 1px solid #666;}
	.pagination a{padding: 3px 6px; background: #DAE9F4; border: 1px solid #666;}
	.pagination a:hover{background: #FFF;}
	.pagination a.wpst_current_page{background: #999; color: #FFF!important;}
	
	#overlay{position: fixed; width: 100%; height: 100%; top: 0; left: 0; background: #1b1b1b; opacity: .70;filter: alpha(opacity=70);}
	#alert{width: 300px;height: 180px; position: fixed; top: -190px;background: #F7F7F7; border: 3px solid #dfe9ff;-moz-border-radius: 5px;-khtml-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;-moz-box-sizing: content-box;-webkit-box-sizing: content-box;-khtml-box-sizing: content-box;box-sizing: content-box;-moz-box-shadow: #000 0 4px 18px;-webkit-box-shadow: #000 0 4px 18px;-khtml-box-shadow: #000 0 4px 18px;box-shadow: #000 0 4px 18px;}
	#alert .btplace{background: url(images/alert.png) 20px 20px no-repeat; margin: 0;padding: 10px 10px 10px 60px;}
	#alert .btplace p{padding: 10px 0px 30px 0px;margin: 0;font-size: 12px;}
	#alert .btplace a{margin: 5px;}
	
	#announ{ font-size: 12px; padding: 10px;margin: 10px 0px;background: #FCFCFC;border: 1px solid #f1f1f1;color: #2583ad;line-height: 20px;}
	#announ a{color:#d54e21;}
	.jload{display:inline-block; font-size: 12px;line-height: 14px;padding: 2px 20px; margin-left: 10px; color: #888;background: url(images/loader.gif) left center no-repeat;}
	#needjq td{padding-left: 10px;line-height: 22px;}
	
	.tickettext{border: 1px solid #dadada;background: #fafafa;margin: 0px 10px 10px;padding: 10px;line-height: 22px; font-size: 12px;}
	.wpst_spe{margin: 0px 20px 20px!important;}
	.tickettext-adm{border: 1px solid #dadada;background: #dfe9ff;margin: 0px 10px 10px;padding: 10px;line-height: 22px; font-size: 12px;position: relative;}	
	.tickettext-adm .adm_badge, .tablewraperss .adm_badge{position:absolute; right: 0; top: 0; display: block; width: 50px; height: 50px; background: url(images/admin_badge.png) 0 0 no-repeat;}
	.tickettext-adm .staff_badge, .tablewraperss .staff_badge {position:absolute; right: 0; top: 0; display: block; width: 50px; height: 50px; background: url(images/staff_badge.png) 0 0 no-repeat;}
	
	html>body .tickettext ul, html>body .tickettext-adm ul {margin-left: 0px;padding: 0 0 0 30px;list-style: none;padding-left: 10px;text-indent: -10px;}
	html>body .tickettext li, html>body .tickettext-adm li {margin: 7px 0 8px 10px;}
	.tickettext ul li:before, .tickettext-adm ul li:before {content: "\00BB \0020";}
	.tickettext ol, .tickettext-adm ol {padding: 0 0 0 35px;margin: 0;}
	.tickettext ol li, .tickettext-adm ol li {margin: 0;padding: 0;list-style-type: decimal;list-style-position:inside;}	
	.tickettext .lefttickettext, .tickettext-adm .lefttickettext{float: left; display: inline; width: 70px; text-align:center;margin: 0;padding: 0;}
	.tickettext .righttickettext, .tickettext-adm .righttickettext{float: right; display: inline; width: 600px;margin: 0;padding: 0;}
	
	.wpst_gr img{float: left; margin: 0px 15px 15px 0px;padding: 5px; background: #FFF; border: 1px solid #e3e3e3;}
	#wpst_inner_page img.avatar{padding: 5px; background: #FFF; border: 1px solid #e3e3e3;}