/*
td#LeftFrame {
	vertical-align: top;
	width: 140px;
	padding: 6px 16px 20px 9px;
}
*/


td#LeftFrame {
	width: 159px;
}

td#MiddleFrame {
	vertical-align: top;
	width: 336px;
	padding: 6px 0 20px 0;
}

td#RightFrame {
	vertical-align: top;
	padding: 6px 19px 20px 16px;
}

td#RightBannerFrame {
	vertical-align: bottom;
	padding: 6px 19px 20px 16px;
}


td.formContainer {
  background: rgb(245,246,251);
}

table.formContainer {
  border: 10px solid #F5F6FB;
}

/*input,select,textarea {
  font-family: arial,helvetica,sans-serif;
  font-size: 11px;
  color: rgb(0,0,0);
  background: rgb(255,255,255);
  border-left: 1px solid #525252;
  border-top: 1px solid #525252;
  border-right: 1px solid #DDD9D2;
  border-bottom: 1px solid #DDD9D2;
}*/

.border {
  font-family: arial,helvetica,sans-serif;
  font-size: 11px;
  color: rgb(0,0,0);
  background: rgb(255,255,255);
  border-left: 1px solid #525252;
  border-top: 1px solid #525252;
  border-right: 1px solid #DDD9D2;
  border-bottom: 1px solid #DDD9D2;
}

input.noborders {
  border: 1;
  background: #F5F6FB;
}

/* Form field bold title */
.bb {
	font-family: Arial;
	font-size: 11px;
	color: #000f60;
	font-weight: bold;
}

.error {
	font-family: Arial;
	font-size: 11px;
	color: red;
	font-weight: bold;
}

.formCommentText {
	font-family: Arial;
	font-size: 9px;
	color: #4E4E4E;
}

.formCommentTextBlack {
	font-family: Arial;
	font-size: 9px;
	color: #000000;
}

.formCommentTextBig {
	font-family: Arial;
	font-size: 10px;
	color: #4E4E4E;
	font-weight: bold;
}

a.formCommentLink {
	font-family: Arial;
	font-size: 9px;
	color: #000f60;
	text-decoration: underline;
}

.smallBlue {
	font-family: Arial;
	font-size: 9px;
	color: #000f60;
}

a.RightNavBlue, a.RightNavBlue:hover, a.RightNavBlue:visited {
	font-family: Arial;
	font-size: 10px;
	color: #1A2871;
	text-decoration:none;
	font-weight:bold;

	background-image: url(http://net.volvoce.com/VCEforms/img/listbox_topmargin.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 10px;
	padding-left:10px;
}

a.RightNavBlue:hover {
	color: #848ABD;
}

a.RightNavBlue:visited {
	color: #4E4E4E;
}
