#ve_controlPanel, .ve_adminModuleHeader, .ve_adminAddModule,
.ve_modalDialog, .ve_adminStandardContainer, .ve_adminLabel, 
.ve_adminModuleSettings, #loginContainer {
	text-align: left;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
}

.ve_adminTitle {
	font-size: 16px;
	color: #0082ff;
	padding-bottom: 10px;
}

.ve_adminLabel { 
	padding-bottom: 6px;
	font-weight: bold;
	display: block;
	color: #cccccc;
}

.ve_adminModuleSettingsField {
	width: 98%;
}

.ve_adminValidator {
	display: block;
}

.ve_adminFieldDescription {
	color: gray;
	font-size: smaller;
}

.ve_adminFormButtons {
	clear: both;
}

#ve_controlPanel {
	background-color: White;
	border: 1px solid #FF6600;
	padding: 10px;
	position: fixed;
	right: 10px;
	top: 120px;
	width: 200px;
	z-index: 2;
}

div.ve_adminLinkContainer {
	vertical-align: text-top; 
	padding: 3px; 
}

div.ve_adminLinkContainer img {
	top: 3px;
	position: relative;
	padding-right: 4px;
}

#ve_controlPanel a, #ve_controlPanel a:visited, #ve_controlPanel a:hover,
.ve_adminAddModule a, .ve_adminAddModule a:visited,.ve_adminAddModule a:hover,
div.ve_adminLinkContainer a, div.ve_adminLinkContainer a:visited, div.ve_adminLinkContainer a:hover  {
	text-decoration: none;
	color: #FF6600;
}

.ve_modalBackground {
	filter: alpha(opacity=70);
	background-color: gray;
	opacity: 0.7;
}
.ve_modalDialog {
	background-color: White;
	border: 2px solid orange;
	padding: 20px;
}

.ve_adminPanel {
	border: 1px dashed blue;
	padding: 5px;
}

.ve_adminAddModule {
	border: 1px solid orange;
	padding: 3px;
	margin: 10px;
}
	
.ve_adminModule {
	border: 1px solid orange;
	margin: 10px;
}

.ve_adminModuleHeader {
	background-color: #fff8dc;
	padding:5px;
	border-bottom: 1px solid orange;
	height: 16px;
	cursor: move;
}

.ve_adminModuleTitle {
	font-size: 110%;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	float: left;
	color: Black;
}

.ve_adminModuleCommandsLink {
	float: right;
	padding-right: 3px;
}

.ve_adminModuleDeleteLink {
	float: right;
}

.ve_adminModuleCommandsLink a,
.ve_adminModuleCommandsLink a:visited,
.ve_adminModuleDeleteLink a,
.ve_adminModuleDeleteLink a:visited {
	text-decoration: none;
	font-size: small;
	color: black;
}

.ve_adminModuleCommands {
	border: 1px solid orange;
	background-color: white;	
	z-index: 2001;
	position: absolute;
	right: 1px;
	top: 22px;
}

.ve_adminModuleContent {
	padding: 5px;
}

.ve_adminModuleCommands ul {
	list-style: none;
	margin: 0;
}

.ve_adminModuleCommands ul li {
	margin: 3px;
	border-bottom: none;
}

.ve_adminModuleCommands a,
.ve_adminModuleCommands a:visited {
	text-decoration: none;
	font-size: small;
	color: black;
}

.ve_adminModuleCommands a:hover {
	background-color: #ececec;	
}

.ve_adminWarning {
	color: Red;
}

/* header styles */

#ve_headerWrapper {
	font-size: 12px;
	width: 100%;
	height: 100px;
	margin: 0 auto;
	background-image: url(../img/header_bg.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	border: 1px solid silver;
	background-color: White;
}

#ve_headerWrapper img {
	border: 0;
}

#ve_headerTop {
	font-weight: bold;
	width: 100%;
	float: left;	
	height: 70px;
	text-align: left;
}

#ve_logo {
	float: left;
	width: 150px;
	height: 70px;
}

#ve_siteInfo {
	float: right;
	height: 70px;
	text-align: right;
}

#ve_siteInfo img {
	padding-right: 2px;
}

#ve_siteInfo {
	line-height: 140%;
	padding-right: 5px;
}

#ve_siteInfo a {
	line-height: 160%;
	text-decoration: none;
	color: #666666;
}

#ve_siteInfo a:hover {
	text-decoration: none;
	color: #FF6600;
}

.ve_headerRule {
	float:left;
	width: 100%;
	height: 1px;
	background-color: #FF6600;
	background-image: url(../img/header_finish.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

#ve_mainMenu {
	width: 100%;
	float: left;	
	height: 28px;
	margin: 0px;
	padding: 0px;
	vertical-align: left;
	text-align: left;
}

#ve_mainMenu ul {
	margin: 0;
	list-style: none;
}

#ve_mainMenu li {
	display: inline;
}

#ve_mainMenu li img {
	padding-right: 2px;
}

#ve_mainMenu a {
	display: block;
	float: left;
	height: 22px;
	padding: 6px 15px 0px 15px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #000;
	border-right: #ff6600 1px solid;
	background-image: url(../img/ve20.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#ve_mainMenu li a:hover {	
	color: #000;
	text-decoration: none;
	background-image: url(../img/ve20_active.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

/* /header styles */