body
{
background-image:url('images/bg1.gif');
background-attachment:fixed;
text-align:right;
}
a
{
text-decoration:none;
color:#00000;
}

table
{
font-size: 9pt; 
font-family: tahoma;
font-weight: 700;
color:#0082C7;
text-align: center;
}
textarea
{
width: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 #0082C7;
	background-color: #EAF0F4;
	margin-left: auto; 
	margin-right: auto;
}
.subtitlebox
{
	text-align: center;
	border: 1px solid #0082C7;
	background-color: #F5F9FC;
	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 #0082C7;
margin-bottom: 1px ;
/*width: 900;*/
}
#nav td a 
{
display: block;
background-image:url('images/bg.gif');
color:#0082C7;
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: #F5F9FC;
text-decoration: none ;
}

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

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

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

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

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

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

    color: #0082C7;
}
html
{
scrollbar-3dlight-color:#0082C7;
scrollbar-shadow-color:#0082C7;
scrollbar-face-color: #0082C7;
scrollbar-darkshadow-color:#F2F2F3;
scrollbar-highlight-color:#F2F2F3;
scrollbar-arrow-color: #F2F2F3;
}