/* CUSTOM STYLES */
.tab_nav
{
	background:url(/images/tab-bg.jpg);
	background-repeat:repeat-y;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	vertical-align:bottom;
	line-height:25px;
	width:768px;
}
.tab_left_on
{
	float:left; 
	background-image:url(/images/tab-left-1.jpg); 
	width:12px; 
	height:25px;
}
.tab_middle_on
{
	float:left; 
	background-image:url(/images/tab-middle-1.jpg); 
	font-weight:bold; 
	line-height:25px; 
	text-align:center;
}
.tab_right_on
{
	float:left; 
	background-image:url(/images/tab-right-1.jpg); 
	width:12px; 
	height:25px;
}
a.tab_on_link:link
{
	color:#28952B;
	font-weight:bold;
	text-decoration:none;
}
a.tab_on_link:active
{
	color:#28952B;
	font-weight:bold;
	text-decoration:none;
}
a.tab_on_link:visited
{
	color:#28952B;
	font-weight:bold;
	text-decoration:none;
}
a.tab_on_link:hover
{
	color:#28952B;
	font-weight:bold;
	text-decoration:none;
}
.tab_left_off
{
	float:left; 
	width:12px; 
	height:25px;
}
.tab_middle_off
{
	float:left; 
	font-weight:bold; 
	line-height:25px; 
	text-align:center;
}
.tab_right_off
{
	float:left; 
	width:12px; 
	height:25px;
}
a.tab_off_link:link
{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
a.tab_off_link:active
{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
a.tab_off_link:visited
{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
a.tab_off_link:hover
{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
.pr_tab_seperator
{
	float:left; 
	width:7px; 
	height:25px;
}
/* TEXT STYLES */
body, p, td, li 
{
	font-family:Arial;
	font-size: 12px;
	color: #000000;
}
body
{
	margin:0px;
}
/* HEADER STYLES */
h1 
{
	font-size: 20px;
	font-weight: bold;
	color: #28952B;
}
h2 
{
	font-size: 18px;
	font-weight: bold;
	color: #28952B;
}
h3 
{
	font-size: 16px;
	font-weight: bold;
	color: #28952B;
}
h4 
{
	font-size: 14px;
	font-weight: bold;
	color: #28952B;
}
h5 
{
	font-size: 12px;
	font-weight: bold;
	color: #28952B;
}
h6 
{
	font-size: 10px;
	font-weight: bold;
	color: #28952B;
}
/* LIST ICON */
li 
{
	list-style-image:url(images/arrow.gif);
}
/* LINK STYLES */
a:link 
{
	color:#0066FF;
	text-decoration: underline;
}
a:visited 
{
	text-decoration: underline;
	color:#0066FF;
}
a:hover 
{
	text-decoration: underline;
	color:#0066FF;
}
a:active 
{
	text-decoration: underline;
	color:#0066FF;
}
/* TABLE STYLES */
.tbl 
{
	width:100%;
	border-collapse:collapse;
	border-bottom:1px solid #28952B;
}
.tbl-2 
{
	width:100%;
	border-collapse:collapse;
	border-left:1px solid #28952B;
	border-right:1px solid #28952B;
}
.th 
{
	text-align:left;
	font-family:arial;
	color:#FFFFFF;
	font-weight:bolder;
	font-size:12px;
	background-color:#28952B;
	border-left:1px solid #28952B;
	border-right:1px solid #28952B;
	line-height:20px;
	padding-left:3px;
}
.th-2 
{
	text-align:left;
	font-family:arial;
	color:#FFFFFF;
	font-weight:bolder;
	font-size:10px;
	background-color:#FFFFFF;
	line-height:15px;
	padding-left:3px;
	border-bottom:1px solid #28952B;
}
.td 
{
	border-left:1px solid #28952B;
	border-right:1px solid #28952B;
	padding:3px;
}
.td-2 
{
	border-bottom:1px solid #28952B;
	padding:3px;
}
.td-left 
{
	padding:3px;
	border-left:1px solid #28952B;
}
.td-right 
{
	padding:3px;
	border-right:1px solid #28952B;
}
.td-left-2 
{
	padding:3px;
	text-align:center;
}
.td-right-2 
{
	padding:3px;
	text-align:center;
}
.tbl-3 
{
	width:100%;
	border-collapse:collapse;
}
.tbl-4 
{
	width:100%;
	border-collapse:collapse;
	border-left:1px solid #28952B;
	border-right:1px solid #28952B;
	border-bottom:1px solid #28952B;
}
/* FORM STYLES */
.frm-btn 
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	border:1px solid #28952B;
	background-color:#28952B;
	height:20px;
}
.frm-input 
{
	border:1px solid #28952B;
	width:200px;
	height:20px;
}
.frm-textarea 
{
	border:1px solid #28952B;
	width:200px;
}
.frm-select 
{
	border:1px solid #28952B;
	width:200px;
	height:20px;
}
/* SIDE MENU STYLES */
.side-tbl 
{
	padding:5px;
}
.side-th 
{
	font-size:12px;
	font-weight:bold;
}
.side-td 
{
	font-family:Arial;
	font-size:12px;
}
.side-btn 
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	border:1px solid #28952B;
	background-color:#28952B;
	height:20px;
}
.side-input 
{
	border:1px solid #28952B;
	height:20px;
}
.side-select 
{
	border:1px solid #28952B;
	height:20px;
}
a.side-link:link 
{
	font-size:10px;
	color:#000000;
	text-decoration:none;
}
a.side-link:visited 
{
	font-size:10px;
	color:#000000;
	text-decoration:none;
}
a.side-link:active 
{
	font-size:10px;
	color:#000000;
	text-decoration:none;
}
a.side-link:hover 
{
	font-size:10px;
	color:#000000;
	text-decoration:underline;
}
/* PAGING STYLES */
.paging-btn
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	border:1px solid #28952B;
	background-color:#28952B;
	line-height:20px;
	width:20px;
	text-align:center;
	vertical-align:top;
	float:left;
}
.paging_link 
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
}
a.paging_link:link 
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
}
a.paging_link:active 
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
}
a.paging_link:visited 
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
}
a.paging_link:hover 
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
}