.pointer {
	cursor: pointer;
}

form.Ajax input, form.Ajax select, form.Ajax textarea {
 	margin-bottom: 14px;
}
.Ajax{
position: relative;
}
form.Ajax input.field-invalid, form.Ajax select.field-invalid, form.Ajax textarea.field-invalid {
	background: #fff url(../images/invalid_line.gif) repeat-x scroll center bottom;
	border: 1px solid #DD7870;
 	margin-bottom: 0px;
 	line-height: 1.45em;
}

.error{
	font-size: 12px;
	font-style: italic;
	color: red;
	text-align: left;
}
.ok_message{
	font-size: 12px;
	color: #000;
	padding: 17px 20px;
	border: 2px solid #E0E0E0;
	text-align: center;
	background: #EfEfEf url(../images/ico_ok.gif) no-repeat 10px 10px;
	margin: 10px 0;
}
.errors{
	font-size: 12px;
	font-style: italic;
	color: #000;
	padding: 17px 20px;
	border: 2px solid #E0E0E0;
	text-align: center;
	background: #EfEfEf url(../images/ico_error1.gif) no-repeat 10px 10px;
	margin: 10px 0;
}

select.w_300{
	width: 303px;
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.45em;
	color: #60759c;
}
select.w_150{
	width: 135px;
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.45em;
	color: #60759c;
	padding: 0 0 0 5px;
}
.w_20{
	width: 20px;
}
.w_80{
	width: 80px;
	overflow: hidden;
}

.alphacube .content  form table td.advanced_search_table_cell{
	vertical-align: bottom;
	text-align: left;
}
.text_b{
	font-weight: bold;
	padding-bottom: 8px;
	display: block;
}

/*StarBox Styles*/
#starbox_container{
	float: left;
	width: 90px;
	padding-top: 9px;
}


.star {
 width: 8px;
 height: 15px;
 float: left;
}
.star-pointer{
 cursor: pointer;
}

.random_links a{
	text-decoration: underline;
}
.star-right{
 background: url("../images/ico_star-right.gif") no-repeat left top;
 float: left;
}
.star-left{
 background: url("../images/ico_star-left.gif") no-repeat left top;
  float: left;
}
.star-not-logged-right{
 background: url("../images/ico_star-log-right.gif") no-repeat left top;
 float: left;
}
.star-not-logged-left{
 background: url("../images/ico_star-log-left.gif") no-repeat left top;
  float: left;
}
.star-right-i{
 background: url("../images/ico_star-i-right.gif") no-repeat left top;
  float: left;
}
.star-left-i{
 background: url("../images/ico_star-i-left.gif") no-repeat left top;
  float: left;
}
/*********************************/
.alert_content_container{
	padding: 5px;
	color: #636466;
	font-family:"Trebuchet MS";
	font-size:14px;
	text-align: center;
}
.alert_buttons_container{
	width: 80px;
	height: 30px;
	margin: 0 auto;
}
.conf_buttons_container{
	width: 220px;
	height: 30px;
	margin: 0 auto;

}
.x-hidden{position:absolute;left:-10000px;top:-10000px;visibility:hidden;}

/*************** COLOR BOX Styles*************/
div.color_box_cell{
	width: 14px;
	height: 14px;
	margin: 1px;
	border: 1px solid #c1c1c1;
	float: left;
	cursor: pointer;
}
div.color_box_cell-selected{
	width: 14px;
	height: 14px;
	margin: 0px;
	border: 2px solid blue;
	float: left;
	cursor: pointer;
}

/****************************************************/


.alphacube .content form table.table_ful{
	width: 100%;
}
.pager_link
{
	/*padding-left:5px;*/
}
.class_pointer
{
	cursor:pointer;
}

.x-uf-buttons-ct {
	height:25px;
	margin-bottom:5px;
	position:relative;
}
.x-uf-input-ct {
	height:25px;
	overflow:hidden;
	position:absolute;
	width:120px;
}
.x-uf-ubtn-ct {
	position:absolute;
	right:28px;
}
.x-uf-cbtn-ct {
	position:absolute;
	right:0pt;
}
.x-uf-bbtn-ct {
	height:25px;
	position:absolute;
	right:10px;
	width:110px;
}
.x-uf-input-wrap {
	height:25px;
	opacity:0;
	position:absolute;
	right:2pt;
}
.x-uf-input-wrap input {
	-moz-user-focus:ignore;
	border:0px none transparent;
	background: transparent;
	font-size:14px;
	height:25px;
	overflow:hidden;
	top:2pt;
}


.chat-menu{
	background: #fff;
	border: 1px solid #607499;
	margin: 20px;
	z-index: 1000;
}

.chat-menu-item{
	padding: 5px 2px;
	background: #fff;
	cursor: pointer;
	color: #1E283E;
	font-size: 12px;
}

.chat-menu-item.over {
	background: #afafff;
}

.chat-menu-separator{
	border: 1px solid #607499;
	margin: 2px 5px;
}

.chat-menu-header{
	font-size: 14px;
	padding: 2px 5px;
	color: #1E283E;
	cursor: pointer;
	font-weight:bold;
}


.w_130 {
	width: 130px !important;
}
.w_175 {
	width: 175px !important;
}
