/*LAYOUT AND DEFAULT CSS STYLES*/
* {
	outline: none;
}

body, html {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: "Arial";
	font-size: 14px;
	zoom: 1;
	color: #333333;
}

html, body {
	-ms-overflow-y: scroll;
}

html {
	-ms-overflow-y: hidden;
}

a {
	color: blue;
	cursor: pointer;
	border: none;
}

td {
	vertical-align: top;
}

.no-wrap {
	white-space: nowrap !important;
}

#player, #altPlayer {
	float: left;
	width: 510px;
	margin: 20px 20px 0 0;
	border: 2px solid #999999;
	-moz-box-shadow: 1px 1px 2px #333333;
	-webkit-box-shadow: 1px 1px 2px #333333;
	box-shadow: 1px 1px 2px #333333;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	border-radius: 5px; /* CSS3 */
	overflow: hidden;
}

#altPlayer {
	margin: 20px auto 50px auto;
	width: 680px;
	float: none;
}

.tutorials {
	margin: 0 0 0 30px;
	padding: 0;
	font-size: 12px;
}

.tutorials li {
	padding: 5px 0 2px 0;
	border-bottom: 1px dotted #CCCCCC;
}

.tutorials a {
	text-decoration: none;
}

img {
	border: none;
}

a:hover {
	color: #000000;
}

.red {
	color: red;
}

.blue {
	color: #006699;
}

.green {
	color: green;
}

.orange {
	color: orange;
}

.darkRed {
	color: #7F0000;
}

.note, .noteDrk {
	font-size: 12px;
	color: #999999;
	font-weight: normal;
}

.noteDrk {
	color: #666666;
}

#header {
	background: #E7E7E7;
	padding: 0;
	margin: 0;
	color: #333333;
	position: relative;
	font-size: 12px;
}

#headerContainer, #content, #footerContainer, #subNav {
	width: 980px;
	margin: auto;
}

#menu {
	width: 1200px;
	margin: auto;
}

#clientsMenu {
	width: 980px;
	margin: auto;
}

#content {
	width: 980px;
	margin-top: 10px;
}

#headerMenu {
	color: #FFFFFF;
	padding-top: 40px;
}

#container {
	margin-bottom: -263px;
	position: relative;
	min-height: 100%;
	padding: 0;
	border-top: 4px solid #CCCCCC;
}

#footer {
	background: url(../images_frontend/tile-footer.jpg) repeat-x right;
	height: 263px;
	position: relative;
	color: #FFFFFF;
	font-size: 13px;
}

.clearfooter {
	height: 263px;
	clear: both;
}

#header a {
	color: #666666;
}

#headerContainer {
	background: url(../images_frontend/logo-header.png) 0 17px no-repeat;
	height: 94px;
	padding-left: 300px;
	width: 700px;
	position: relative;
}

.req {
	color: red;
	font-weight: bold;
	font-size: 16px;
	line-height: 10px;
}

#menuContainer {
	height: 40px;
	background: #0888C8; /* Old browsers */
	color: #FFFFFF;
	z-index: 8888;
}

#footerContainer {
	padding: 10px 0;
}

#footerLeft, #footerMid, #footerRight {
	float: left;
}

#footerLeft {
	font-size: 11px;
	color: #C3DBF2;
	margin-right: 100px;
	margin-top: 30px;
}

#footerMid, #footerRight {
	margin-top: 15px;
	font-size: 12px;
}

#footerRight {
	width: 240px;
	margin-left: 60px;
	float: right;
}

#footer ul li {
	padding: 5px 0 5px 0;
}

#footer a {
	font-size: 12px;
	color: #F6F6F6;
	text-decoration: none;
}

.light {
	font-style: italic;
	color: #BBE0FC;
}

.lightsm {
	color: #BBE0FC;
}

.footerHeading {
	font-size: 14px;
	font-weight: bold;
}

/*MESSAGING*/
.errorMessage, .confirmMessage, .warningMessage, .infoMessage {
	padding: 15px 15px 15px 45px;
	text-align: left;
	margin: 10px 0 10px 0;
	border: none;
	width: auto;
	font-size: 16px;
}

.errorMessage {
	background: url(../images/bg_icon_error.gif) no-repeat scroll 10px 8px #FFF9F9;
	color: #C10924;
	border-color: #C05A69;
}

.confirmMessage {
	background: url(../images/bg_icon_confirm.gif) no-repeat scroll 10px 8px #F2F9F0;
	color: #2B8C12;
	border-color: #628C57;
}

.warningMessage {
	background: url(../images/bg_icon_warning.gif) no-repeat scroll 10px 8px #FFFFBB;
	color: #000000;
	border-color: #DCC04C;
}

.infoMessage {
	background: url(../images/bg_icon_info.gif) no-repeat scroll 10px 8px #E8F3F9;
	color: #2C6B92;
	border-color: #759BB2;
}

/*FORMS*/

input, select, textarea {
	width: 98%;
	border: 1px solid #C9C9C9;
	background: #FFFFFF;
	color: #333333;
	font-family: "Arial";
	font-size: 13px;
	padding: 6px;
}

textarea {
	resize: vertical;
}

select {
	width: 100%;
}

input[type=submit], input[type=checkbox], input[type=button], input[type=radio], .orderButton, .buttonLink {
	width: auto;
}

input[type=submit], input[type=button], .orderButton, .buttonLink {
	background: url(../images_frontend/tile-button.jpg) #FBE646 bottom repeat-x;
	display: inline-block;
	width: auto;
	padding: 10px 25px 10px 25px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	color: #393838;
	font-size: 17px;
	cursor: pointer;
	text-decoration: none;
	border: 1px solid #E1C038;
}

input[type=submit]:hover, .orderButton:hover, .buttonLink:hover {
	background: #FBE646; /* Old browsers */
}

input[type=checkbox], input[type=radio] {
	border: none;
}

input.smallButton {
	font-size: 16px;
	padding: 4px 6px 4px 6px;
}

.buttonLink:hover {
	background: #FBE646; /* Old browsers */
}

.buttonLink {
	margin-right: 10px;
	text-decoration: none;
}

/*NAVIGATION MENU*/
#nav ul, #nav li, #nav ul li, #nav {
	padding: 0;
	margin: 0;
	z-index: 8888;
}

/*
#nav li{
    font-weight:bold;
}
*/
#nav ul li {
	font-weight: normal;
}

#nav {
	float: left;
	text-transform: uppercase;
	list-style: none outside none;
	width: 100%;
	z-index: 8888;
	margin: 0;
	font-size: 12px;
}

#nav li {
	float: left;
	margin: 0;
	position: relative;
	z-index: 8888;
}

#nav a {
	color: #FFFFFF;
	display: block;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	line-height: 30px;
	z-index: 8888;
	border-right: 1px solid #00ACEC;
}

#nav ul {
	left: -9999px;
	list-style: none outside none;
	position: absolute;
	background: #666666;
	padding-top: 5px;
	border: none;
}

#nav ul li {
	float: none;
	border-top: none;
}

#nav ul li a {
	line-height: 14px;
	border: none;
}

#nav ul a {
	white-space: nowrap;
}

#nav li:hover ul {
	left: 0;
}

#nav li:hover a {
	background: none repeat scroll 0 0 #666666;
}

#nav li:hover ul a {
	text-decoration: none;
}

#nav li:hover ul li a:hover {
	background: none repeat scroll 0 0 #000000;
}

#nav a:hover {
	background: none repeat scroll 0 0 #333333;
	color: #FFFFFF;
}

.adminMenu a {
	font-size: 11px;
	padding: 5px;
}

/*FORM AND MESSAGING CSS*/
.inputContainer {
	padding: 10px 0 10px 0;
}

.inputContainerBlue {
	padding: 10px;
	background-color: #F1F5FA;
	color: #006699;
}

.formHolderWh, .formHolder, .formHolderOpt, #rankingWindowContainer {
	padding: 20px;
	margin: 10px 0 20px 0;
}

.formHolderWh {
	background-color: #FFFFFF;
}

.formHolder, #rankingWindowContainer {
	background: #F0F6FB;
}

.formHolderOpt {
	background: #F6F6F6;
}

label {
	text-align: left;
	display: block;
	font-size: 15px;
	font-weight: bold;
}

.errorMessageForm, .confirmMessageForm {
	padding: 2px 4px 2px 4px;
	margin: 5px;
	font-weight: bold;
	text-align: center;
}

.errorMessageForm {
	background-color: #FFF9F9;
	border: 1px solid red;
	color: red;
}

.confirmMessageForm {
	background-color: #F2F9F0;
	border: 1px solid #628C57;
	color: #2B8C12;
}

#testform {
	width: 360px;
	width: 100%;
}

#printButton {
	display: block;
	height: 24px;
	width: 85px;
	background: url(../images/printbutton.gif) no-repeat;
	cursor: pointer;
}

.clear {
	clear: both;
}

#iframeHolder {
	display: none;
	left: 50%;
	margin-left: -360px;
	margin-top: -240px;
	position: fixed;
	top: 50%;
	z-index: 9999;
	border: 10px solid #000000;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	border-radius: 5px; /* CSS3 */
}

#screenCover, #popupContainer, #popupCover {
	background-color: #000000;
	bottom: 0;
	display: none;
	height: 100%;
	opacity: 0.8;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9998;
}

#popupCover {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

#popupContainer {
	background-color: #FFFFFF;
	opacity: 1;
	z-index: 99999;
	margin: 3%;
	padding: 2%;
	width: 90%;
	height: 90%;
	border-radius: 10px;
}

#popupIframe {
	height: 100%;
	width: 100%;
	border: none;
	margin: 0;
	overflow: auto;
	font-family: Arial;
}

#close, #closeHistory {
	background: url("../images/window-close.png") repeat scroll 0 0 transparent;
	cursor: pointer;
	display: block;
	height: 36px;
	position: absolute;
	right: -20px;
	top: -20px;
	width: 36px;
}

#close:hover, #closeHistory:hover {
	background-position: bottom;
}

.star {
	display: block;
	float: left;
	background: url(../images/icon-elite.png) no-repeat;
	width: 12px;
	height: 12px;
}

a.reset {
	font-size: 12px;
	text-decoration: none;
}

a.reset:hover {
	text-decoration: underline;
}

.loadingDiv {

	background: url(../images/loading.gif) no-repeat 0 20px;
	width: 128px;
	margin: 30px auto 30px auto;
	text-align: center;
	height: 35px;
	font-weight: bold;
	color: #CCCCCC;

}

a.stepTab, a.stepTabActive {
	display: block;
	height: 30px;
	padding: 2px 10px 2px 10px;
	float: left;
	width: 59px;
	margin: 2px 2px 2px 0;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	text-decoration: None;
	background: #EEEEEE;
}

a.stepTab:hover {
	color: #2B8C12;
}

a.stepTabActive {
	background: #2B8C12;
	color: #FFFFFF;
}

a.stepTabActive:hover {
	color: #FFFFFF;
}

/*LEADS BLOCKS*/
.leadsViewBlock {
	margin: 10px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}

.leadsViewRow {
	margin-bottom: 5px;
}

.form-group {
	margin: 10px;
}

.drilldownContainer > .form-group {
	float: left;
	width: auto;
	margin: 5px;
}

.text-small {
	font-size: 75%;
}

.text-muted, .text-light {
	color: #999999;
}

#users {
	margin: 0;
	padding: 0;
}

#users li {
	list-style: none;
	width: 50px;
	padding: 0 0 0 20px;
	display: inline-block;
}