/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
b, strong {
	font-weight: bold;
}
i {
	font-style: italic;
}
ol, ul {
}
li {
    line-height: 1.5em;
}
ul.tab li {
    line-height: 1em;
}
:focus {
	outline: 0;
}
html, body {
	background-color: white;
	color: #062b69;
	font-family: Arial, Helvetica, Tahoma, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: left;
	font-size: 12px;
	line-height: 10px;
}

p {
	font-size: 12px;
	line-height: 1.3em;
}
body {
	line-height: 1;
	color: black;
	background: white;
}

a {
	font-weight: bold;
	color: #062b69;
	text-decoration: none;
}

a:hover {
	color: #fd8f00;
}

a.empty {
    text-decoration: none;
    color: white;
}

a.empty:hover {
    text-decoration: none;
    color: white;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

h1 {
	font-size: 20px;
	color: #062b69;
	font-weight: bold;
	padding-bottom: 4px;
}

h2 {
	font-size: 16px;
	color: #062b69;
	font-weight: bold;
	padding-bottom: 4px;
}

h3 {
	font-size: 12px;
	color: #062b69;
	font-weight: bold;
	padding-bottom: 4px;
}

body.index h1, body.index h2, body.index h3 {
    padding-bottom: 15px;
}

.break {
	clear: both;
	display: block;
}

.frm {
	color:#56595f;
	font-size: 11px;
	font-weight:bold;
	float: left;
	margin-top: 15px;
}

.frmLabel {
	float: left;
	width: 130px;
	line-height: 15px;
	margin-top: 4px;
}

.frm input {
	background-color:#f0f3f9; border:1px solid #c8cacf; width:200px; font-size:11px; line-height:11px; height:15px; float:left; margin-top:4px; height:15px;
}

.frm select {
	background-color:#f0f3f9; border:1px solid #c8cacf; width:100px; font-size:11px; line-height:11px; height:15px; float:left; margin-top:4px; height:15px;
}

.frm textarea {
	background-color:#f0f3f9; border:1px solid #c8cacf; width:200px; font-size:11px; line-height:11px; height:15px; float:left; margin-top:4px; height:80px;
}

.frm .btn {
	background-color:#f0f3f9; border:1px solid #c8cacf; width:100px; font-size:11px; line-height:11px; height:15px; float:right; margin:0px; padding:0px; margin-top:4px; height:17px;
}

div.wicket-aa {
	background-color: white;
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
	padding: 2px;
	margin: 1px 0 0 0;
	text-align: left;
	overflow: hidden;
}

div.wicket-aa:hover {
	border: 1px solid black;
}

div.wicket-aa ul {
	list-style: none;
	padding: 2px;
	margin: 0;
	overflow: hidden;
}

div.wicket-aa ul li {
	color: black;
	padding: 2px;
	_cursor: hand;
	cursor: pointer;
}

div.wicket-aa ul li.selected {
	background-color: #e8f2fe;
	color: black;
	margin: 0;
}

.fontSize1 {
	font-size: 9px !important;
}

.fontSize2 {
	font-size: 11px !important;
}

.fontSize3 {
	font-size: 13px !important;
}

.fontSize4 {
	font-size: 15px !important;
}

.fontSize5 {
	font-size: 17px !important;
}

.fontSize6 {
	font-size: 19px !important;
}

.fontSize7 {
	font-size: 21px !important;
}

/* TABLE STYLES */
/* price */
table.price {
    border-collapse: collapse;
    border: 1px solid #ccccdd;
    |border: none;
}

table.price th, table.price td {
    padding: 5px 3px;
    |padding: 4px 3px;
    line-height: normal;
    color: #111111;
    border: 1px solid #ccccdd;
    font-size: 12px;
}

table.price span, table.price strong, table.price i {
    color: #111111;
}

table.price th {
    background-color: #eeeeff;
    border: 1px solid #ccccdd;
}

table.price td {
    border: 1px solid #ccccdd;
}

table.price tr.blank td, table.price td.blank {
    border-left: 1px solid white !important;
    border-right: 1px solid white !important;
    background: none !important;
}

table.price tr.highlight td, table.price td.highlight {
    background-color: #eeeeff !important;
}

table.price tr.highlight th, table.price th.highlight,
table.price tr.highlight th strong, table.price th.highlight strong,
table.price tr.highlight th span, table.price th.highlight span,
table.price tr.highlight th i, table.price th.highlight i {
    font-weight: bold;
    color: #065091 !important;
}

