
/* ************************************* WEBSITE TOP STARTS ********************************* */

.systemWorking
{
	position: absolute;
	left: 50%;
	top: 20%;
	background: #EDEDED;
	border-style: solid;
	border-bottom-color: #9DB1EC;
	border-left-color: #9DB1EC;
	border-right-color: #9DB1EC;
	border-top-color: #9DB1EC;
	border-width: thin;
	border-color: Silver;
	width: 100px;
	height: 50px;
	z-index: 20;
	text-align: center;
	font-weight: bold;
	color: #679AC7;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
}

.headTop
{
	text-align:right;margin:0px;border-bottom:1px solid #839274;
	
}

.siteTop 
{

	/*background:  #C4DE8F;
    background: url(images/sf_bg2.jpg);
	background-repeat: no-repeat;
	background-position:  right;
    */
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border-bottom:1px solid #839274;
}

td.top {
	background:  #C4DE8F;
	background-repeat: repeat-x;
	vertical-align: top;
	height: 100%;
	border-left-style: solid;
	border-left: medium;
	border-left-color: Silver;
	border-right: thin;
	border-right-color: Silver;
}   
input.editfield {	width: 15em; border-top-width: thin;}
select.editfield {width: 8em;	border-top-width: thin;}
.bgcolorTop {
	/*background-color:  Green;*/
	background: url(images/green_block_header.jpg);
}


#title{
	color:  green;
	font-size-adjust: .46;
	font-size: 22pt;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 1px;
}
#subtitle{
	color:  green;
	font-size: 12pt;
	font-weight: bold;
	margin-top: 2px;
}
#slogan{
	color:  green;
	margin-top: 1px;
	font-size: 11pt;
}
/* ************************************* WESITE TOP ENDS ********************************* */