pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}
.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid gray;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}

/*customized style*/ 

body {
	text-align:center;	
	background:#dcd6d6 url(../images/bg.gif) 0 0 repeat-x;
}
#container {
	background-color: #fff;
	min-width:900px;
	max-width:900px;
	width:900px;
	margin:0 auto; /*center hack*/
	text-align:left; /*center hack*/
	font-size:12px;		
}
#header {		
	background:#fff url(../images/headerBg.jpg) 0 0 no-repeat;
	height:221px;
	position: relative;
}
#topMenu {		
	top:184px;	
	text-align:center;	
	width: 100%;
	color: #fff;
	padding-left:75px;
	position:absolute;
} 
#pagebody{
	margin-top:78px;
}
#main_content {
	padding-bottom: 0;
	margin-bottom: 0;
} 

/*#sideBar {
	width: 198px;		
	margin-right: 0;
	float:left;	
	margin-bottom:30px;
	color:#5c3580;
	font-size:11px;	
} */

.Footer {
	width:585px;
	clear:right;
	color:#666;
	font-size:11px;		
/*	padding:10px 0px 10px 40px;*/
	padding:0 35px 10px 75px;
	text-align: left;
	border-right:1px solid #DFE1E5;
}
#comment{
	text-align:center;
	color:#b6b6b6;
	font-size:10px;	
}
#comment a, #comment a:hover, #comment a:visited {
	color:#b6b6b6;
	font-size:11px;	
} 

.Footer h4 {
	display: none;
}
img {
	border: 0;
}
.clearBoth {
	clear: both;
}

.ContentItem{
/*	margin-top: -30px;*/
	width:570px;
	float:left;
	border-right:1px solid #DFE1E5;
	padding:0 50px 10px 75px;
	/*_padding:0 20px 10px 75px;*/
}
.Feedback{
	width:570px;
	float:left;
	border-right:1px solid #DFE1E5;
	padding:0 50px 10px 75px;
	color:red;
}
.ContentItemTitle { 
}
.ContentItem li {
	margin-left: 25px;
}
.ContentItem ul, .ContentItem ol {
	margin-bottom: 15px;
}

.FloatRight {
	float: right;
	clear: right;
	width: 164px;
	margin: 0px;
	margin-bottom:30px;
	color:#5c3580;
	font-size:11px;
	border-bottom:1px solid #DFE1E5;
	padding: 0 20px 20px 20px;
}
.FloatRight h1 {
	display: none;
	font-size:0px;
	line-height: 0px;
}
.FloatRight a {
	color:#5c3580;
}

.Module .CategoryTitle, .Module .ContentItemTitle {
	font-weight: bold;
}
.Module .CategoryTitle a, .Module .ContentItemTitle a {
	color:#5c3580;
}
.CategoryIndex {
	margin-top: 10px;
	border-top: 1px solid #DFE1E5;
}
.CategoryIndex li {
	list-style: none;
	font-weight: bold;
	padding-top: 5px;
}

a{
	text-decoration:none;
	/*color:#fff;*/
	font-size:1em;
}
a:hover{
	text-decoration:underline;
	color:#5c3580;
}

/*top menu*/
#nav {	
    list-style-type: none;	
}
#nav li {
	float: left;
	padding-right:1px;
	font-size:1.4em;
	font-weight:normal;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;;
	letter-spacing:0.2pt; 
	line-height:30px;
}
#nav li a{
	color:#fff;
	background:#794d9f url("../images/menu_bg.gif") 0 0 repeat-x;
	height:31px;
	display:block;
	padding:0 12px;
	float:left;
}
#nav li a:hover {
	background:#f7d6ab;
	text-decoration:none;
}
#nav li.first a{
	background:#794d9f url(../images/Top_menu_left.gif) left top no-repeat;
	height:31px;
	display:block;
	padding:0 12px;
	float:left;
}
#nav li.first a:hover {
	background:#f7d6ab url("../images/Top_menu_left_hover.gif") 0 0 no-repeat;
	text-decoration:none;
}

#nav li.last a{
	background:#794d9f url("../images/Top_menu_right.gif") right top no-repeat;
	height:31px;
	display:block;
	padding:0 12px;
	float:left;
}
#nav li.last a:hover {
	background:#f7d6ab url("../images/Top_menu_right_hover.gif") right top no-repeat;
	text-decoration:none;
}

#nav li span.Selected a{
	color:#5c3580;
	background-color:#f7d6ab;
	background-image:none;
}
#nav li.first  span.Selected a{
	color:#5c3580;
	background:#f7d6ab url("../images/Top_menu_left_hover.gif") left top no-repeat;
	display:block;
}
#nav li.last  span.Selected a{
	color:#5c3580;
	background:#f7d6ab url("../images/Top_menu_right_hover.gif") right top no-repeat;
	display:block;
}
/* typography */
* {
	margin:0;
	padding:0;
}
body {
	font-size:12px;
	color: #747272;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5;
	margin: 0;
	background-color: #dcd6d6;
}
h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
	margin: 0.5em 0; 
}

li,dd { 
	/*margin-left:1em;*/
}
fieldset { 
	padding:.5em; 
}

h1,.componentheading{
	font-size:1.7em;
}
h2,.contentheading{
	font-size:1.5em;
}
h3{
	font-size:1.3em;
}
h4{
	font-size:1.2em;
}
h5{
	font-size:1.1em;
}
h6{
	font-size:1em;
	font-weight:bold;
}
/* customer styling*/
p.dashed{
	border-top:1px dashed #8D94A0;
	padding:20px 0;
}
/*div.right {
	border-bottom:1px solid #DFE1E5;
	padding: 0 20px 20px 20px;
}*/
table.subsection{
	display:none;
}
div.horizontal{
	font-weight:bold;
	width:300px;
	float:left;
}
div.vertical{
	font-weight:bold;
}
span.QuestionLabel{
	font-weight:bold;
}
div.QuestionDetails{
	margin-top:5px;
}
span.tipText{
	color:#5c3580;
	font-size: 12px;
}


.Inbox td {
	padding: 2px 20px 0 0;
	vertical-align: top;
}
.InboxGrey {
	background-color:#eeeeee;
}
.MessageContent {
	width: 320px;
}

.Mandatory{
	 border:1px solid red;
}
.MandatoryField{
	 color: red;
}
span.SectionNumber{
  font-size:20px;
  color:#747272;
}
span.BigNumber{
	 color:#5C3580;
	font-size:22px;
	font-weight:bold;
}

.button {
    border: none;
    background: url('../images/save.gif') no-repeat top left;
    height:32px;
	width:79px;
	cursor:hand;
}



.PurpleIntro {
	font-size: 14px;
}
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

/*.sIFR-hasFlash h1 {
	visibility: hidden;
}*/

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}
