#e-l { float: left; background: #fff; width: 192px; padding: 10px 10px 10px 14px; border-right: 1px solid #ccc; }

.e-ml0, .e-ml1 { font-weight: bold; padding-bottom: 4px; }
.e-ml1 { padding-left: 13px }

.e-cs { border: 1px solid #aab9cc; margin-top: 10px; margin-right: 4px; }
.e-cst { background-color: #aab9cc; font-weight: bold; padding: 4px; }
.e-csf { }
.e-csl { margin-top: 10px; margin-left: 4px; }

input { font-family: Verdana, Arial, sans-serif; color: #333; border: 1px solid #ccc; font-size: 10px; }
#input.e-submit { cursor: pointer; font-weight: bold; border-color: #999 #ccc #ccc #999 ! important; background: #fff url(/images/button.gif); }

input.e-submit { 
	cursor: pointer; 
	font-weight: bold; 
	border: 1px solid; 
	border-color: #999 #ccc #ccc #999 ! important; 
	background: #fff url(/images/button.gif); 
}

.tdborders {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;	
}

/* Background colors (TDC Song defined) */

.bgDarkBlue {
	background-color: #000099;
}
.bgWhite {
	background-color: #ffffff;
}
.bgBlack {
	background-color: #000000;
}
.bgBlue {
	background-color: #a7bada;
}
.bgLightBlue {
	background-color: #aab9cc;
}
.bgGray {
	background-color: #cccccc;
}
.bgPeach {
	background-color: #eedd95;
}
.bgRed {
	background-color: #c0362c;
}
.bgYellow {
	background-color: #ffcc00; 
}
.bgLightGray {
	background-color: #dddddd;
}
.bgWhite {
	background-color: #ffffff;
}


/* Font definitions */

H1 {
        font-family: Verdana, Arial, sans-serif;
        font-size: 18px;
        font-weight: normal;
        padding-bottom : 0px
}

H2 {
        font-family: Verdana, Arial, sans-serif;
        font-size: 18px;
        font-weight: normal;
        padding-bottom : 0px
}

H3 {
        font-family: Verdana, Arial, sans-serif;
        font-size: 14px;
        font-weight: bold;
        padding-bottom : 0px
}

H4 {
        font-family: Verdana, Arial, sans-serif;
        font-size: 11px;
        font-weight: bold;
        padding-bottom : 0px
}

p, ul, ol { font-family: Verdana, Arial, sans-serif; font-size: 11px; }

.extLinkText {
	text-decoration: none;
}
.extLinkTextHover {
	text-decoration: underline;
}


/* Buttons, InputBoxes etc... */

.InputBox{
        font-family: Verdana,Arial,Helvetica;
        font-size: 7pt;
        color: #333333;
        border: 1px solid grey;
}

.ButtonFixed{
        border-style: outset;
        border-color: black;
        border-width: 1px;
        background-color: #c2c2c2;
        text-align: center;
        width: 60px;
        font-family: Verdana,Arial,Helvetica;
        font-size: 10px;
        text-decoration: none;
        color: #333333;
        cursor: hand;
}

.Button{
        border-style: outset;
        border-color: black;
        border-width: 1px;
        background-color: #c2c2c2;
        text-align: center;
        font-family: Verdana,Arial,Helvetica;
        font-size: 10px;
        text-decoration: none;
        color: #333333;
        cursor: hand;
}

.DropDown{
        font-family: Verdana,Arial,Helvetica;
        font-size: 7pt;
        color: #333333;
        border: 1px solid grey;
}



/* SURVEY STYLES */

div#surveywrapper {
	margin-bottom: 15px;
}

div#surveywrapper * {
	font-size: 12px;
}

div#surveywrapper .form_errormsg {
	background-color: #BAD432;
	color: #fff;
	border: 1px solid #666;
	margin: 10px 0;
	padding: 6px;
	font-weight: bold;
}

div#surveywrapper form div, div#surveywrapper form fieldset {
	clear: both;
}

div#surveywrapper .leftlabel {
	display: block;
	float: left;
	width: 230px;
	padding: 3px 5px;
	margin: 0px 0px 5px 0px;
	text-align: left;
	font-weight: bold;
}

div#surveywrapper .rightlabel {
	margin-right: 10px;
	margin-left: -5px;
	padding-left: 0;
}

div#surveywrapper div.labeldiv {
	padding-top: 10px;
}

div#surveywrapper textarea {
	clear: both;
	width: 400px;
	height: 240px;
	margin-left: 5px;
	margin-bottom: 5px;
}

div#surveywrapper .textbox {
	width: 280px;
}

div#surveywrapper caption {
	 background-color: #a7bada;
	 font-weight: bold;
	 font-size: 14px;
}


