/* page styles */

#page {
	width: 900px;
	padding: 45px 0px 70px 0px;
	margin: 0 auto;
	background: #fff;
	position: relative;
}

#pageRetro {
	width: 950px;
	margin: 0 auto;
	background: #fff;
	position: relative;
	min-height:600px;
}

#mainWrapper {
	clear:both;
	overflow:hidden;
	background:#fff;
	margin:0 auto;
	position:relative;
	width:900px;
	text-align:left;
	}

#centerArea {
	width:900px;
	}

/* generic container */

.content {
	padding:10px;
	text-align:left;
	background:#fff;
	}

/* page fonts */

.mainTitle {
	font-weight : bold;
	color : #0D5598;
	font-size : 20px;
	font-family : "Trebuchet MS", arial, sans-serif;
	}

.mainText {
	color : #3a3a3a;
	font-size : 11px;
	font-family : "Trebuchet MS", arial, sans-serif;
	}

/* field fonts */

.fieldText {
	color : #588ABA;
	font-size : 13px;
	font-family : "Trebuchet MS", arial, sans-serif;
	}

.fieldName {
	color : #333333;
	font-size : 11px;
	font-family: "lucida grande", arial, sans-serif;
	}

.fieldTextMand {
	font-weight : bold;
	color : #0D5598;
	font-size : 13px;
	font-family : "Trebuchet MS", arial, sans-serif;
	}

.fieldTextHelp {
	color : #808080;
	font-size : 10px;
	font-family : "Trebuchet MS", arial, sans-serif;
	}

.fieldTextHelpEm {
	font-weight : bold;
	color : #0D5598;
	font-size : 10px;
	font-family : "Trebuchet MS", arial, sans-serif;
	}

.mandField {
	font-weight:bold;
	color:#c71339;
	font-size:12px;
	font-family:"Trebuchet MS", arial, sans-serif;
	}

/* link fonts */

.linkText9 {
	color : #333333;
	font-size : 9px;
	font-family : "lucida grande", arial, sans-serif;
	}

.linkText11 {
	color : #333333;
	font-size : 11px;
	font-family : "lucida grande", arial, sans-serif;
	}

.linkText12 {
	color : #333333;
	font-size : 12px;
	font-family : "lucida grande", arial, sans-serif;
	}

.linkText13 {
	color : #333333;
	font-size : 13px;
	font-family : "lucida grande", arial, sans-serif;
	}

.mainLinkText {
	color : #0D5598;
	font-size : 11px;
	font-family : "lucida grande", arial, sans-serif;
	}

/* shared fonts */

.regFinish {
	color : #000066;
	font-weight: bold;
	font-size : 13px;
	font-family : "lucida grande", arial, sans-serif;
}

/* fields (old do not use any more) */

.textl { 
	font-family: "lucida grande", arial, sans-serif; 
	font-size: 11px;  
	width: 300px;  
}

.texts { 
	font-family: "lucida grande", arial, sans-serif; 
	font-size: 11px;  
	width: 175px;  
}

.textsearch1 { 
	font-family: "lucida grande", arial, sans-serif; 
	font-size: 11px;  
	width: 150px;  
}

.textvs { 
	font-family: "lucida grande", arial, sans-serif; 
	font-size: 11px;  
	width: 50px;  
}

.textvvs { 
	font-family: "lucida grande", arial, sans-serif; 
	font-size: 11px;  
	width: 20px;  
}

.textSelect { 
	font-family: "lucida grande", arial, sans-serif; 
	font-size: 11px;  
}

.textArea { 
	font-family: "lucida grande", arial, sans-serif; 
	font-size: 11px;
    overflow:hidden;
}

/* field error */

table.errorTable {
	text-align:left;
	}

.errorTable td {
	text-align:left;
	}

/* double select */

.dss { 
	font-family: "lucida grande", arial, sans-serif; 
	font-size: 11px;  
}

.dss2 { 
	font-family: "lucida grande", arial, sans-serif; 
	font-size: 11px;  
}

.fieldDss {
	margin-bottom: 20px;
	margin-left: 4px;
	}