/* GENERAL FORM DEFINITIONS */
body{
	margin:0px;
	padding:0px;
}

textarea, button,.buttonLong, .buttonRegular, .listBoxLong, .listBoxShort, .listBoxMini, .listBoxRegular, .textBoxLong, .textBoxShort, .textBoxMini, .textBoxRegular, .button, .textBoxLogin, .uploadBoxRegular, .uploadBoxLong { 
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	background-color: #ffffff;
	color:#2F3038;
	border-style: solid;
	border-color:#555555;
	border-width: 1px;
	height: 18px;
}


h1,h2,h3,h4,h5{	
	margin-top: 20px;
	margin-bottom: -10px;
}

h5{	
	margin-top: 15px;
	margin-bottom: -12px;
	font-weight: bold;
	font-size: 13px;
	color:#ffffff;
}

.answers,u{
	font-family: arial, helvetica, sans-serif;
	margin-top: 20px;
	margin-bottom: 0px;
	line-height: 30px;
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 1px;
	color:#ffffff;
}

u{
	background:#008B9F;
	color:#ffffff;
	text-decoration: none;
}

form{
	display:inline;
}


.formSectionTitle{
	color:#6A6A6A;
	font-size: 11px;
	font-weight:bold;
}

.formCaption{
	font-size: 11px;
	font-weight:normal;
	padding-top: 4px;
	padding-bottom: 4px;
}

.mandatoryCaption{
	color:#FF0000;
	font-weight:bold;
}

/* SPECIFIC FORM ELEMENT DEFINITIONS */

.textBoxLogin{
	background-color: #F2F3F8;
	width: 110px;
	height: 18px;
	border-color:#555555;
}

.textBoxRegular{
	width: 150px;
	height: 18px;
}

.textBoxShort{
	width: 110px;
	height: 18px;
}

.textBoxMini{
	width: 30px;
	height: 18px;
}

.textBoxLong{
	width: 235px;
	height: 18px;
}

.uploadBoxRegular{
	width: 180px;
	height: 18px;
}

.uploadBoxLong{
	width: 235px;
	height: 18px;
}

.listBoxRegular{
	width: 180px;
	height: 18px;
}

.listBoxShort{
	width: 110px;
	height: 18px;
}

.listBoxQuiteShort{
	width: 60px;
	height: 18px;
}

.listBoxMini{
	width: 60px;
	height: 18px;
}

.listBoxLong{
	width: 235px;
	height: 18px;
}

.listBoxMultiLong{
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	background-color: #FFCC99;
	color:#555555;
	border-style: solid;
	border-color:#555555;
	border-width: 1px;
	width: 235px;
}


textarea{
	width: 235px;
	height: 100px;
}

.editableText{
	width:100%;
	height: 300px;
	border:none;
	background-color: #FFEEDD;
}

.button {
	width: 60px;
	height: 18px;
	background-color:#FFD100;
	font-weight:bold;
	color:#000000;
	cursor: pointer;
	border-color:#555555;
}

.buttonRegular {
	width: 110px;
	height: 18px;
	background-color:#FF9933;
	font-weight:bold;
	color:#000000;
	cursor: pointer;
	border-color:#555555;
}

.buttonLong {
	width: 150px;
	height: 18px;
	background-color:#FF9933;
	font-weight:bold;
	color:#000000;
	cursor: pointer;
	border-color:#555555;
}


/* TABLES */

.tableHeading {
	background-color: #D0D2D6;
	color: #000000;
}

.tableBody{
	background-color: transparent;
	color: #000000;
}

.tableLine{
	background-color: #77662F;
}

.formTableHeading {
	background-color: #66CC00;
}

.formTableBody {
	background-color: #ECF5D2;
}

.formTableLine{
	background-color: #2F7766;
}



/* MESSAGES */

.msgWarnTitle, .msgErrorTitle, .msgInfoTitle{
	font-size: 11px;
	font-weight: bold;
}

.msgInfoTitle{
	color:#FF0000;
}

.msgWarnTitle{
	color:#FF9900;
}

.msgErrorTitle{
	color:#000000;
}

.msgWarnBody, .msgErrorBody, .msgInfoBody{
	font-size: 11px;
	font-weight: normal;
}

.msgInfoBody{
	color:#0099FF;
}

.msgWarnBody{
	color:#FF9900;
}

.msgErrorBody{
	color:#000000;
}


/* CTE */



/* CFB */

a.CFB_link{
	text-decoration: underline;
	font-weight:normal;
	color: #330099;
}

a.CFB_link:hover {
	color: #AA233E;
	text-decoration: underline;
}

a.CFB_link:active {
	color: #330099;
	text-decoration: underline;
}

a.CFB_link:visited{
	color: #330099;
	text-decoration: underline;
}


/* CTE GUI */

.Btn {
	background-color: #E0E0E0; border-color:#555555; border-bottom: #555555 1px solid; border-left: #555555 1px solid; border-right: #555555 1px solid; border-top: #555555 1px solid; height: 23px; cursor:pointer;}


/* OTHER */

/* scrollbar settings for IE 5.5+ */
body,textarea { scrollbar-arrow-color: #F7D310; scrollbar-3dlight-color: #B2B2B3; scrollbar-highlight-color: #B2B2B3; scrollbar-face-color: #B2B2B3; scrollbar-shadow-color: #B2B2B3; scrollbar-track-color: #E0E0E0; scrollbar-darkshadow-color: #B2B2B3}

iframe {border: solid black1px }

#fileslayer { position: relative; border: solid black 1px; overflow: auto; width: 600px;
			  height: 200px; background-color: #ffffff; }
