
p {
	line-height: 130%;
	margin: 0 0 10px 0;
}

.text11 {font-size:11px;}

h1, h2, h3, h4, h5, h6{
	font-family: Arial, Helvetica, sans-serif;
	color:#5468A5;
	margin: 0 0 5px 0;
	font-weight: normal;
	border-bottom:dotted 1px #AEC7E6;
}


h2 {margin-top:0px;}

img { behavior: url(iepngfix.htc); }



h1 img, h2 img, h3 img, h4 img, h5 img {
	vertical-align: middle;
}

.title{
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 0 5px 10px;
	font-weight: normal;
	color:#666666;
	font-size:20px;

}

a{
	text-decoration: none;
	color: #0066cc;
}

a:hover{
	text-decoration: underline;
}

a:visited{
	color: #0066cc;
}

input.text-field {
	border: 1px solid #CCCCCC;
	padding: 4px;
	margin-bottom: 3px;
	background-image: url("../default/images/input-bg.jpg");
	background-repeat: repeat-x;
	width: 220px;
}

input.css-field, select.css-field, textarea.css-field {
	float: right;
}

input.buttons {
	background-image: url("../default/images/button.png");
	background-repeat: no-repeat;
	color: #FFFFFF;
	border: 0px solid #CCCCCC;
	padding: 3px 15px;
	font-weight: bold;
	cursor: pointer;
	width: 146px;
	height: 28px;
}

input.small-button {
	font-size: 11px;
	padding: 3px;
	margin-top: 5px;
}

p.center-para {
	text-align: center;
}

p.error, li.error {
	color: #FF0000;
}

div.css-field-label {
	padding-top: 4px;
}

div.cb {
	clear: both;
}

div.cl {
	clear: left;
}
div.x {
width: 50%; 
text-align: center;
}
div.cr {
	clear: right;
}

table.dashboard-tables tr td, table.dashboard-tables tr th {
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BFD2EA;
}	

table.dashboard-tables tr th {
	text-align: left;
}
table.dashboard-tables tr.rbg_color:hover {
	background:#EFEBEF;
	border:none;
}


a.help {
	width: 14px;
	height: 16px;
	padding: 1px 3px 3px 3px;
	display: block;
	background-image: url("../default/images/help.png");
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
}

#popup-surround {
	position: absolute;
	display: none;
	width: 300px;
	background-image: url("../default/images/popup-bottom.png");
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 11px;
}

#popup-close {
	float: right;
	background-color: #FFFFFF;
	border: 1px solid #89C6F8;
	padding: 1px 3px;
	color: #89C6F8;
	text-decoration: none;
	text-align: center;
}

div.popup {
	border-left: 1px solid #89C6F8;
	border-top: 1px solid #89C6F8;
	border-right: 1px solid #89C6F8;
	background-image: url("../default/images/popup-bg.jpg");
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	padding: 10px;
	font-size: 11px;
}

div.popup h5 {
	color: #6091CC;
	font-size: 14px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

li.instant-question {
	margin-bottom: 10px;
	border: 1px solid #ACC2D9;
	padding: 5px; 
	line-height: 130%;
}

div.liveSearchResult {
	width: 44%;
	float: left; 
	margin: 5px 5px 10px 5px; 
	font-size: 11px;
	padding: 5px; 
	border: 1px solid #CCCCCC;
	cursor: pointer;
}

div.liveSearchResult:hover {
	border: 1px solid #6091CC;
	color: #6091CC;
}

ul.errors {
	margin-top: 0;
}

ul.errors li {
	color: #FF0000;
}

table.print-table, table.print-table td, table.print-table th {
	border: 1px solid #666666;
	background-color: #FFFFFF;
}

table.print-table tr {
	page-break-inside: avoid;
}

table.print-table td {
	line-height: 160%;
}

table.print-table th {
	background-color: #EEEEEE;
	font-weight: normal;
	font-size: 22px;
}

.btn {	width: 247px;	height: 54px;	margin: 0px auto 0px auto;	background-image: url("../default/images/btn.png");
	background-repeat: no-repeat; font-size:16px; }
	
.btn a{	top: 0;	margin: 0;	padding: 0;	margin-top: 0px;	display: block;	width: 238px;	height: 54px;
	background-image: url("../default/images/btn.png");	background-repeat: no-repeat; text-align:center;
	overflow: hidden;	left: 0;	background-position: 0 0;}

	
.btn a:hover{
	background-position: 0 -55px;

}



/* Added By Bailworth
------------------------------------------------------------------*/


.label{
	white-space:nowrap;
}

.error
{
	color:#F6358A;
	font-weight:bold;
}
a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
color: #FFFFFF; /*button text color*/
font-weight:bold;
}

a.squarebutton:hover span{ /* Hover state CSS */
color: #DEEAF5; /*button text color*/
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}

a.squarebutton2{
	background-image: url("../default/images/add.png") no-repeat;
	display: block;
	width: 30px;
	height: 28px;
	padding: 0px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	float:left;
	}
	
.squarebutton3{
	display: block;
	width: 145px;
	height: 28px;
	line-height:28px;
	padding: 1px 5px 5px 5px;
	background: url("../default/images/button3.gif") no-repeat;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	float:right;
	border:none;
}
	
a.squarebutton3{
	display: block;
	width: 146px;
	height: 28px;
	padding: 6px 5px 5px 5px;
	background: url("../default/images/button3.gif") no-repeat;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	float:right;
}
