@charset "utf-8";
/**
 * MISCELANEOUS
 */
input, textarea{
	color:#666666;
	font-family:Tahoma, "Lucida Sans Unicode", sans-serif;
	font-size:14px;
	border:none;
	margin:0;	
	font-weight:bold;
}
input.text{
	padding:3px;
	height:20px;
}
/**
 * RADIOGROUP 
 */
ul.villam-form-radiogroup {
	margin:0;
	padding:0;
	list-style-type: none;	
}
ul.villam-form-radiogroup li{
	background-image: url(../images/villam-form-radiogroup-onoff.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	list-style-type: none;
	list-style-position: outside;
	padding:0 0 1px 20px;
	color:#333333;
	font-size:16px;	
	cursor:pointer;
	line-height:19px;
	text-indent:0;
	margin:0 0 2px 0;
}
ul.villam-form-radiogroup li.checked{
	background-position: left -49px;
	font-weight:bold;
}
/**
 * CHECKBOX GROUP 
 */
ul.villam-form-checkgroup {
	margin:0;
	padding:0;
	list-style-type: none;	
}
ul.villam-form-checkgroup li{
	background-image: url(../images/villam-form-checkbox.png);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	list-style-position: outside;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 20px;
	height: 23px;
	color:#333333;
	font-size:20px;	
	cursor:pointer;
	line-height:23px;
	margin: 0 0 5px;
}
ul.villam-form-checkgroup li.checked{
	background-image: url(../images/villam-form-checkbox-checked.png);
}
/**
 * TEXTAREA
 */
table.villam-form-textarea .textarea-left-top{
	background-image: url(../images/villam-form-textarea-left-top.png);
	height: 6px;
	width: 6px;	
}
table.villam-form-textarea .textarea-top{
	background-image: url(../images/villam-form-textarea-top.png);
	height: 6px;
	height:1%;
}
table.villam-form-textarea .textarea-right-top{
	background-image: url(../images/villam-form-textarea-right-top.png);
	height: 6px;
	width: 6px;	
}
table.villam-form-textarea .textarea-left{
	background-image: url(../images/villam-form-textarea-left.png);
	width: 6px;	
	height:1%;
}
table.villam-form-textarea .textarea-middle{
	background-color:#dbe8f3;
}
table.villam-form-textarea .textarea-right{
	background-image: url(../images/villam-form-textarea-right.png);
	width: 6px;	
	height:1%;
}
table.villam-form-textarea .textarea-left-bottom{
	background-image: url(../images/villam-form-textarea-left-bottom.png);
	height: 6px;
	width: 6px;	
}
table.villam-form-textarea .textarea-bottom{
	background-image: url(../images/villam-form-textarea-bottom.png);
	height: 6px;
}
table.villam-form-textarea .textarea-right-bottom{
	background-image: url(../images/villam-form-textarea-right-bottom.png);
	height: 6px;
	width: 6px;	
}
table.villam-form-textarea textarea{
	background:none;
	width:100%;
	height:100%;
	border:none;
	padding:0;
	margin:0;
	overflow-y:auto;
}
/**
 * FORMATTED FILE INPUT
 */
.villam-form-file {
	display: block;
	overflow: hidden;
	height: 26px;	
	width: 285px;
	padding-bottom:15px;
}
.villam-form-file div.file-number{
	width:30px;
	float:left;
	height:26px;
	line-height:26px;
	vertical-align:middle;
	font-size:17px;
	color:#333333;
}
.villam-form-file div.left{
	margin:0;
	padding:0;
	width: 220px;
	height: 21px;	
	background: url(../images/villam-form-file-left.png) no-repeat left top;	
	float:left;	
	font-family:Tahoma,"Lucida Sans Unicode",sans-serif;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	white-space:nowrap;
	overflow:hidden;
	color:#666666;
	padding-top: 5px;
	padding-left: 5px;
}
.villam-form-file div.left.hover{
	color:#006C96;
}
.villam-form-file div.right{
	margin: 0;
	padding: 0;
	width: 5px;
	height: 26px;	
	background: url(../images/villam-form-file-right.png) no-repeat left top;	
	float: left;
	cursor: pointer;	
}
.villam-form-file div.status{
	width:16px;
	float:left;
	height:16px;
	padding: 5px 0 5px 9px;
}
.villam-form-file div.status img.button{
	cursor:pointer;
}
.villam-form-file .villam-form-file-display{
	background:none;
	border:none;
	width:217px;
	margin:4px 4px 0 4px;
	padding:0;
}
.villam-form-file .villam-form-file-input{
	position: relative;
	cursor: pointer;
	opacity: 0;
	-moz-opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
/**
 * BUTTON - PURPLE
 */
.villam-form-button-purple,
.villam-form-button-purple-over {
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 159px;
	font-family: "Trebuchet MS", Tahoma, "Times New Roman", sans-serif;
	font-size: 22px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 3px;
	cursor:pointer;	
	float:right;
	margin-top:15px;	
}
.villam-form-button-purple-over {
	background-position: left -33px;
}
.villam-box-blue .villam-form-button-purple,
.villam-box-blue .villam-form-button-purple-over{
	background-image: url(../images/villam-form-button-purple-bgblue.png);
}
.villam-form-button-purple,
.villam-form-button-purple-over,
.villam-box-white .villam-form-button-purple,
.villam-box-white .villam-form-button-purple-over{
	background-image: url(../images/villam-form-button-purple-bgwhite.png);
}
.villam-form-button-purple a,
.villam-form-button-purple a:link,
.villam-form-button-purple a:visited,
.villam-form-button-purple a:active,
.villam-form-button-purple a:focus,
.villam-form-button-purple a:hover,
.villam-form-button-purple-over a,
.villam-form-button-purple-over a:link,
.villam-form-button-purple-over a:visited,
.villam-form-button-purple-over a:active,
.villam-form-button-purple-over a:focus,
.villam-form-button-purple-over a:hover{
	color: #FFFFFF;
	text-decoration:none;
}
/**
 * SELECT
 */
.villam-form-select{
 	width:230px;
	overflow:visible;
	display:none; /* IE needed */
}
.villam-form-select ul.list{
	margin:0;
	padding:5px 0;
	list-style-type: none;	
	display:block;
	background:#dbe8f3;
	float:left;
 	width:230px;	
}
.villam-form-select ul.list li{
	list-style-type: none;
	list-style-position: outside;
	color:#333333;
	font-size:14px;	
	cursor:pointer;
	line-height:20px;
	background-repeat: no-repeat;
	background-position: 7px -24px;
	background-image: url(../images/villam-form-select-item-on-off.png);	
	list-style-type: none;
	list-style-position: outside;
	margin:0;
}
.villam-form-select ul.list li.hovered,
.villam-form-select ul.list li.checked{
	background-position: 7px 6px;
	color:#EC008C;
}
.villam-form-select .display{
	background-image:url(../images/villam-form-select-off.png);
	background-position:right top;
	background-repeat:no-repeat;
	color:#666666;
	cursor:pointer;
	font-weight:normal;
	height:24px;
	padding:2px 0 0 5px;
	width:225px;
	font-weight:bold;
}

.villam-form-select .display.on{
	background-image: url(../images/villam-form-select-on.png);
}
.villam-form-select li.col-1,
.villam-form-select li.col-2{
	width: 94px;
	margin:0;
	padding:0;
	display:block;
}
.villam-form-select li.col-1{
	float:left;
	clear:left;
	padding: 2px 0 2px 20px;
}
.villam-form-select li.col-2{
	float:right;
	clear:right;
	padding: 2px 0 2px 20px;
	border-left:1px solid #666;	
}
