html, body {
	margin:0;
	padding:0;
	height:100%;
}

body {
	background:#000 url('../images/background.jpg') no-repeat top fixed;
	font-family: 'Lucida Grandde', Helvetica, sans-serif;
}

.content-rhs a:link, .content-rhs a:active, .content-rhs a:visited {
	color:#7BB5EE;
	text-decoration: none;
	border-bottom: 1px dotted #444;
}

.content-rhs a:hover {
	color:#C0402A;
}

h1, h2, h3, h4 {
	color: #FFF;
	font-family: 'PTSansNarrowRegular', 'Lucida Grande', Helvetica, sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 35px;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}

label {
	font-family: 'Lucinda Grande', Helvetica, sans-serif;
}

#tiptip_content {
	font-family: 'Lucinda Grande', Helvetica, sans-serif;
}

img {
	border:none;
}

.qtip-wrapper {
	opacity:0.95;
}

.ui-button {
	font-size: 12px !important;
}

.ui-tabs {
	background:none !important;
	border:none !important;
	padding:0px !important;
}

div.ui-tabs-panel {
	padding:0px !important;
}

.ui-tabs-nav {
	padding-left:7px !important;
	background:none !important;
	border:none !important;
	overflow: hidden;
}

.ui-tabs-nav a {
	border:none !important;
	font-size: 12px !important;
}

.ui-tabs.nav li {
	border:none !important;
}

.ui-progressbar {
	font-size: 60% !important;
}

.ui-progressbar-value {
	background-image: url('../images/pbar-ani.gif') !important;
}

.ui-selectmenu {
	margin:0 !important;
	padding:0 !important;
	font-size: 14px !important;
	border:1px solid #888 !important;
	background: #FFF none !important;
}

.ui-selectmenu-menu {
	font-size: 14px !important;
}

a.ui-selectmenu:link, a.ui-selectmenu:active, a.ui-selectmenu:visited, a.ui-selectmenu:hover {
	color: #C92813;
}

.ui-dialog {
	font-size:12px !important;
}

.ui-datepicker {
	font-size:12px !important;
}

.small {
	font-size: 9px;
}

.medium {
	font-size:11px;
}

.hidden {
	visibility: hidden;
}

div.tools-container {
	margin: 0;
	padding: 0;
	width:100%;
	height: 39px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
	background: transparent url('../images/tools-back.png') repeat-x;
	font-family: 'PTSansNarrowRegular', 'Lucida Grande', Helvetica, sans-serif;
}

div.tools {
	margin: 0 auto;
	padding: 0;
	width: 980px;
	height: 39px;
}

div.tools img.logo {
	float:left;
}

ul.tools-navigation {
	margin: 0;
	padding: 0;
	display: table;
	height:39px;
	list-style-type: none;
	float: right;
}

ul.tools-navigation li {
	margin: 0;
	padding: 0;
	float: left;
}

a.tools:link, a.tools:active, a.tools:visited {
	margin: 0 6px;
	padding: 8px;
	font-size: 20px;
	color: #aeaeae;
	display: block;
	text-decoration: none;
}

a.tools:hover {
	color: #FFF;
}

ul.tools-navigation ul {
	margin: 39px 0 0 10px;
	padding: 5px 0 10px 0;
	position: absolute;
	display: none;
	width: 200px;
	background-image: url(../images/flyout-back.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}

ul.tools-navigation ul li {
	margin: 0;
	padding: 0;
	float: none;
	list-style-type: none;
/* 	background-image: url(../images/flyout-border.png); */
	background-repeat: no-repeat;
	background-position: bottom;
}

ul.tools-navigation ul a:link, ul.tools-navigation ul a:active, ul.tools-navigation ul a:visited {
	margin: 0;
	padding: 8px 10px;
	display: block;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}

ul.tools-navigation ul a:hover {
	background-image: url(../images/flyout-hover.png);
}

div.search {
	margin: 5px 0;
	padding: 0 20px;
	width:184px;
	height:27px;
	background:transparent url('../images/search-global.png') no-repeat;
}

div.search input {
	margin: 0;
	padding: 5px 0;
	width: 195px;
	font-size: 14px;
	background: transparent;
	border: inherit;
	outline: none;
}

input.search {
	position: absolute;
	right:20px;
	top:55px;
}

div.page-container {
	background:transparent url('../images/hero.png') no-repeat center bottom fixed;
	width:100%;
	height:100%;
	display: table;
}

div.body-container {
	margin:0 auto 0 auto;
	width:980px;
}

img#company-logo {
	margin: 0;
	padding: 0;
	position: absolute;
	left: -235px;
	top:0;
}

div.content-container {
	margin:	100px 0 100px 249px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	display: table;
	position: relative;
/* 	background:transparent url('../images/content-back.png') no-repeat top left; */
}

div#user-badge {
	margin: 0;
	padding: 5px 0px;
	font-size: 30px;
	width:220px;
	height:35px;
	overflow: hidden;
	color: #FFF;
	text-align: center;
}

div.content-lhs {
	margin: 10px 0;
	padding:10px 15px;
	float:left;
	width:220px;
	clear:both;
}

div.content-rhs {
	/*margin-left:250px;*/
	width:690px;
	position: relative;
}

div.content {
	padding:20px;
	color:#000;
	background: rgba(255, 255, 255, 0.2);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.disabled {
	opacity:0.2;
	cursor: wait;
}

.tr-odd {
/*	background-color: #ddd;*/
	background: transparent url('../images/content-group-back.png');
}

.tr-hover {
/*	background-color: #FFF !important;*/
/*	background: transparent url('../brs/images/ui-bg_highlight-soft_33_003147_1x100.png');*/
	background: #003147 url(brs/images/ui-bg_highlight-soft_25_ffef8f_1x100.png) 50% 50% repeat-x;
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div.page-buttons-wrapper {
	margin: 0;
	padding: 0;
	position: relative;
}

div.page-buttons {
	margin:0;
	padding: 0;
	position: absolute;
	top:3px;
	left:50%;
	float: left;
}

div.page-buttons .ui-buttonset {
	float: left;
	right: 50%;
	position: relative;
}

ul.navigation-lhs {
	margin:16px 0px;
	padding: 0;
	list-style-type: none;
	background: transparent url('../images/nav-back.png') repeat-y top right;
	overflow: hidden;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

ul.navigation-lhs li {
	margin: 0;
	padding:0;
}

ul.navigation-lhs a:link, ul.navigation-lhs a:active, ul.navigation-lhs a:visited {
	margin: 0 0 1px 0;
	padding: 10px 10px 11px 10px;
	display: block;
	text-decoration: none;
	font-size: 16px;
	height:19px;
	overflow: hidden;
	color:#aeaeae;
}

a.navigation-lhs-first {
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}

a.navigation-lhs-last {
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

ul.navigation-lhs a:hover {
	background-color: #FFF;
	opacity:0.3;
	filter:alpha(opacity=30);
	color: #000;
}

#sub-navigation {
	position: absolute;
	top: -14px;
	left: 0;
	width: 100%;
	text-align: center;
}

#sub-navigation .ui-button {
	margin-right:-0.4em;
}

h2.lhs {
	margin:0;
	padding: 0;
}

.clear {
	clear: both;
}

table.data {
	border-color: #999;
	border-width: 1px;
	border-style: solid;
	padding: 0px;
	margin: 0px;
	width: 100%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

table.data thead tr {
	background-image: url(brs/images/ui-bg_gloss-wave_25_333333_500x100.png);
	background-position: center center;
	color: #FFF;
}

table.data thead td {
	padding: 5px;
}

table.data tbody td {
	padding: 5px;
	background-image: url(../images/flyout-hover.png);
	color: #BBB;
}


/**
 * Paging Table
 *
 */
table.paging {
	margin: 0;
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

table.paging thead td {
	margin: 0;
	padding: 10px 5px;
	color: #FFF;
	background-color: rgba(255, 255, 255, .1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

table.paging thead td:first-child {
	border-top-left-radius: 10px;
}

table.paging thead td:last-child {
	border-top-right-radius: 10px;
}

table.paging tbody td {
	margin: 0;
	padding: 5px;
	color: #FFF;
	font-size: 12px;
	line-height: 25px;
}

table.paging tbody tr:hover td {
	cursor: pointer;
	background-color: rgba(255, 255, 255, .2);
}







div#rep-calculator {
	margin: 0;
	padding: 0;
	width: 200px;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: none;
	background-image: url('../images/black-70.png');
	z-index: 101;
}

div#rep-calculator td.calc {
	display: none;
}

.fancybox-prompt h1, .fancybox-prompt h2, .fancybox-prompt h3, .fancybox-prompt h4 {
	color: #333;
}

.fancybox-prompt h2 {
	border-bottom: 1px solid #ccc;
}

.fancybox-prompt label {
	padding: 10px;
	position: absolute;
	color: #888;
}

.fancybox-prompt .message {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
}

.fancybox-prompt h4 {
	margin: 0;
	padding: 0;
}

