/* Imports */
@import url("purdyforms.css");
@import url("datatables.css");

html {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	background: url('images/gradient_bg.gif') repeat-x #FFFFFF;
	background-position: center top;
	background-attachment: fixed;
	color: #0A0A0A;
	height: 100%;
}

h1, h2, h3 , h4{
	margin-top: 0;
	margin-bottom: 0.2em;
}

a {	
	color: #004080;
	font-weight: normal;
}

.hide {
	display: none;
}

.float_right {
	float: right;
}

.float_left {
	float: left;
}

/* Main page wrapper */
#page {	
	margin: 0px auto 0px auto;
	width: 920px;
	padding: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.page_container {
	background-color: none;
	padding: 16px;
	color: #222222;
}

.company_logo {
	background: url('images/logo.png') no-repeat;
	display: block;
	width: 236px;
	height: 90px;
}

/* error page wrapper */
#page_error {
	margin-left: 10%;
	margin-right: 10%;
	padding: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

#header {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#header #company_logo {
	background: url('images/logo.png') no-repeat;
	display: block;
	width: 236px;
	height: 90px;
}

#footer {
	position: relative;
	width: 100%;
	margin-top: 0;
	background: #FFFFFF;
}

#main {	
	margin: 0;
	padding: 6px;
	background: #FFFFFF;
	border: none;
}

#titlebar {
	text-align: right;
}

#titlebar h1 {
	color: #222222;
	display: inline-block;
	font-weight: normal;
	padding: 4px 8px;
}

#titlebar a {
	color: #004080;
	font-weight: bold;
	padding: 4px;
	text-decoration: underline;
}

#titlebar a:hover {
	text-decoration: underline;
}

/* Login form wrapper */
#login_form {
	margin-top: 10%;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
}

#login_form h1 {
	text-align: center;
	color: #222222;
}

#login_form fieldset {
	display: block;
	border: none;
	margin: 0.2em 0px;
}

#login_form label {
	margin: 10px 20px 10px 0px;
	display: block;
	font-weight: bold;
}

#login_form input[type=text], #login_form  input[type=password] {
	display: block;
	border: 1px solid #A1A1A1;
	margin: 5px 0px;
	padding: 5px 0 5px 5px;
	color: #000;
	float:left;
	font-size: 16px;
	width: 98%;
}

#login_form .submit, #login_form  input[type=submit], #login_form input[type=button] {
	display: inline-block;
	background: #555555;
	border: 0;
	text-decoration: none;
	color: #FFFFFF;
	padding: 5px;
	cursor: pointer;
	font-weight: bold;
	border-radius: 4px;
	-moz-border-radius: 4px;
	text-shadow: 0 1px 0 #444444;
	text-transform: uppercase;
}

#login_form input[type=submit] {
	float: right;
}

#login_form fieldset {
	border: 0;
	padding: 0;
	margin: 0;	
}

#login_form #panels{
	list-style: none;
	margin: 0;
	padding: 0;
}

#login_form #panels li{
	margin-right: 20px;
	float: left;
	width: 380px;
	border: none;
	padding: 10px;
	background: #FFFFFF;
	color: #222222;
	/*height: 292px;*/
}

#register_main {
	background: #FFFFFF;
	padding: 16px 0;
	border: none;
	border-top: 0;
	color: #333333;
}

.wrapper {
	overflow:hidden;
}

#main-content {

	float: left;
	width: 658px;
	margin: 0 0 0 1em;
	position: relative
}

#left-content {
	float:left;
}

.error_message {	
	background: #B33938;
	font-size: 12px;
	color: #FFF;
	padding: 1em;
	margin: 1em 0;
}

.notice_message {
	background: #FBEC88;
	font-size: 12px;
	color: #363636;
	padding: 1em;
	margin: 1em 0;
}

.success_message {
	background: #66CC66;
	font-size: 12px;
	color: #fff;
	padding: 1em;
	margin: 1em 0;
}

.status_message {
	background: #D1D1D1;
	font-size: 12px;
	padding: 1em;
	margin: 0;
	color: #000000;
}

.icon_success {	
	background: url("../../images/icon_success.png") no-repeat;
	display: block;
	width: 32px;
	height: 32px;
}

.icon_notice {	
	background: url("../../images/icon_notice.png") no-repeat;
	display: block;
	width: 32px;
	height: 32px;
}

.icon_error {	
	background: url("../../images/icon_error.png") no-repeat;
	display: block;
	width: 32px;
	height: 32px;
}

.icon_help {	
	background: url("../../images/icon_help.png") no-repeat;
	display: block;
	width: 32px;
	height: 32px;
}

.clear {
	clear: both;
}

.panel {
	margin: 8px 0;
}

.footer-menu {
	height: 32px;
	width: 100%;
}

.footer-menu  ul {
	
	margin: 0;
	padding: 0; 
	list-style: none;
	
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.footer-menu  ul li { 
	color: #000;
	float:left; 
	font-size: 12px; 
	margin-right: 1em;
	padding: 10px 10px;
}

.footer-menu  ul li a, .footer-menu  ul li a:visited { 
	text-decoration: underline; 
	color: #004080;
}

/* style the top level hover */
.footer-menu  ul li a:hover, .footer-menu  ul li ul li a:hover { 
	color: #004080;
	text-decoration: underline;
}

.contact_box table {
	margin: 0;
}
.contact_box {
	position: relative;
	display: block;
	margin: 8px;
	padding: 8px;
	background: #EFEFEF;
	font-size: 12px;
	color: #0A0A0A;

}

.contact_box h1 {
	font-size: 14px;
	margin: 0 2em 0.4em 0;
}
.contact_box h2 {
	font-size: 13px;
	margin: 0 2em 0.4em 0;
}

.contact_box .notes {
	
	position: absolute;
	bottom: 0.6em;
	right: 0.6em;
	font-style: italic;
	color: #8C8C8C;
}

.edit_icon {
	
	position: absolute;
	top: 0.6em;
	right: 0.6em;
	background: url("../../images/icons/edit.png") no-repeat;
	display: block;
	width: 12px;
	height: 12px;
	cursor: pointer;
	
}


.edit_icon_static {
	background: url("../../images/icons/edit.png") no-repeat;
	display: inline-block;
	width: 12px;
	height: 12px;
	cursor: pointer;	
}

.delete_icon {
	
	position: absolute;
	bottom: 0.6em;
	right: 0.6em;
	font-style: italic;
	color: #8C8C8C;
	top: 0.6em;
	right: 2em;
	background: url("../../images/icons/delete.png") no-repeat;
	display: block;
	width: 12px;
	height: 12px;
	cursor: pointer;
}

.delete_icon_static {
	font-style: italic;
	color: #8C8C8C;
	background: url("../../images/icons/delete.png") no-repeat;
	display: inline-block;
	width: 12px;
	height: 12px;
	cursor: pointer;
}

.add_icon_static {
	font-style: italic;
	color: #8C8C8C;
	background: url("../../images/icons/add.png") no-repeat;
	display: inline-block;
	width: 12px;
	height: 12px;
	cursor: pointer;
}

.cancel_icon_static {
	font-style: italic;
	color: #8C8C8C;
	background: url("../../images/icons/cancel.png") no-repeat;
	display: inline-block;
	width: 12px;
	height: 12px;
	cursor: pointer;
}

.save_icon_static {
	font-style: italic;
	color: #8C8C8C;
	background: url("../../images/icons/save.png") no-repeat;
	display: inline-block;
	width: 12px;
	height: 12px;
	cursor: pointer;
}

.ajax_loader {
	
	background: url("../../images/icons/loading.gif") no-repeat;
	display: block;
	width: 16px;
	height: 16px;
}

/*

.ajax_loader {
	width: 100%; 
	background: url("../images/icons/loading.gif") no-repeat;
	background-position: center center;
	z-index: 99999;
	display: block;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	height: 100px;
	
}
*/

.add_new_button {
	display: inline-block;
	background: #555555;
	border: 0;
	text-decoration: none;
	color: #FFFFFF;
	padding: 5px;
	cursor: pointer;
	font-weight: bold;
	border-radius: 4px;
	-moz-border-radius: 4px;
	text-shadow: 0 1px 0 #444444;
	text-transform: uppercase;
}

.button {
	display: inline-block;
	background: #555555;
	border: 0;
	text-decoration: none;
	color: #FFFFFF;
	padding: 5px;
	cursor: pointer;
	font-weight: bold;
	border-radius: 4px;
	-moz-border-radius: 4px;
	text-shadow: 0 1px 0 #444444;
	text-transform: uppercase;
}

#view_container {
	position: relative;
}

.notes_container {
	
	display: block;
	margin: 8px;
	padding: 0.6em;
	background: #EFEFEF;
	border: 1px solid #D1D1D1;
	font-size: 12px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 3px 3px 3px #D1D1D1;
	-moz-box-shadow: 3px 3px 3px #D1D1D1;
}

.notes_container .notes_list{

	margin-bottom: 1em;
	height: 140px;
	overflow: auto;
	position:relative;
	width: 100%;
	

}
.notes_container .notes_list .note {
	
	position: relative;
	border-bottom: 1px dashed #D1D1D1;
	padding: 2.2em 0.4em 1em 0.4em;
}

.notes_container .notes_list .note h1 {
	
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0.4em;
	left: 0.4em;
	
}

.notes_container .notes_list .note h2 {
	
	font-size: 12px;
	font-weight: normal;
	font-style: italic; 
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0.4em;
	right: 0;
	
}
.notes_container .notes_list .note p {

	margin: 0;
}

.notes_container textarea {

	margin-bottom: 1em;
	border: 1px solid #999999;
	width: 76%;
	padding: 5px 0;
	color: #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
}


.notes_container input[type=button] {
	display: inline-block;
	background: #555555;
	border: 0;
	text-decoration: none;
	color: #FFFFFF;
	padding: 5px;
	cursor: pointer;
	font-weight: bold;
	border-radius: 4px;
	-moz-border-radius: 4px;
	text-shadow: 0 1px 0 #444444;
	text-transform: uppercase;
}

ul.list_items {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.list_items li {
	margin: 0 0 0.4em 0;
	margin: 0 0 0.4em 0;
	background: #FBEC88;
	color: #363636;
	padding: 1em;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 200px;		
}

ul.basic_list {
	padding: 0;
	margin: 0;
}

ul.basic_list li {
	margin-left: 15px;
}

/* detailes table */
.detailstable td,th {
	padding: 3px;
}
table.detailstable th {
	vertical-align: top;
	text-align: right;
}

.relative {
	position:relative;
}

/*
	Table table styles
*/
.data_table tr {
	position: relative;
}

.data_table tr th{
	color: #FFFFFF;
	background: #143A5E;
	padding: 4px;
}

.data_table tr td {
	padding: 4px;
	border-bottom: 1px dashed #D1D1D1;
	border-right: 1px dashed #D1D1D1;
}


.modal_hover {
	
	position: absolute;
	top: 0;
	left: 0;
	background: #000000;
}

.input {
	color: #000;
	border: 1px solid #999999;
	padding: 5px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}


#search_bar input {	
	color: #000;
	border: 1px solid #999999;
	padding: 5px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 100%;
}

#search_criteria {
	padding: 1em;
}

ul.action_buttons {
	padding: 0;
	margin: 5px 0 0;
	list-style: none;	
}

ul.action_buttons li {
	float: left;
	margin-left: 1em;
	margin-bottom: 1em;
}

ul.action_buttons li a {
	display: inline-block;
	background: #555555;
	border: 0;
	text-decoration: none;
	color: #FFFFFF;
	padding: 5px;
	cursor: pointer;
	font-weight: bold;
	border-radius: 4px;
	-moz-border-radius: 4px;
	text-shadow: 0 1px 0 #444444;
	text-transform: uppercase;
}

/* IE5, IE6 */
* html .clearfix {
	height: 1%; 
}

/* IE7 */	
*+html .clearfix {
	display: inline-block;
}

/* FF, IE8, Opera, Safari etc. */
.clearfix:after { 
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


#menu_builder ul {
	float: left;
	list-style: none;
	background-color: #D1D1D1;
	padding: 10px;
	margin: 5px;
}

#menu_builder ul li {

	background: #88ddf1;
	border: none;
	text-decoration: none;
	color: #000;
	padding: 0 2px 2px 2px;
	font-size: 10px;
	cursor: pointer;
	font-weight: bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-transform: uppercase;
	margin-bottom: 3px;
}

#menu_items ul,#menu_items_fb ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu_items ul li {
	float: left;
	background: #88ddf1;
	border: none;
	text-decoration: none;
	color: #000;
	cursor: pointer;
	padding: 8px 10px;
	font-weight: bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-shadow: 0 1px 0 #0E9BB4;
	text-transform: uppercase;
	margin: 0.5em 0.5em;
}

#menu_items_fb ul li {
	float: left;
	background: #88ddf1;
	border: none;
	text-decoration: none;
	color: #000;
	padding: 0 2px 2px 2px;
	font-size: 10px;
	cursor: pointer;
	font-weight: bold;
	border-radius: 4px;
	-moz-border-radius: 4px;
	text-transform: uppercase;
	margin: 5px;
}

#permissions_table img {
	cursor: pointer;
}
#permissions_table td {
	text-align: center;
}

#drop_delete_area {
	width: 50px;
	height: 50px;
	display: block;
	background: url(../../images/bin.jpg) no-repeat;
}

#drop_delete_area.active {
	border: 4px solid grey;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#fancybox-content {

	font-size: 12px;
}

/* STOCK TABLE */
.product_stock_header:hover{
	cursor: pointer;
	background-color: #cbe7eb;
}


/* system message */
.system_message {
	position:fixed;
	top:0px;
	right:0px;
	z-index:1000;
	text-decoration: blink;
	font-size:24px;
	color:red;
}

.caps_lock_warning {
	background-color: #D1D1D1;
	padding: 1em;
	margin: 1em 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: none;
}

.warning_icon {
	background: url("../../images/icons/warning.png") no-repeat;
	display: block;
	width: 16px;
	height: 16px;
	margin-right: 0.5em;
	float: left;
}

.info_icon {
	background: url("../../images/icons/information.png") no-repeat;
	display: block;
	width: 16px;
	height: 16px;
	margin-right: 0.5em;
	float: left;
}

.search_icon {
	background: url("../../images/icons/search.png") no-repeat;
	display: block;
	width: 16px;
	height: 16px;
	margin-right: 0.5em;
	float: left;
}

.search_icon {
	top: 0.6em;
	right: 0.6em;
	background: url("../../images/icons/search.png") no-repeat;
	display: block;
	width: 16px;
	height: 16px;
	cursor: pointer;	
}

.toggle_export_buttons {

	float: right;
	margin: 0.5em 0;
}


table.display tfoot th {
	text-align: right;
	padding: 3px 8px 3px 10px; 
}


/* Percentage bar styles */

.meter-wrap, .meter-value, .meter-text {
    width: 100%;
	height: 16px;
}

.meter-wrap {
	/*
	background: #0f0f0f;
	background: -moz-linear-gradient(top, #0f0f0f 0%, #1F1F1F 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0f0f0f), color-stop(100%, #1F1F1F));
	background: linear-gradient(top, #0f0f0f 0%, #1F1F1F, 100%));
	padding: 2px;
	*/
	position: relative;
	padding: 0px;	
	border: 2px solid #404040;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
	background: #404040; 
	background: -moz-linear-gradient(top, #404040 0%, #585858 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#404040), color-stop(100%,#585858));
	background: linear-gradient(top, #404040 0%, #585858, 100%));
}

.meter-value {
	/*background: #38B238;
	background: -moz-linear-gradient(top, #38B238 0%, #299a0b 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#38B238), color-stop(100%,#299a0b));
	background: linear-gradient(top, #38B238 0%, #299a0b, 100%));*/
	background: #38B238; 
	background: -moz-linear-gradient(top, #38B238 0%, #008000 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#38B238), color-stop(100%,#008000));
	background: linear-gradient(top, #38B238 0%, #008000, 100%));
}

.meter-value.medium {
	background: #B27538; 
	background: -moz-linear-gradient(top, #B27538 0%, #804000 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#B27538), color-stop(100%, #804000));
	background: linear-gradient(top, #B27538 0%, #804000, 100%));
}

.meter-value.high {
	background: #B23838; 
	background: -moz-linear-gradient(top, #B23838 0%, #800000 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#B23838), color-stop(100%, #800000));
	background: linear-gradient(top, #B23838 0%, #800000, 100%));
}

.meter-text {
    position: absolute;
    top:0; 
	left:0;         
    color: #fff;
    text-align: center;
    width: 100%;
}

/* End progress bar styles */



.module_icon {
	width: 16px;
	height: 16px;
	display: inline-block;
	margin: 2px;
}

.tick {
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url("../../images/icons/tick.png") no-repeat;
}

.cross {
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url("../../images/icons/cross.png") no-repeat;
}
.info {
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url("../../images/icons/information.png") no-repeat;
}

.warning {
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url("../../images/icons/warning.png") no-repeat;
}

.refresh {
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url("../../images/icons/refresh.png") no-repeat;
	cursor: pointer;
}

/* button icons */

.edit_icon_button  {
	float: left;
	margin-top: 2px;
	margin-right: 2px;
	background: url("../../images/icons/edit.png") no-repeat;
	display: block;
	width: 12px;
	height: 12px;
}

.search_icon_button  {
	float: left;
	margin-top: 2px;
	margin-right: 2px;
	background: url("../../images/icons/search.png") no-repeat;
	display: block;
	width: 12px;
	height: 12px;
}

.green_dot {
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url("../../images/icons/dot_green.png") no-repeat;
}

.red_dot {
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url("../../images/icons/dot_red.png") no-repeat;
}

.orange_dot {
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url("../../images/icons/dot_orange.png") no-repeat;
}

.icon_question {
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url("../../images/icons/question.png") no-repeat;
}

/* Search results */

.search_result {
	display: block;
	color: #000000;
	text-decoration: none;
	padding: 2px;
	margin-bottom: 3px;
	border: 1px solid #f0efef;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.search_result:hover {	
	border: 1px solid #bcdad4;
	background-color: #d4e6e2;
}
.search_result h1 {
	color: #2200c1;
	text-decoration: underline;
	font-size: 1.4em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.search_result h2 {
	color: #097285;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.search_result p {
	margin: 0;
}


/* ======== Notification Box Styling ======== */
div.notificationbox, a.notificationbox {
	display: block;
	border: 1px solid #A1A1A1;
	background: #FFFFFF;
	margin: 16px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 3px 3px 3px #D1D1D1;
	-moz-box-shadow: 3px 3px 3px #D1D1D1;	
	text-decoration: none;
	color: #000;
}
a.notificationbox:hover {
	border: 1px solid #7a7a7a;
	background: #f5f5f5;
	box-shadow: 3px 3px 3px #b4b4b4;
	-moz-box-shadow: 3px 3px 3px #b4b4b4;	
}
div.notificationbox p, a.notificationbox p {
	margin: 4px;
	text-align: justify;
}
div.notification_header {
	position: relative;
	color: #FFFFFF;
	background: #BBBBBB;
	padding: 4px 4px 4px 40px;
	font-weight: bold;
	font-size: 14px;
	text-shadow: 1px 1px 1px #A1A1A1;
	color: #FFFFFF;	
}
div.notification_header span {
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	top: -8px;
	left: 8px;
}
div.notification_header div.notification_user {
	display: block;
	float:right;
	font-style: italic;
	font-weight: normal;
}
div.notification_header .notification_new {
	background: url("../../images/icons/notification_new.png") no-repeat;
}
div.notification_header .notification_read {
	background: url("../../images/icons/notification_read.png") no-repeat;
}
div.notification_header .notification_actioned {
	background: url("../../images/icons/notification_actioned.png") no-repeat;
}
div.notification_header .notification_closed {
	background: url("../../images/icons/notification_closed.png") no-repeat;
}
div.notification_subheader_warning {
	color: #FFFFFF;
	padding: 3px 3px 3px 24px;
	font-weight: bold;
	font-size: 12px;
	text-shadow: 1px 1px 1px #772527;
	color: #FFFFFF;
	background: url("../../images/icons/warning.png") no-repeat #B33938;
	background-position:2px 2px;
}

div.notification_subheader_info {
	color: #FFFFFF;
	padding: 3px 3px 3px 24px;
	font-weight: bold;
	font-size: 12px;
	text-shadow: 1px 1px 1px #244d72;
	color: #FFFFFF;
	background: url("../../images/icons/information.png") no-repeat #3671AB;
	background-position:2px 2px;
}

div.notification_subheader_warning a {
	color: #fff;
}

div.notification_subheader_info a {
	color: #fff;
}

ul.breadcrumbs { 
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.breadcrumbs li {
	float: left;
	margin: 16px 0;
	margin-right: 8px;
	
}

ul.breadcrumbs li a {
	background: url("../../images/breadcrumb_arrow.gif") no-repeat;
	background-position: right center;
	padding-right: 12px;
	color: #222222;
	font-weight: normal;
}

ul.breadcrumbs li a.last {
	background: none;
}

#fancybox-content {
	color: #000000;
}

/* TABS */
ul.tabs {
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: none;
	width: 100%;
	margin: 16px 0 10px 0;
}

ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: none;
	border-bottom: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	margin-right: 0;
	overflow: hidden;
	position: relative;
	background: #3671AB;
}

ul.tabs li a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 20px;
	border: none; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
	cursor: default;
	
}

html ul.tabs li.active {  /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #083159;
	border: none;
	border-bottom: none; /*--Makes the active tab look like it's connected with its content--*/
}

html ul.tabs li.active a {  
	color: #FFFFFF;
}

html ul.tabs li.active a:hover  {
	border-right: none;
}

.success_48 {
	width: 48px;
	height: 48px;
	background: url("../../images/icons/success_48.png") no-repeat;
	display: inline-block;
}

ul.download_buttons{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.download_buttons li {
	float: left;
}

ul.download_buttons li {
	text-decoration: none;
	margin-right: 16px;
}

.windows_download{
	width: 100px;
	height: 100px;
	background: url("../../images/windows_button.png") no-repeat;
	display: block;
}

.mac_download{
	width: 100px;
	height: 100px;
	background: url("../../images/mac_button.png") no-repeat;
	display: block;
}

.magnifier_icon {
	width: 16px;
	height: 16px;
	background: url("../../images/icons/magnifier.png") no-repeat;
	display: inline-block;
}

.modules {
	width: 300px; 
	background: #CCCCCC; 
	color: #000;
}

/*=========================
Wholesale styling
=========================*/

#wholesale_usage_graph {
	width: 400px;
	height: 260px;
	float: left;
	padding: 10px;
	margin-right: 20px;
}

#wholesale_stats {
	width: 380px;
	padding: 10px;
	float: left;
}

.search_description {
	padding: 10px; 
	background-color: #FBEC88; 
	border-bottom: 1px solid #E4C970;
	color: #0a0a0a;
}

.search_filters {
	padding: 10px; 
	background-color: #FBEC88; 
	margin-bottom: 16px;
	color: #0a0a0a;
}