/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: x-small;
	margin: 0px;
	word-spacing: normal;
	text-transform: none;
	font-family: Tahoma, Verdana;
	letter-spacing: normal;
	background-color: White;
	SCROLLBAR-FACE-COLOR: #A3A3A3;
	SCROLLBAR-HIGHLIGHT-COLOR: #CCCCCC;
	SCROLLBAR-SHADOW-COLOR: #CCCCCC;
	SCROLLBAR-3DLIGHT-COLOR: #CCCCCC;
	SCROLLBAR-ARROW-COLOR: #000000;
	SCROLLBAR-TRACK-COLOR: #CCCCCC;
	SCROLLBAR-DARKSHADOW-COLOR: #797979;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	crimson;
	}	
		
A:hover
{
	color: crimson;
	text-decoration: none;
}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	font-family: Tahoma;
	font-weight: bold;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 0px;
	}

table 
{
	font-family: Tahoma;
	font-size: x-small;	
}	

.tbl
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	font-size: x-small;
	border-left: gray 1px solid;
	color: dimgray;
	border-bottom: gray 1px solid;
	font-family: Tahoma;
	background-color: whitesmoke;
}

.tbl_text
{
	font-size: x-small;
	color: dimgray;
	font-family: Tahoma;
}

.tbl_preview
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	font-size: x-small;
	border-left: gray 1px solid;
	color: dimgray;
	border-bottom: gray 1px solid;
	font-family: 'Times New Roman';
	background-color: whitesmoke;
}

.heading
{
	font-weight: bold;
	color: dimgray;
}

.ddl
{
	font-size: x-small;
	font-family: Tahoma;
}
.bld
{
	border-top-width: thin;
	font-weight: bold;
	border-left-width: thin;
	font-size: 11px;
	/*background-image: url(images/bg_test.jpg);*/
	color: white;
	border-bottom: gray 1px solid;
	background-repeat: repeat-x;
	font-family: Tahoma;
	background-color: #206BAF;
	border-right-width: thin;
	height: 22px;
}

.btn
{
	/*border-right: gray 1px solid;
	border-top: gray 1px solid;
	font-size: x-small;
	background-image: url(images/bg_test.jpg);
	border-left: gray 1px solid;
	color: #ffffff;
	border-bottom: gray 1px solid;
	background-repeat: repeat-x;
	font-family: Tahoma;*/
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #05346C;
	border: 1px inset #000000;
	background-image:  url(images/BUTTONBG.jpg);
}

.btn_inset
{
	border-right: gray 1px groove;
	border-top: gray 1px groove;
	font-size: x-small;
	background-image: url(images/bg_test_2.jpg);
	border-left: gray 1px groove;
	border-bottom: gray 1px groove;
	background-repeat: repeat-x;
	font-family: Tahoma;
}

.btnSmall
{
	border-right: darkgray 1px inset;
	border-top: darkgray 1px inset;
	font-weight: bold;
	font-size: xx-small;
	background-image: url(images/btn.jpg);
	border-left: darkgray 1px inset;
	width: 40px;
	color: #05346c;
	border-bottom: darkgray 1px inset;
	font-family: Tahoma;
	height: 15px;
}

.btn_small 
{
	font-family: Tahoma;
	font-size: xx-small;	
}

.txt
{
	font-family: Tahoma;
	font-size: x-small;
	border: 1px solid #4D6185;
}

.txtNote
{
	font-size: 12px;
	color: gray;
	font-family: Tahoma;
}

hr 
{
	border-left-style: solid;
	border-bottom-style: dashed;
	border-right-style: solid;
	border-top-style: dashed;
	border-bottom-color: Blue;
	border-top-color: Silver;
	border-left-color: Gray;
	border-right-color: Silver;
}
.dg
{
	font-size: x-small;
	font-family: Tahoma;
}
.dg_preview
{
	font-size: 14px;
	font-family: 'Times New Roman' , Tahoma;
}
.title {
	font-family:Arial;
	font-size: 13px;
	letter-spacing: 0px;
	color: #FF9900;
	font-weight: bold;
	text-transform: capitalize;
}

.headerTable
{
	border-right: gray 1px solid;
	padding-right: 2px;
	border-top: whitesmoke 1px solid;
	padding-left: 2px;
	font-weight: bold;
	font-size: medium;
	background-image: url(images/header.jpg);
	padding-bottom: 2px;
	border-left: whitesmoke 1px solid;
	color: dimgray;
	padding-top: 2px;
	border-bottom: gray 1px solid;
	background-repeat: repeat-x;
	font-family: 'Microsoft Sans Serif' , tahoma;
	text-align: center;
}

.headerTable_2
{
	border-right: gray 1px solid;
	padding-right: 5px;
	border-top: whitesmoke 1px solid;
	padding-left: 5px;
	background-image: url(images/header_2.jpg);
	padding-bottom: 5px;
	border-left: whitesmoke 1px solid;
	color: dimgray;
	padding-top: 5px;
	border-bottom: gray 1px solid;
	background-repeat: repeat-x;
	font-family: 'Microsoft Sans Serif' , tahoma;
	background-color: whitesmoke;
}

.footer {
font-family:Arial;
font-size: 11px; 
letter-spacing: 1px;
}

.signature:link {
	font-family:Arial;
	font-size: 10px;
	letter-spacing: 1px;
	color: #FFCC00;
	font-weight: 500;
	text-decoration: none;
}
.signature:visited {
font-family:Arial;
font-size: 10px; 
letter-spacing: 1px;
}
.signature:hover {
font-family:Arial;
font-size: 10px; 
letter-spacing: 1px;
}

.signature:active {
font-family:Arial;
font-size: 10px; 
letter-spacing: 1px;
}

.inputBox {
	height:23px;
	font-size:11px;
	font-family:tahoma;
	border-style:groove;
	letter-spacing: 1px;
}

.buttonLabel {
height:23px;
font-size:11px;
font-family:tahoma;
letter-spacing:1px;
}

.headLink:link {
	font-family:Arial;
	font-size: 12px;
	color: #003399;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
}
.headLink:visited {
	font-family:Arial;
	font-size: 12px;
	color: #003399;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
}

.headLink:hover {
	font-family:Arial;
	font-size: 12px;
	color: #003399;
	font-weight: bold;
	text-decoration: underline;
	text-transform: capitalize;
}

.headLink:active {
	font-family:Arial;
	font-size: 12px;
	color: #003399;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
}
.text {
	font-family:Arial;
	font-size: 12px;
	color: #003366;
	font-weight: normal;
	text-decoration: none;
	text-transform: capitalize;
}
/* CSS Document ---
hr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #003366;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
*/
.float_image{
float:left;
}

td.login_head{
	font-family:verdana;
	font-size:13px;
	font-weight:900;
	border-style:groove;
	border-color:#003399;
	border-width:1px;
	background-color: #0066CC;
	color: #FFFFFF;
}

.lbl_text{
	font-family:tahoma;
	font-size:11px;
	font-weight:900;
	color: #006699;
}

.err_text2{
	font-family:tahoma;
	font-size:13px;
	font-weight:700;
	color: #DF0000;
}

.inputBox2 {
	height:16px;
	widows:200px;
	font-size:11px;
	font-family:tahoma;
	text-transform:uppercase;
	border-style:groove;
	letter-spacing: 0px;
	border-color:#999999;
	border-width:1px;
}

	.b-txt-yb   {color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; line-height:20px; text-decoration:none}    
	.b-txt-y    {color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: 100;  line-height:15px; text-decoration:none}    
	.w-txt-y    {color: #ffffff; font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: 100;  line-height:15px; text-decoration:none}
	.w-txt-yb   {color: #ffffff; font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; line-height:20px; text-decoration:none}
	
.BTitle{
	font-family:tahoma;
	font-size:19px;
	font-weight:bolder;
	color:#003399;
}

.txtHeaderE {
	font-family: Tahoma;
	font-size: 11px;
	color: #003399;
	font-weight: bolder;
	letter-spacing: 1px;
}

.hdr
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	font-weight: bold;
	font-size: x-small;
	border-left: gray 1px solid;
	color: dimgray;
	border-bottom: gray 1px solid;
	font-family: Tahoma;
	background-color: whitesmoke;
}

.hdr_preview
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	font-weight: bold;
	font-size: 15px;
	border-left: gray 1px solid;
	color: dimgray;
	border-bottom: gray 1px solid;
	font-family: 'Times New Roman';
	background-color: whitesmoke;
}

.err_msg
{
	font-weight: bold;
	font-size: 12px;
	text-transform: capitalize;
	color: red;
	font-family: tahoma;
	letter-spacing: 1px;
}

.contents
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.required
{
	background-position: left center;
	padding-left: 18px;
	background-image: url(images/ball.gif);
	margin-left: 10px;
	background-repeat: no-repeat;
	color: dimgray;
}

.incomplete
{
	background-position: left center;
	padding-left: 18px;
	background-image: url(images/ball.gif);
	background-repeat: no-repeat;
	color: dimgray;
}

.complete
{
	background-position: left center;
	padding-left: 18px;
	background-image: url(images/ball_green.gif);
	background-repeat: no-repeat;
	color: dimgray;
}

.whiteLink:link
{
	font-weight: bold;
	font-size: 12px;
	text-transform: capitalize;
	color: #ffffff;
	font-family: Arial;
	text-decoration: none;
}
.whiteLink:visited {
	font-family:Arial;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
}

.whiteLink:hover {
	font-family:Arial;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
	text-transform: capitalize;
}

.whiteLink:active {
	font-family:Arial;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
}

.tabs:link
{
	font-weight: bold;
	color: white;
	font-family: Verdana;
	font-size: 8pt;
	text-decoration: none;
}	
		
.tabs:visited	{	
	font-weight: bold;
	color: white;
	font-family: Verdana;
	font-size: 8pt;
	text-decoration: none;
	}	
		
.tabs:active	{	
	font-weight: bold;
	color: white;
	font-size: 8pt;
	font-family: Verdana;
	text-decoration: none;
	}	
		
.tabs:hover
{
	font-weight: bold;
	font-size: 8pt;
	color: gainsboro;
	font-family: Verdana;
	text-decoration: none;
}

.name
{
	text-transform: capitalize;
}

td.cell
{
	border-top-width: 1px;
	border-left-width: 1px;
	font-size: x-small;
	border-left-color: #003399;
	border-top-color: #003399;
	border-bottom: gray 1px dashed;
	font-family: tahoma;
	border-right-width: 1px;
	border-right-color: #003399;
}
/* ---------------------------------------- */

.bgb {  background-image: url(images/bgb2.gif); background-repeat: repeat-y; background-position: right top}
.leftline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.login {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CCCCCC;
}
.login_title {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
a.x {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
	font-weight: bold;
}
a.x:link {
	text-decoration: none;
	color: #FFCC00;
}
a.x:visited {
	text-decoration: none;
	color: #FFCC00;
}
a.x:active {
	text-decoration: none;
	color: #FFCC00;
}
a.x:hover {
	color: #FF9900;
}
a.y {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	font-weight: bold;
}
a.y:link {
	text-decoration: none;
	color: #CCCCCC;
}
a.y:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a.y:active {
	text-decoration: none;
	color: #CCCCCC;
}
.login input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
.BUTTON {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #05346C;
	border: 1px inset #000000;
	background-image:  url(images/BUTTONBG.jpg);
	font-weight: bold;
}
.br4 {	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #B10304;
	border-bottom-color: #B10304;
}
.menu {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.style2 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #B10101; }
.subtitle {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #05346C;
}
.title {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
}
.txtbx {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #05346C;
	background-color: #FBFDFF;
	border: 1px solid #4D6185;
}
.bt {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
a.x {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
a.y {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
a.y:hover {
	color: #000000;
}
.bodytxt {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #05346C;
}
.bt_br_dt {	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #05346C;
}
.style6 {color: #FFFFFF}
a.z {	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #B10103;
	text-decoration: none;
	font-weight: normal;
}
a.z:hover {
	color: #000066;
}
.PageSel
{
	background-position: center center;
	font-weight: bold;
	font-size: x-small;
	background-image: url(images/page2.gif);
	width: 26px;
	height: 30px;
	color: gray;
	line-height: 30px;
	background-repeat: no-repeat;
	font-family: Tahoma;
	text-align: center;
}

.PageNotSel:link
{
	BACKGROUND-POSITION: center center;
	background-repeat: no-repeat;
	color: gray;
	text-decoration: none;
	background-image: url(images/page.gif);
	height: 30px;
	width: 26px;
	text-align: center;
	line-height: 30px;
}	
		
.PageNotSel:visited	{	
	BACKGROUND-POSITION: center center;
	background-repeat: no-repeat;
	color: gray;
	text-decoration: none;
	background-image: url(images/page.gif);
	height: 30px;
	width: 26px;
	text-align: center;
	line-height: 30px;
	}	
		
.PageNotSel:active	{	
	BACKGROUND-POSITION: center center;
	background-repeat: no-repeat;
	color: gray;
	text-decoration: none;
	background-image: url(images/page.gif);
	height: 30px;
	width: 26px;
	text-align: center;
	line-height: 30px;
	}	
		
.PageNotSel:hover
{
	BACKGROUND-POSITION: center center;
	background-repeat: no-repeat;
	color: gray;
	text-decoration: none;
	background-image: url(images/page2.gif);
	height: 30px;
	width: 26px;
	text-align: center;
	line-height: 30px;
}
