/* Hide the noticebar */
#noticebar, #noticebar div {
        display: none !important;
        visibility: hidden !important;
}

/* links */
a {
	color: #000;
	text-decoration : none;
}

/* hover */
a:hover {
	background-color: transparent;
}

/* navigation links */
a.nav {
	background-color : transparent;
	color : #999;
}

/* sub-navigation links */
a.navsub {
	background-color : transparent;
	color : silver;
}

/* navigation links */
a.nav:hover {
	background-color : transparent;
	color : #000;
	text-decoration : none;
}

/* sub-navigation links */
a.navsub:hover {
	background-color : transparent;
	color : #999;
	text-decoration : none;
}

a.anchor_nav, a.anchor_add, a.anchor_search, a.anchor_nav_16 {
	color: #339ce2;
}

a.anchor_nav:hover, a.anchor_add:hover, a.anchor_search:hover, a.anchor_nav_16:hover {
	color: #333;
	text-decoration: none;
}

/* page */
body {
	background-color : transparent !important;
	color : #000000;
	margin : 0px;
	padding : 0px;
}

html, body {
	height: 100%;
}

form {
	margin : 0px;
	padding : 0px;
}

body, td, th, input, textarea, select {
	font-family : Tahoma, Verdana, Arial, sans-serif;
	font-size : 11px;
}

/* header of pages */
.header {
	font-family : Verdana, Arial, sans-serif;
	font-size: 17px;
}

/* categories */

/* 1px border */
td.boxborder {
	background-color : #98cc02;
	color : #000000;
}

/* where text goes */
.boxcontent {
	background-color: #f8f8f8 !important;
	background: #f8f8f8 !important;
	color : #000;
}

/* header */
td.boxheader {
	background-color : #98cc02;
	color : #fff;
	height : 17px;
}

/* subcategories */
td.subboxheader {
	background-color : #333366;
	color : #FFFFFF;
	height : 17px;
}

td.subboxcontent {
	background-color : #EAEAFF;
	color : #000000;
}

td.subboxborder {
	background-color : #333366;
	color : #000000;
}

/* items */
td.itboxheader {
	background-color : #B2B2E5;
	color : #FFFFFF;
	height : 17px;
}

td.itboxcontent {
	background-color : #f1f1fa;
	color : #000000;
}

td.itboxborder {
	background-color : #B2B2E5;
	color : #000000;
}

input, select {
	padding: 3px 4px;
}

.silverbutton {
	background-color: #98cc02 !important;
	color: #fff !important;
}

/* mozilla */
input[disabled] {
	padding: 0px;
	color: silver;
}

img.spanline {
	background-color: silver;
	width: 100%;
	display: block;
	height: 1px;
}

ul.unav {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

div.leftnav * {
	line-height: 20px !important;
}

div.leftnav li.lnav {
	border-bottom: 1px solid #9de0ff;
}

li.lsnav {
	border-bottom: 1px solid white;
}

li.lsnav a:hover, li.lnav a:hover {
	color: #98cc02 !important;
}

div.leftnav li.lnav a, a.list {
	color: black;
	text-decoration: none;
	display: block;
	width: 100%;
}

a.list {
	width: 80px;
	height: 75px;
	border: 1px solid blue;
	text-align: center;
}

a.list span {
	display: block;
	margin-top: 40%;
}

div.leftnav li.lnav a span {
	display: block;
	line-height: 13px;
	padding: 2px;
}

a.list:hover {
	border: 1px solid  #22aff2;
	background: #fff;
	font-weight: bold;
	color: #22aff2;
}

div.leftnav li.lnav a.sel {
	background-color: #22aff2;
	color: white;
	text-decoration: none;
	padding-left: 8px;
	width: 122px !important;
}

li.lsnav a.sel {
	background-color: #98cc02;
	color: white;
}

li.lsnav a {
	color: #0da0e5;
	background-color: #ffffff;
	padding: 1px;
	padding-left: 10px;
	line-height: 13px;
	text-decoration: none;
	display: block;
}


div.leftnav li.lnav a:hover, li.lsnav a:hover, #tabs a:hover, #tabs .sel, #tabs a.silver:hover {
	color: black;
	text-decoration: none;
	background: white url('') no-repeat;
}

#tabs {
	border-left: 1px solid silver;
}

#tabs li {
	float: left;
	border-top: 1px solid silver;
	margin-right: 1px;
}

#tabs a {
	color: black;
	text-align: center;
	padding: 5px;
	line-height: 13px;
	display: block;
	float: left;
	border-right: 1px solid silver;
	text-decoration: none;
	color: #0da0e5;	
	background: transparent;
	border-bottom: 1px solid #e7e7e7;
}

#tabs a.silver, .silvergradient {
	color: gray;
}

#tabs a.sel {
	border-bottom: 1px solid #fff;
}

div.topnav #tabs a.sel {
	border-bottom: 1px solid #22aff2;
	background: #22aff2;
	color: #fff;
}

.errormsg, .errormsg_large, .progressbar {
	border: 1px solid orange;
	background: #ffffcc url('/icons/16/warning') no-repeat 3px 3px;
	padding: 5px;
	padding-left: 25px;
	color: red;
	font-weight: bold;
	margin-bottom: 5px;
}

.errormsg_transparent {
	border: 0; 
	background-color: transparent; 
	color: blue;
}

#sm_error_bg {
	z-index: 2000;
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	background: white;
	filter: Alpha(Opacity=80); /* ie */
	-moz-opacity: 0.8;		   /* ff */ 
	opacity: 0.8;			   /* css3 */
}

#sm_error_progress_bg2 {
	text-align: left;
	border: 1px solid red;
	width: 100%;
	background: url('/images/progress_bg3.gif') repeat-x;
}

#sm_error_popup {
	z-index: 3000;
	position: absolute; 
	display: none;
	border: 1px solid red;
	background: #ffffd8 url('/images/progress_bg1.gif') repeat-x 0 100%;	
	top: 50%; 
	left: 50%; 
	margin-top: -50px; 
	margin-left: -200px; 
}

.progressbar {
	padding: 25px;
	width: 400px;
	font-size: 16px; 
	margin: 0;
	border: 0;
	text-align: center;
	background-color: transparent;
}

#sm_upload_popup {
	top: 0;
	left: 0;
	margin: 0;
	border: 0;
	display: block;
	height: 100%;
	background: #ffffd8 url('/images/progress_bg1.gif') repeat-x 0 100%;
}

#sm_upload_popup .sm_upload_border {
	border: 1px solid red;
	float: left;
	clear: both;
	width: 100%;
}

.progressbar .sm_error_progress_bar {
	width: 5%;
	font-size: 9px;
	background: red url('/images/progress_bg2.gif') repeat-x;
}

.progressbar .sm_upload_clear {
	clear: both;
}

.progressbar #sm_upload_progress1 {
	padding-top: 2px; 
	clear: left; 
	float: left; 
	width: 50%; 
	text-align: left; 
	font-size: 11px;
}

.progressbar #sm_upload_progress2 {
	padding-top: 2px; 
	float: left; 
	width: 50%; 
	text-align: right; 
	font-size: 11px;
}

.errormsg_large {
	background: #ffffcc url('/icons/48/warning') no-repeat 3px 3px;
	padding-left: 55px;
}

.middlecontent .greenmsg, .middlecontent .redmsg {
	margin-top: 0;
}

.greenmsg {
	margin: 5px 0 5px 0;
	border: 1px solid green;
	color: green;
	background: #ccffcc url('/icons/16/sucess') no-repeat 3px 3px;
	line-height: 13px;
	padding: 4px;
	padding-left: 25px;
	font-weight: bold;
	clear: both;
}

.redmsg {
	margin: 5px 0 5px 0;
	border: 1px solid red;
	color: red;
	background: #ffcccc url('/icons/16/error1') no-repeat 3px 3px;
	line-height: 13px;
	padding: 4px;
	padding-left: 25px;
	font-weight: bold;
	clear: both;
}

div.container {
	float: left;
	width: 890px;
	height: 100%;
	background-color: #f8f8f8 !important;
	background: #f8f8f8 !important;
}

div.leftnav {
	float: left;
	margin-right: 2px;
	background-color: #f8f8f8;
	padding: 10px;
	width: 130px;
}

#smbox {
	clear: both;
	height: 91%;
}

div.middle {
	position: relative;
	overflow: auto;
	height: 100%;
	background-color: white;
}

/* opera hack */
@media screen and (min-width: 0px){
   div.middle { float: left; width: 738px; }
}

html>body div.middle {
	display: block;
}

/*
html>body div.middle {
	min-height: 520px;
	height: auto;
	overflow: inherit;
}
*/
div.middlecontent {
	padding: 10px;
	float: left; 
	width: 680px;
	clear: both;
}

tr.advanced_row {
	background: none;
}

fieldset.admin_fieldset {
	margin-right: 5px;
	border: 1px solid silver;
	padding: 0;
}

fieldset.admin_fieldset legend {
	color: blue;
}

div.topnav {
	border-bottom: 2px solid #22aff2;
}

h3 {
	font-size: 12px;
}

#imgssl {
	width: 80px;
	height: 46px;
	background: url('/images/ssl.jpg') no-repeat;
	margin-bottom: 0;
	padding-bottom: 0;
}

#imgssl span {
	display: none;
}

.td_icon a {
	color: #888;
}

.td_icon a:hover {
	color: #000;
}

.cell_border_silver {
	border-bottom: 1px solid #e7e7e7;
}

.cell_border_silver {
	border-bottom: 1px solid #e7e7e7;
}

tr.cell_border_gray td, tr.cell_border_gray th {
	border-bottom: 1px solid gray;
}

tr.cell_border_silver td, tr.cell_border_silver th {
	border-bottom: 1px solid #e7e7e7;
}

#imgssl {
	display: none;
	}