
html, body {
margin: 0;
padding: 0;
}

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-style: normal;
color : #ffffff;
background:#82a4aa;
}

ul {
text-align:left;
}

img {
border:0;
}

/* LAYOUT START*/
table.layout {
height:100%;
width:890px;
}

td.layout_header_login {
font-size:12px;
background:url(images/layout_bg.jpg) repeat-y;
padding-left:25px;
vertical-align:middle;
}

td.layout_header {

width:890px;
height:200px;
background:url(images/header.jpg) no-repeat;
vertical-align:top;
}

td.layout_content {
width: 700px;
background:url(images/body.jpg) left;
vertical-align:top;
}

div.content {
font-size:12px;
left:40px;
top:10px;
width:650px;
position:relative;
text-align:left;
padding-bottom:15px;
}

div.content_hr {
  height: 20px;
  width: 750px;
  left: -5px;
  position:relative;
  background: url(images/content_hr.jpg) no-repeat scroll center;
}
div.content_hr hr {
  display: none;
}

td.layout_lmenu {
background:url(images/body.jpg) right;
width:190px;
vertical-align:top;
position:relative;
}

div.lmenu {
left:25px;
width:140px;
height:100%;
position:relative;
text-align:left;
}

 div.lmenu_hr {
  height: 20px;
  width: 190px;
  right:25px;
  position:relative;
  z-index:3;
  background: #fff url(images/navi-separator.jpg) no-repeat scroll center;
}
div.lmenu_hr hr {
  display: none;
}

td.layout_footer
{
height:70px;
width:890px;
background:url(images/footer.jpg) no-repeat;
vertical-align:top;
}

div.footer {
font-size:12px;
color:white;
top:25px;
left:25px;
width:840px;
height:20px;
position:relative;
text-align:center;
}

div.clear
{
clear: both;
height: 0;
line-height: 0;
font-size: 0;
margin: 0;
padding: 0;
}

table {
border-collapse:collapse; 
border-spacing:0;
position:relative;
}

td {
text-align:left;
vertical-align:top;
position:relative;
}
tr {

position:relative;
}
/* LAYOUT END */

td.rmBg{
background-image: none;
}

font.optional {
font-size:9px;
color:red;
}

A:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-style: normal;
color : #fdb813;
text-decoration : none;
}
A:active {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-style: normal;
color : #fdb813;
text-decoration : none;
}
A {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-style: normal;
color : #fdb813;
text-decoration : none;
}

	button { 
	  color:#fdb813; 
	  background-color:#4A7C7D; 
	  border: 3px solid; 
	  border-color: #82A4AA;
	  cursor:pointer;
-moz-border-radius:10px;
	}
	
	iframe { 
	  color:#ffffff; 
	  background-color:#4A7C7D; 
	  border: 3px solid; 
	  border-color: #82A4AA;
	  
-moz-border-radius:10px;
	}
	
	input { 
	  color:#ffffff; 
	  background-color:#4A7C7D; 
	  border: 3px solid; 
	  border-color: #82A4AA;
	  
-moz-border-radius:10px;
	}
	
	input.file { 
	  color:#000000; 
	}
	
		textarea{ 
	  color:#ffffff; 
	  background-color:#4A7C7D; 
	  border: 3px solid; 
	  border-color: #82A4AA;
	  
-moz-border-radius:10px;
	}
	
		select{ 
	  color:#ffffff; 
	  background-color:#4A7C7D; 
	  border: 3px solid; 
	  border-color: #82A4AA;
	  
-moz-border-radius:5px;
	}