﻿a
{
	text-decoration: none;
}

a:hover
{
	color: #666666;
}

a img
{
	border: none;
}

a, label,
.error, .pageTitle
{
	color: #CC0000;
}

label
{
	font-weight: bold;
}

label.telNumber
{
	font-weight: normal;
}

div.rightPane label
{
	font-size: 11px;
}

div.contentDiv
{
	padding: 20px 0 20px 0;
	border-bottom: dashed 1px #666666;
}

/* Left info boxes BEGIN */
div.leftBoxes
{
	width: 157px !important;
}

div.leftBoxes div
{
	padding-left: 12px;
}

div.leftBoxes div.titleBar
{
	color: #FFFFFF;
	margin-top: 30px;
	font-weight: bold;
	line-height: 30px;
	background-color: #666666;
}

div.leftBoxes div.content
{
	color: #666666;
	padding-top: 10px;
	padding-right: 11px;
	background-color: #D1D1D1;
}



div.leftBoxes div.contentFix {padding:10px 0 0 5px !important;}

div.leftBoxes div.bottomBar
{
	height: 19px;
	background: #D1D1D1 url(../images/boxCorner.gif) no-repeat bottom right;
}

ul.listArrow
{
	margin: 10px 0 0 0;
	padding: 0 0 0 17px;
	list-style: none url(../images/arrowList.gif);
}
/* Left info boxes END */