/**
 * Admin CSS file. Contains all styles for the admin section.
 *
 */

* {
	padding: 0px;
	margin: 0px;
}

body {
	background-color: #909090;
	background-image: url(/plugin_assets/substruct/images/public/background.png);
}

body, table, div, td, input, textarea {
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 13px;
	line-height:1.4em;
	color: #333333;
}

body, html {
	margin: 0px;
	padding: 0px;
}

img {
	display:inline;
}
img.floater {
	margin:20px;
	border:1px dotted #C2B2FB !important;
	border:1px solid #9C8FCA;
}
img.floater2 {
	margin-right:10px;
	margin-bottom:10px;
}

p {
	padding-top: 5px;
	padding-bottom: 10px;
	line-height:1.2em;
}

td {
	vertical-align: top;
}

ul, ol {
	padding-left: 20px;
}
ul {
	list-style-type:disc;
}
ul li {
	padding: 2px 0px;
	list-style-type: square;
}


a {
	font-weight: bold;
	text-decoration: none;
}
a:link { color: #5272E0; }
a:visited {	color: #B81486; }
a.action:link, a.action:visited {
	background-color: #594C3B;
	color: #eeeeee !important;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	font-weight:normal;
	font-size: 12px;
	padding: 2px;
	text-decoration:none !important;
}
a.redlink, a.red:link, a.red:visited {
	color: #804D68;
}
a.normal { font-weight: normal; }

img {	border: 0px; }

h1 {
	color: #53111E;
	font-weight:100;
	font-size: 1.5em;
	padding-bottom:5px;
	border-bottom: 1px solid #B5B5B5 !important;
	margin-bottom: 10px;
	margin-top: 25px;
	text-transform: capitalize;
}

h1 a {
	color: #53111E;
	font-weight: normal;
	text-decoration: none;
}

h1.important {
	font-size: 1.9em;
	font-style: italic;
	line-height: 1.1em;
}

h1:first-child, h1.first {
	margin-top: 0px;
}

h2, h3, h4 {
	color: #333333;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 10px;
	padding-bottom:0px;
}

h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1.1em;
}
h4 {
	font-size: 1em;
}

div.line {
	border-bottom: 1px dotted #B5B5B5;
	padding:0px;
	margin-top: 10px;
	margin-bottom: 20px;
	height: 1px;
	overflow:hidden;
	clear:both;
}

#flash {
	width: 400px;
	margin: 0 300px;
	position:absolute;
	padding: 10px;
	z-index: 100;
	background-color: #cccccc;
	border: 2px solid #333333;
	border-top: 0px;
}

#flash * {
	font-size: 1em;
	line-height: 1em;
}


#container {
	width: 879px;
	margin: 0 auto;
	height: 100%;
	background-image: url(/plugin_assets/substruct/images/public/body_background.png);
}

#header {
	width: 879px;
	height: 79px;
	background-image: url(/plugin_assets/substruct/images/public/header_background_logo.png);
	background-repeat: no-repeat;
}
/* Div that comes before the content */
#preContent {
	height: 83px;
	background-image: url(/plugin_assets/substruct/images/public/body_background_top.png);
	background-repeat: no-repeat;
}
#contentBody {
	width: 879px;
	background-image: url(/plugin_assets/substruct/images/public/body_background.png);
	padding: 0px;
	clear:both;
}
/* 2 column layout */
#preContent.twoColumn {
	background-image: url(/plugin_assets/substruct/images/public/body_background_top2.png);
}
#contentBody.twoColumn {
	background-image: url(/plugin_assets/substruct/images/public/body_background_2.png);
}
#container.twoColumn {
	background-image: url(/plugin_assets/substruct/images/public/body_background_2.png);
}
/* end 2 column */

#footer { margin-bottom:10px; }

#footerLeft, #footerRight, #footerMiddle {
	float:left;
}
#footerMiddle {
	background-image:url(/images/bottomMiddle.png);
	width:780px;
	height:44px;
}
#tripleCol {
	background-image:url(/images/columnBg.png);
	background-repeat:repeat-y;
	clear:both;
}
#bLeftCol, #bMiddleCol, #bRightCol {
	padding:15px;
	padding-top:20px;
	float:left;
}
#bLeftCol {
	width: 219px !important;
}
#bMiddleCol {
	width: 260px !important;
}
#bRightCol {
	width: 228px !important;
	width:210px;
	overflow:visible !important;
	overflow:hidden;
}

#fullContent {
	width: auto;
	margin: 20px;
}

/* TOP NAVIGATION */
#navigation {
	margin-left: 10px;
	margin-top: 110px;
	z-index: 200;
	position: absolute;
	font-size: 16px;
}

#navigation ul.navigation li {
	background-image: url(/plugin_assets/substruct/images/admin/tab-left.gif);
	line-height: 40px;
	height: 40px;
	background-repeat: no-repeat;
}

#navigation ul.navigation li a{
	background-image: url(/plugin_assets/substruct/images/admin/tab-right.gif);
	line-height: 40px;
	height: 40px;
	background-position: top right;
	background-repeat: repeat-x;
	font-weight: normal;
	display: block;
	width: auto !important;
	width: 50px;
	text-align: center;
	padding-right: 10px;
	white-space: nowrap;
}
#navigation ul.navigation li.active {
	background-image: url(/plugin_assets/substruct/images/admin/active-tab-left.gif);
	font-size: 1em;
}

#navigation ul.navigation li.active a{
	background-image: url(/plugin_assets/substruct/images/admin/active-tab-right.gif);
	color: #333333;
	font-style:normal;
	font-weight: bold;
}

ul.navigation {
	margin: 0px;
	padding-left:0px;
	padding: 0px;
	display: inline;
}

ul.navigation li {
	margin:0px;
	list-style: none;
	display:block;
	float:left;
	padding:0px;
	padding-left:10px;
	margin-right:5px;
}

ul.navigation li.active {
	font-size: 1.2em;
	font-style: italic;
}
ul.navigation.secondary {
	float:right;
	margin-top: -30px;
	margin-right: 0px;
}

ul.sortable {
	margin-left: 0px !important;
	padding-left: 0px !important;
}

ul.sortable li {
	cursor: pointer;
	cursor: hand;
	list-style-type: none;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 5px;
	margin-left: 0px !important;
}

ul.sortable li p {
	margin-bottom: 5px;
}

/* in-page tab navigation */
.navigation a, .navigation a:link, .navigation a:visited {
	color: #ffffff;
}

.navigation.secondary a, .navigation.secondary a:link, .navigation.secondary a:visited {
	color: #5272E0;
}

.navigation.tertiary a, .navigation.tertiary a:link, .navigation.tertiary a:visited {
	color: #000;
	padding: 4px;
}
.navigation.tertiary li {
	background-color: #ccc;
	padding-left: 4px;
	padding-right: 4px;
}
.navigation.tertiary li.active {
	background-color: #fff;
	border: 1px solid #ccc;
	border-bottom: 0px;
}
#subnav {
	border-bottom: 1px solid #ccc !important;
	border-bottom: 0px;
	height: 18px;
}


/* END NAVIGATION */

.info {
	font-size: 10px;
	font-style:italic;
	color: #666666;
	line-height: 12px
}

.money {
	color: #008800;
	font-weight:bold;
}

/* BUTTONS */
/* This is used on anchors as well as button objects, so some css trickery is needed */
.button, .buttonWarning {
	background-color: #00157F;
	background-color: #000a79;
	background-image: url(/plugin_assets/substruct/images/button_bg.gif) !important;
	background-repeat: repeat-x;
	background-position: top left;
	border: 2px solid #000;
	font-size: 15px;
	font-weight: bold !important;
	color: #eeeeee !important;
	color: #eeeeee;
	text-decoration: none !important;
	text-decoration: none;
	line-height: 20px;
	padding: 5px;
	cursor: pointer;
	cursor: hand;
	text-align: center;
	display:block;
}

#right a.button, a.button {
	text-decoration: none;
	color: #eeeeee;
	font-weight: bold;
}

.buttonWarning {
	background-color: #FF0000;
	border-color:#B00000;
	color:#eeeeee;
}

/* end buttons */

*.small {
	padding: 1px;
	font-size: 0.9em;
}

/* BEGIN TABLE LIST CSS */

div.listContainer {
	height:300px;
	width: 100%;
	border: 1px solid #666666;
	background-color: #fff;
	overflow: auto;
}


.list {
	border: 1px solid #666666;
	width: 100%;
}
/* don't put a border around tables contained by a div */
div.listContainer .list {
	border: 0px;
	width: 100%;
}

.list td {
	background-color: #fff;
	padding: 2px 6px;
	border-right: 1px solid #cccccc;
}

.list tr.odd td {
	background-color: #fff;
}

.list tr.even td, .even {
	background-color: #ECEEF2;
}
.numeric, .list .numeric {
	text-align:right;
}
.list th, .list tr.header td, .list td.header {
	font-weight: bold;
	background-color: #777777;
	background-image:url(/plugin_assets/substruct/images/table_header_bg.png);
	color: #eeeeee;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	text-transform:capitalize;
	padding: 4px;
	text-align: left;
}

.list tr.footer td {
	font-weight:normal;
	font-style:italic;
	color: #333333;
	background-color: #cccccc;
	border-top: 1px solid #191465;
	text-transform:capitalize;
}

.list td.borderTop {
	border-top:1px solid #999999;
}

/* END TABLE LIST CSS */

*.hover {
	cursor: pointer;
	cursor: hand;
}
.hlt, tr.hlt td, tr.selected td {
	background-color: #FFBC6C !important;
	font-style:italic;
}

.notes {
	padding: 10px;
	background-color: #eeeeee;
	border: 1px solid #999999;
	margin-bottom: 10px;
	width: 400px;
}

.notesEdit {
	padding: 10px;
	width: 400px;
}

.clear {
	clear: both;
	height: 5px;
	overflow: hidden;
}

div.float, div.floatHalf {
	float:left;
	margin-right:10px;
}
div.floatHalf {
	width:45%;
}

div.indent {
	padding:0px;
	margin:0px;
	margin-top:-10px;
	padding-left:20px;
}

div.padLeft {
	padding-left:10px;
}

/* FORMS =================================================================== */

.fieldWithErrors input, .fieldWithErrors * option, .fieldWithErrors * {
  background-color: #dddddd;
}

.formError {
	color: red;
	font-style: italic;
	padding-bottom: 5px;
	padding-left: 10px;
}

#ErrorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#ErrorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#ErrorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#ErrorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

.inline {
	display:inline;
	clear:none;
	margin-bottom:0px;
}
label {
	clear:both;
	font-weight:bold;
	color: #666666;
	display:block;
	padding-bottom: 5px;
}
input {
}
option {
	padding:0px 4px;
}

input[type=hidden] {
	display:none;
}

#submittingText {
	display:none;
	font-weight:bold;
	font-size:1.3em;
	color: green;
	padding: 10px;
}

div.error {
	margin:10px;
	background-color:#FFFF99;
	border:1px solid #804D68;
	font-weight: bold;
	padding: 20px;
	text-align:center;
	color: #804D68;
}

input.error {
	background-color: #FFD3E3;
}

.textInput {
	color: #333;
	line-height: 1em !important;
}

.textInput, .textArea {
	border: 1px solid #999;
	padding: 4px;
}

#right .textInput, .textInput.big {
	font-size: 15px;
	line-height: 30px;
	padding-top: 5px !important;
	padding-top: 10px;
	height: 25px;
}


.product {
	clear: both;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
/* image displayed in product description */
.productImage {
	display: block;
	margin-right: 10px;
	margin-bottom:10px;
}

.cartItem {
	float: left;
	text-align: center;
	margin-right: 10px;
	font-size: 0.9em;
}

div.price {
	background-color: #6ABE32;
	color: #fff;
	font-size: 25px;
	padding: 5px 10px;
	text-align: center;
	font-style: italic;
	-moz-border-radius: 10px;
}

/* AUTOCOMPLETE */
div.auto_complete {
	width: 500px;
	background: #FFD676;
}
div.auto_complete ul {
	border: 2px solid #000;
	margin:0;
	padding:0;
	width:100%;
	list-style-type: none !important;
}
div.auto_complete ul li {
	margin:0;
	padding:5px;
	list-style-type: none !important;
}
div.auto_complete ul li.selected {
	background-color: #FFFBBF;
}
div.auto_complete ul strong.highlight {
	color: #800;
}

/* PAGINATION ============================================= */
div.pagination {
	background-color: #EDEDED;
	/*border-top: 2px solid #C5BEBE;*/
	padding: 10px;
	font-size: 1.2em;
	text-align: right;
}
div.pagination a {
	text-decoration: none;
}
div.pagination a, div.pagination span {
	padding: 5px;
	font-weight: bold;
}
div.p * {
	font-size: 1.2em;
}

body {
	background-color: #36005b;
	background-image: url(/plugin_assets/substruct/images/admin/body-bg.gif);
	background-repeat: repeat-x;
}

#container {
	width: 960px;
	background-color: #ffffff;
	background-image: url(/plugin_assets/substruct/images/admin/content-bg.gif);
	border: 2px solid #000;
	border-top: 0px;
	padding: 0px;
	padding-bottom: 20px;
}
#header {
	background-image: url(/plugin_assets/substruct/images/admin/header-bg.gif);
	background-repeat: repeat-x;
	height: 150px;
	margin-bottom: 20px;
	width: auto;
}
#logo {
	position: absolute;
	background-image: url(/plugin_assets/substruct/images/admin/header-bg-logo.gif);
	background-repeat: no-repeat;
	height: 150px;
	width: 380px;
}
#version_number {
 position: relative;
 color: #ccc;
 left: 280px;
 top: 5px;
 font-size: 11px;
}
#contentBody {
	background-image: none;
	padding: 0px;
	clear: both;
	width: auto;
}


/* Reset stupid negative margin stuff from the regular CSS file */
#left, #right, #fullContent {
}
/* Left content container */
#left {
	float:left;
	width: 670px;
	margin-left: 10px;
	margin-right: 20px;
}
/* Right content */
#right {
	float:left;
	margin: 0px;
	width: 210px;
	padding: 20px;
	padding-top: 0px;
}


#right h1, #right h2 {
	border-bottom: 1px solid #ffffff !important;
	color: #464440;
}
#right h2 {
	font-weight: normal;
}

#right a {
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}

/* This holds "log out" and the current user name */
#global_nav {
	float:right;
	margin-top: 30px;
	margin-right: 20px !important;
	font-size: 12px;
	text-align: right;
}
#global_nav a {
	font-weight: normal;
	color: #eeeeee;
}




#right .info {
	font-size: 0.9em;
	color: #6A6761;
	font-style: normal;
}

/* */
.headerActions {
	display:none;
	float:right;
	margin-top:-30px;
	margin-right:10px;
}


/* Header user ID */
.user_id {
	color: #B9808B;
}

.textAreaCode {
  font-family:'Andale Mono', 'Courier New', Courier, monospace !important;
  font-size: 11px;
}