﻿
@media screen, print  {
	@page thin:first { size: 3in 8in }
	@page {
		counter-increment: pages;
		border-style : dotted dotted dotted dotted;
		border : thin;
		@bottom{font-family: Times, Palatino, serif;
		      font-size: 80%;
		      font-weight: normal;
		      text-align: center;
		      content: "Page " counter(pages);
		  }
	}
}

BODY
{
	
	background-color:#ffffff;
	background-position : left;
	background-repeat : repeat;
	color: #055401;
    font-family:Verdana;
    font-size:10pt;
}
table.style1
{
    background-color:#F7F6F3;
	background-position : left;
	background-repeat : repeat;
	border-color :#E6E2D8;
	border-style :solid;
	border-width:1px;
    font-family:Verdana;
    font-size:10pt;
    }

P
{
    FONT-SIZE: 11px;
    COLOR: #000000;
    font-family: Tahoma,Verdana, Century Gothic, Geneve, Arial, Helvetica, sans-serif;
}
BR
{
    FONT-SIZE: 11px;
    COLOR: #000000;
    font-family: Tahoma,Verdana, Century Gothic, Geneve, Arial, Helvetica, sans-serif;
}
TD
{
    COLOR: #000000;
    font-family: Tahoma,Verdana, Century Gothic, Geneve, Arial, Helvetica, sans-serif;
}
LI
{
    FONT-SIZE: 11px;
    COLOR: #000000;
    font-family: Tahoma,Verdana, Century Gothic, Geneve, Arial, Helvetica, sans-serif;
}
H1
{
    FONT-SIZE: 20px;
    COLOR: #000000;
    font-family: Tahoma,Verdana, Century Gothic, Geneve, Arial, Helvetica, sans-serif;
}
H2
{
    FONT-SIZE: 11px;
    COLOR: #000000;
    font-family: Tahoma,Verdana, Century Gothic, Geneve, Arial, Helvetica, sans-serif;
}
H3
{
    FONT-SIZE: 11px;
    COLOR: #000000;
    font-family: Tahoma,Verdana, Century Gothic, Geneve, Arial, Helvetica, sans-serif;
}
H4
{
    FONT-SIZE: 11px;
    COLOR: #000000;
    font-family: Tahoma,Verdana, Century Gothic, Geneve, Arial, Helvetica, sans-serif;
}
H5
{
    FONT-SIZE: 11px;
    COLOR: #000000;
    font-family: Tahoma,Verdana, Century Gothic, Geneve, Arial, Helvetica, sans-serif;
}
H6
{
    FONT-SIZE: 11px;
    COLOR: #000000;
    font-family: Tahoma,Verdana, Century Gothic, Geneve, Arial, Helvetica, sans-serif;
}
HR
{
    HEIGHT: 1px
}
FORM
{
    MARGIN-TOP: 0px;
    MARGIN-BOTTOM: 0px
}
TEXTAREA
{
    FONT-SIZE: 12px;
    BACKGROUND-COLOR: #ffffff
}
SELECT
{
    font-family:Verdana;
    	font-size:10pt;
}
option
{
	font-family:Verdana;
    	font-size:10pt;
}
.textbox
{
    BORDER-RIGHT: #a0a0a0 1px solid;
    BORDER-TOP: #a0a0a0 1px solid;
    FONT-SIZE: 12px;
    BORDER-LEFT: #a0a0a0 1px solid;
    BORDER-BOTTOM: #a0a0a0 1px solid
}
.textDisable
{
    BORDER-RIGHT: #a0a0a0 1px solid;
    BORDER-TOP: #a0a0a0 1px solid;
    FONT-SIZE: 12px;
    COLOR : Gray ;
    background-color:White;  
    BORDER-LEFT: #a0a0a0 1px solid;
    BORDER-BOTTOM: #a0a0a0 1px solid
    
}
input
{
	font-family:Verdana;
    	font-size:10pt;

}
.input1
{
    BORDER-RIGHT: thin outset;
    BORDER-TOP: thin outset;
    BORDER-LEFT: thin outset;
    COLOR: #666666;
    BORDER-BOTTOM: thin outset;
    FONT-FAMILY: "MS Sans Serif"
}
.input2
{
    BORDER-RIGHT: 1px solid;
    BORDER-TOP: 1px solid;
    FONT-SIZE: 9px;
    BORDER-LEFT: 1px solid;
    COLOR: #000000;
    BORDER-BOTTOM: 1px solid;
    FONT-FAMILY: "MS Sans Serif"
}
.input3
{
    BORDER-RIGHT: 1px solid;
    BORDER-TOP: 1px solid;
    FONT-SIZE: 9px;
    BORDER-LEFT: 1px solid;
    COLOR: #000000;
    BORDER-BOTTOM: 1px solid;
    FONT-FAMILY: "MS Sans Serif";
    TEXT-ALIGN: right
}
.input4
{
    BORDER-RIGHT: thin outset;
    BORDER-TOP: thin outset;
    BORDER-LEFT: thin outset;
    COLOR: #666666;
    BORDER-BOTTOM: thin outset;
    FONT-FAMILY: "MS Sans Serif";
    TEXT-ALIGN: right
}
.input5
{
    FONT-FAMILY: "MS Sans Serif";
    TEXT-ALIGN: right
}
button.btn_style1
{
    background-color :#FFFBFF;
    border-color :#CCCCCC;
    border-style :solid;
    border-width:1px;
    color:#284775;
    cursor: hand;
    }
button.short_btn
{
    BACKGROUND-IMAGE: url(../images/button.gif);
    COLOR: Black;
    BACKGROUND-COLOR: transparent;
	width : 58px;
	height : 19px;
    BORDER-RIGHT: 0px none;
    BORDER-TOP: 0px none;
    BORDER-LEFT: 0px none;
    BORDER-BOTTOM: 0px none;
	vertical-align : middle;
	text-align : center;
	cursor : hand;
}
button.long_btn
{
    BACKGROUND-IMAGE: url(../images/button_long.gif);
    COLOR: Black;
    BACKGROUND-COLOR: transparent;
	width : 100px;
	height : 19px;
    BORDER-RIGHT: 0px none;
    BORDER-TOP: 0px none;
    BORDER-LEFT: 0px none;
    BORDER-BOTTOM: 0px none;
	vertical-align : middle;
	text-align : center;
	cursor : hand;
}
button.extra_long_btn
{
    BACKGROUND-IMAGE: url(../images/button_long_extra.gif);
    COLOR: Black;
    BACKGROUND-COLOR: transparent;
	width : 120px;
	height : 19px;
    BORDER-RIGHT: 0px none;
    BORDER-TOP: 0px none;
    BORDER-LEFT: 0px none;
    BORDER-BOTTOM: 0px none;
	vertical-align : middle;
	text-align : center;
	cursor : hand;
}
button.tab_selected_btn
{
    BACKGROUND-IMAGE: url(../images/tab_selected.gif);
    COLOR: #000000;
    BACKGROUND-COLOR: transparent;
	width : 166px;
	height : 22px;
    BORDER-RIGHT: 0px none;
    BORDER-TOP: 0px none;
    BORDER-LEFT: 0px none;
    BORDER-BOTTOM: 0px none;
	vertical-align : middle;
	text-align : center;
	cursor : hand;
}
button.tab_selected_no_btn
{
    BACKGROUND-IMAGE: url(../images/tab_selected_no.gif);
    COLOR: #000080;
    BACKGROUND-COLOR: transparent;
	width : 166px;
	height : 22px;
    BORDER-RIGHT: 0px none;
    BORDER-TOP: 0px none;
    BORDER-LEFT: 0px none;
    BORDER-BOTTOM: 0px none;
	vertical-align : middle;
	text-align : center;
	cursor : hand;
}
button.clean_btn
{
    COLOR: Black;
    BACKGROUND-COLOR: transparent;
    BORDER-RIGHT: 0px none;
    BORDER-TOP: 0px none;
    BORDER-LEFT: 0px none;
    BORDER-BOTTOM: 0px none;
	vertical-align : middle;
	text-align : center;
	cursor : hand;
}
INPUT.short_btn
{
    BACKGROUND-IMAGE: url(../images/button.gif);
    COLOR: Black;
    BACKGROUND-COLOR: transparent;
	width : 58px;
	height : 19px;
    BORDER-RIGHT: 0px none;
    BORDER-TOP: 0px none;
    BORDER-LEFT: 0px none;
    BORDER-BOTTOM: 0px none;
	vertical-align : middle;
	text-align : center;
	cursor : hand;
}
INPUT.long_btn
{
    BACKGROUND-IMAGE: url(../images/button_long.gif);
    COLOR: Black;
    BACKGROUND-COLOR: transparent;
	width : 100px;
	height : 19px;
    BORDER-RIGHT: 0px none;
    BORDER-TOP: 0px none;
    BORDER-LEFT: 0px none;
    BORDER-BOTTOM: 0px none;
	vertical-align : middle;
	text-align : center;
	cursor : hand;
}
INPUT.extra_long_btn
{
    BACKGROUND-IMAGE: url(../images/button_long_extra.gif);
    COLOR: Black;
    BACKGROUND-COLOR: transparent;
	width : 120px;
	height : 19px;
    BORDER-RIGHT: 0px none;
    BORDER-TOP: 0px none;
    BORDER-LEFT: 0px none;
    BORDER-BOTTOM: 0px none;
	vertical-align : middle;
	text-align : center;
	cursor : hand;
}
INPUT.tab_selected_btn
{
    BACKGROUND-IMAGE: url(../images/tab_selected.gif);
    COLOR: #000000;
    BACKGROUND-COLOR: transparent;
	width : 166px;
	height : 22px;
    BORDER-RIGHT: 0px none;
    BORDER-TOP: 0px none;
    BORDER-LEFT: 0px none;
    BORDER-BOTTOM: 0px none;
	vertical-align : middle;
	text-align : center;
	cursor : hand;
}
INPUT.tab_selected_no_btn
{
    BACKGROUND-IMAGE: url(../images/tab_selected_no.gif);
    COLOR: #000080;
    BACKGROUND-COLOR: transparent;
	width : 166px;
	height : 22px;
    BORDER-RIGHT: 0px none;
    BORDER-TOP: 0px none;
    BORDER-LEFT: 0px none;
    BORDER-BOTTOM: 0px none;
	vertical-align : middle;
	text-align : center;
	cursor : hand;
}
INPUT.clean_btn
{
    COLOR: Black;
    BACKGROUND-COLOR: transparent;
    BORDER-RIGHT: 0px none;
    BORDER-TOP: 0px none;
    BORDER-LEFT: 0px none;
    BORDER-BOTTOM: 0px none;
	vertical-align : middle;
	text-align : center;
	cursor : hand;
}
INPUT.disable_btn
{
    BACKGROUND-IMAGE: none;
    COLOR: #000000;
    BACKGROUND-COLOR: transparent;
}
INPUT.checkbox
{
    BORDER-RIGHT: medium none;
    BORDER-TOP: medium none;
    BACKGROUND-IMAGE: none;
    MARGIN: 0px;
    BORDER-LEFT: medium none;
    COLOR: #0000a0;
    BORDER-BOTTOM: medium none;
	HEIGHT:15px;
	WIDTH:15px
}
INPUT.radiobutton
{
    BORDER-RIGHT: medium none;
    BORDER-TOP: medium none;
    BACKGROUND-IMAGE: none;
    MARGIN: 0px;
    BORDER-LEFT: medium none;
    COLOR: #000000;
    BORDER-BOTTOM: medium none
}
BUTTON
{
    BORDER-RIGHT: #a0a0a0 1px solid;
    BORDER-TOP: #a0a0a0 1px solid;
    FONT-SIZE: 12px;
    BORDER-LEFT: #a0a0a0 1px solid;
    BORDER-BOTTOM: #a0a0a0 1px solid
}
BUTTON.none_selected
{
    BORDER-RIGHT: #a0a0a0 1px solid;
    BORDER-TOP: #a0a0a0 1px solid;
    BORDER-LEFT: #a0a0a0 1px solid;
    BORDER-BOTTOM: #a0a0a0 1px solid;
    CURSOR: hand;
    COLOR: black;
    HEIGHT: 25px;
    WIDTH:160px;
    BACKGROUND-COLOR: transparent
}
BUTTON.selected
{
    BORDER-RIGHT: #000000 1px solid;
    BORDER-TOP: #000000 1px solid;
    BORDER-LEFT: #000000 1px solid;
    BORDER-BOTTOM: #000000 1px solid;
    FONT-WEIGHT: bolder;
    CURSOR: hand;
    COLOR: #009100;
    HEIGHT: 25px;
    WIDTH:160px
 }
.pic
{
    TEXT-DECORATION: none
}
A:link
{
    TEXT-DECORATION: none
}
A:visited
{
    TEXT-DECORATION: none
}
A:hover
{
    TEXT-DECORATION: none
}
.help
{
    FONT-WEIGHT: normal;
    COLOR: #007000;
    TEXT-DECORATION: none
}
.error
{
    COLOR: #ff0000
}
.warning
{
    COLOR: #ff5000
}
.successfull
{
    COLOR: #008000
}
.clean_txt
{
	font-family: Tahoma,Verdana, Century Gothic, Geneve, Arial, Helvetica, sans-serif;;
	font-size: 11px;
	BACKGROUND-COLOR: transparent;
 	BORDER-RIGHT: 0px none;
 	BORDER-TOP: 0px none;
 	BORDER-LEFT: 0px none;
 	BORDER-BOTTOM: 0px none;
 	margin-bottom : 0;
 	margin-left : 0;
 	margin-right : 0;
 	margin-top : 0;
	margin : 0 0 0 0;
}
.blue_clean_txt
{
	font-family: Tahoma,Verdana, Century Gothic, Geneve, Arial, Helvetica, sans-serif;;
	font-size: 11px;
	COLOR: #0000CC;
	BACKGROUND-COLOR: transparent;
 	BORDER-RIGHT: 0px none;
 	BORDER-TOP: 0px none;
 	BORDER-LEFT: 0px none;
 	BORDER-BOTTOM: 0px none;
 	margin-bottom : 0;
 	margin-left : 0;
 	margin-right : 0;
 	margin-top : 0;
	margin : 0 0 0 0;
}
.red_clean_txt
{
	font-family: Tahoma,Verdana, Century Gothic, Geneve, Arial, Helvetica, sans-serif;;
	font-size: 11px;
	COLOR: #FF0000;
	BACKGROUND-COLOR: transparent;
 	BORDER-RIGHT: 0px none;
 	BORDER-TOP: 0px none;
 	BORDER-LEFT: 0px none;
 	BORDER-BOTTOM: 0px none;
 	margin-bottom : 0;
 	margin-left : 0;
 	margin-right : 0;
 	margin-top : 0;
	margin : 0 0 0 0;
}
#tooltip_div
{
    Z-INDEX: 100;
    VISIBILITY: hidden;
    POSITION: absolute
}
.tooltip_window_border
{
    BORDER-RIGHT: #a0a0a0 1px solid;
    BORDER-TOP: #a0a0a0 1px solid;
    BORDER-LEFT: #a0a0a0 1px solid;
    BORDER-BOTTOM: #a0a0a0 1px solid
}
.tooltip_window
{
    BORDER-RIGHT: #e0e0e0 1px solid;
    BORDER-TOP: #ffffff 1px solid;
    FONT-SIZE: 11px;
    BORDER-LEFT: #ffffff 1px solid;
    COLOR: #000000;
    BORDER-BOTTOM: #e0e0e0 1px solid;
    BACKGROUND-COLOR: #e0ffe0
}
.toolBarBody
{
    BORDER-RIGHT: 1px outset;
    BORDER-TOP: 0px outset;
    MARGIN: 0px;
    BORDER-LEFT: 0px outset;
    BORDER-BOTTOM: 1px outset
}
.toolBarFieldSet
{
    BORDER-RIGHT: 1px outset;
    BORDER-TOP: 1px outset;
    BACKGROUND: buttonface;
    MARGIN: 0px;
    BORDER-LEFT: 1px outset;
    BORDER-BOTTOM: 1px outset
}
.navtext {
	font:11px/12px Verdana, Tahoma, Century Gothic, Geneve, Arial, Helvetica, sans-serif; border:solid 1px #666666; 
	padding:1px; position:absolute; z-index:100; visibility:hidden; color:#333333;
	top:0px; left:90px; background-color:#ffffcc; layer-background-color:#ffffcc;
}
.SelectData
{
	background-color : #FFFFE1;
	font-family: Tahoma,Verdana, Century Gothic, Geneve, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color : Black;
	BORDER-RIGHT: 2px solid Black;
	BORDER-TOP: 1px solid Black;
	BORDER-LEFT: 1px solid Black;
	BORDER-BOTTOM: 2px solid Black;
}

.small_txt {
	font-family:  Tahoma,Verdana, Century Gothic, Geneve, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.small_txt2 {
	font-family:  Tahoma,Verdana, Century Gothic, Geneve, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.normal {
	font-family: Tahoma,Verdana, Century Gothic, Geneve, Arial, Helvetica, sans-serif;;
	font-size: 11px;
	color : Black;
}
.normals {
	font-family:  Tahoma, sans-serif;
	font-size: 9px;
	color : Black;
}
.alert {
	font-family:verdana;
	font-size: 11px;
	color : Red;
}
.alert2 {
	font-family:verdana;
	font-size: 11px;
	color : #006600;
}
