/* CSS Document */
BODY {
	
	SCROLLBAR-FACE-COLOR: #D8000B; 
	SCROLLBAR-HIGHLIGHT-COLOR: #D8000B; 
	SCROLLBAR-SHADOW-COLOR: #F5C1C6; 
	SCROLLBAR-3DLIGHT-COLOR: #999966; 
	SCROLLBAR-ARROW-COLOR: #F5C1C6; 
	SCROLLBAR-TRACK-COLOR: #F5C1C6;
}
.PTitle {  font-family: Arial, Helvetica, sans-serif; font-size: 15px; font-weight: bold; color: #E60000;}
.textConfirm {  font-family: Arial, Helvetica, sans-serif; font-size: 15px; font-weight: bold; color: #333333;}
.spstar  { 
  color: red;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 10px 10px 8px;
	text-decoration: none;
}
.text {
	color: #696969;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	letter-spacing: normal;
}
.redtext {
	color: Red;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	letter-spacing: normal;
}
.redboxedtext {
	color: Red;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	letter-spacing: normal;
	border: 1 solid Gray;
}
.editstyle
        {           
		   BACKGROUND-COLOR: #fdfdfd;
    	 BORDER-COLOR: black;
       BORDER-WIDTH: 1px;
		   COLOR: navy;
		   FONT-SIZE: xx-small;
         }
.combostyle
{
	BACKGROUND-COLOR: #fdfdfd;
	BORDER-COLOR: black;
	BORDER-WIDTH: 1px;
	FONT-FAMILY: verdana;
	FONT-SIZE: xx-small;
	color: navy;
}

a   { color: #696969; font-style: normal; font-weight: normal; font-size: 11px; font-family: Arial, Helvetica, sans-serif; text-decoration: underline }
a:hover  { color: #E60000; font-style: normal; font-weight: normal; font-size: 11px; font-family: Arial, Helvetica, sans-serif; text-decoration: none }
.maintext  {
	color: #696969;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 0px 20px 10px;
	line-height: 14px;
	letter-spacing: normal;
}
.newsBld { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #205CA5; font-weight: bold}
.PTitleSub {  font-family: Arial, Helvetica, sans-serif; font-size: 11pt; font-weight: normal; color: D8000B}
.txtItem {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #E60000; text-decoration: none}
.txtItemSub {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #7F99B9; text-decoration: none}
.newsBld { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #014992; font-weight: bold}
.kartinka { border-width: 1;  border-color: #B8B8B8}
.button
	    {
	    BACKGROUND-COLOR: #FCFCFC;
		  BORDER-COLOR: #696969;
		  BORDER-WIDTH: 1px;
			font-size : 11;
			font-family:Verdana;
			color: #4D4D4D;
		  HEIGHT: 20px;
		  WIDTH: 120px;
}
.errordiv{
  color: red;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;	
}
.BottomLine1Yellow {
	background-color: #FFE500;
}
.BottomLine1Orange {
	background-color: #FF4C00;
}
.BottomLine1Red {
	background-color: #E60000;
}
.BottomLine1Green {
	background-color: #007356;
}
.BottomLine1Purple {
	background-color: #98017E;
}
.BottomLine1Blue{
	background-color: #0C419A;
}
.bordered
{
	border-style: solid;
	border-width: 1px;
	border-color: silver;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	}
.labeled{
	background: Blue; color: White;
}
.headerCell {
	background: #D3D3D3; 
	border-style: solid;
	border-width:1px; 
	border-color: Gray;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.btn{
	border-bottom-style: solid;
	border-bottom-width: 1;
	border-bottom-color: #CCCCCC;
}
.usrData{
	border-color: #009900;
	border-style: solid;
	border-width: 2px;
}
.admData{
	border-color: #FF6600;
	border-style: solid;
	border-width: 2px;
}
.exit{
	border-color: #000000;
	border-style: solid;
	border-width: 2px;
}
.edit{
	border: 5px; border-style: solid;
	border-color: Gray;
	z-index: 10;
	position: absolute;
	display: none;
	bottom: 100px;
	top: 2px;
	right: 50px;
	left: 50px;
	margin: 2%;
	width: 80%;
	background-color: White;
	height: 90%;
	}