/*##########################################
Name: Default styling for Niceforms v.0.9
Author: Lucian Slatineanu
URL: http://www.badboy.ro/
##########################################*/

/*General styles not really related to the forms*/
* {

}

#container {
	clear: both;
	height: 30px;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #e5e5e5;
	border-right-color: #e5e5e5;
	border-bottom-color: #e5e5e5;
	border-left-color: #e5e5e5;
	font-size: 1.1em;
}



/*Selects*/
.selectArea {
	width:200px;
	height:21px;
	background-image: url(../imatges/forms/select_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	
}
.capcelera .selectArea {
	width:230px;
}
.selectArea .left {
	width:8px;
	height:21px;
	float:left;
	background:url(../imatges/forms/select_left.gif) no-repeat left top;
}
.selectArea .right {
	width:21px;
	height:21px;
	float:right;
	background:url(../imatges/forms/select_right.gif) no-repeat left top;
}
.selectArea .right a {
	display:block;
	width:21px;
	height:21px;
}
.selectArea .right i {
	display:none;
}
.selectArea .center {
	width:160px;
	margin-left:5px;
	margin-right:20px;
	color:#444444;
	padding-top:3px;
	height:16px;
	overflow:hidden;
}
.capcelera .selectArea .center {
	width:200px;
}

/*Selects drop-down*/
.optionsDivInvisible, .optionsDivVisible {
	position:absolute;
	margin-top:-14px;
	margin-left:3px;
	width:176px;
	background:#e7e7e7;
	padding:0px;
	z-index:20;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dddddd;
	border-left-color: #dddddd;
	font-size: 1.1em;
}
.optionsDivInvisible {
	display:none;
	
}
.optionsDivVisible {
	display:block;
	max-height: 250px;
	overflow: auto;
	z-index:9999;
}
.optionsDivVisible p {
	margin:0;
	padding:0;
}
.optionsDivVisible a {
	color:#333333;
	text-decoration:none;
	display:block;
	padding:1px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
.optionsDivVisible a:hover {
	color:#FFF;
	background:#AA0000;
	text-decoration: none;
}

/*Button*/
.buttonSubmit, .buttonSubmitHovered {
	width:69px;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px 5px;
	background:url(../imatges/forms/button.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}
.buttonSubmitHovered {
	background-position:left bottom;
}

/*Test div - testing if stylesheets are enabled*/
#stylesheetTest {
	position:absolute;
	left:-999px;
	width:10px;
	height:10px;
}
#container .col {
	float: left;
	margin-right: 10px;
	width: 200px;
}
