
body {
	background-image: url(/_zolidLayouts/_default/images/bg-fade01.jpg);
	background-repeat: repeat-x;
    background-attachment: fixed;
    background-color: #ffffff;
	font-family: arial;
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin: 0px;
}

table {
}

table.rightSideBox {
	background-color: #fdbe51;
	border-top : 1px solid #777777;
	border-left : 1px solid #777777;
	border-right : 1px solid #777777;
	border-bottom : 1px solid #777777;
	padding: 6px;
	width: 100%;
}

td {
	vertical-align: top;
	font-size: 13px;
}
td.bgdark {
	background-color: #222222;
}

/* CUSTOM CLASSES */
td.topSpacing {
	height: 12px;
}

td.topLogo {
	height: 100px;
	background-color: #ffffff;
	border-top : 1px solid #000000;
	border-left : 1px solid #000000;
	border-right : 1px solid #000000;
	border-bottom : 1px solid #000000;
	background-image: url(/_zolidLayouts/_default/images/defaultTopLogo.jpg);
	background-position: center center;
	background-repeat: no-repeat;

}

td.mainMenu {
	height: 20px;
	/*background-color: #ffffff;*/
}

td.mainContent {
	background-color: #ffffff;
	border-top : 1px solid #000000;
	border-left : 1px solid #000000;
	border-right : 1px solid #000000;

}
td.mainContentLeft {
	width: 580px;
	padding: 10px;
}
td.mainContentSeperator {
	width: 10px;
}
td.mainContentRight {
	width: 190px;
	padding: 10px;
}

td.bottomContent {
	height: 10px;
	background-color: #ffffff;
	border-left : 1px solid #000000;
	border-right : 1px solid #000000;
}

td.bottomSpacing {
	height: 10px;
	border-left : 1px solid #000000;
	border-right : 1px solid #000000;
}
td.right 
{
	text-align: right;
}
td.center 
{
	text-align: center;
}
td.line {
	vertical-align: top;
	height: 1px;
}



font.bottomText {
	color: #bbbbbb;
	font-family: arial;
	font-size: 9px;
}


h1, font.headline
{
	font-size: 16px; 
	font-family: arial; 
	color: #000000; 
	font-weight: bold;
}
font.subHeadline, .listheadline
{
	font-size: 14px; 
	font-family: arial; 
	color: #000000; 
	font-weight: bold;
}
font.introText
{
	font-size: 12px; 
	font-family: arial; 
	color: #000000; 
	font-weight: bold;
}
font.authorText
{
	font-size: 10px; 
	font-family: arial; 
	color: #000000; 
	text-decoration: italic; 
	font-weight: none;
}



a {
	color: #2367b0;
	text-decoration: underline;
}

a:hover {
	color: #f8a008;
	text-decoration: underline;
}
a.small {
	color: #2367b0;
	text-decoration: none;
	font-size: 10px;
}

a.small:hover {
	color: #f8a008;
	text-decoration: none;
}
a.menu
{
	color: #ffffff;
	text-decoration: none;
	font-size: 10px;
}

a.menu:hover {
	color: #ff0000;
	text-decoration: none;
}

a.bottomText {
	color: #bbbbbb;
	font-family: arial;
	font-size: 9px;

}



.stdbutton
{
	border: 1px solid;
	
}
img
{
	border: 0px;
}
.imgborder, 
{
	border:1px; 
	border-thickness: 1px; 
	border-color: #000000;
	border-style: solid;
}



