﻿/* BASE TAGS */

html
{
	padding: 0px;
	margin: 0px;
	height: 100%;
}

body
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 8pt;
}

form
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #000000;
}


div#container
{
	width: 985px;
	margin: 0 auto;
	text-align: left;
	color: #000000;
}
div#header
{
	height: 175px;
	margin: 0;
	padding-left: 10px;
	background: url(  '../Images/master4/top.jpg' );
}
div#menu
{
	height: 26px;
	width: 900px;
	margin: 0;
	padding-left: 30px;
	position: relative;
	top: 116px;
	vertical-align: top;
}
div#user
{
	height: 14px;
	position: relative;
	top: -20px;
	left: 600px;
	width: 300px;
}
div#crumb
{
	height: 14px;
	padding-top: 0px;
	margin: 0;
}
.crumbText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #AD432E;
}
div#content
{
	margin: 0;
	padding: 0px;
	color: #006666;
	width: 100%;
}
div#footer
{
	background: url(    '../Images/master4/footer.gif' );
	clear: both;
	width: 985px;
	height: 77px;
	background-repeat: no-repeat;
}

/* OTHER TAGS */

/* -------------------------------- */
h1
{
	color: #000000;
	margin: 10px 0px 15px 0px;
	padding: 0px;
	font-size: 12pt;
	font-weight: bold;
}

h2
{
	border-color: #FFFFFF;
	color: #FFFFFF;
	margin: 14px 0px 10px 0px;
	padding: 4px;
	font-size: 8pt;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-color: #339966;
	border-top-style: solid;
	border-top-width: 1px;
}

h3
{
	border-width: 1px;
	border-color: #339966;
	color: #35556C;
	margin: 15px 0px 5px 0px;
	padding: 8px;
	font-size: 8pt;
	font-weight: bold;
	border-top-style: solid;
	border-bottom-style: solid;
}

/* TABLE */
.loginTable
{
	border-width: 1px;
	border-style: dashed;
	margin: 0px;
	padding: 4px;
	background-color: #FFFF99;
	width: 100%;
}

/* P */
p
{
	margin: 0px;
	padding: 0px;
	margin-top: 8px;
	font-size: 8pt;
	color: #000000;
}

ul
{
	color: #0000FF;
	margin-top: 10px;
	margin-left: 0px;
}

li
{
	list-style-type: disc;
	margin-top: 4px;
	margin-left: 2px;
	padding-left: 0px;
	padding-right: 4px;
	padding-bottom: 4px;
	font-size: 8pt;
	color: #006666;
}

.dt
{
	padding: 4px;
	margin-left: 4px;
	margin-top: 6px;
	font-size: 8pt;
	font-family: Verdana, Helvetica, Arial;
	background-color: #FFFFFF;
	font-weight: bold;
}

dd
{
	margin-left: 26px;
	padding: 2px;
	margin-top: 2px;
	font-size: 8pt;
	font-family: Verdana, Helvetica, Arial;
}


/* DIV */

/* SPAN */

/* A */
a
{
	color: #034894;
	cursor: pointer;
	font-size: 8pt;
	font-weight: normal;
}

a.LinkButton
{
	color: #034894;
	text-decoration: underline;
	font-size: 8pt;
	font-weight: normal;
}

/* -------------------- Custom Classes ------------------*/
.highlight
{
	background-color: #93FF93;
}

/* text formating for labels and textboxes */
.msgText
{
	margin: 2px;
	padding: 0px;
	margin-top: 0px;
	font-size: 8pt;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #006666;
	text-align: center;
	vertical-align: middle;
	background-color: #CCFFCC;
}

.infoText
{
	margin: 2px;
	padding: 0px;
	margin-top: 0px;
	font-size: 8pt;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #3366FF;
}

.criteriaEdit
{
	margin: 2px;
	padding: 0px;
	margin-top: 0px;
	font-size: 8pt;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #000000;
}

.criteriaReadOnly
{
	margin: 2px;
	padding: 0px;
	margin-top: 0px;
}

.mainTable
{
	margin: 0px;
	padding: 0px; /*6px 8px 6px 8px;*/
	width: 100%;
	background-color: #FFFFFF;
}

/* TD - TR*/
.criteriaTable
{
	font-size: 8pt;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 0px; /*6px 8px 6px 8px;*/ /*width: 700px;*/
	width: 100%;
	color: #000000;
}

.infoTable
{
	margin: 0px;
	padding: 0px; /*6px 8px 6px 8px;*/
	width: 100%;
}

.tdEmpty
{
	width: 8px;
	background-color: #FFFFFF;
}

.trEmpty
{
	height: 6px;
	background-color: #FFFFFF;
}

.HeaderInfo
{
	border-color: #FFFFFF;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 8pt;
	color: #FFFF66; /*text-align: center;*/ /*font-weight: bold;*/
	border-left-style: solid;
	border-left-width: 1px;
	padding-left: 10px;
	padding-right: 10px;
}

.Copyright
{
	font-size: 8pt;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #333333;
	margin-top: 2px;
	margin-bottom: 2px;
}


.imgButton
{
	cursor: pointer;
	width: 20px;
	height: 20px;
	margin-right: 4px;
	margin-left: 4px;
}

.helpButton
{
	font-size: 8pt;
	font-family: Verdana, Helvetica, Arial;
	font-weight: bold;
	cursor: pointer;
	color: #FFFF00;
	vertical-align: middle;
}

/* UTILITIES */

/* OTHER */

/*......... gridview ..............*/

.gvStyle
{
	color: #003366;
	background-color: #FFFFFF;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 8pt;
}

.gvHeaderStyle
{
	border: 1px solid #C0C0C0;
	color: #003399;
	font-size: 8pt;
	font-weight: normal;
	background-image: url(  '../Images/bg/bg8.gif' );
	vertical-align: top;
	text-align: left;
}

.gvFooterStyle
{
	color: #FFFFFF;
	background-image: url(         '../Images/bg/bg5.jpg' );
	font-size: 8pt;
}

.gvPagerStyle
{
	color: #000000;
	font-weight: bold;
	font-size: 8pt;
	background-image: url(         '../Images/bg/bg4.jpg' );
}

.gvSelectedRowStyle
{
	background-color: #D1DDF1;
	color: #333333;
	font-size: 8pt;
}

.gvRowStyle
{
	background-color: #FFFFFF;
	font-size: 8pt;
}
.gvAlternatingRowStyle
{
	background-color: #FAFAF8;
	font-size: 8pt;
}
.gvEditRowStyle
{
	background-color: #B7EED3;
	font-size: 8pt;
}

/*........ button M  ...............*/
.btnNormalM
{
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: bold;
	background-image: url(         '../Images/btn/btnMenuN.png' );
	margin-bottom: 0px;
	border-width: 0;
}

.btnHoverM
{
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: bold;
	background-image: url(        '../Images/btn/btnMenuH.png' );
	cursor: pointer;
	margin-bottom: 0px;
	border-width: 0;
}

.btnDisableM
{
	color: #666666;
	font-size: 8pt;
	font-weight: bold;
	background-image: url(        '../Images/btn/btnMenuD.png' );
	border-width: 0;
}

/*........ button B  ...............*/
.btnNormalB
{
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: bold;
	background-image: url(  '../Images/btn/btnBlueN.png' );
	margin-bottom: 0px;
	border-width: 0;
}

.btnHoverB
{
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: bold;
	background-image: url(  '../Images/btn/btnBlueH.png' );
	background-repeat: no-repeat;
	cursor: pointer;
	margin-bottom: 0px;
	border-width: 0;
}

.btnDisableB
{
	color: #666666; 
	font-size: 8pt;
	font-weight: bold; 
	background-image: url(        '../Images/btn/btnBlueD.png' );
	background-repeat: no-repeat;
	border-width: 0;
}

/*........ button G ...............*/
.btnNormalG
{
	color: #000000; 
	font-size: 8pt;
	font-weight: bold; 
	background-image: url(        '../Images/btn/btnCyanN.png' );
	background-repeat: no-repeat;
	margin-bottom: 0px;
	border-width: 0;
}

.btnHoverG
{
	color: #000000; 
	font-size: 8pt;
	font-weight: bold; /*height: 35px; 	width: 125px;*/
	background-image: url(        '../Images/btn/btnCyanH.png' );
	cursor: pointer;
	margin-bottom: 0px;
	border-width: 0;
}

.btnDisableG
{
	color: #666666; 
	font-size: 8pt;
	font-weight: bold; 
	background-image: url(        '../Images/btn/btnCyanD.png' );
	border-width: 0;
}
