/* Styles for Tags */

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

td
{
	font: 12px/16px Arial, Tahoma, Verdana;
	color: #333;
}

table.TblNav
{
	border-collapse: collapse;
}

table.TblNav tr td.navbluebox
{
	padding: 0px;
	background: #BAD4EE;
	border-top: 1px #BAD4EE solid;
	border-bottom: 1px #BAD4EE solid;
}

table.TblNav tr td a
{
	font-size: 11px;
	color: #036;
	text-decoration: none;
	font-weight: bold;
}

table.TblNav tr td a:hover
{
	font-size: 11px;
	color: #C00;
	text-decoration: underline;
}

table.TblNav tr td.navsubbluebox
{
	padding: 0px;
	background: #D8E7F5;
	border-top: 1px #BAD4EE solid;
	border-bottom: 1px #BAD4EE solid;
}

table.TblNav tr td.navsubbox
{
	padding: 3 5 3 5px;
	background: #F5F5F5;
	border-top: 1px #BAD4EE solid;
	border-bottom: 1px #BAD4EE solid;
}

table.TblNav tr td.navsubbox a
{
	font-size: 11px;
	color: #036;
	text-decoration: none;
	font-weight: normal;
}

table.TblNav tr td.navsubbox a:hover
{
	font-size: 11px;
	color: #C00;
	text-decoration: underline;
}

table.TblNav tr td
{
	padding: 3 5 3 5px;
	background: #E4EEF8;
	border-top: 1px #BAD4EE solid;
	border-bottom: 1px #BAD4EE solid;
}

table.TblNav tr td.noborder, .noborder
{
	border: none;
	border: !important;
}

table.TblNav tr td.nobg, .nobg
{
	background: none;
	background: !important;
}

table.TblBlueBox
{
	border-collapse: collapse;
}

table.TblBlueBox tr th
{
	font: 18px Arial, Tahoma, Verdana;
	color: #C00;
	background: #DCE9F6;
	text-align: left;
	border-top: 1px #BAD4EE solid;
	border-right: 1px #BAD4EE solid;
}

table.TblBlueBox tr th div
{
	padding-left: 5px;
}

table.TblBlueBox tr td
{
	background: #FFF;
	text-align: left;
	border: 1px #BAD4EE solid;
	border-bottom: 2px #BAD4EE solid;
	border-top: none;
	padding: 5 10 5 10px;
}

table.TblBlueBox tr th.noborder
{
	border: none;
	border: !important;
}

table.TblGreyBox
{
	border-collapse: collapse;
}

table.TblGreyBox tr th
{
	font: 18px Arial, Tahoma, Verdana;
	color: #333;
	background: #D4D4D4;
	text-align: left;
	border-top: 1px #B7B7B7 solid;
	border-right: 1px #B7B7B7 solid;
}

table.TblGreyBox tr th div
{
	padding-left: 5px;
}

table.TblGreyBox tr td
{
	border: 1px #B7B7B7 solid;
	border-bottom: 2px #B7B7B7 solid;
	border-top: none;
	padding: 5 10 5 10px;
}

table.TblGreyBox tr th.noborder
{
	border: none;
	border: !important;
}

ul.redBullet, ul.redBullet1, ul.blueBullet
{
	margin: auto;
}

ul.redBullet li
{
	list-style-image: url(../images/redBullet.gif);
	padding-bottom: 5px;
	margin-left: -22px;
}

ul.redBullet1 li
{
	list-style-image: url(../images/redBullet.gif);
	padding-bottom: 5px;
}

ul.blueBullet li
{
	list-style-image: url(../images/blueBullet.gif);
	padding-bottom: 5px;
	margin-left: -22px;
}

hr
{
	clear: both;
	height: 1px;
	size: 1px;
}

/* Styles for Classes */

.head
{
	font-size: 18px;
	line-height: 22px;
	padding-bottom: 5px;
}

.headadmin
{
	font: bold 14px Arial;
	color: #666666;
}


.red1
{
	color: #C00;
}

.grey
{
	color: #333;
}

.white
{
	color: #FFF;
}

.small
{
	font-size: 11px;
}

/* Styles for Links */

a:link, a:active, a:visited
{
	color: #06C;
	text-decoration: underline;
}

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

a.whitelink:link, a.whitelink:active, a.whitelink:visited
{
	font-size: 11px;
	color: #fff;
}

a.whitelink:hover
{
	font-size: 11px;
	color: #fff;
}

a.greylink:link, a.greylink:active, a.greylink:visited
{
	color: #666;
}

a.greylink:hover
{
	color: #666;
}

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

/* Styles for Form Properties */

form
{
	margin: 0px;
}

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

textarea
{
	font: 12px Arial, Tahoma, Verdana;
	overflow: auto;
}

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

/* Styles for Table*/

.dataTable
{
	border: 1px #CCCCCC solid;
	clear: both;
}

tr.rowtitle td
{
	font-weight: bold;
	color: #FFFFFF;
	background: #CC0000;
	border-top: 1px #FFFFFF solid;
	border-bottom: 1px #FFFFFF solid;
}

tr.row1 td
{
	background: #EEEEEE;
	border-top: 1px #FFFFFF solid;
	border-bottom: 1px #FFFFFF solid;
}

tr.row2 td
{
	background: #FFFFFF;
	border-top: 1px #FFFFFF solid;
	border-bottom: 1px #FFFFFF solid;
}


/* Styles for Button*/

.btn
{
	font: bold 11px Tahoma, Verdana, Arial;
	border: 1px #FFFFFF outset;
	background: #CCCCCC;
	height: 18px;
}

select
{
	font: 11px Tahoma, Verdana, Arial;
}

select.nepali, input.nepali, textarea.nepali
{
	font: 12px "PCS NEPAL";
}

textarea
{
	font: 11px Tahoma, Verdana, Arial;
	overflow: auto;
	border: 1px #CCCCCC solid;
}

.noborder
{
	border: none;
}

/* For Images*/

.imgL
{
	float: left;
	padding: 0 10 0 0px;
}

.imgR
{
	float: right;
	padding: 0 10 0 10px;
}
