/* Main styles */

.body { 
    font-family: Verdana, helvetica, sans-serif;
    font-size: 11px;
    scrollbar-track-color: #373737;
    scrollbar-face-color:  #FFB515;
    scrollbar-arrow-color: #000000;
    scrollbar-darkshadow-color: #373737;
    scrollbar-shadow-color: #000000;
    height: 475;
    overflow: auto;
    margin: 0 10px;
}

.body p {
    margin: 1.0m 0 1.0em 0;
}

a {
	color: #000; text-decoration: none;
        
}

a:hover {
	color: #603; text-decoration: none;
	text-decoration: underline;
}

a.link { 
	color: #2F4F4F; text-decoration: none; background: white;
}

a.click {
	color: #000; text-decoration: none; background:#FFB515;
}

select {
	background-color:#FFF4DC;
	color: #000000;
	text-align: left;
	vertical-align: middle;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size:11px;
}



.submit-button {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	hover: color:#506;
	height:22px;
	font-size:11px;
}

.submit-button2 {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size:11px;
	height:22px;
	width:67px;
	color: #000;
	background: #fb0;
	border: 2px #9cf outset;
}

h2 {
        margin-top: .1em;
	font-size: 16px;
}

legend {
        font-family: Verdana, Helvetica, sans-serif; 
        color:#000000;
        font-size: 10px;
}

.editable {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	background-color: #FFF4DC;
	text-align: left;
	vertical-align: middle;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
}


.error {
        font-family: Verdana, Helvetica, sans-serif; 
        font-size: 9px; color: red; 
        text-decoration: none; 
        font-weight: normal;
}

.ltext { 
        font-family: Verdana, Helvetica, sans-serif; 
        color:#000000;
        font-size: 12px;
}

.stext { 
        font-family: Verdana, Helvetica, sans-serif; 
        color:#000000;
        font-size: 9px;
}

.text { 
        font-family: Verdana, Helvetica, sans-serif; 
        color:#000000;
        font-size: 11px;
}

.mtext{
        text-align: justify;
        font-family: Verdana, Helvetica, sans-serif; 
        color:#2F4F4F;
        font-size: 9px;
}

/* Page Layout */

.placeimage {
    font-family: Verdana, helvetica, sans-serif;
    font-size: 9px;
    position: absolute; top:20; left:425;
    z-index:6;

}

.status {
    font-family: Verdana, helvetica, sans-serif;
    font-size: 9px;
    position: absolute; top:570; left:25;
    z-index:6;

}

.statusr {
    font-family: Verdana, helvetica, sans-serif;
    font-size: 9px;
    position: absolute; top:570; left:370;
    z-index:6;

}
.rightnav {
    position: absolute; top:10px; left:510px;
    z-index:6;
}   

.roundcont {
	width: 900px;
        height: 600px;
	background-color: #373737;
	color: #fff;
        position: absolute;top: 20px;left: 20px;
        z-index:1;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(images/layout/str.gif) no-repeat top right; 

}

.roundbottom {
	background: url(images/layout/sbr.gif) no-repeat top right; 
        position: absolute;top: 585px;
        width: 100%;
}

.roundcontw {
	width: 900px;
        height: 600px;
	background-color: #FFFFFF;
	color: #fff;
        position: absolute;top: 10px;left: 10px;
        z-index:2;
}

.roundcontw p {
	margin: 0 10px;
}

.roundtopw { 
	background: url(images/layout/wtr.gif) no-repeat top right; 

}

.roundbottomw {
	background: url(images/layout/wbr.gif) no-repeat top right; 
        position: absolute;top: 585px;
        width: 100%;
}

.roundcontb {
	width: 455px;
        height: 565px;
	background-color: #FFFFFF;
	color: #000000;
        position: absolute;top: 20px;left: 60px;
        z-index:4;
}


.roundtopb { 


}

.roundbottomb {
        position: absolute;top: 550px;
        width: 100%;
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

/* Login section */
div.content {
	padding: 5% 5% 10% 5%;
	overflow: auto;
	font-family: Verdana, Helvetica, sans-serif; font-size: 11px; color: black; text-decoration: none; font-weight: normal; text-align: normal;
}

div.tabContent {
	margin-top: 2%;
	margin-left: 2%;
	margin-right: 2%;
	padding: 0% 5% 5% 0%;
	overflow: none; 
	font-family: Verdana, Helvetica, sans-serif; font-size: 11px; color: black; text-decoration: none; font-weight: normal; text-align: normal;
}

#tabs {
  float:left;
  width:98%;
  background:#ffffff url("/images/tabMenu/bg.gif") repeat-x bottom;
  font-size:11px;
  line-height:normal;
}
#tabs ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
}
#tabs li {
  float:left;
  background:url("/images/tabMenu/left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
}
#tabs a {
  display:block;
  background:url("/images/tabMenu/right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  font-family: Verdana, Helvetica, sans-serif; font-size: 8.5px; color: black; text-decoration: none; font-weight: bold;
}
#tabs #current {
  background-image:url("/images/tabMenu/left_on.gif");
}
#tabs #current a {
  background-image:url("/images/tabMenu/right_on.gif");
  padding-bottom:5px;
}