* { 
	/*margin: 0;*/
	padding: 0;
}
body {
	margin: 0 auto;
	color: #363636;
	background-color: #f0f0f0;
	text-align: center;
	font: normal 12px "Lucida Grande", verdana, arial, helvetica, sans-serif;
}

/* ----- PAGE STRUCTURE ----- */

#container {
	margin: 0 auto;
	/*text-align: center;*/
	/*width: 96%;*/
	/*min-width: 1105px;*/
	min-width: 400px;
	padding: 0 15px;
	/*max-width: 1250px;*/
	position: relative;
}
#wrapper {
	padding-right: 7px;
	background: url(/index.php?accelFile=theme|admin/new/right_shadow.gif) repeat-y right;
	position: relative;
	/*float: left;*/
}

#header {
	width:100%;
	background:#fff url("/index.php?accelFile=theme|admin/new/bg.gif") repeat bottom;
	font-size:12px;
	line-height:normal;
	text-align: left;
}
#header h1 {
	color: #181818;
	font-size: 22px;
	font-weight: normal;
	padding: 0px;
	line-height: 16px;
}
#header h1.nosecondary {
	padding: 0px
}
#header h1 img, #header h1.nosecondary img {
	vertical-align: middle;
}
#header h1 span {
	color: #7e7e7e;
	font-size: 14px;
	font-weight: normal;
	padding: 0 15px;
}
#header h1 a {
	color: #181818;
	text-decoration: none;
	float:none;
	background:none;
}

#primaryContent {
	position: relative;
	padding: 5px 0 40px;
	width: 100%;
	text-align: left;
	float: left;
	background-color: #fff;
}
#main_content {
	position: relative;
	width: 100%;
}
#footer {
	padding: 5px 0 0 15px;
	font-size: 10px;
	text-align: left;
	margin-bottom: 15px;
}
#bottomShadow {
	background: url("/index.php?accelFile=theme|admin/new/bottom_shadow.gif") top left no-repeat;
 	font-size: 6px;
	color: #363636;
}
#bottomShadow #brs {
	height: 7px;
	width: 7px;
	float: right;
	background: url("/index.php?accelFile=theme|admin/new/bottom_right_shadow.gif") top right no-repeat;
}

/* @group Nav */
#secondaryNavs {
	position: relative;
	display: none;
}
#secondaryNavs ul {
	margin:0;
	padding:0 15px 0;
	list-style:none;
}
#secondaryNavs li {
	display:inline;
	margin:0;
	padding:0;
}
#secondaryNavs a {
	float:left;
	background:url("/index.php?accelFile=theme|admin/new/left_both.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 12px;
	text-decoration:none;
	font-size: 12px;
}
#secondaryNavs a span {
	float:left;
	display:block;
	background:url("/index.php?accelFile=theme|admin/new/right_both.gif") no-repeat right top;
	padding:8px 12px 8px 0;
	font-weight:bold;
	color:#fff;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#secondaryNavs a span {float:none;}
/* End IE5-Mac hack */
#secondaryNavs a:hover span {
	color:#fff;
}
#secondaryNavs .subNavOn a {
	background-image:url("/index.php?accelFile=theme|admin/new/left_on.gif");
	border-width:0;
}
#secondaryNavs .subNavOn a span {
	background-image:url("/index.php?accelFile=theme|admin/new/right_on.gif");
	color:#292929;
	padding-bottom:8px;
}
#secondaryNavs a:hover {
	background-position:0% -100px;
}
#secondaryNavs a:hover span {
	background-position:100% -100px;
}
#secondaryNavs .subNavOn a:hover {
	background-position: top left;
}
#secondaryNavs .subNavOn a:hover span {
	background-position: top right;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#secondaryNavs a span {float:none;}
/* End IE5-Mac hack */
#utilityNavs {
	float: right;
	font-size: 11px;
	padding: 10px 20px;
	color: #535353;
	text-align: center;
	display: none;
}
#utilityNavs a {
	color: #535353
}
#utilityNavs .navPipe {
	color: #a4a4a4;
	padding: 0 7px;
}

div.nav-features {
	position: relative;
	float: right;
	width: 225px;
	text-align: center;
	display: none;
}

a.show-hide-nav {
	display: inline;
	background: url(/index.php?accelFile=theme|admin/onepixclear.gif) repeat;
	font-weight: bold;
	font-size: 10px;
	/*right: 20px;
	top: 1px;*/
}

a.drag-enable {
	display: inline;
	background: url(/index.php?accelFile=theme|admin/onepixclear.gif) repeat;
	font-weight: bold;
	font-size: 10px;
	cursor: pointer;
}

#drag_pop {
	position: absolute;
	background: #fafafa;
	width: 215px;
	border: 1px solid #F7D896;
	padding: 5px;
	right: 225px;
	top: 0px;
	display: none;
	
}

ul.main-nav {
	display: none !important;
	padding: 0px;
}

ul.main-nav li {
	list-style-type: none;
	margin-left: 0;
	position: relative;
	
}

ul.main-nav a {
	display: block;
	background: url(/index.php?accelFile=theme|admin/new/nav_off.png) no-repeat;
	width: 174px;
	/*height: 26px;*/
	line-height: 23px;
	padding-left: 5px;
	text-decoration: none;
	color: #878787;
	font-size: 12px;
}

ul.main-nav a:hover {
	display: block;
	background: url(/index.php?accelFile=theme|admin/new/nav_over.png) no-repeat;
	width: 174px;
	/*height: 26px;*/
	line-height: 23px;
	padding-left: 5px;
	text-decoration: none;
	color: #333;
	font-size: 12px;
}

ul.main-nav a.mainNavOn {
	display: block;
	background: url(/index.php?accelFile=theme|admin/new/nav_on.png) no-repeat;
	width: 174px;
	/*height: 26px;*/
	line-height: 23px;
	padding-left: 5px;
	text-decoration: none;
	color: #333;
	font-size: 12px;
}
ul.main-nav li span.drag {
	display: block;
	position: absolute;
	background: url(/index.php?accelFile=theme|admin/new/nav_drag.png) no-repeat;
	width: 17px;
	height: 10px;
	top: 10px;
	right: 10px;
	cursor: move;
}

/* @end */

.col {
	padding: 0 20px;
	text-align: left;
}
td.left-content {
	width: 100% !important;
	display: block;
}
.left {
	text-align: left;
	/*float: left;*/
	/*width: 80%;*/
	/*width: 700px;*/
	position: relative;
}

.left .col, .leftReport col {
	padding: 0 0 0 20px;
}
td.right-nav {
	display: none;
}
.right {
	text-align: left;
	/*float: right;*/
	/*width: 200px;*/
	/*position: relative;*/
}
.right .col {
	min-width: 200px;
	padding: 0 0 0 10px;
}
.right .col-highlight {
	padding: 15px 7px 50px;
	margin-right: 9px;
	background: url(/index.php?accelFile=theme|admin/new/bg_left.gif) no-repeat left top;
	height: auto;
	line-height: 14px;
	/*padding-bottom: 50px;*/
}
.right .col-close {
	width: 15px;
	background: url("/index.php?accelFile=theme|admin/new/bg_right.gif") no-repeat top left;
	float: right;
	padding: 0;
	color: #f1f1f1;
	/*height: 40px;*/ /*  this was set to 190px - it was pushing the nav down in IE */
	margin: 0 3px;
}
.clearIt {
    clear:both;
    height:1px;
	overflow:hidden;
}
.clearPad {
    clear:both;
    height:10px;
	overflow:hidden;
}
.clearMyHead {
    clear:both;
    height:1px;
	overflow:hidden;
	background: #fff;
	width: 100%;
}
div.clear {
	clear: both;
}
.rightContent {
	float: right;
	text-align: right;
	padding-top: 15px;
}
#credits {
	background: url("/index.php?accelFile=theme|admin/new/credits.gif") repeat-x;
	border-top: 1px dotted #dedede;
	border-bottom: 1px dotted #dedede;
	padding: 10px 16px;
	margin-top: 10px;
}
.pagingDivider {
	margin: 30px 0 0 0;
	border-top: 1px solid #ececec;
}
.darkContainer {
	padding: 8px;
	background: #e4e4e4;
	font-weight: bold;
	margin: 5px 0 15px 0;
}
.darkContainer label {
	margin-left: 8px;
}
.upperleft{
	width : 100%;
	margin-left : auto;
	margin-right : auto;
	background-color : #f4f4f4;
	background-image : url('/index.php?accelFile=theme|admin/new/upperleft.png');
	background-repeat : no-repeat;
	background-position : top left;
}
.upperright{
	background-image : url('/index.php?accelFile=theme|admin/new/upperright.png');
	background-repeat : no-repeat;
	background-position : top right;
}
.lowerleft{
	background-image : url('/index.php?accelFile=theme|admin/new/lowerleft.png');
	background-repeat : no-repeat;
	background-position : bottom left;
}
.lowerright{
	background-image : url('/index.php?accelFile=theme|admin/new/lowerright.png');
	background-repeat : no-repeat;
	background-position : bottom right;
	padding : 8px 15px 10px 15px;
	margin-bottom: 0px;
}

/* ----- GENERAL TEXT TREATMENT ----- */

a:link, a:visited, a:hover, a:active {
	color: #414141;
}

p {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 8px;
}
h1 {
	padding: 10px 0 14px 0;
	border-bottom: 0;
	margin: 0;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
}
h1.tableHead {
	padding: 10px 0 10px 0;
	border-bottom: 2px solid #ccc;
	margin-bottom: 4px;
}
h2 {
	margin: 20px 0 5px 0px;
	color: #333;
	font-size: 16px;
	padding: 0;
}
h3 {
	font: bold 14px arial, verdana, helvetica, sans-serif;
	line-height: 18px;
	margin: 8px 0 10px 0;
}
code {
	font-family: "Bitstream Vera Sans Mono", monaco, "Courier New", courier, monospace;
}
h4 {
	font-size: 12px;
	font-weight: bold;
}
h5 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
}
h5 span {
	font-weight: normal;
}
#credits h1 {
	float: left;
	font-size: 26px;
	margin: 0 10px 0 0;
	padding-bottom: 5px;
	line-height: 16px;
}
#credits p {
	float: left;
	font-size: 11px;
	line-height: 12px;
	padding-top: 4px;
}
.formHeader {
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
}
/* ----- LINKS ----- */

a {
	text-decoration: underline;
	padding: 1px;
}
a:hover {
	text-decoration: none;
}
a img {
	border: 0;
}
#utilityNavs a.on {
	font-weight: bold;
}
#footer a {
	color: #a6a6a6;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
}
#footer a:hover {
	border-bottom: 0;
}
#footer a.announce {
	color: #3085c7;
	text-decoration: none;
	border-bottom: 1px solid #1b69a5;
}
#footer a.announce:hover {
	border-bottom: 0;
}
td.actionCell a.delete, .templateWrapper p a.delete, p.light a.delete {
	color: #c93232;
}
table.basicData a.delete {
	color: #c93232;
}
a.snapshotLink, a.snapshotLink:link, a.snapshotLink:active, a.snapshotLink:hover, a.snapshotLink:visited {
	color: #000;
}


/* ----- FORMS ----- */

input { 
	padding: 2px;
	font: normal 11px verdana, arial, helvetica, sans-serif;
}
select { 
	font: normal 11px verdana, arial, helvetica, sans-serif;

}
select option {
	padding: 0 5px;
}

/* ----- LISTS ----- */

ul {
	margin: 5px 0;
}
ol {
	margin: 5px 0 5px 0;
}
ol li {
	padding: 3px 0;
	font-size: 11px;
}
li {
	font-size: 11px;
	line-height: 13px;
	padding: 2px 0 2px 2px;
	margin-left: 25px;
}
li img {
	padding-right: 3px;
}
ul.icon-menu  {
	margin-top: 5px;
}
ul.icon-menu-notop  {
	margin-top: 5px;
}

/* ----- TABLES ----- */

td {
	font-size: 11px;
	line-height: 15px;
	padding: 4px;
	border-bottom: 1px solid #ececec;
}
th {
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	padding: 5px 0;
	padding-left: 3px;
	text-align: left;
	border-bottom: 1px solid #ececec;
}
td span {
	font-size: 11px;
}
tr.suppression td {
	background:url("/index.php?accelFile=theme|admin/new/yellowFooter.gif") repeat-x;
	color: #6a6c4e;
}
tr.suppression td a {
	color: #6a6c4e;
}

/* ----- ERRORS ----- */
h3.error {
	color: #fff;
	background: #c12f2f;
	margin: 0;
	padding: 5px 10px;
	font: bold 12px "Lucida Grande", verdana, arial, helvetica, sans-serif;
}

table.calendar {
	border: solid 1px gray;
}
table.issue-filter form table tr td{
	text-align: center;
}
.companyName {
	font-size: 20px;
	font-weight: bold;
	color: #CCCCCC;
	}
	
.retail {
	color: #FF0000;
	text-decoration: line-through;
	}

.small {
	font-size: 11px;
	}	
#category_description, .add_comment, .add_comment_with_author {
	border: solid 1px orange;
	position: fixed;
	z-index:20;
	left:200px;
	top:40px;
	width:300px;
	background-color:white;
	padding:5px;
}

div.category-description {
	border: solid 1px orange;
	position: fixed;
	z-index:20;
	left:200px;
	top:40px;
	width:300px;
	background-color:white;
	padding:5px;
}
a.view-comments-link {
	display: block;
}
div.comments-container {
	position: relative;
	display: none;
	z-index: 1000;
}
td ul.latest-comments {
	border: solid 1px orange;
	position: absolute;
	top: 20px;
	right:-80px;
	width:300px;
	background-color:white;
	padding:5px;
}

td ul.latest-comments li {
	list-style-type: decimal;
}

.add_comment, .add_comment_with_author {
	padding:15px;
	width:500px;
}

label{
	font-weight:bold;
}
/* @group Status Message */

#status_message_notice {
	position: relative;
	background: #FFEECC;
}

#status_message_notice div{
	padding: 5px;
	border: 2px solid maroon;
}
#status_message_notice_title {
	font-weight: bold;
	text-transform: uppercase;
	padding-right: 10px;
	color: #350000;
}

#status_message_notice_body {
	/*color: maroon;*/
}
div.spacer {
	position: relative;
	height: 5px;
}
#status_message_now {
	position: relative;
	background: #FFEECC;
}

#status_message_now div{
	padding: 5px;
	border: 2px solid maroon;
}
#status_message_now_title {
	font-weight: bold;
	text-transform: uppercase;
	padding-right: 10px;
	color: #350000;
}

#status_message_now_body {
	/*color: maroon;*/
}

/* @end */
/* @group Photo Cropper */

#tabbed_container {
	position: relative;
}
h3.tab-title {
	text-transform: capitalize;
	font-weight: bold;
	margin-top: 5px;
}
.ui-tabs-nav, .ui-tabs-panel {
    font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 3px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 2px;
    font-weight: bold;
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    float: left; /* fixes dir=ltr problem and other quirks IE */
    padding: 0 12px;
    background: url(tabs.png) no-repeat;
}
.ui-tabs-nav a {
    margin: 5px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    text-decoration: none;
    white-space: nowrap; /* @ IE 6 */
    outline: 0;
	background: #FFEECC 100% 0;
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
}
.ui-tabs-nav a:link, .ui-tabs-nav a:visited {
    color: #333;
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
	background-position: 100% -23px;
}
.ui-tabs-nav a span {
    padding-top: 1px;
    padding-right: 0;
    height: 20px;
    background-position: 0 0;
    line-height: 20px;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-top: 0;
    height: 27px;
    background-position: 0 -23px;
    line-height: 27px;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited,
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited {
    color: #000;
}
.ui-tabs-panel {
    border: 1px solid silver;
    padding: 10px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
/*.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}*/

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

/* @end */



/* @group Custom Module Table */

#custom_module {
	/*background-color:#CDCDCD;*/
	font-family:arial;
	font-size:8pt;
	margin:10px 0 15px;
	text-align:left;
	width:100%;	
	position: relative;
	border-collapse: collapse;
}

#custom_module tr th {
	border-bottom: 2px solid #FDE5B4;
	background: transparent url("/index.php?accelFile=theme|admin/new/bg.gif") repeat bottom;
}

#custom_module thead tr th.categoryCell.header {
	cursor:pointer;
	/*background-image:url(tb-sort.gif) !important;
	background-position:right center;
	background-repeat:no-repeat;*/
	/*background-color: #ECECED;*/
	padding-left: 5px;
	font-size: 12px;
	color: #333;
}

#custom_module thead tr .header {
	cursor:pointer;
	/*background-image:url(tb-sort.gif) !important;
	background-position:right center;
	background-repeat:no-repeat;*/
	padding-left: 5px;
	font-size: 12px;
	color: #333;
}

#custom_module thead tr th.headerSortUp {
	background-image: url(tb-asc.gif);
	background-color: #eaeaea;
}

#custom_module thead tr th.headerSortDown {
	background-image: url(tb-desc.gif);
	background-color: #e0e0e0;
}

#custom_module tr {
	
}

#custom_module tr.table-hover td {
	background-color: #ffd !important;
}

#custom_module tr.even td.contentListCell {
	background: #fafafa;
}

#custom_module tr.odd td.contentListCell {
	background: #f6f6f6;
}

#custom_module tr td {
	padding-left: 5px;
}

/* @end */

/* @group Table Styling */
.table-stripe-nosort {
	border-collapse: collapse;
}

.table-stripe-nosort tr.table-hover td {
	background-color: #ffd !important;
}

.table-stripe-nosort thead tr th {
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #FDE5B4;
}
.table-stripe-nosort tr.even td.contentListCell {
	background: #fafafa;
}

.table-stripe-nosort tr.odd td.contentListCell {
	background: #f6f6f6;
}

table.table-stripe {
	border-collapse: collapse;
	margin-bottom: 25px;
	border-bottom: 2px solid #ccc;
}

table.table-stripe thead tr th {
	border-bottom: 1px solid #FDE5B4;
}
table .categoryCell {
	background: transparent url("/index.php?accelFile=theme|admin/new/bg.gif") repeat bottom;
	font-weight: bold;
}
table td.contentListCell {
	
}

table .adminHeaderCell {
	background: transparent url("/index.php?accelFile=theme|admin/new/bg.gif") repeat bottom;
}
.table-stripe tr.table-hover td {
	background-color: #ffd !important;
}


table.table-stripe tr.even td.contentListCell {
	background: #fafafa;
}

table.table-stripe tr.odd td.contentListCell {
	background: #f6f6f6;
}
table.navigation td.main_level{
	background-color: #ececec;
	border-bottom: 1px solid #ccc;
}

table.navigation td.sub_level{
	background-color: #f9f9f9;
}
/* @end */
