body
{
background-image:url('images/bg1.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center top;
}
a
{
text-decoration:none;
color:#646464;
}

table
{
font-size: 9pt; 
font-family: tahoma;
font-weight: 700;
color:#646464;
text-align: center;
}
textarea
{
height:100%;
}
input,select,textarea
{
	border: 1px solid #BBB;
	background: #EEE;
	font: normal 0.9em tahoma;
	padding: 2px 3px;
	font-family:tahoma;
	text-align:center;
}
input
{
background-image:url('images/bg.gif');
}
.titlebox
{
	text-align: center;
	border: 1px solid #fafafa;
	background-color: #F0F0F0;
	margin-left: auto; 
	margin-right: auto;
}
.subtitlebox
{
	text-align: center;
	border: 1px solid #fcf8f8;
	/*background-color: #dfeff9;*/
	background-image:url('images/bg.gif');
	color: #000000;
	margin-left: auto; 
	margin-right: auto;
}

#nav 
{
list-style: none ;
margin: 0 ;
padding: 0 ;
}
#nav td 
{
text-align:right;
background-image:url('images/bg.gif');
border: 1px solid #dcdada;
margin-bottom: 1px ;
/*width: 900;*/
}
#nav td a 
{
display: block;
background-image:url('images/bg.gif');
color:#533f3f;
font-size: 9pt; 
font-family: tahoma;
font-weight: 700;
text-align: right;
text-decoration: none ;
}
#nav td a:hover, #nav td a:focus, #nav td a:active 
{
background: #e6E6E8 ;
text-decoration: none ;
}

.blocktitle
{
font-size: 9pt; 
font-family: tahoma;
font-weight: 700;
color:#FFFFFF;
text-align: center;
}
.block_contents
{
font-size: 9pt; 
font-family: tahoma;
font-weight: 700;
color:#494949;
text-align: center;
}

.errorbox 
{
	border: 1px dashed #2B495D;
	font-weight: bold;
	background-image:url('images/bg.gif');

	text-align: center;
	width: 90%;
	padding: 10px;
	color: #2B495D;
	margin-left: auto; 
	margin-right: auto;
}

.block-clinet-home
{
	width:98%;
	height:100%;
	background-color:#FFFFFF;
	border:1px solid;
	border-color:#f0eaea;

}
.block-clinet-home-hover 
{
	width:98%;
	height:100%;
	background-color:#E9F7FE;
	border:1px solid;
	border-color:#0790DC;
}

.alertbox 
{
    border: 1px #f2ececdashed;
	font-weight: bold;
	background-image:url('images/bg.gif');

    color: #2B495D;
}
html
{
scrollbar-3dlight-color:#d6d6d6;
scrollbar-shadow-color:#d6d6d6;
scrollbar-face-color: #ece6d6;
scrollbar-darkshadow-color:#d3004a;
scrollbar-highlight-color:#d3004a;
scrollbar-arrow-color: #d3004a;
}