
#wrapper {
margin: auto;
width: 667px; 
}

body
{
background-color:black;
margin-top:5px;
}

body, td, th {
color:#D1D2D4;
font-family:"Lucida Grande",Arial,Helvetica,sans-serif;
font-size:12px;
}

a, .link
{
text-decoration:none;
color:#FAA627;
cursor:pointer;
}

a:hover
{
text-decoration:underline;
}

#topmenu td
{
background-image:url(img/menu-bg.png);
text-transform: uppercase;
text-align:center;
vertical-align:middle;
cursor:pointer;
height:47px;
padding:0px;
}

#topmenu td.menu-active
{
background-image:url(img/menu-active-bg.png)
}

#topmenu a
{
color: #D1D2D4;
}

#logo {
	width: 665px;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	text-align:center;
}

#logo img
{
	margin-top:20px;
}

#photo {
	width: 665px;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

#content
{
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #faa627;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 60px;
	padding-top:10px;
width:605px;
background-image:url(img/content-bg.png);
background-repeat:repeat-y;
}

#footer {
	padding-top:10px;
	text-align:center;
width:667px;
height:85px;
background-image:url(img/footer-bg.png);
background-repeat:no-repeat;

}

#footer2
{
	text-align:right;
	margin-top:-16px;
}

h1 {
color:#FAA627;
font-size: 16px;
text-transform:uppercase;
}

h2
{
font-size:14px;
}

h3
{
font-size:12px;
font-style:italic;
}

.pdflist li {
background-image:url(img/pdf_logo.jpg);
background-position:0 0;
background-repeat:no-repeat;
list-style-type:none;
min-height:30px;
padding-left:30px;
padding-top:8px;
}


table.chart
{
	border-collapse:collapse;
}

table.chart tr th {
background:transparent url(img/chart-bg.gif) repeat scroll 0 0;
border:1px solid #777777;
color:black;
font-size:1em;
padding:3px 10px;
}

table.chart tr td {
padding:3px;
border:1px solid #777777;
}

.smallprint
{
	font-size: xx-small;
}

.QQTable {
	margin-right: -4px;
	
}
.QQTable td {
	padding: 3px;
	vertical-align:top;
}

.QQTable table td {
	padding: 0px;
}

.Option
{
background-color:#FFFAF0;
cursor:pointer;
font-size:20px;
font-weight:bolder;
margin:10px;
padding:10px;
width:auto;
color:black;
}

.SelOption {
	background-color:#FAA627;
}

.OptionDetails
{
font-size:12px;
margin-left:28px;
}

#masker {
display:none;
left:0;
opacity:0;
position:absolute;
top:0;
z-index:1000;
}

#ProgressMessage {
color: black;

}

#progress {
background-color:#FFFFFF;
border:2px solid black;
display:none;
left:0;
opacity:0.9;
padding:10px;
position:absolute;
text-align:center;
top:0;
vertical-align:middle;
width:200px;
z-index:1001;
}


.InfoMessage
{
	border: 1px solid #6a6;
	font-weight: bold; 
	color: green;
	background: #d7fbd7 url(img/smallInfo.gif) 3px 2px no-repeat;
	min-height: 18px;
}

.ErrorMessage
{
	background-color: #F9ECEC; 
	border: 1px solid #FCC9C9;
	font-weight: bolder; 
	color: red;
	background-image: url(img/smallError.gif);
	background-position: 3px 2px;
	background-repeat: no-repeat;
	min-height: 15px;
}

#Notification {
	padding: 5px;
padding-left:20px;
display:none;
}

#Notification ul {
	color: red;
margin-top:0;
padding-left:0px;
}

#Notification ul li {
	list-style:disc;
	list-style-position:inside
}

#Notification2 ul {
	color: red;
}

#Notification2 ul li {
	list-style:disc;
	list-style-position:inside
}

.InfoMessage,
.ErrorMessage {
  /*max-width: 540px;*/
	width: auto;
	clear: both;
}

#loginBar {
background-color:#333333;
border-bottom:1px solid #CCCCCC;
border-left:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
font-weight:bolder;
}

#loginBar td {
	padding: 3px;
}

#loginBar img {
	position:relative;
	top: 2px;
}