html,body {
	height: 100%;
	background: #FCFCFC;
}
body {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	margin: 0 0 0 0;
	/*background: #fff*/
	background: #FCFCFC url(img/bg.png) repeat-x 0 0;
	padding:.5em;
}

h1 {
	font-size: 20pt;
	font-weight: bold;
	margin: 10px 0 20px 0;
}

h2 {
	font-size: 16pt;
	font-weight: bold;
	margin:0 0 10px 0;
}

h2.title {
	float:left;
}

a {
	color:#243187;
}
a:hover {
	color: #6471B7;
}

strong {
	font-weight:bold;
}

/********************************************************************
 * HEADER REGION
 *******************************************************************/
#header {
	width: 100%;
	height: 90px;
	background: #FFFFFF;
}
#header .title {
	position: absolute;
	height:90px;
	top: 10px;
	left: 20px;
	padding: 10px 0 0 90px;
	font-size: 36px;
	font-weight: bold;
	font-family: Lucida Sans, Arial, Helvetica;
	font-variant: small-caps;
	color: #000000;
	background: url(img/logo.png) no-repeat left top;
}
#header .title p {
	margin-top: -7px;
	font-size: .4em;
	font-weight:normal;
}
#header .title p em {;
	font-style: oblique;
}
#header .title a {
	color: #000000;
	text-decoration:none;
}
#header .status {
	position: absolute;
	font-size: 10pt;
	top: 5px;
	right: 32px;
	color: #999999;
}
#header .status a {
	color: #555555;
	text-decoration: none;
	font-weight: bold;
}
#header .status a:hover {
	color: #e8bf67;
}
#header .status span.dark {
	color: #777;
}
#flash {
	display: none;
	position: absolute;
	right: 32px;
	top: 40px;
	color: #e8bf67;
}

/********************************************************************
 * CONTAINER/CONTENT/FOOTER REGIONS
 *******************************************************************/
div.container {
	position: relative;
	min-height: 97%;
	height: 97%;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
	width:760px;
	margin:0 auto;
	border:1px solid #EEEEEE;
	background:#FFFFFF;
}
html>body div.container {
	height: auto;
}
div.content {
	padding:20px 20px 70px 20px;
	/*background: url(img/bg.png) repeat-x 0 0;*/
	background: #FFFFFF;
}
div.footer {
	bottom: 0px;
	width: 96%;
	height: 60px;
	color: #AAAAAA;
	font-size: .9em;
	line-height: 30px;
	border-top:1px solid #EEEEEE;
	margin:0 2%;
}
div.copyright {
	float:left;
}
div.badge {
	float: right;
	padding-top: 8px;
	/* Has overrides in ie.css */
	padding-right: 8px;
	width: 100px;
}
div.links {
	clear:both;
	text-align:left;
}
div.links a {
	color:#666666;
}

/********************************************************************
 * BUTTONS
 *******************************************************************/
div.link_button {
	height: 26px;
	background: url(img/link_button_left.gif) no-repeat left;
	padding: 0 3px 0 3px;
	white-space: nowrap;
	width: 200px;
}
div.link_button img {
	position: relative;
	top: 4px;
	float: left;
	z-index: 2;
}
div.link_button a {
	font-weight: bold;
	font-size: 12px;
	line-height: 24px;
	text-decoration: none;
	color: #333;
	display: block;
	position: relative;
	top:1px;
	right: -4px;
	width: 100%;
	cursor: pointer;
}
div.link_button a:hover {
	color: #00a;
}
div.link_button a span {
	text-align: center;
	background: url(img/link_button_right.gif) no-repeat right;
	position: absolute;
	right: 0;
	width: 90%;
}


/********************************************************************
 * AJAX ELEMENTS
 *******************************************************************/
div.popup {
	display: none;
	width: 350px;
	background: #83acca;
	color: #fff;
	font-size: 10pt;
	font-weight: bold;
	border: 2px outset #000;
	margin: 15px;
	padding: 8px;
	position: absolute;
}
div.popup div.buttons {
	float: right;
	padding: 0 15px 15px 0px;
}
div.spinner {
	width: 16px;
	height: 16px;
	background: url(img/spinner.gif) no-repeat;
}
input.spinner {
	text-align: left;
	background: url(img/spinner.gif) center right no-repeat;
}
/* a "Please Wait" div for AJAX calls */
div.loading {
	width: 100%;
	height: 100%;
	background: #000 url(img/loading.gif) no-repeat center center;
	opacity: 0.50;
	filter: alpha(opacity=50);
	display: none;
}


/*
 * Fix container divs that contain floating divs - they will jump outside
 * the container unless class="... clearfix"
 */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* needed for IE7 */
*:first-child+html .clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


/********************************************************************
 * PAGINATION
 *******************************************************************/
div.pager {
	text-align:center;
}
ul.pagination {
	text-align: center;
	margin: 0 auto;
	clear: both;
	float: right;
	list-style-type: none;
}
ul.pagination li {
	float: left;
	margin-right: 6px;
}
ul.pagination li span {
	float: left;
}
ul.pagination li.current {
	font-weight: bold;
}
ul.pagination li.ellipsis {
}
ul.pagination li.ellipsis span {
}


/********************************************************************
 * TABLES
 *******************************************************************/
table.record {
	border: 1px solid #ccc;
}
table.record th {
	text-align: left;
	border-bottom: 1px dotted #ccc;
}
table.record td {
	border-left: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}


/********************************************************************
 * MESSAGES AND ERRORS
 *******************************************************************/
p.error {
	color: #900;
	font-weight: bold;
	margin: 0;
}
div.error {
	color: #900;
	margin: 10px;
	font-weight: bold;
	font-size: 8pt;
	background: url(img/error_bg.gif) repeat-x;
	border: 1px solid #fd5000;
	padding: 7px;
}
div.success {
	color: #619420;
	margin: 10px;
	font-weight: bold;
	font-size: 8pt;
	background: url(img/success_bg.gif) repeat-x;
	border: 1px solid #12bd00;
	padding: 7px;
}
div.success ul, div.error ul {
	margin: 0 0 0 10px;
	list-style-type: disc;
	font-size: 8pt;
}


div.ad-results {
	float:right;
	padding:0;
	margin:0;
}
div.ad-index {
	float:right;
	padding:0;
	margin:0;
}
div.ad-index p, div.ad-results p {
	text-align:center;
	margin-bottom:1em;
}

div.advertisement {
	margin:0;
	padding:0;
}
div.advertisement img {
	border: 1px solid #EEEEEE;
}

div.admin {
}

div.clear {
	clear:both;
}
div.space {
	height:5.5em;
}

div.categories {
	float:left;
	width:58%;
	padding:2%;
	background:#d4e1f7;
	border:2px solid #EEEEEE;
}
div.categories a {
	text-decoration:none;
}
div.browse {
	background: #d4e1f7;
	padding:1em;
	border:2px solid #EEEEEE;
	margin-bottom:1em;
	text-align:center;
}
div.mini {
	padding:.2em;
	margin-bottom:.7em;
	margin-top:-1.3em;
	border: none;
	border-bottom:1px solid #BBBBBB;
	border-top:1px solid #BBBBBB;
}
div.browse a {
	text-decoration:none;
	font-size:1.1em;
	padding:.2em;
	color:#888888;
	font-weight:bold;
}
div.mini a {
	padding:0 0 0 .1em;
	font-size:1em;
}
div.browse a:hover, div.browse a.current {
	text-decoration:underline;
	color:#000000
}
div.static {
	padding-top: 1em;
}

table.package_table {
	clear:both;
	margin:0 auto;
}
table.package_table .package {
	font-weight:bold;
	border-bottom:1px solid #BBBBBB;
	background:#FAFAFA;
}
table.package_table .feature {
	border-right:1px solid #BBBBBB;
	border-left:none;
	text-align:left;
	background:#FAFAFA;
}
table.package_table .prices {
	border-top: .5em double #EEEEEE;
	font-weight:bold;
}
table.package_table th {
	padding:.5em;
	border-right:1px solid #EEEEEE;
}
table.package_table td {
	padding:.2em .5em;
	border:1px solid #EEEEEE;
	text-align:center;
}