﻿/** This file contains CSS specific to OTH content.
  * These styles will not appear in eWebEditPro.
  * This should mainly be used for custom style work on
  * specific pages.
  * Try to leave comments indicating what this stuff is for.
  */
body {
}


/*Form Styling*/

.base th, .base td {border:none;}


.paymentQuestions th,
.paymentQuestions td,
.Questions td,
.Questions th,
.detailHeader td, 
.detailHeader th {border-bottom:1px solid #CCCCCC;}
#EVC_RegistrationForm .Questions input {width:auto; margin-right:0.25em;}


.classHeader {
	background-color:#EFEFEF;
	vertical-align:top;
	text-align:right!important;
	width:200px;
	font-weight:bold;
	font-size:13px;
	color:#333333;
	padding:10px;
}

#grid_Main .Questions {margin:0; clear:both; overflow:hidden; width: 100%; }

.EVCG00003 .grid_MR #grid_Right {display:none;}
.EVCG00003 .grid_MR #grid_Main {width:954px;}
#Integration {float:right;}
menu.ft {/*float:left;*/ padding:0; margin:0;}
menu.ft li {margin:0 5px 0 0;}
menu.ft li a {
	background-color:#FFFFCC; 
	background-image:url('images/icon_arrow.gif');
	background-repeat:no-repeat;
	background-position:left 2px;
	border:1px solid #AFAF87;
	padding:3px 5px 3px 15px;
	font-size:12px;
	color:#000000;
	width:50px;
	
}

.evcHeader {
	text-transform:uppercase;
	font-weight:bold;
	margin-top:20px;
	color:#000000;
}

.button-submit {
	background-color:#669933;
	color:#FFFFFF;
	font-size:1.3em;
	font-weight:bold;
	padding:10px 15px;
}

.required_text {
	color:#990000;
	font-size:9px;
}

