﻿body {
	margin: 0px;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	color: #353535;
	text-decoration: none;
}

.link-purple {
	color: #5B1799;
	text-decoration: none;
	font-weight:bold;
}

.link-purple:hover {
	color: #5B1799;
	text-decoration: underline;
	font-weight:bold;
	}

.link {
	color: #000000;
	text-decoration: none;
	
}

.link:hover {
	text-decoration: underline;
}

.link-black:hover {
	color: #502D09;
	text-decoration: underline;
	font-weight:bold;
	padding-left: 25px;
}

.Content
{
	background-color: #FFF1C0;	
}

.Selected
{
	font-size: 10px;
	color: beige;
	background-color: #FFF8DF;
}

.CategoryHeader
{
	font-size: 14px;
	font-weight: bold;
	border-bottom: thin solid #636363;
	background-color: #99A992;
	color: White;
	text-transform: none;
}

.text {
	font-size: 12px;
	color:#353535;
	padding-left:2px;
	}

.padding_right  {
	padding-right:30px;
}

select {
width:125px; }

.input-text { width:125px;}

.error { color:#FF0000;}

.linkbutton
{
	color:#565656;
	text-decoration:none;
	font-weight:bold;
	}
	
.linkbutton:hover
{
	color:#565656;
	text-decoration:underline;
	}

.linkGreen
{
	font-size: 14px;
	color:#63A711;
	text-decoration:none;
	font-weight:bold;
	}
	
.linkGreen:hover
{
	color:#63A711;
	text-decoration:underline;
	}
	
.purple-text{
	color:#5B179A;
	font-size: 12px;
	}	
	
.green {
	font-size: 13px;
	color: #63A711;
	}

.adminHeader
{
	background-image:url('Images/h_1.jpg');
	width:292px;
	height:77px;
	border :0px;
}

.searchBackground
{
	background-image:url('images/h_2.gif');
	}

.heading
{
	font-size: 13px;	
	color: #ffffff;
	font-weight:bold;
	background-color:#5B179A;	
	}
	
.border_color {
	border-color:#666666;
}
	
.linecolor
{
	color:#5B1799;
	}
	
.button_bg
{
	background-image:url('Images/blank.gif');
	background-repeat:no-repeat;
	width:204px;
	}
	
.link-black
 {
	color: #502D09;
	text-decoration: none;
	font-weight:bold;
	padding-left: 25px;
	}

.bg
{
	background-image: url(Images/main_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-attachment: fixed;
}

.footer 
{
	background-image: url(Images/footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}

.white_text {
	font-size: 11px;	
	color: #ffffff;
	font-weight:bold;
	}
	
.td-bg1{
	background-color:#e4e4e4;
}

.td-bg2{
	background-color:#d2d2d2;
}

.td-bg3{
background-color:#666666;
}		

.table_border{
	border: 1px solid #666666;
}
	
.border {
	border: 1px solid #999999;
}

.border1{
	background-color: #FFFFFF;
	border: 1px solid #999999;
	}

.table_color
{
	background-color: #666666;
	height:15px;
	}
	
.tdFontSize
{
	font-size:11px;
	font-weight:bold;
	}

.navigationLink
{
	color:#852C0A;
	text-decoration: none;
	font-weight:bold;
}
.navigationLink:hover
{
	color:#852C0A;
	text-decoration:underline;
	font-weight:bold;
}

.lblText
{
 /*white-space:pre;*/
 text-align:justify;
	}