/**************************************************************************\
* Protean Framework                                                        *
* http://www.proteanware.com                                               *
* Written by:  Eric Jennings <ericj@proteanware.com>                       *
* --------------------------------------------                             *
*  This program is free software; you can redistribute it and/or modify it *
*  under the terms of the GNU Lesser General Public License as published   *
*  by the Free Software Foundation; either version 2 of the License, or    *
*  (at your option) any later version.                                     *
\**************************************************************************/

/* @group Universal Selectors */
/* @end */

/* @group Element Selectors */
body {
	background: #444;
	min-height: 800px;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}
a {
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
fieldset dt {
	clear: left;
	float: left;
	text-align: right;
	padding:  5px 20px;
	width: 300px;
}
fieldset dd {
	padding: 5px 0;
	margin-left: 340px;
}
fieldset {
	border: 1px solid #c4c4c4;
}
fieldset legend {
	margin: 1em;
	padding: 0 5px;
 	font:80%/1 sans-serif;
}
th {
	text-align: left;
}

/* @end */

/* @group Class, Attribute, and Pseudo Selectors */
.disabled {
	color: #999999;
}
.enabled {
	color: #C42A1F;
	font-weight: bold;
}
.yes {
	color: #00ad11;
}
.no {
	color: #FF0000;
}
.notice {
	color: #00ad11;
	font-weight: bold;
}
.error {
	color: #C42A1F;
	font-weight: bold;
}
.errorfield {
	background: #d5eac1;
	color: #333333;
}
.errorstackdiv {
	padding-left: 10px;
}
.required {
	color: #C42A1F;
	font-weight: bold;
}
.hr {
	background: #000 url(../images/hr.png);
	height: 1px;
	max-width: 780px;
}
.left {
	float: left;
	text-align: left;
}
.right {
	float: right;
	text-align: right;
}
.clearall {
	clear: both;
}
.section-border {
	border: 1px solid #bdbdbd;
	padding: 7px;
}
.button-div {
	padding: 10px 5px;
}
.button-div-group-center {
	text-align: center;
}
.button-div-group-left {
	text-align: left;
}
.button-div-group-right {
	text-align: right;
	float: right;
}
.biddetail-edit-button {
	padding-left: 18px;
}
.request-approved{
	color: #ffffff;
	background: #00ad11;
	padding: 0 15px;
}
.request-declined{
	color: #ffffff;
	background: #FF0000;
	padding: 0 15px;
}
.request-pending{
	color: #ffffff;
	background: #638de8;
	padding: 0 15px;
}
.topmenu {
	padding: 40px 0 0 0;
	margin: 0;
	font-size: 1.38em;
	font-weight: 200;
	list-style-type: none;
	float: right; 
}
.topmenu li {
	display: inline;
	width: auto;
	margin-left: 25px;
}
.topmenu li a.selected{
	font-weight: bold;
	text-decoration: underline;
}
.topmenu li a {
	color: #FFF; 
	text-decoration: none; 
	font-weight: normal;
}
.topmenu li a:hover {
	color: #FFF; 
	text-decoration: underline; 
}	
.static-container {
	margin: 30px 0px 20px 0px;
	background: #EEE;
	padding: 15px;
	color: #333;
}
.modal-content {
	padding: 30px;
}
.modal-content-header {
	margin-bottom: 30px;
}
.modal-content-header h1 {
	margin: 0;
	color: #fff;
	padding: 10px 20px;
}
.modal-screenshot {
	float: right; 
	margin-left: 20px;
}
.index-grid-element {
	margin-bottom: 60px;
}
.index-grid-element h3 {
	line-height: 110%;
}
.margin-bottom-0 {
	margin-bottom: 0;
}
.requiredfields {
	font-size: 0.8em;
	color: #4b4b4b;
	padding-left: 18px;
}
.form {
	border: 1px solid #e4e5d7;
	width: 100%;
	margin-bottom: 2px;
	background-color: #f9fafb;
}
.form th {
	padding: 8px;
	font-weight: bold;
	font-size: 1.1em;
	/*background-color: #f5f9fb;*/
}
.form td {
	padding: 3px 15px 3px 15px;
}
.dataTables_wrapper top {
	padding: 3px 5px;
}
.datatable-toolbar {
	display: inline;
	width: auto;
}
.tab-content-fieldset {
	width: 875px;
}
.tab-content-fieldset span {
	/*padding: 0 15px;*/
}
.red-bg {
	background: #f2b0af;
	color: #333333;
}
.yup-button a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
 	margin-top: 10px; 
 	font-size: 1.2em;
	vertical-align: 10px;
}
.yup-button a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
.yup-button a span {
	color: #FFFFFF;
	width: 120px;
	height: 29px;
	background: url(../images/buttons.png) 120px 0px;
	float: right;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 2px;
}
.yup-button a span:hover {
	background-position: 120px -35px;
}
.neutral-button a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
 	margin-top: 10px; 
 	font-size: 1.2em;
	vertical-align: 10px;
}
.neutral-button a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
.neutral-button a span {
	color: #FFFFFF;
	width: 120px;
	height: 29px;
	background: url(../images/buttons.png) 0px 0px;
	float: right;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 2px;
	margin-bottom: 0.5em;
}
.neutral-button a span:hover {
	background-position: 0px -35px;
}
.nope-button {
	padding: 0.5em;
}
.nope-button a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
 	margin-top: 10px; 
 	font-size: 1.2em;
	vertical-align: 10px;
}
.nope-button a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
.nope-button a span {
	color: #FFFFFF;
	width: 120px;
	height: 29px;
	background: url(../images/buttons.png) 240px 0px;
	float: right;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 2px;
	margin-bottom: 0.5em;
}
.nope-button a span:hover {
	background-position: 240px -35px;
}

.lightTip { width: 400px; }
.lightTip .content { width: 400px; padding: 10px; border: 6px solid #e2e2e2; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #ffffff; color: #020202; }
.lightTip .bottom { height: 14px; background: url(/modules/thirdparty/jquery/tinytips/demo/images/notch-white.png) top center no-repeat;
	border-style: none;
}

.access-name {
	min-width: 100px;
}
.solid-background {
	
}
/* @end */

/* @group ID Selectors */
#doc {
	color: #222;
}
#hd {
	color: #a7ff00;
	margin-top: 30px;
	margin-bottom: 10px;
}
#bd {
	margin: 0;
	min-height: 465px;
}
#ft {
	margin: 0px;
	font-size: 0.82em;
	line-height: 1.2em;
	padding-top: 20px;
}
#errorstack {
	margin-bottom: 20px;
	padding: 5px 10px 5px 10px;
	background-color: #6d0000;
	border: 1px solid #777;
}
#errorcontent {
	padding-top: 20px;
}
#header-nav {
	float: right;
	text-align: right;
}
#header-nav span {}
#header-nav a {
	color: #f6f6f6;
	font-weight: bold;
}
#header-img {
  padding-left: 11px;
}
#index-docket {
	background-color: #a7ff00;
	border: 1px solid #b7b7b7;
	min-height: 182px;
}
#index-purchaseorder {
	background-color: #a7ff00;
	border: 1px solid #b7b7b7;
	min-height: 182px;
}
#index-shipping {
	background-color: #a7ff00;
	border: 1px solid #b7b7b7;
	min-height: 182px;
}
#docket-name-block {
	background-color: #a7ff00;
	margin-bottom: 10px;
}
#docket-name {
	margin: 5px 0 0 11px;	
}
#docket-search-input {
	margin: 13px 11px;
}
#docket-tabs {
	display: none;
	margin-left: 0px;
	margin-right: 0px;
	width: 933px;
}
#request-tabs {
	display: none;
	margin-left: 0px;
	margin-right: 0px;
	width: 933px;
}
#simplemodal-overlay {
	background-color: #c4a509; 
	cursor:wait;
}
#simplemodal-container {
	min-height:600px; 
	width:850px; 
	background-color:#fff; 
	border:3px solid #ccc;
}
#simplemodal-container a.modalCloseImg {
	background:url(../images/x.png) no-repeat; 
	width:25px; 
	height:29px; 
	display:inline; 
	z-index:3200; 
	position:absolute; 
	top:-15px; 
	right:-18px; 
	cursor:pointer;
}
#simplemodal-container #basicModalContent {
	padding:8px;
}
#cube-modal {
	display: none;
}
#credential-request-billing-information {
	display: none;
}
#artist-comp-hover h1 {
	color: #222222;
}
/* @end */
