body
{
  font-family: Verdana, sans-serif;
	font-size: 10pt;
	color: #000;
}

.hidden {
	visibility: hidden;
	display: none;
}
.shown {
	visibility: visible;
	display: block;
}

h1
{
  color: #f00;
  font-size: 180%;
}

h2
{
  font-size: 150%;
}

h3
{
  font-size: 120%;
}

h4
{
  font-size: 100%;
}

h2, h3, h4, h5, h6
{
  color: #000;
}

.weak
{
  color: #999;
}

em, strong
{
  color: #000;
}

a
{
  color: #00f;
}

table
{
  font-size: 100%;
}

iframe
{
	border: none;
	padding: 0 10px;
}

dt
{
	font-weight: bold;
	margin-top: 10px;
}

#hostedpbxclearread
{
	width: 250px;
	float: left;
	padding-right: 10px;
	border-right: 1px dotted #999;
}

#hostedpbxpresentation
{
	float: left;
	background-color: #f00;
}

#hostedpbxpresentation h2
{
	margin: 0;
}

#hostedpbxpresentation h2 a
{
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	display: block;
	height: 90px;
	width: 200px;
	color: #fff;
	text-decoration: none;
	padding-top: 30px;
	border-top: 20px solid #c00;
	border-bottom: 20px solid #c00;
}

#hostedpbxsidemenu-outer
{
	float: left;
	width: 300px;
}

#hostedpbxsidemenu
{
	border-left: 1px dotted #999;
	margin: 0;
	padding: 0;
}

#hostedpbxsidemenu li
{
	list-style: none;
	margin: 0;
	padding-left: 10px;
}

#hostedpbxsidemenu li a
{
	display: block;
	font-size: 20px;
	color: #f00;
	text-decoration: none;
	line-height: 40px;
	width: 238px;
	padding-left: 40px;
	height: 40px;
}

#hostedpbxsidemenu li a:hover
{
	background: url(/cache/images/image_475ef55d412ff.png) 10px 50% no-repeat;
	color: #000;
	background-color: #eee;
}