﻿/***************************************************
	These are the style specifications for the 
	MVSD EasyWebEdit Edit Control.
	Please do not change.
***************************************************/

.editButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-image: url(../images/Button.gif);
	border: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-style: none;
	height:20px;
	cursor:pointer;
}
.editSelect {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0066FF;
	border: 1px solid #0066FF;
}
.modules {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px;
}
.editText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0064A8;
	font-weight: bold;
}
.editInput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0064A8;
	border: 2px solid #0064A8;
	width: 300px;
}
.editHeader {
	font-size: 16px;
	color: #15A2FF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.editLink {
	color: #0064A8;
	text-decoration:none;
}

