﻿
body {
	margin: 0;
	padding: 0;
	background-color: #33393C;
	text-align: center;
	
	color: #666666;
	font-size: 11px;
	line-height: 13px;
	font-family: Verdana, Tahoma, Arial;
}
/*
p, input, textarea, td, th, a, div {
	font-size: 11px;
	font-family: Verdana, Tahoma, Arial, helvetica;
}
p {
	margin: 0 0 12px 0;
	line-height: 15px;
}
*/

b {
	font-weight: bold;
}

a,
a:link,
a:visited,
a:hover {
	color: #528FAC;
	text-decoration: none;
}

span {
	white-space: normal;
}

h2 {
	margin: 0 0 10px 0;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}

.invalid {
	background-color: #FDF1F5;
}

.watermark {
	color: #cccccc;
	font-size: 10px;
}

.heading {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
}

.refPre {
	color: #999999;
}
input {
	line-height: 13px;
}
textarea {
	padding: 2px 4px;
}

.simpleButton,
.simpleButton:link,
.simpleButton:visited,
.simpleButton:hover,
.simpleButtonBig,
.simpleButtonBig:link,
.simpleButtonBig:visited,
.simpleButtonBig:hover {
	padding: 2px 5px; 
	color: #777777;
	font-family: Arial;
	font-size: 11px;
	line-height: 22px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	background-color: #efefef;
	background-image: url(../../images/back_simpleButton.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	border: solid 1px #dddddd;
}
.simpleButtonBig,
.simpleButtonBig:link,
.simpleButtonBig:visited,
.simpleButtonBig:hover {
	padding: 5px 8px;
}

.pageSectionHead {
	margin: 0 0 12px 0;
	padding: 0;
	background-color: #cccccc;
	background-color: #9b9b9b;
}
.pageSectionHead p {
	margin: 0 8px;
	color: #ffffff;
	line-height: 25px;
	font-weight: bold;
}

.mailToLink {
	padding: 0 0 0 18px;
	line-height: 14px;
	background-image: url(../../images/icon_mailTo.png);
	background-position: left center;
	background-repeat: no-repeat;
}
.customerLink {
	padding: 0 0 0 20px;
	display: block;
	background-image: url(../../images/icon_customer.png);
	background-position: left top;
	background-repeat: no-repeat;
}
p.telNo {
	margin: 0;
	padding: 0 0 0 18px;
	line-height: 14px;
	background-image: url(../../images/icon_tel.png);
	background-position: left center;
	background-repeat: no-repeat;
}
p.address {
	padding: 0 0 0 18px;
	line-height: 14px;
	background-image: url(../../images/icon_customer.png);
	background-position: left center;
	background-repeat: no-repeat;
} 

.actionButton {
	width: 80px;
}
.actionButton a {
	display: block;
	background-color: #efefef;
	background-image: url(../../images/back_simpleButton.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	border: solid 1px #dddddd;
}
.actionButton a:link,
.actionButton a:visited,
.actionButton a:hover {
	color: #777777;
	font-family: Arial;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
}
.columnedHyperlinks {
	width: 100%;
	overflow: hidden;
}
.columnedHyperlinks .column {
	float: left;
}
.columnedHyperlinks .column ul li a {
	padding: 0 0 0 12px;
	cursor: pointer;
	background-image: url(images/icon_arrows.gif);
	background-position: 1px 4px;
	background-repeat: no-repeat;
}

.xmlPre,
.xmlPre span {
	color: #666666;
}
.xmlPre .xmlTag {
	color: #999999;
}

.helperPanel {
	margin: 10px 0;
	padding: 6px 30px;
	background-color: #eeeeee;
	background-image: url(embedded-image.aspx?name=icon_statusInfo.png);
	background-position: 7px 6px;
	background-repeat: no-repeat;
	border: solid 1px #cccccc;
}
#Screen {
	position: fixed;
	left: 0;
	top: 0;
	background-color: #000000; 
	z-index: 200;
}