﻿body{
	background-image:url('../images/background.gif');

}
#main{
	position:relative; 
	width:1000px; 
	border:thin silver solid; 
	height:1300px; 
	margin:0 auto; 
	background-color:white; 
}

a:visited{
	color:blue;
}

a span{
	display:none;
}

a:hover span{
	display:block;
	position:absolute;
	right:400px;
	top:100px;
	padding:20px;
	background-color:white;
	height:auto;
	width:auto;
	color:black;
	white-space:nowrap;
	border:thin silver solid;
	-moz-border-radius:5px;
	-moz-box-shadow:1px 1px 3px #000000;
	-webkit-border-radius:5px;
	-webkit-box-shadow:1px 1px 3px #000000;
	border-radius:5px;
	box-shadow:1px 1px 3px #000000;
}


#vblogo_about:hover{
	cursor:pointer;
}

/* Tabs area */

ul{
	list-style:none;
	position:relative;
	padding:0;
	left:20px;
	width:700px;
	margin:0 auto;
	z-index:10;
	background-color:white;
}
li{
	float:left;
	font-size:small;
	margin:0px;
	border-left:thin silver solid;
	border-right:thin black solid;
	border-top:thin black solid;
	padding:2px;
	white-space:nowrap;
	cursor:pointer;
	background-image:url('../workbench/promo_images/tab_bg.jpg');
	background-repeat:repeat-x;
	color:white;
	position:relative;
	top:4px;
	text-shadow:1px 1px black;
}

li:hover{
	background-image:url('../workbench/promo_images/tab_selected.jpg');
	background-repeat:repeat-x;
}

#selected{
	position:relative;
	top:0px;
	height:20px;
	background:white;
	color:black;
	text-shadow:1px 1px #dddddd;
	border-left:thin black solid;
	
}
#contact_thumb:hover{
	-moz-box-shadow:0px 0px 2px aqua;
	box-shadow: 0px 0px 2px aqua;
	-webkit-box-shadow: 0px 0px 2px aqua;
	cursor:pointer;
}
#job_thumb:hover{
	-moz-box-shadow:0px 0px 2px aqua;
	box-shadow: 0px 0px 2px aqua;
	-webkit-box-shadow: 0px 0px 2px aqua;	
	cursor:pointer;
}
#task_thumb:hover{
	-moz-box-shadow:0px 0px 2px aqua;
	box-shadow: 0px 0px 2px aqua;
	-webkit-box-shadow: 0px 0px 2px aqua;	
	cursor:pointer;
}

#gantt_thumb:hover{
	-moz-box-shadow:0px 0px 2px aqua;
	box-shadow: 0px 0px 2px aqua;
	-webkit-box-shadow: 0px 0px 2px aqua;	
	cursor:pointer;
}

#rvb_thumb:hover{
	-moz-box-shadow:0px 0px 2px aqua;
	box-shadow: 0px 0px 2px aqua;
	-webkit-box-shadow: 0px 0px 2px aqua;	
	cursor:pointer;	
}

#about_tab{
	position:absolute; 
	background-color:white; 
	padding:5px; 
	top:105px; 
	width:950px; 
	margin:0 auto; 
	height:750px; 
	border:thin black solid; 
	left: 17px; 
	/*-moz-border-radius:15px; 
	-webkit-border-radius:15px; 
	border-radius:15px; */
	background:-moz-linear-gradient(top 315deg, #fff, #dddddd); 
	background: -webkit-gradient(linear,right top, right bottom, from(#fff), to(#dddddd));
	filter:     progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffdddddd);
	-moz-box-shadow:0px 0px 5px #050505;
	box-shadow: 0px 0px 5px #050505;
	-webkit-box-shadow: 0px 0px 5px #050505;
}


#online_store_tab{
	position:absolute; 
	background-color:white; 
	padding:5px; 
	visibility:hidden; 
	top:105px; 
	width:950px; 
	margin:0 auto; 
	height:650px; 
	border:thin black solid; 
	left: 17px; 
	/*-moz-border-radius:15px; 
	-webkit-border-radius:15px; 
	border-radius:15px;*/
}

#task_manager_tab{
	position:absolute; 
	background-color:white; 
	padding:5px; 
	visibility:hidden; 
	top:105px; 
	width:950px; 
	margin:0 auto; 
	height:1150px; 
	border:thin black solid; 
	left: 17px; 
	/*-moz-border-radius:15px; 
	-webkit-border-radius:15px; 
	border-radius:15px; */
	background:-moz-linear-gradient(top 315deg, #fff, #dddddd);
	background: -webkit-gradient(linear,right top, right bottom, from(#fff), to(#dddddd));
	filter:     progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffdddddd);
	-moz-box-shadow:0px 0px 5px #050505;
	box-shadow: 0px 0px 5px #050505;
	-webkit-box-shadow: 0px 0px 5px #050505;
}

#contact_manager_tab{
	position:absolute; 
	background-color:white; 
	padding:5px; 
	visibility:hidden; 
	top:105px; 
	width:950px; 
	margin:0 auto; 
	height:865px; 
	border:thin black solid; 
	left: 17px; 
	/*-moz-border-radius:15px; 
	-webkit-border-radius:15px; 
	border-radius:15px; */
	background:-moz-linear-gradient(top 315deg, #fff, #dddddd);
	background: -webkit-gradient(linear,right top, right bottom, from(#fff), to(#dddddd));	
	filter:     progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffdddddd);
	-moz-box-shadow:0px 0px 5px #050505;
	box-shadow: 0px 0px 5px #050505;
	-webkit-box-shadow: 0px 0px 5px #050505;
}

#whats_new_tab{
	position:absolute; 
	background-color:white; 
	padding:5px; 
	visibility:hidden; 
	top:105px; 
	width:950px; 
	margin:0 auto; 
	height:650px; 
	border:thin black solid; 
	left: 17px; 
	/*-moz-border-radius:15px; 
	-webkit-border-radius:15px; 
	border-radius:15px;*/
}

#job_manager_tab{
	position:absolute; 
	background-color:white; 
	padding:5px; 
	visibility:hidden; 
	top:105px; 
	width:950px; 
	margin:0 auto; 
	height:800px; 
	border:thin black solid; 
	left: 17px; 
	/*-moz-border-radius:15px; 
	-webkit-border-radius:15px; 
	border-radius:15px; */
	background:-moz-linear-gradient(top 315deg, #fff, #dddddd);
	background: -webkit-gradient(linear,right top, right bottom, from(#fff), to(#dddddd));	
	filter:     progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffdddddd);
	-moz-box-shadow:0px 0px 5px #050505;
	box-shadow: 0px 0px 5px #050505;
	-webkit-box-shadow: 0px 0px 5px #050505;
}

#upgrade_tab{
	position:absolute; 
	background-color:white; 
	padding:5px; 
	visibility:hidden; 
	top:105px; 
	width:950px; 
	margin:0 auto; 
	height:800px; 
	border:thin black solid; 
	left: 17px; 
	/*-moz-border-radius:15px; 
	-webkit-border-radius:15px; 
	border-radius:15px;*/
}

#remote_virtualboss_tab{
	position:absolute; 
	background-color:white; 
	padding:5px; 
	visibility:hidden; 
	top:105px; 
	width:950px; 
	margin:0 auto; 
	height:1170px; 
	border:thin black solid; 
	left: 17px; 
	/*-moz-border-radius:15px; 
	-webkit-border-radius:15px; 
	border-radius:15px; */
	background:-moz-linear-gradient(top 215deg, #fff, #dddddd);
	background: -webkit-gradient(linear,right top, right bottom, from(#fff), to(#dddddd));	
	filter:     progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffdddddd);
	-moz-box-shadow:0px 0px 5px #050505;
	box-shadow: 0px 0px 5px #050505;
	-webkit-box-shadow: 0px 0px 5px #050505;
}

#gantt_chart_tab{
	position:absolute; 
	background-color:white; 
	padding:5px; 
	visibility:hidden; 
	top:105px; 
	width:950px; 
	margin:0 auto; 
	height:1160px; 
	border:thin black solid; 
	left: 17px; 
	/*-moz-border-radius:15px; 
	-webkit-border-radius:15px; 
	border-radius:15px; */
	background:-moz-linear-gradient(top 215deg, #fff, #dddddd);
	background: -webkit-gradient(linear,right top, right bottom, from(#fff), to(#dddddd));	
	filter:     progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffdddddd);
	-moz-box-shadow:0px 0px 5px #050505;
	box-shadow: 0px 0px 5px #050505;
	-webkit-box-shadow: 0px 0px 5px #050505;
}

#gantt_chart_tab table{
	width:100%;
	text-align:center;
	position:relative;
}





































































































































































