a {color:#999933}

body 
{
	font-family: Arial;
	font-size: 12px;
	background: Black;
	margin: 0px;
	padding: 0px;
}
p { padding: 0px; }
table { border: 0px; border-collapse: collapse; margin: 0px; padding: 0px; }
label { width: 120px; color: White; display: block; float: left; padding-bottom: 4px; }
select, input { border: 1px solid #99FFCC; margin-top: 4px; }
#pageContainer { width: 1000px; margin: auto; background: url('images/background.jpg') no-repeat top center;}

#previewLayout { width: 100%; height: 200px; }

#topLinks li { list-style-type: none; display: inline; color: #999933}
#topLinks li a { text-decoration: none; color: #999933; font-size: 18px; padding: 22px; padding-left: 60px;}
#topLinks li a:hover { color: #999933; }

#mainData { color: White; height: 400px;}
#mainTitle { color: White; padding-top: 40px; padding-bottom: 10px; font-weight: bold; font-size: 16px;}
#mainPanel { background: url('images/bottom_back.jpg') repeat-x;  width: 900px;}
#mainBorderTL { background: url('images/bottom_ul.gif') no-repeat top left; width: 20px; }
#mainBorderTR { background: url('images/bottom_ur.gif') no-repeat top right; width: 20px; }
#footer
{
	color: #999933;
	padding-top: 15px;
	text-align: center;
	height: 400px;
}

.previewPanel
{
	color: #999933;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}
/*.previewPanel table { width: 100%; }*/
.previewTable { height: 100%; }
.previewTable td { display: table-cell; }
.previewContent { width: 180px; height: 120px; color: Black; background: White;}

.previewBorderTL,.previewBorderT,.previewBorderTR,.previewBorderBL,.previewBorderB,.previewBorderBR { height: 20px; }
.previewBorderTL,.previewBorderL,.previewBorderBL,.previewBorderTR,.previewBorderR,.previewBorderBR { width: 20px; }

.previewBorderTL { background: url('images/corner_tl.gif') no-repeat bottom right;}
.previewBorderTR { background: url('images/corner_tr.gif') no-repeat bottom left; }
.previewBorderBL { background: url('images/corner_bl.gif') no-repeat top right; }
.previewBorderBR { background: url('images/corner_br.gif') no-repeat top left; }
.previewBorderT { background: bottom transparent url('images/side_t.gif') repeat-x; }
.previewBorderB { background: transparent url('images/side_b.gif') repeat-x; }
.previewBorderL { background: transparent url('images/side_l.gif') repeat-y right; }
.previewBorderR { background: transparent url('images/side_r.gif') repeat-y left; }

.previewTable { display: table; }
.tableRow { display: block; }
.tableCell { display: table-cell; }

.button { border: 2px solid white; padding: 3px; background: #99FFCC; color: Black; }
.button:hover { background: #99FFCC; }

