﻿img
{
	border: none;
}
a
{
	font-size: 12px;
	font-family: Verdana;
	outline: none;
}

a.headerLink, a:visited.headerLink
{
	color: #9c9c9c;
	text-decoration: none;
	color: White;
	font-size: 11px;
	font-weight: bold;
}

a:hover.headerLink, a:active.headerLink
{
	color: yellow;
	text-decoration: none;
	border-bottom: 1px #ffcc33 dotted;
	font-size: 11px;
	font-weight: bold;
}

.Links
{
	color: Navy;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
}

.Label
{
	/*	color:Navy; 	text-decoration:none; 	font-weight:bold; 	width: 100%; */
	height: 30px;
	margin: 15px 0 0px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: navy;
	text-align: center;
}

.bgImage
{
	background: url(Images/contentbackground.jpg);
}

.HeaderTitle
{
	color: #9c9c9c;
	text-decoration: none;
	color: White;
	font-size: 32px;
	font-weight: bold;
}

.code
{
	background: url(Images/bgcode.gif);
	display: block;
	padding: 0px;
	margin: 0px;
}
.tableBlueBorder
{
	border-bottom-style: solid;
	border-bottom-color: Blue;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-left-color: Blue;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: Blue;
	border-right-width: 1px;
	border-top-style: solid;
	border-top-color: Blue;
	border-top-width: 1px;
}

.tdlabel
{
	font-family: Verdana;
	font-size: 11px;
}
.controlcap
{
	padding-left: 5px;
	padding-right: 5px;
	border-top: solid 1px #e5e5e5;
	background-color: #f5f5f5;
}

.MasterTopRight
{
	background: url(Images/bg.gif) repeat-x;
	background-position: left top;
}

.MasterTopLeft
{
	background: url(Images/topleft.gif);
	background-repeat: no-repeat;
}

.MasterLeft
{
	background: url(Images/bgmain.gif) no-repeat;
}

.MasterBottom
{
	background: url(Images/bgfooter.gif) repeat-x;
}
.Button
{
	cursor: hand;
	background-color: Transparent;
	border: solid 1px #E5E5E5;
}
.menubg
{
	background-image: url(Images/menuskin.jpg);
	background-repeat: repeat-x;
	background-color: transparent;
}
.btnNew
{
	background-image: url(./Images/EAdd.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: left center;
	text-align: left;
	padding-left: 20px;
	cursor: hand;
}
.btnEdit
{
	background-image: url(./Images/EEdit.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: left center;
	text-align: left;
	padding-left: 20px;
	cursor: hand;
}
.btnDelete
{
	background-image: url(./Images/EDelete.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: left center;
	text-align: left;
	padding-left: 20px;
	cursor: hand;
}
.btnSave
{
	background-image: url(./Images/ESave.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: left center;
	text-align: left;
	padding-left: 20px;
	cursor: hand;
}
.btnUndo
{
	background-image: url(./Images/EUndo.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: left center;
	text-align: left;
	padding-left: 20px;
	cursor: hand;
}
.btnFind
{
	background-image: url(./Images/EFind.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: left center;
	text-align: left;
	padding-left: 20px;
	cursor: hand;
}
.btnClose
{
	background-image: url(./Images/EClose.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: left center;
	text-align: left;
	padding-left: 20px;
	cursor: hand;
}

.btnDNew
{
	background-image: url(./Images/DAdd.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: left center;
	text-align: left;
	padding-left: 20px;
}
.btnDEdit
{
	background-image: url(./Images/DEdit.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: left center;
	text-align: left;
	padding-left: 20px;
}
.btnDDelete
{
	background-image: url(./Images/DDelete.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: left center;
	text-align: left;
	padding-left: 20px;
}
.btnDSave
{
	background-image: url(./Images/DSave.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: left center;
	text-align: left;
	padding-left: 20px;
}
.btnDUndo
{
	background-image: url(./Images/DUndo.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: left center;
	text-align: left;
	padding-left: 20px;
}
.btnDFind
{
	background-image: url(./Images/DFind.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: left center;
	text-align: left;
	padding-left: 20px;
}
.btnDClose
{
	background-image: url(./Images/DClose.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: left center;
	text-align: left;
	padding-left: 20px;
}
.error
{
	background-image: url(./Images/error.png);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: left center;
	text-align: left;
	padding-left: 15px;
	margin-left: 5px;
}
.content
{
	margin-left: 4px;
	text-align: left;
	display: none; /*font-family:verdana; 	font-size:11px;*/
	font-weight: bold;
	padding: 5px;
	background: #999999;
	color: White;
	z-index: 2000;
	width: 200px; /*filter:progid:DXImageTransform.Microsoft.Shadow(color='gray', Direction=135, Strength=4);*/
}

.search
{
	background-image: url(Images/search.jpg);
	background-position: left;
	background-repeat: no-repeat;
	display: block;
	padding: 0px;
	margin: 0px;
	cursor: hand;
}

.RptHeader
{
	font-family: Verdana;
	font-size: medium;
	background-color: #E5ECF9;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: Navy;
}

.RptFooter
{
	font-family: Verdana;
	font-size: medium;
	background-color: #E5ECF9;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: Navy;
}


.RptIHeader
{
	font-family: Verdana;
	font-size: medium;
}

.RptDetailH
{
	color: Navy;
	text-align: left;
	font-family: Verdana;
	font-size: smaller;
	width: 10%;
}

.RptDetail
{
	text-align: left;
	font-family: Verdana;
	font-size: smaller;
	width: 90%;
}

.RptLink
{
	text-align: left;
	font-family: Verdana;
	font-size: small;
	width: 90%;
	color: Blue;
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
	position: relative;
}

.TreeMenuHover
{
	text-decoration: underline;
}

.FindBack
{
	background-image: url(Images/jigs.png);
	background-repeat: repeat;
}


/*----------------------------------------------*/

body
{
	margin: 15px 0px 0px 0px;
	background-image: url(images/pagebg.gif);
	background-repeat: repeat-x;
	background-color: #5f8da7;
	font-family: Arial, Helvetica, sans-serif;
}
.main-cnt td
{
	padding: 0 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.form-cnt td
{
	padding: 2px 10px 2px 10px;
	font-size: 12px;
	color: #333333;
	height: 11px;
}

.MYTABLE td
{
	padding-left: 10px;
	padding-bottom: 2px;
	padding-right: 0px;
	padding-top: 0px;
	font-size: 12px;
	color: #333333;
	height: 11px;
}

.MyTD
{
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	font-size: 12px;
	color: #333333;
	height: 11px;
}

.form-title
{
	font-size: 18px;
	color: #1b3c4e;
	padding: 0 0 0 5px;
}
.gray-border3
{
	border-right: #dfdede 1px solid;
	border-top: #dfdede 0px solid;
	border-left: #dfdede 1px solid;
	border-bottom: #dfdede 1px solid;
}
.leftnav-bg
{
	background-image: url(images/leftnav_innerrecbg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	padding: 0 0 0 10px;
}
.leftnav
{
	font-weight: bold;
	font-size: 12px;
	color: #333333;
	line-height: 22px;
}
.leftnav li
{
	list-style-image: url(images/arrow.gif);
	margin: 0 0 0 -20px;
	font-weight: bold;
	font-size: 12px;
	color: #333333;
	line-height: 22px;
}
.leftnav a
{
	text-decoration: none;
	color: #333333;
}
.leftnav a:hover
{
	text-decoration: none;
	color: #3f6981;
}

.admin-name
{
	font-weight: bold;
	font-size: 24px;
	color: #333333;
	text-transform: uppercase;
}

.normal-text
{
	font-size: 12px;
	color: #333333;
	text-align: justify;
	line-height: 18px;
}
.bigger-text
{
	font-size: 18px;
	color: #333333;
	line-height: 24px;
}
.footer-text
{
	font-size: 12px;
	color: #858080;
	line-height: 18px;
}
.footer-text a
{
	text-decoration: none;
	color: #858080;
}
.footer-text a:hover
{
	text-decoration: none;
	color: #3f6981;
}

.header-text
{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px 10px;
}
.header-text a
{
	text-decoration: none;
	color: #FFFFFF;
}
.header-text a:hover
{
	text-decoration: none;
	color: #5f8da7;
}
.delete-heading
{
	font-size: 18px;
	color: #da261d;
}

/* bread crumb start */

.breadcrumb
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #99b0bc;
	margin: 0 0 0 15px;
}

.breadcrumb a
{
	color: #99b0bc;
	text-decoration: none;
}

.breadcrumb a:visited, .breadcrumb a:active
{
	color: #555555;
	text-decoration: underline;
}

.breadcrumb a:hover
{
	text-decoration: underline;
}

/* bread crumb  end */

.TextInput
{
	border-right: #bbb 1px solid;
	border-top: #bbb 2px solid;
	border-left: #bbb 1px solid;
	border-bottom: #ddd 1px solid;
	font-size: 11px;
	color: #000033;
	background: #f7fcfd;
	font-family: Verdana;
}

.InputFull
{
	border-right: #bbb 1px solid;
	border-top: #bbb 2px solid;
	border-left: #bbb 1px solid;
	border-bottom: #ddd 1px solid;
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	background: #f7fcfd;
	height: 22px;
	width: 650px;
	padding-left: 5px;
}
.InputHalf
{
	border-right: #bbb 1px solid;
	border-top: #bbb 2px solid;
	border-left: #bbb 1px solid;
	border-bottom: #ddd 1px solid;
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	background: #f7fcfd;
	height: 22px;
	width: 300px;
	padding-left: 5px;
}
.LoopListing
{
	font-size: 12px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
.TableHeader
{
	font-size: 14px;
	color: #1076bd;
	font-family: Arial, Helvetica, sans-serif;
}
.errmsg
{
	font-size: 10px;
	color: #ff0000;
	font-family: Verdana, sans-serif, Helvetica, Arial;
}

.inn-cnt td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #234456;
	font-weight: bold;
	background: url(images/sub-hdbg.gif) left top no-repeat #efefef;
	border-bottom: 1px solid #e0e0e0;
	padding: 0 0 0 10px;
	line-height: 26px;
	margin: 0 0 10px 0;
}

a
{
	text-decoration: none;
	color: #333333;
}
a:hover
{
	text-decoration: none;
	color: #3f6981;
}

.headerStripLeft
{
	background-image: url(images/header_strip1_left.gif);
	height: 38px;
	width: 8px;
}
.headerStripRight
{
	background-image: url(images/header_strip1_right.gif);
	height: 38px;
	width: 8px;
}
.header
{
	background-image: url(images/header_strip1_bg.gif);
}
.HeaderMiddel
{
	background-image: url(images/header_strip2_bg.gif);
	height: 80px;
}
.HeaderLogo
{
	background-image: url(images/logo.gif);
	width: 153px;
	height: 72px;
}
.HeaderBottom
{
	background-image: url(images/header_strip3_bg.gif);
	height: 33px;
}
.NavigationHead
{
	background-image: url(images/header_selecttopic.gif);
	width: 202px;
	height: 39px;
}
.NavigationBottom
{
	background-image: url(images/leftnav_recbottom.gif);
	width: 202px;
	height: 8px;
}
.NavigationMiddle
{
	background-image: url(images/leftnav_recbg.gif);
	width: 202px;
}
.BottomHR
{
	background-image: url(images/blank.gif);
	width: 930px;
}



.FindTD
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
}
.kGridMouseOverItem
{
	/*	font-size: 8pt; 	font-weight: 500;*/
	cursor: hand;
	color: Maroon;
	font-family: Verdana, Tahoma;
	background-color: HighlightTxt; /*height: 20px; */
}
/*-----------*/

.innerDilogDiv
{
	text-align: center;
	visibility: hidden;
	border: 10px solid gray;
	background-color: white;
	z-index: 15000;
	position: absolute;
	padding: 5px 5px 5px 5px;
}
.outerDilogDiv
{
	text-align: center;
	visibility: hidden;
	top: 0px;
	left: 0px;
	z-index: 10000;
	left: 0px;
	position: absolute;
	top: 0px;
	background-color: #000000;
	filter: alpha(opacity=25);
	-moz-opacity: .25;
	opacity: .25;
}

