
body, td,input,select,TextArea
{
	font-size: 16px;
	color: #6e4222;
	font-family: arial;
}


a, a:active
{
	color: Black;
	cursor: hand;
	text-decoration:none;
	cursor:pointer;
}

a:hover,a:visited
{
	color: #6e4222;
	cursor: hand;
	text-decoration: underline;
	cursor: pointer;
}

.link2 a, a:active
{
	color: #6e4222;
	cursor: hand;
	text-decoration:none;
	cursor:pointer;
}
.link2 a:hover
{
	color: Black;
	cursor: hand;
	text-decoration: underline;
	cursor: pointer;
}
.GVHeaderBC
{
	background-color: #6e4222;
	color: #ffffff;
	
}
.GVHeaderBC2
{
	height: 25px;
	background-color: #6e4222;
	color: #ffffff;
	font-weight:bold;
	padding-right:10px;
}


.hand
{
    cursor:pointer;
}

select
{
    border: solid 1px black;
    color: #6e4222;
    direction:rtl;
    text-align:right;
}
.requiredField{
	color:#FF0000;
}

.TxtStyle
{
	color: #6e4222;
}
OPTION
{
			
	color: #6e4222;
}
PLAINTEXT
{
	color: #6e4222;
}

TEXTAREA
{
	color: #6e4222;
}

.txt
{
	color: #6e4222;
	text-align:right;
	direction:rtl;
}
	
.hand
{
	cursor: hand;
}

LEGEND
{
	font-weight: bold;
	text-transform: capitalize;
	color: black;
	height:20px;
}

FIELDSET
{
	
	width: 98%;
	border-bottom: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	border-right: gainsboro 1px solid;
}

table.mylist input {
      width: 20px;
      display: block;
      float: left;
   }
   table.mylist label {
      width: 180px;
      display: block;
      float: left;
}

.footerClass 
{
    color: white;
    font-weight: bold;
    text-decoration:none;
}
.footerClass a:link
{
    color: white;
    font-weight: bold;
    text-decoration:none;
}
.footerClass a:hover
{
    color: white;
    font-weight: bold;
    text-decoration:underline;
}
.reportTitle
{
    color: #6e4222;
    font-weight: bold;
}
.boldLnk a:link
{
    color: #6e4222;
    font-weight: bold;
    text-decoration: none;
}
.boldLnk a:visited
{
    color: #6e4222;
    font-weight: bold;
     text-decoration: none;
}
.boldLnk a:hover
{
    color: #6e4222;
    font-weight: bold;
     text-decoration: underline;
}
.colon
{
	FONT-WEIGHT: bold; WIDTH: 1px
}
.Astrick
{
	width:1px;
	color:Red;
}
.tbl
{
	border-spacing: 0px;
	border-collapse: separate;
	
}
.tbl td
{
	padding:2px;
	height:25px;
	vertical-align:top;
}
.tbl tr:nth-child(odd)
{
	 background-color: #f2f2f2;
}
.tbl table tr:nth-child(odd)
{
	 background-color: #ffffff;
}
.tblHeader
{
	height: 25px;
	background-color: #6e4222;
	color: #ffffff;
 /*font-weight:bold;*/
	text-align: right;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 10px;
}
.fieldset1
{
	width:98%
	
}
.tbltd1
{
	padding-right:20px;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
}
.tdFieldset
{
	padding-right:10px;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
}
.img
{
	border-bottom: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	border-right: gainsboro 1px solid;
	border-radius: 10px;
}
.button
{
	font-weight: bold;
	color: #ffffff;
	background-color: #6e4222;
	border-radius: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 5px;
	padding-bottom: 3px;
	cursor: pointer;
	border-bottom: #f5f5f5 3px outset;
	border-left: #f5f5f5 3px outset;
	border-top: #f5f5f5 3px outset;
	border-right: #f5f5f5 3px outset;
}
.hidden
{
	display:none;
}
.success
{
	color:Green;
}