/* Styles for Tags */

body
{
	margin : 0;
	background : #fff url(../images/bodybkgrd.gif) repeat-x top left;
	font : 12px/18px Arial, Tahoma, Verdana;
}

body.bg1
{
	margin : 0;
	background : #fff url(../images/bodybkgrd1.gif) repeat-x top left;
	font : 12px/18px Arial, Tahoma, Verdana;
}

td
{
	font : 12px/18px Arial, Tahoma, Verdana;
}

small
{
	font-size : 11px;
}

/* Styles for Classes */

.tblNav
{
	background : #f96 url(../images/navbg.gif) repeat-x top left;
	border : 1px solid #302D24;
}

.tblSearch
{
	background-color : #48443B;
	border : 1px solid #302D24;
}

.scrollbg
{
	background : #fff url(../images/scrollbg.gif) repeat-x top left;
	height : 20px;
}

.head
{
	font : bold 15px Arial, Tahoma, Verdana;
	text-transform : uppercase;
}

.subhead
{
	font : bold 14px Arial, Tahoma, Verdana;
}

.hline
{
	border-bottom : 1px #c63 solid;
	padding-bottom : 2px;
	margin-bottom : 10px;
}

.hline1
{
	border-bottom : 1px #222 solid;
	padding-bottom : 2px;
	margin-bottom : 10px;
}

.nav
{
	padding : 5 0 5 0px;
}

.bred
{
	font-size: 10px;
	color : #fff;
	padding : 1 10 0 10px;
}

.small
{
	font-size: 10px;
}

.red
{
	color : #c33;
}

.orange
{
	color : #c63;
}

.white
{
	color : #fff;
}

.footer
{
	background-color : #48443B;
	padding : 10px;
}

/* Styles for Links */

a:link, a:active, a:visited
{
	color : #48443B;
	text-decoration : underline;
}

a:hover
{
	color : #c33;
	text-decoration : none;
}

a.navlink:link, a.navlink:visited
{
	font-weight : bold;
	color : #fff;
	background : url(../images/arrowwhite.gif) no-repeat 13px 4px;
	padding-left : 26px;
	text-decoration : none;
}

a.navlink:hover, a.navlink:active, a.navlink:focus
{
	color : #fff;
	background : url(../images/arrowwhite.gif) no-repeat 14px 4px;
	padding-left : 26px;
	text-decoration : none;
}

a.bulletlink:link, a.bulletlink:active, a.bulletlink:visited
{
	background : #fff url(../images/arrowbox.gif) no-repeat 0px 4px;
	padding-left : 15px;
}

a.bulletlink:hover
{
	background : #fff url(../images/arrowbox.gif) no-repeat 0px 4px;
	padding-left : 15px;
}

a.yellowlink:link, a.yellowlink:active, a.yellowlink:visited
{
	color : #ff0;
	text-decoration : underline;
}

a.yellowlink:hover
{
	color : #ff0;
	text-decoration : none;
}

a.whitelink:link, a.whitelink:active, a.whitelink:visited
{
	color : #fff;
}

a.whitelink:hover
{
	color : #fff;
}

a.nou:link, a.nou:active, a.nou:visited, a.nou:hover
{
	text-decoration : none;
}

/* Styles for Form Properties */

form
{
	margin : 0;
}

input, select, textarea
{
	font : 12px Arial, Tahoma, Verdana;
}

.input1
{
	color : #fff;
	background-color : #302D24;
	border : 1px solid #000;
}

.btn
{
	color : #fff;
	background : #7E786C url(../images/btnbg.gif) repeat-x top left;
	border : 1px solid #000;
}




/* style for images */

.imgR

{
	float: right;
}

hr
{
	height: 1px;
	color: #dfdddc;
	border: none;
	background-color: #dfdddc;
}


/* =Table
------------------------------------------------------------------ */

table.dataTable
{
	padding: 5px;
	border: 1px #ee8855 solid;
	border-collapse: collapse;


}
table.dataTable tr td
{
	padding: 5px;


}

table.dataTable tr.rowtitle td
{
	font-weight: bold;
	background-color: #cc6633;
	color: #fff;
}

table.dataTable tr.row td
{
	background-color: #fceae1;


}
