
/*Transparent items*/
/*.transparent {
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity: 0;
	border:0px solid #FFF;
	background:#FFF;
	z-index:10;
	cursor:pointer;
}
.transparentFake {
	background:none;
	border:none;
}
.transparent2 {
	z-index:10;
}*/

/*Forms defaults*/
/*input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
}*/
/*Text inputs*/
/*.textinput, .textinputHovered {
	width:124px;
	height:13px;
	background:url(../images/input.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textinputHovered {
	background-position:left bottom;
}*/
.padding_top5px{
	padding:8px 0 0 0;
	}
/*Selects*/
.selectArea {
	width:158px;
	height:27px;
	background:url(../images/select_bg.gif) repeat-x left top;
	font-size:12px;
	line-height:17px;
	
}
.selectArea .left {
	width:8px;
	height:17px;
	float:left;
	background:url(../images/select_left.gif) no-repeat left top;
}
.selectArea .right {
	width:21px;
	height:17px;
	float:right;
	background:url(../images/select_right.gif) no-repeat left top;
}
.selectArea .right a {
	display:block;
	width:21px;
	height:17px;
}
.selectArea .right i {
	display:none;
}
.selectArea .center {
	width:120px;
	/*margin-left:5px;
	margin-right:20px;*/
	color:#4884A9;
	/*padding-top:3px;*/
	line-height:17px;
}

/*Selects drop-down*/
.optionsDivInvisible, .optionsDivVisible {
	position:absolute;
	margin-top:-1px;
	margin-left:0;
	width:140px;
	background:#F8F7F7;
	padding:2px;
	font-size:12px;
	z-index:20;
}
.optionsDivInvisible {
	display:none;
}
.optionsDivVisible {
	display:block;
}
.optionsDivVisible p {
	margin:0;
	padding:0;
}
.optionsDivVisible a {
	color:#4884A9;
	text-decoration:none;
	display:block;
	padding:1px 4px;
	border:1px solid #E4F3FE;
}
.optionsDivVisible a:hover {
	color:#FFF;
	background:#5F6062;
	border-color:#cfd0d6;
}

/*Test div - testing if stylesheets are enabled*/
#stylesheetTest {
	position:absolute;
	left:-999px;
	width:10px;
	height:10px;
}
