@charset "utf-8";
/* CSS Document */
html
{
	overflow-y:scroll;
}
body
{
	margin:0 auto;
	background-color:#c8caca;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#4f565e;
}
img
{
	border:0;
}
a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#4f565e;
}
a:hover
{
	text-decoration:none;
	color:#1a619a;
}
#wrapper
{
	width:982px;
	margin:0 auto;
	background-color:#FFF;
	border-left:1px solid #999;
	border-right:1px solid #999;
}
#header
{
	padding:20px 20px 20px 20px;
	background:url(../images/stripes.png) no-repeat center top;
}
#content
{
	width:982px;
	min-height:600px;
	padding-bottom:25px;
}
.menuItem
{
	display:inline;
	padding-left:25px;
	text-transform:uppercase;
}
.menuItem a
{
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#4f565e;
}
.menuItem a:hover
{
	text-decoration:none;
	color:#1a619a;
}
#contactInfo
{
	float:right;
	text-align:right;
	font-size:14px;
	font-weight:bold;
}
.homepageTable
{
	width:93%;
	margin-top:25px;
	border:0;
}
.homepageTable td.first
{
	width:265px;
	text-align:center;
}
.kerioTable
{
	width:93%;
	margin-top:25px;
	border:0;
}
.kerioTable td.first
{
	width:425px;
	text-align:center;
}
.kerioTable td.second
{
}
.homepageTableheader
{
	font-size:18px;
	color:#4a7caa;
	text-transform:uppercase;
}
.homepageTableheader a
{
	font-size:18px;
	color:#4a7caa;
	text-transform:uppercase;
}
.homepageTableheader a:hover
{
	font-size:18px;
	color:#03F;
	text-transform:uppercase;
	text-decoration:none;
}
.tableContentArea
{
	text-align:left;
	padding:30px;
}
.dropdown
{
	width:175px;
	/*each item is worth about 15px additional pixels*/
	height:50px;
	display:none;
	position:fixed;
	padding:5px;
	background-color:#FFF;
	border-left:1px solid #999;
	border-top:1px solid #999;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
}
.dropdown li
{
	list-style:none;
	padding:3px;
}
.dropdown li:hover
{
	list-style:none;
	padding:3px;
	background-color:#EEE;
}
#vmwareTable
{
	text-align:center;
}
.headerRow td
{
	background-color:#EEE;
	font-weight:bold;
}
tr.firstRow td
{
}
tr.secondRow td
{
	background-color:#EEE;
}