/* Styles for Tags */

body
{
	margin: 0;
	font: 11px/16px Verdana, Tahoma, Arial;
	color: #000;
	background: #fff;
}

td
{
	/*font: 11px/16px Verdana, Tahoma, Arial;*/
	color: #000;
}

table.Tbl
{
	border-collapse: collapse;
}

table.Tbl tr.tdhead td
{
	font-weight: bold;
	color: #346A1E;
	background-color: #F5E6B0;
	border-top: 1px #346A1E dotted;
	border-bottom: 1px #346A1E dotted;
}

table.Tbl tr td
{
	background-color: #F2F2F2;
	border-bottom: 1px #aaa dotted;
}

table.Tbl tr.odd td
{
	background-color: #e5e5e5;
	border-bottom: 1px #aaa dotted;
}

table.Tbl tr.even td
{
	background-color: #F5F5F5;
	border-bottom: 1px #aaa dotted;
}

.row1 td
{
	background-color: #FFEED9;
	cursor: default;
}

.row2 td
{
	color: #000;
	background-color: #FFFCF9;
	cursor: default;
}

/* Styles for Classes */

.bannerbg
{
	background: url(../images/banner.gif) #34681E 0px 0px no-repeat;
	/*background: url(../images/bannerbg.gif) 0px 0px repeat-x;*/ /* Old Template Banner*/
}

.bannerpopupbg
{
	background: url(../images/bannerpopup.gif) #34681E 0px 0px no-repeat;
}

.leftbg
{
	background: url(../images/leftbg.gif) top right repeat-y;
	padding: 0 10px 0 10px;
}

.pagehead
{
	background: #FFDC5E;
	padding: 6px 5px 10px 20px;
}

.head
{
	font-size: 18px;
}

.head2
{
	font-size: 14px;
}

.navHead
{
	color: #390;
	background: url(../images/arrowanim1.gif) 0 6px no-repeat;
	padding: 0 0 3px 10px;
	margin: 10px 0 5px 0;
	border-bottom: 1px #3c0 solid;
	cursor: pointer;
	width: 183px;
}

.navHead1
{
	color: #390;
	background: url(../images/arrowanim.gif) 0 6px no-repeat;
	padding: 0 0 3px 10px;
	margin: 10px 0 5px 0;
	border-bottom: 1px #3c0 solid;
	cursor: pointer;
	width: 183px;
}

.navHeadBrown
{
	color: #960;
	background: url(../images/arrowanimbrown1.gif) 0 6px no-repeat;
	padding: 0 0 3px 10px;
	margin: 10px 0 5px 0;
	border-bottom: 1px #960 solid;
	cursor: pointer;
	width: 183px;
}

.navHeadBrown1
{
	color: #960;
	background: url(../images/arrowanimbrown.gif) 0 6px no-repeat;
	padding: 0 0 3px 10px;
	margin: 10px 0 5px 0;
	border-bottom: 1px #960 solid;
	cursor: pointer;
	width: 183px;
}

.navHeadEnd
{
	/*background: url(../images/navheadendbg.gif) left bottom repeat-x;*/
	margin: 0 0 5px 0;
	height: 15px;
}

div.viborContentsSmall, div.viborContentsSmall td
{
	font-size: 10px;
}

div.viborContentsNormal, div.viborContentsNormal td
{
	font-size: 11px;
}

div.viborContentsBig, div.viborContentsBig td
{
	font-size: 12px;
}

.breadcrumb
{
	font-size: 10px;
	color: #999;
	padding: 5px 0 5px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px #ccc solid;
}

.breadcrumb a
{
	font-size: 10px;
	color: #999;
}

.black
{
	color: #000;
}

.white
{
	color: #fff;
}

.gray
{
	color: #999;
}

.green
{
	color: #346A1E;
}

.footer
{
	font-size: 10px;
	background: #e4e4e4;
	border-top: 2px #b4b4b4 solid;
	padding: 10px 10px 20px 20px;
}

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

.small
{
	font-size: 10px;
}

.imgR
{

	float: right;
	padding: 5px 0 5px 10px;
}

/* Styles for Links */

a
{
	color: #34681E;
	text-decoration: none;
}

a:hover
{
	color: #34681E;
	text-decoration: underline;
}

a.whitelink:link, a.whitelink:active, a.whitelink:visited, a.whitelink:hover
{
	color: #fff;
	text-decoration: none;
}

a.menu:link, a.menu:active, a.menu:visited, a.menu:hover
{
	color: #fff;
	text-decoration: none;
}

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

a.navlink:link, a.navlink:active, a.navlink:visited
{
	background: url(../images/arrowanim1.gif) 0 4px no-repeat;
	padding: 0 0 0 10px;
}

a.navlink:hover
{
	background: url(../images/arrowanim.gif) 0 4px no-repeat;
	padding: 0 0 0 10px;
}

a.arrowlink:link, a.arrowlink:active, a.arrowlink:visited
{
	background: url(../images/arrow1.gif) 0 5px no-repeat;
	padding: 0 0 0 10px;
}

a.arrowlink:hover
{
	background: url(../images/arrow1.gif) 1px 5px no-repeat;
	padding: 0 0 0 10px;
}

a.arrowlinkbrown:link, a.arrowlinkbrown:active, a.arrowlinkbrown:visited
{
	color: #960;
	background: url(../images/arrow2.gif) 0 5px no-repeat;
	padding: 0 0 0 10px;
}

a.arrowlinkbrown:hover
{
	color: #960;
	background: url(../images/arrow2.gif) 1px 5px no-repeat;
	padding: 0 0 0 10px;
}

/* Styles for Form Properties */

input
{
	font-size: 11px;
	font-family: Verdana, Tahoma, Arial;
	color: #000;
	border: 1px solid #D1D1C1;
}

select
{
	font-size: 11px;
	font-family: Verdana, Tahoma, Arial;
	color: #000;
}

textarea
{
	font-size: 11px;
	font-family: Verdana, Tahoma, Arial;
	color: #000;
	border: 1px solid #D1D1C1;
	overflow: auto;
}

.btn
{
	font-weight: bold;
	border: 1px outset #fff;
	background-color: #297C00;
	color: #fff;
	padding: 2px 0 2px 0;
}

.btngray
{
	font-weight: bold;
	border: 1px outset #fff;
	background-color: #999;
	color: #fff;
	padding: 2px 0 2px 0;
}

.noborder
{
	border: none;
}

/*style for horizontal line*/

hr
{
	color: #ddd;
	size: 1px;
	height: 1px;
}


ul
{
	margin: 20px 0 0 20px;
}