﻿html, body, .body
{ 
    min-height: 100%; 
}
* html #top { height: 100%; }
html { overflow-y: scroll; }
body
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: .76em;
    margin: 0;
}
.body
{
    position: relative;
}
body, form, div, .page
{
    cursor: default;
    margin: 0;
    padding: 0;
}

/* Text */

body, p, li, h1, h2, h3, h4, h5, h6, blockquote, dt, dd, td, label
{
    margin: 0;
    padding: 0;
    cursor: default;
}
h1, .h1, h2, .h2, h1 a, .h1 a, h2 a, .h2 a
{
    font-family: Georgia,Times,serif;
    font-weight: normal;
}
h1, .h1
{
    padding: 1em 0 .4em 0;
    font-size: 30px;
    line-height: 1.1em;
}
h2, .h2
{
    padding: 15px 0 0 0;
    font-size: 22px;
    line-height: 1.1em;
    border-bottom: solid 0 transparent;
}
h3, .h3
{
    padding: .9em 0 0 0;
    font-family: Georgia,Times,serif;
    font-weight: normal;
    font-size: 17px;
    line-height: 1.1em;
}
h4, .h4
{
    font-family: Georgia,Times,serif;
    font-weight: bold;
    font-size: 15px;
}
p, li, .p, td, blockquote, dt, dd
{
    line-height: 1.4em;
}
blockquote
{
    margin: 1em 30px 1em 40px;
}
p, li, .p, td, dt
{
    padding-top: .6em;
}
ol, ul
{
    margin-bottom: .6em;
}
.right
{
    text-align: right;
}

/* Policies */

.privacy ol, .privacy ul, .privacy li,
.terms-of-use ol, .terms-of-use li
{
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.terms-of-use ol
{
    padding-top: 1em;
    list-style-type: upper-alpha;
}
.privacy ol ol,
.terms-of-use ol ol
{
    padding-top: 0;
    list-style-type: lower-alpha;
}
.privacy h4
{
    padding-top: 0.7em;
    font-weight: normal;
}

/* Title */

.body .breadcrumb a, .body .breadcrumb span
{
    color: #b7b7b7;
    font-weight: normal;
}
.body .page-title-with-breadcrumb h1
{
    padding-top: 0;
}
.body .title .title-inner
{
    width: 940px;
    margin: 0 auto;
    padding: 0 15px 0 5px;
}

/* Links */

a
{
    text-decoration: none;
    color: #36f;
    font-weight: bold;
}
a:hover
{
    text-decoration: underline;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
    font-weight: normal;
}

/* Misc */

.clear, .clear5, .clear10, .clear20, .clear30
{
    clear: both;
    margin: 0;
    padding: 0;
}
.clear5
{
    height: 5px;
}
.clear10
{
    height: 10px;
}
.clear20
{
    height: 20px;
}
.clear30
{
    height: 30px;
}
hr, .hide, .print-only
{
    display: none;
}
.nobreak
{
    white-space: nowrap;
}
/* PAGINATION */
.results-page{
	background-color:white;
	border:1px solid #B7B8BC;
	border-radius:5px;
	clear:both;
	display:table;
	font-size:16px;
	margin:15px auto;
	overflow:hidden;
	text-align:center;
}
.results-page >span{
	display:table-cell;
	vertical-align:middle;
}
.results-page >span>a{
	border-right:1px solid #B7B8BC;
	color:#4C8CC8 !important;
	display:inline-block;
	vertical-align:middle;
	padding:10px 19px 10px 20px;
}
.results-page >a{
	color:#4C8CC8 !important;
	display:table-cell;
	vertical-align:middle;
	padding:10px 19px;
}
.results-page >span>a:hover,.results-page >a:hover{
	background-color:#4C8CC8;
	color:white !important;
}
