BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #009933;
	padding: 0px;
	margin: 0px;
	/*scrollbar-3dlight-color: #66CCFF;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #FFFFFF;
	scrollbar-darkshadow-color: #000066;
	scrollbar-face-color: #3361AF;
	scrollbar-highlight-color: #66CCFF;
	scrollbar-shadow-color: #000066;
	scrollbar-track-color: #FFFFFF;*/
	background: url(../images/pixel_transparent.gif);
}

/* --- STYLES FOR LOGIN --- */

.login_input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 1px;
	padding-left: 2px;
	color : Black;
	background : White;
	border : 1px solid #131371;
	height: auto;
}

td.login_field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight : bold;
	color: #FFFFFF;
	line-height: 11px;
	height: 17px;
	padding-left: 20px;
	padding-right: 5px;
}

.login {
	background-image: url(../images/button_login.gif);
	width: 71px;
	cursor: hand;
	border: 0px;
	height: 17px;
	text-align: center;
	vertical-align: middle;
	padding-left: 21px;
	font-size: 11px;
	font-weight: bolder;
	color: #012060;
} 

body.backgr {
	background-image: url(../images/fon.gif);
}

#textCheck {
	color: #ffffff;
	text-align: left;
	font-size: 11px;
	margin-left: 1px;
	padding-left: 1px;
}

/*---STYLES FOR TABLE---*/

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #009933;
}

TABLE.act_grey {
	background-color: #FCFCFC;
	border: 1px solid #CCCCCC;
}

TABLE.act {
	background-color:#FFFFFF;
	border: 1px solid #009933;
}

tr.listHeader td{
	font-size: 11px;
	color: #000000;
	background-color: #C4C4C4;
	font-weight:bold;
	padding: 1px 4px 1px 4px;
	white-space:nowrap;
}

TD.act {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #009933;
	white-space: nowrap;
	padding: 1px 4px 1px 4px;
}

tr.rowDark {
	font-size: 11px;
	color: black;
	background-color: #E8E8E8;
}
tr.rowDark td {
   	padding: 1px 4px 1px 4px;
   	white-space: nowrap;
}

tr.rowLight {
	font-size: 11px;
	color: black;
	background-color: #F7F7F7;
}

tr.rowLight td {
	padding: 1px 4px 1px 4px;
   	white-space: nowrap;
}

TD.pixel_blue_1_top {
	background-image: url('../images/pixel_blue_1.gif');
	background-repeat: repeat-x;
	background-position: center top
}

TD.pixel_blue_1_left {
	background-image: url('../images/pixel_blue_1.gif');
	background-repeat: repeat-y;
	background-position: left center
}

TD.pixel_blue_1_right {
	background-image: url('../images/pixel_blue_1.gif');
	background-repeat: repeat-y;
	background-position: right center
}


TD.pixel_blue_1_bottom {
	background-image: url('../images/pixel_blue_1.gif');
	background-repeat: repeat-x;
	background-position: center bottom
}
/* show/hide a table table*/

TABLE.show {
	display: block; 
	display: table;
}
TABLE.hide {
	display: none;
}

/* --- DIV --- */

DIV.title {
	font-weight: bold;
	color: #009933;
	background-color: #F7F7F7;
	text-align: left;
	white-space: nowrap;
	border: 1px solid #CCCCCC;
	border-bottom: 0px;
	padding: 0px 30px 0px 7px;
	width:30%;
}

DIV.act_grey {
	background-color: #FCFCFC;
	border: 1px solid #CCCCCC;
	width:100%;	
}

/*---BUTTONS---*/

input.addNew {
	width: 110px;
	cursor: pointer;	
	cursor: hand;
	border: 0px none;
	height: 17px;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bolder;
	color: #012060;
	padding-left: 21px;
	background-image: url('../images/Button_AddNew.gif');
}

input.save {
	width: 94px;
	cursor: pointer;	
	cursor: hand;
	border: 0px none;
	height: 17px;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bolder;
	color: #012060;
	padding-left: 21px;
	background-image: url('../images/Button_Save.gif');
}

input.delete {
	width: 94px;
	cursor: pointer;	
	cursor: hand;
	border: 0px none;
	height: 17px;
	text-align: center;
	vertical-align: middle;
	padding-left: 21px;
	font-size: 12px;
	font-weight: bolder;
	color: #012060;
	background-image: url('../images/Button_Delete.gif');
}

input.deleteLarge {
	width: 130px;
	cursor: pointer;	
	cursor: hand;
	border: 0px none;
	height: 17px;
	text-align: center;
	vertical-align: middle;
	padding-left: 21px;
	font-size: 12px;
	font-weight: bolder;
	color: #012060;
	background-image: url('../images/Button_DeleteSettings.gif');
}

input.add {
	width: 71px;
	cursor: pointer;	
	cursor: hand;
	border: 0px none;
	height: 17px;
	text-align: center;
	vertical-align: middle;
	padding-left: 21px;
	font-size: 12px;
	font-weight: bolder;
	color: #012060;
	background-image: url('../images/Button_Add.gif');
}

input.cancel {
	width: 94px;
	cursor: pointer;	
	cursor: hand;
	border: 0px none;
	height: 17px;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	color: #012060;
	padding-left: 21px;
	background-image: url('../images/Button_Cancel.gif');
}

a.href_blue {
	font-family : Arial, Geneva,Verdana , Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color: #7ab1ff;
	text-decoration : underline;
}

.menulink {
	color:#FFFFFF;
	text-decoration : none;
	font-family : Arial, Geneva, Verdana, Helvetica, sans-serif;
	font-size : 14px;
	font-weight: bold;
	
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	width: auto;
	width: expression(this.type == 'text' ? '100%' : 'auto');
	height: expression(this.type == 'checkbox' ? 'auto' : '20px'); 	
	background-color: expression(this.type == 'text' ? 'white' : 'transparent');//only for IE
	/*background-color: transparent; 	*/
	display: inline;
	vertical-align:middle;
}

.inputEditNote{
	height: 11px; 
	vertical-align: middle; 
	font-size: 11px;
	padding: 0px;
	margin: 0px ;
}

form {
	margin:0;
	padding:0;
}

.body_tabs {
	border-left:1px solid #009933; 
	border-right:1px solid #009933; 
	border-bottom:1px solid #009933; 
	border-top-width: 0px;
	background-color: #FFFFFF;
	background-image:url('../images/back1.gif');
	border-top-style:solid;
}

.formLabel {
	padding: 1px 4px 1px 4px;
	white-space: nowrap;		
}

.cos_button {
	width: 150px;
	height: 19px;
	cursor: pointer;	
	cursor: hand;
	padding-left: 5px;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	color:black;
	/*background-image: url('../images/btn_cos.jpg');*/
	border: 1px solid grey;
	margin-bottom: 2px;
}