body, td, th, textarea, input { 
	font-family:  'Arial', 'Verdana', 'Trebuchet MS';
	font-size: 9pt;
} 

img {
	display: block;
}

body { 
	background-color: #ffffff;
	padding: 0px;
	margin: 8px;
}

body .container {
		width: 848px;
        left: 50%;
        margin-left: -424px;
        position: relative;
}

body .footer {
	color: #808080;
}

body .footer a {
	color: #505050;
}

body .mainmenu .header {
	font-weight: bold;
	text-align: left;
	padding: 0px 2px 2px 6px;
	color: #000000;
}

body .mainmenu .header a {
	color: #000000;
	text-decoration: none;
}

body .mainmenu .submenu {
	padding: 0px 0px 0px 0px;
}

body .mainmenu .submenu div {
	font-weight: normal;
	text-align: left;
	padding: 0px 2px 2px 6px;
}

body .mainmenu .submenu a {
	color: #808080;
	text-decoration: none;
}

body .mainmenu .submenu a:visited {
	color: #808080;
	text-decoration: none;
}

body .mainmenu .submenu .active, 
body .mainmenu .submenu .active a, 
body .mainmenu .submenu .active a:visited { 
	color: #ffffff;
	text-decoration: none;
	background-color: #254995;
	padding-top: 2px;
}

body .mainmenu .spacer {
	padding: 6px 6px 6px 6px;
	line-height: 2px;
}

body a,
body a:visited {
	color: #000000;
}

body .smallContent {
	width: 420px;
	float: left;
	overflow: hidden;
	padding: 6px;
}

body .largeContent {
	float: left;
	overflow: hidden;
	padding: 6px;
}

.header1 {
	font-weight: bold;
	
}

.header2,
.orderForm th {
	text-align: center;
	vertical-align: top;
	color: #000000;
	font-weight: bold;
}


.orderForm .HeaderField {
	width: 300px;
	color: #2e456b;
	white-space: nowrap;
	text-align: right;
	font-weight: bold;
}

.orderForm .StringField ,
.orderForm .BoolField ,
.orderForm .DateField,
.orderForm .textField,
.orderForm .CustomSelectField {
	width: 260px;
	color: #000000;
	white-space: nowrap;
	text-align: right;
	vertical-align: top;
	font-weight: normal;
}

.field th {
	text-align: right;
	vertical-align: top;
}

.orderForm .lineEditor,
.orderForm input,
.orderForm .textEditor,
.orderForm textarea,
.orderForm .mediaPicker,
.orderForm .selectEditor {
	width: 300px;
	border: 1px solid #808080;
}

.orderForm select {
	border: 1px solid #808080;
}

.orderForm .lineEditor:focus,
.orderForm input:focus,
.orderForm .textEditor:focus,
.orderForm textarea:focus,
.orderForm select:focus,
.orderForm .selectEditor:focus {
	background-color: #f0f0f0;
}

.required {
	color: red;
	font-size: 10pt;
}

.orderform {
	background-color: #c0c0c0;
	width: 100%;
}

.orderform td { 
	background-color: #ffffff;
	padding: 4px;
}

.tip {
	color: blue;
	font-size: 12pt;
}

.bullet { 
	width: 6px;
	height: 1px;
	margin: 7px 0px 0px 7px;
	line-height: 2px;
	font-size: 2px;
	background-color: #000000;
}

