﻿body
{
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	color: Black;
}

a:active
{
	color: #0033FF;
	text-decoration: none;
}

a:link
{
	color: #0033FF;
	text-decoration: none;
}

a:visited
{
	color: #000066;
	text-decoration: none;
}

a:hover
{
	color: #990000;
	text-decoration: none;
}

#divMain
{
	width: 750px;
	height: 565px;
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -375px;
	background-color: #FFFFFF;
}

#divMain > #divBanner
{
	background-image: url(img/Banner_v2.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 85px;
	width: 750px;
}

#divMain > #divBanner > #divWebdoks
{
	position: absolute;
	top: 5px;
	right: 15px;
	width: 45px;
	height: 45px;
	background-image: url(icn/webdoks.gif);
}



#divMain > #divBanner > #divDateTime
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	text-align: right;
	position: absolute;
	bottom: 18px;
	right: 15px;
}

#divMain > #divMainMenu
{
	position: absolute;
	top: 80px;
	left: 0px;
	width: 750px;
	height: 20px;
	border-bottom: 1px solid #000000;
	background-color: #FF7400;
	text-align: center;
	white-space: nowrap;
}

.menuSegment
{
	width: 149px;
	height: 18px;
	padding-top: 2px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: Black;
	text-align: center;
	filter: alpha(opacity=50);
	-moz-opacity: .50;
	opacity: .50;
	border-right: 1px solid #000000;
	cursor: pointer;
	float: left;
}

.menuSegment:hover
{
	filter: alpha(opacity=100);
	-moz-opacity: .100;
	opacity: .100;
}

.tooltip
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 25px;
	padding: 5px;
}


#divMain > #divSubmenu
{
	position: absolute;
	top: 150px;
	left: 10px;
	width: 150px;
	height: 200px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	color: Black;
	font-weight: normal;
	padding: 5px 5px 5px 5px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

.submenuSegment
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	color: Black;
	font-weight: bold;
	padding-top: 5px;
	height: 20px;
	padding-left: 5px;
	cursor: pointer;
}

.submenuSegment:hover
{
	background-color: #C3D9FF;
}

#divMain > #divContent
{
	position: absolute;
	top: 110px;
	left: 10px;
	width: 730px;
	height: auto;
}

#divMain > #divBottomArea
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 60px;
	width: 750px;
	border-top: 1px solid #CCCCCC;
}


#divMain > #divBottomArea > #divIcons
{
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 200px;
	height: 50px;
}

#divMain > #divBottomArea > #divIcons > #divCstorage
{
	background-image: url(icn/cstorage.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 50px;
	width: 50px;
	right: 0px;
	top: 0px;
	filter: alpha(opacity=70);
	-moz-opacity: .70;
	opacity: .70;
}

#divMain > #divBottomArea > #divIcons > #divCstorage:hover
{
	filter: alpha(opacity=100);
	-moz-opacity: .100;
	opacity: .100;
}


#divMain > #divBottomArea > #divIcons > #divKsystems
{
	background-image: url(icn/ksystems.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 50px;
	width: 50px;
	right: 65px;
	top: 0px;
	filter: alpha(opacity=70);
	-moz-opacity: .70;
	opacity: .70;
}
#divMain > #divBottomArea > #divIcons > #divKsystems:hover
{
	filter: alpha(opacity=100);
	-moz-opacity: .100;
	opacity: .100;
}


#divMain > #divBottomArea > #divIcons > #divWebdoks
{
	background-image: url(icn/webdoks.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 50px;
	width: 50px;
	right: 130px;
	top: 0px;
	filter: alpha(opacity=70);
	-moz-opacity: .70;
	opacity: .70;
}
#divMain > #divBottomArea > #divIcons > #divWebdoks:hover
{
	filter: alpha(opacity=100);
	-moz-opacity: .100;
	opacity: .100;
}

#divMain > #divLegal
{
	position: absolute;
	width: 700px;
	height: 50px;
	bottom: -70px;
	left: 25px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	text-align: left;
}


