﻿body {
	font-family: Tahoma;
	font-size: 10px;
	color:#3bdff2;
	background-color:#595959;
	margin:0 0 10px 0;
	padding:0;
}

#divPage
{
	position: relative;
	width: 788px;
	top:15px;
	margin: 0 auto;
	background: #FFFFFF;
}

#header {
	position: relative;
	margin: 0 0 5px 0;
	width:788px;
	height:68px;
	background:url(../images/header.gif);
	z-index: 2;
}

.logo {
	position: relative;
	left: 15px;
	top: 14px;
	margin: 0 10px 0 0;
	width:138px;
}

.header_title {
	position: absolute;
	left: 200px;
	top: 17px;
	margin: 0 10px 0 0;
}

#content {
	position: relative;
	width: 788px;
	margin: 0 auto;
	margin-bottom:3px;
	background: #FFFFFF;
}

h1
{
	font-size: 18px;
	color:#3bdff2;
	margin:0;
}

h2
{
	font-size: 16px;
	font-weight:bold;
	font-style:normal;
	color:#3bdff2;
	margin:0;
}

.title1
{
	font-size: 16px;
	font-weight:bold;
	font-style:italic;
	color:#595959;
}

.title2
{
	font-size: 16px;
	font-weight:bold;
	font-style:italic;
	color:#3bdff2;
}

.title3
{
	font-size: 16px;
	font-family:@Arial Unicode MS;
	font-weight:bold;
	color:#595959;
}

.Text_Small {
	font-size: x-small;
	color: #000000;
}

#menu
{
	font-size:12px;
	font-weight:bold;
	width:774px;
	height:29px;
	padding:0; 
	margin:0 0 0 7px;
	background:#FFFFFF url(../images/menu_bg.gif) LEFT 0px no-repeat;
}

#menu a
{
	float:left;
	margin:0;
	width:auto;
	height:21px;
	display:block;
	padding:7px 12px 1px 12px;
	color:#FFFFFF; 
	background:#3bdff2 url(../images/menu_line.gif) LEFT 8px no-repeat;
	text-decoration:none;
}

#menu a:hover
{
	color:#595959; 
	background: #3bdff2 url(../images/menu_arrow.gif) LEFT 8px no-repeat;
}

.column_right
{
	position: absolute;
	float:right;
	left:580px;
	top:0px;
	width:200px;
	padding:5px 0 5px 0;
	background-color:#FFFFFF;
}

.block_header
{
	height:29px;
	background: #3bdff2 url(../images/block_header.gif) LEFT 0px no-repeat;
}

.block_title
{
	color:#FFFFFF; 
	font-size:16px;
	font-weight:bold;
	margin:6px 0 0 8px;
}

.block_content_container
{
	background-color:#ececec;
	display:block;
}

.block_content
{
	color:#595959; 
	font-size:11px;
	font-weight:normal;
	margin:0;
	padding:5px 10px 0px 10px;
}

.block_content a {
	text-decoration:none;
	color:#595959;
}

.block_content a:hover {
	text-decoration:none;
	color:Red;
}

.block_footer
{
	color:#000000; 
	height:14px;
	margin-bottom:8px;
	background: #3bdff2 url(../images/block_footer.gif) LEFT 0px no-repeat;
}

#main_image
{
	position: relative;
	left: 8px;
	top: 6px;
	width:560px;
	height:201px;
	background: #FFFFFF;
}

#subcontent
{
	position: relative;
	margin:0;
	width:560px;
	padding:10px 5px 5px 8px;
	color:#595959;
	font-size:11px;
	text-align:justify;
}

#footer {
	position: relative;
	height: 50px;
	clear: both;
	padding: 0;
	padding-left: 7px;
	line-height: 32px;
	background:url(../images/footer.gif) no-repeat bottom center #FFFFFF;
	color:#595959;
	text-align:center;
	font-size:11px;
}

#footer a {
	text-decoration:none;
	color:#595959;
	font-size:11px;
}

#footer a:hover {
	text-decoration:none;
	color:#000000;
	font-size:11px;
}

#technologise_footer {
	position: relative;
	margin: 0 auto;
	width:788px;
	height:50px;
	background:url(../images/technologise_footer.gif);
}

#technologise_footer_text {
	position: absolute;
	left: 170px;
	top: 11px;
	margin: 0 10px 0 0;
}

#technologise_footer_text a {
	text-decoration:none;
	color:#595959;
	font-size:11px;
}

#technologise_footer_text a:hover {
	text-decoration:none;
	color:Red;
	font-size:11px;
}

#link_link a {
	text-decoration:none;
	color:Gray;
	font-size:11px;
}

#link_link a:hover {
	text-decoration:none;
	color:#000000;
	font-size:11px;
}

.Text_RedBold
{
	color:Red; 
	font-weight:bold; 
	text-align:center	
}

.Grey
{
	color:#595959; 
	font-weight:bold;	
}

.Blue
{
	color:#3bdff2; 
	font-size:13px;
	font-weight:bold;	
}

.popoverdiv
{
	float:left;
	margin:0px;
	padding:0px;
	width:28px;
}

#popover
{
    color: #595959;
	background-color:#ffffff;
	text-align:justify;
	border:5px solid #595959;
	position:absolute;
	display:none;
	z-index:20000;
	padding:9px;
	font-size:11px;
	
}

#popover b
{
	font-size:14px;
	font-weight:bold;
	color: #3bdff2;
}

.Validation_Error
{
	color:Red;
	font-weight:bold;
	font-size:16px;
	background-color:Yellow;
	border:0;
}

.watermark
{
	color:Gray;
}