body
{
	background : url('images/back.gif');
}
.logo
{
	background : #333333;
}
.left
{
	background : #666666;
}
.main
{
	background : white;
}
.heading
{
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: red;
}
.info
{
	font-family: tahoma;
	font-size: 11px;
	color: gray;
}
.error
{
	font-family: tahoma;
	font-size: 11px;
	color: red;
}
.label
{
	font-family: tahoma;
	font-size: 11px;
	color: black;
}
.control
{
	font-family: tahoma;
	font-size: 11px;
	color: black;
}
.themeText
{
	font-family: tahoma;
	font-size: 11px;
	color: white;
}
a.themeText
{
	text-decoration:none;
	font-family: tahoma;
	font-size: 11px;
	color: white;
}
a.themeText:hover
{
	text-decoration:underline;
	font-family: tahoma;
	font-size: 11px;
	font-weight:bold;
	color: white;
}
a.themeText:visited
{
	text-decoration:none;
	font-family: tahoma;
	font-size: 11px;
	font-weight:bold;
	color: white;
}
.theme1
{
	background : #FF9900;
}
.theme2
{
	background : #009900;
}
.theme3
{
	background : #CA180F;
}
.theme4
{
	background : #0066FF;
}
.theme5
{
	background : #666633;
}

.viewTable
{
	border: 1px solid #C0C0C0;
	font-family:tahoma;
	font-size:11px; 
	color:black; 
}

.viewHeader
{
	border-bottom: 1px solid #C0C0C0;
	background:#F0F0F0;
	font-family:tahoma;
	font-size:12px; 
	font-weight:bold; 
	color:gray; 
}

.viewSubHeader
{
	font-family:tahoma;
	font-size:12px; 
	background:#333333;
	color:white; 
}

a.viewSubHeader
{
	text-decoration:none;
	font-family:tahoma;
	font-size:12px; 
	background:#333333;
	color:white; 
}

a.viewSubHeader:hover
{
	text-decoration:none;
	font-family:tahoma;
	font-size:12px; 
	font-weight:bold;
	background:#333333;
	color:white; 
}

.viewDetailBack1
{
	background:white;
}

.viewDetailBack2
{
	background:#F9F9F9;
	background:#E6E6E6;
}

.viewDetail
{
	font-family:tahoma;
	font-size:11px; 
	color:black; 
}

a.viewDetail
{
	text-decoration:none;
	font-family:tahoma;
	font-size:11px; 
	color:black; 
}

a.viewDetail:hover
{
	text-decoration:underline;
	font-family:tahoma;
	font-size:11px; 
	color:black; 
}