hml, body
{
	font-family:Arial,Verdana;
	background-color:#FFFFFF;
}

a
{
	color:#000000;
	text-decoration:none;
}

em
{
	text-decoration:none;
	color:#34b3e8;
	font-style:normal;
}

#master
{
	margin: 0 auto;
	width:1000px;
	padding:10px;
	background-color:#F6F6F6;
	border:3px solid #e6e6e6;
}

.form-container
{
	margin:0 auto;
}

.form-container table
{
	width:100%;
}

.form-container table td
{
	text-align:center;
	padding:5px;
}

.form-container table th
{
	text-align:center;
	padding:10px;
	font-weight:normal;
}

.form-container table th.required
{
	font-weight:bold;
}

.form-container table.equal-widths td
{
	width:50%;
}

.form-container table td.left-aligned
{
	text-align:left;
}

.form-container table td.right-aligned
{
	text-align:right;
}

.form-container table th.left-aligned
{
	text-align:left;
}

.form-container table th.right-aligned
{
	text-align:right;
}

div.centered
{
	margin:0 auto;
	width:100%;
	text-align:center;
}

div.centered input.submit-button
{
	margin:0 auto;
}

table.half-width
{
	width:50%;
	margin:0 auto;
}

table.form-table
{
	width:100%;
}

table.form-table th
{
	text-align:right;
	width:55%;
}

table.form-table td
{
	width:45%;
}

table.form-table input, select, textarea
{
	width:98%;
}

.cell-lighter
{
	background-color:#F6F6F6;
}

.cell-darker
{
	background-color:#E6E6E6;
}

th.bottom-border
{
	border-bottom:2px solid #c6f4ac;
}

a.discrete-link
{
	text-decoration:none;
	color:#000000;
}

#tabs-header
{
	clear:both;
	margin:0 auto;
}

#tabs
{
	width:1000px;
}

#tabs ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 auto;
	display:block;
	vertical-align:baseline;
	height:32px;
	padding:0px;
}

#tabs ul li
{
	float:left;
	width:198px;
	height:40px;
	text-align:center;
	border:2px solid #34b3e8;
	margin-top:30px;
	margin-right:-2px;
	

}

#tabs ul li.active
{
	padding-bottom:32px;
	margin-top:0px;
	border-bottom:0px solid #FFFFFF;	
	background-color:#ffffff;
}

#tabs ul li.empty-list-item
{
	padding-bottom:32px;
	margin-top:0px;
	border:0px;
	border-bottom:2px solid #34b3e8;	
}

#tabs ul li.active a
{
	padding-top:20px;
	font-weight:bold;
	color:#34b3e8;
}

#tabs ul li a
{
	text-decoration:none;
	width:100%;
	height:100%;
	display:block;
	line-height:1.8em;
	font-size:1.3em;
	color:#575757;
	background-color:#ffffff;
	
}

.content-wrapper
{
	clear:both;
	border:2px solid #34b3e8;
	border-top:0px;
	padding:10px;
	position:relative;
	z-index:10;
	margin-right:6px;
	background-color:#ffffff;
}

#footer
{
	text-align:center;
	margin-top:10px;
}

#bottom-menu a
{
	padding-right:10px;
	
	text-decoration:none;
}

#bottom-menu  a:hover
{
	color:#34b3e8;
	text-decoration:underline;
}

a.link-button
{
	padding-right:10px;
	color:#34b3e8;
	text-decoration:underline;
	font-weight:bold;
	font-size:1.3em;

}

a.link-button:hover
{
	text-decoration:none;
	color:#028ac3;
}

a.link-button-small
{
	color:#34b3e8;
	text-decoration:underline;

}

a.link-button-small:hover
{
	text-decoration:none;
	color:#028ac3;
}

.submit-button
{
	border:0px;
	cursor:pointer;
	color:#34b3e8;
	font-size:1.8em;
	background-color:#ffffff;
	font-weight:bold;
}

.arrow
{
	margin:0 auto;
	top:15px;
	position:relative;
}

table.contact-form th
{
	width:30%;
}

table.contact-form td
{
	width:70%;
}

#tabs ul.errorlist
{
	font-weight:bold;
	border:0px;
	margin:0px;
	padding:0px
}

#tabs ul.errorlist li
{
	border:0px;
	padding:0px;
	margin:0px;
	height:auto;
	color:#FF0000;
}

.result-bar
{
	background-color:#34b3e8;
	height:20px;
	float:left;
}

.result-score
{
	float:right;
}

.result-container
{
	/*border:1px solid #E60054;*/
	background-color:#d5eaf3;
	height:20px;
}

.normalurl
{
	color:#0000FF;
	text-decoration:underline;
}

#commentFormTable input, textarea
{
	width: 97%;	
}

#commentsTable .cell-left
{
	width: 25%;
}

#commentsTable .username
{
	color:#34B3E8;
	font-size: 12px;
	font-weight: bold;
}

#commentsTable .datetime
{
	color: #000000;
	font-size: 10px;
}

#commentsTable .cell-right
{
	text-align: left;
	padding: 4px;
}

#invoiceSystemTable .cell-darker
{
	width: 25%;
	font-weight: bold;
}

#invoiceSystemTable .cell-lighter
{
	width: 75%;
}

a.view-details
{
	font-size:0.8em;
}

span.user-comments
{
	display:block;
	font-size:0.6em;
	text-align:center;
}