/**
 * This file will be included in every variable edit form
 * Try to use general defintions that will apply to all of the variables
 *  and not just specific ones.
 */

div.input label {
	color:rgb(255,255,255);
}

div.input textarea {
	display:inline-block;
}

.mainLabel{
	font-size:14px;
	font-weight:bold;
	display:block;
	padding:10px 10px 5px 0;
	border-bottom:2px solid rgba(0,0,0,0.6);
}
.mainContent{
	margin:5px 10px;
}
li:nth-child(2n+1) {
	background-color: none;
	padding:5px;
}
li:nth-child(2n) {
	background-color: rgba(0,0,0,0.3);
	padding:5px;
}
div.advancedSettings{}
div.advancedSettingsHidden{
	background:rgba(255,255,255,0.1);
	width:680px;
}
div.editWindowBorder{
	margin-top:10px;
	padding:10px;
	border-top:4px solid rgba(255,255,255,0.8);
	border-bottom:4px solid rgba(255,255,255,0.8);
	background:rgba(255,255,255,0.1);
}

.editTable input[type="text"],.editTable input[type="file"], .editTable textarea{
	background:rgb(222,222,222);
	border:1px solid rgb(240,240,240);
	padding:3px;
	width:500px;
}
.editTable select{
	background:rgb(222,222,222);
	border:1px solid rgb(240,240,240);
	padding:3px;
	width:508px;
}
.editTable input:hover, .editTable textarea:hover, .editTable select:hover, .editTable option:hover{
	background:rgba(255,255,255,0.7);
}

form label {
	width:125px;
	display:inline-block;
}

form div.input {
	padding:5px;
}

.error-message {
	color:#CC0000;
	font-weight:bold;
}
