/* CSS Document */
.required_field {
	color:#C02024;
	font-weight: bold;
}


.checkbox {
	clear: left;
	display: block;
	float: left;
	height: 20px;
	width: 19px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../img/checkbox.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0;
}
.radio {
	clear: left;
	display: block;
	float: left;
	height: 20px;
	width: 19px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../img/radio.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0;
}
.select {
	color: #000000;
	font-family: "Tahoma", Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	height: 21px;
	overflow: hidden;
	padding: 0 24px 0 8px;
	position: absolute;
	width: 158px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../img/select.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}



input, textarea {
	border:none;
	background-color:#FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	/*border-radius: 5px;*/
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #000000;
	margin-top: 2px;
	margin-bottom: 2px;
    font-family: "Tahoma",Arial,Helvetica,Verdana,sans-serif;
	font-size: 12px;
	border: 1px solid #666;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
	border: none!important;
}

input[readonly="readonly"] {
	background: #f5f5f5;
	border-color: #999;
}

input.dcButton{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:  rgb(162,173,0); 
	border: 0px solid #003e74;
	font-family: "Tahoma",Arial,Helvetica,Verdana,sans-serif;
	font-weight: bold;
	color:#FFFFFF;
	padding:5px;
	cursor:pointer;
}
input.dcButton:hover{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:5px;
	background:#003e74;	
	font-family: "Tahoma",Arial,Helvetica,Verdana,sans-serif;
	font-weight: bold;
	color:#fff;
	z-index:1000;
	display:inline-block;
	cursor:pointer;

	
}

.searchButton {
   -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:5px;
	background:rgb(162,173,0);	
	font-family: "Tahoma",Arial,Helvetica,Verdana,sans-serif;
	font-weight: bold;
	color:#fff;
	z-index:1000;
	display:inline-block;
	cursor:pointer;
	border: none;
}

.file_input_div:hover .searchButton {
	background: rgb(0,62,116);
}

/* insert buttons */


.insert_button_format {
	padding-top: 10px;
	float: right;
}


a.insert_button,
.regular_button,
.remove_button {
	color: #ffffff;
	display: block;
	float: left;
	height: 24px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
/* 	background-attachment: scroll; */
	background: rgb(162,173,0) ; /* Old browsers */
	
/* 	border: 1px solid #003e74; */
/* 	background-repeat: no-repeat; */
/* 	background-position: right top; */
	font-family: "Tahoma", Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border-radius: 5px;
}

a.insert_button:hover,
.regular_button:hover,
.remove_button:hover {
	background: #003e74;
	 
}

a.insert_button span {
	display: block;
	line-height: 14px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 27px;
	border-radius: 5px;
	font-weight:bold;
	background-image: url(../img/plus-icon.png);
	background-position: 7px 4px;
	background-repeat: no-repeat;
/* 	letter-spacing: 1px; */
}

a.regular_button span,
a.remove_button span {
	display: block;
	line-height: 14px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0px;
	border-radius: 5px;
	font-weight:bold;
	background-image: none;
	background-position: 7px 4px;
	background-repeat: no-repeat;
	color: #fff;
	background: transparent;
	padding-left: 18px;
	
}

a.insert_button:active,
a.regular_button:active {
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
}

a.insert_button:active span {
/*     background-position: bottom left; */
    padding: 6px 0 4px 27px; 
} 

a.insert_button:hover,
a.regular_button:hover {
    
    outline: none; /* hide dotted outline in Firefox */
}

a.insert_button:hover span {
	font-weight:bold;
/*     background-position: bottom left; */
    padding: 4px 0 5px 27px; /* push text down 1px */
/*     background-position: 7px -21px; */
} 





/* File Upload Input Box  */

#divinputfile {
	height:25px;
	width:410px;
	margin:0px;
	background-image: url(../img/btn_file_upload.png);
	background-repeat: no-repeat;
	background-position: 100% 1px;
}
#divinputfile #filepc {
 opacity: 0.0;
 -moz-opacity: 0.0;
 filter: alpha(opacity=00);
 font-size:12px;
 
}
 
#fakeinputfile {
 margin-top:-27px;
 
}
 
#fakeinputfile #fakefilepc {
 width:265px;
 height:22px;
 font-size:12px;
font-family: "Tahoma", Arial, Helvetica, Verdana, sans-serif;
}
