/** Global Elements **/

body, h1, h2, h3, h4, p, body, label {
	font-family: 'Proxima Nova', sans-serif !important;
	font-weight: 400;
	color: #666;
}

body h1 {font-size:  24px; text-align: left; }
body h2 {font-size: 19px; color: #003366; margin-bottom: 20px;}
body h3 {font-size: 16px; color: #003366; margin-bottom: 20px;}
body h4 {font-size: 16px; color: #666666 !important; }

tr, th {color: #666;}

.red {color: #690a3a !important;}
.green {color: #3a690a !important;}
.grey {color: #666 !important;}

label {color: #003366; font-size: 14px; margin-top: 15px; font-weight: 400 !important;}
option {background-color: #fff; font-size: 12px; line-height: 1.7em;}
input[type="submit"] {background-color: #003366; font-weight: 400; color: #fff !important; border: 0; padding: 0 20px; margin-top: 15px;}
select {font-size: 14px !important; line-height: 2em !important;}
option {line-height: 2em; padding: 10px 0; color: #666666;}
option [value=""] [selected="selected"] {background-color: red !important;}
input[type="submit"] {margin-top: 20px; margin-bottom: 20px;}

.cbResultSetTableHeader {background-color: green;}

p {margin: 0;}

body a { color: #06203a !important;}
a:hover {text-decoration: none !important; color: #06203a !important;}

table {width: 100%;}

.container.content {font-size: 14px;font-family: 'Proxima Nova', sans-serif !important; line-height: 1.75em; margin-bottom: 30px;}

/** Tophat Blue **/

#tophat {
	width: 100%;
	color: #fff;
	padding: 30px 0;
	background: #0a3a69;
}

#tophat a {
	color: #fff !important;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
}

#tophat img.icon {
	height: 15px;
	margin-right: 5px;
	width: 14px;
}

.right-content {
	float: right;
	text-align: right;
}


/** Submenu **/

.menu-dash {
	margin-left: -7px;
}

#sub-menu {
	background-color: #f3f3f3;
	padding: 12px 0;
	color: #666666;
	border-bottom: 1px solid rgba(153,153,153,0.3);
	box-shadow: 0 0 6px 3px rgba(102, 102, 102, 0.1);
}

#sub-menu ul {
	padding: 0;
	margin: 0;
}

#sub-menu li {
	display: inline;
	list-style: none;
	text-align: center;
	padding: 0 30px 0;
	border-right: solid 1px #999;
	font-weight: 500;
	font-size: 13px;
}


#sub-menu li.last {
	border-right: none;
}

#horizontalmenu ul { padding:1; margin:1; list-style:none; }

#horizontalmenu li { float:left; display:block;}

#horizontalmenu li ul { display:none; position:absolute; margin-left: -40px; }

#horizontalmenu li:hover ul{
	display:block;
	height:auto; 
	width:auto; 
	padding: 0;
	padding-top: 18px;
	padding-bottom: 5px;
	margin-left: -20px;
	margin-top: -5px;
	overflow: hidden; 
	text-overflow: ellipsis;
	border-radius: 3px;
	z-index: 1000;
}

#horizontalmenu li ul li{
	clear:both;
	border-style:none;
	text-align: left;
	padding: 0;
	width: 180px;
	background: #f3f3f3;
}

#horizontalmenu li ul li a{
	display: block;
	height: 30px;
	padding-top: 8px;
	padding-left: 20px;
	color: #666666 !important;
}

#horizontalmenu li a {
	color: #666666 !important;
}

#horizontalmenu li ul li a:hover{
	background: #e6e6e6;
}


/** Content **/

#content {
	padding: 30px 0 0;
}

#content h1 {
	color: #003366;
	line-height: 2.5em;
	margin-top: 0;
}

#content p {
	color: #666666;
	font-size: 14px;
	line-height: 1.75em;
}

th {
	padding: 0 10px 0 3px !important;
	color: #FFF !important;
}

tr a, td a, th a {
	font-size: 12px !important;
	color: #666666 !important;
}

th a {
	color: #FFF !important;
}

tbody tr td {
}

.container.content th a {
	font-size: 14px;
	color: #FFF !important;
}

.container.content th a:hover {
	color: #FFF !important;
}

.container.content a {
	font-size: 14px;
	color: #06203a !important;
}

.container.content a:hover {
	color: #666666 !important;
}

a.strong-link {font-size:  20px; font-weight:  700; color: #0a3a69 !important; margin-top: 30px;}


/** Footer **/

footer {
	background-color: #f3f3f3;
	padding: 10px 0;
	color: #666666;
	border-top: 1px solid rgba(153,153,153,0.3);
	padding: 30px 0;
}

#footer ul {
	list-style: none;
	padding: 0;
	line-height: 2em;
}

#footer h4 {
	text-transform: uppercase;
	font-size: 12px;
}

#footer p, a {
	color: #666666 !important;
	font-size: 12px;
}

#footer .logo {
	margin: 20px 0;
	float: right;
}


/** Copyright **/

#copyright {
	background-color: #003366;
	color: #fff;
	width: 100%;
	font-size: 11px;
	padding: 15px 0px;
}

#copyright p {
	margin: 0;
	padding: 0;
	color: #FFF;
	font-size: 12px;
}


tr {
	font-size: 12px;
	line-height: 2.5em;
}

tbody {
	padding: 10px 0;
}
