@charset "utf-8";
/* CSS Document */
img, a img, a:visited img, a:active img {
	border: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	/* font-family: "Comic Sans MS", cursive; */
	font-size: 12px;
	background-color:#FFFFFF;
	margin: 0;
}
.admin_button {
	padding:5px;
	-moz-border-bottom-colors:#555555 #666666 #777777 #888888 #999999 #AAAAAA #BBBBBB #CCCCCC;
	-moz-border-left-colors:#555555 #666666 #777777 #888888 #999999 #AAAAAA #BBBBBB #CCCCCC;
	-moz-border-radius:5px;
	-moz-border-right-colors:#555555 #666666 #777777 #888888 #999999 #AAAAAA #BBBBBB #CCCCCC;
	-moz-border-top-colors:#999999 #CCCCCC;
	background:-moz-linear-gradient(center top, #aaa, #777) repeat scroll 0 0 transparent;
	border:1pt solid #999999;
	color:#000000;
	text-align:center;
	font-size: 11px;
	width: 100px;
	display:inline;
	margin-top: 15px;
	margin-bottom: 15px;
}
.admin_button a:link {
	color: #000000;
	text-decoration:none;
}
.admin_button a:active {
	color: #000000;
	text-decoration:none;
}
.admin_button a:visited {
	color: #000000;
	text-decoration:none;
}
.message {
	color:#ff0000;
	font-weight: bold;
}

.even:not(.uhoh) {
	background-color:#ffffff;
}
.odd:not(.uhoh) {
	background-color:#dddddd;
}

.tablelist:nth-child(even):not(.uhoh) {
	background-color:#ffffff;
}
.tablelist:nth-child(odd):not(.uhoh) {
	background-color:#dddddd;
}

.good:nth-child(even) {
 background-color:#ffffff;
}
.good:nth-child(odd) {
 background-color:#dddddd;
}
.warning:nth-child(even) {
 background-color:#ffff33;
}
.warning:nth-child(odd) {
 background-color:#ffff66;
}
.bad:nth-child(even) {
 background-color:#ff3333;
}
.bad:nth-child(odd) {
 background-color:#ff6666;
}

.tableheader {
	background:url(/admin_templates/Store/default/images/gradient.jpg);
	background-repeat:repeat-x;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
}
.headerSortDown {
	background-image:url(/admin_templates/Store/default/images/downarrow.png) !important;

}
.headerSortUp {
	background-image:url(/admin_templates/Store/default/images/uparrow.png) !important;

}
.header {
	background-color: #cccccc;
	background-image:url(/admin_templates/Store/default/images/updownarrow.png);
	background-position:left center;
	background-repeat:no-repeat;
}
.tablesorter-header {
	background-color: #cccccc;
	background-image:url(/admin_templates/Store/default/images/updownarrow.png);
	background-position:left center;
	background-repeat:no-repeat;
}

.sorter-false {
	background-image:none !important;
}

.tablesorter th {
	padding-left:13px;
}

.good {
	background-color:#00FF00;
	color:#000000;
	font-weight:bold;
	text-align:center;
}
.bad {
	background-color:#FF0000;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}

.tableheader a:link, .tableheader a:active, .tableheader a:visited {
	color: #FFFFFF;
}
.nav_breadcrumb {
	padding:5px;
	font-weight: bold;
	font-size:9pt;
}
.topbar {
	background-color: #eeeeee;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#ffffff'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#ffffff)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #cccccc, #ffffff); /* for firefox 3.6+ */
	height: 80px;
}
.bottombar {
	background-color: #eeeeee;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #ffffff, #cccccc); /* for firefox 3.6+ */
	height: 80px;
}
.navlink {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	padding: 1px 5px 4px 20px;
	margin: 0;
}
.navlink a:link, .navlink a:active, .navlink a:visited {
	color: #333333;
}
.navheader {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	background:url(/admin_templates/Store/default/images/titlebacking.jpg);
	background-repeat:repeat-x;
	padding: 5px;
	margin-top: 10px;
}
.legend {
	font-weight: bold;
	vertical-align: top;
}
.note {
	font-weight: normal;
	font-size: 8pt;
}
.control_link, .control_link:link, .control_link:active, .control_link:visited {
	color:#000000;
	font-weight:bold;
	padding: 3px;
	-moz-border-radius:5px;
	border:1pt solid #000000;
	background-color: #dddddd;
	text-decoration:none;
}

.dropdown {
	margin: 0 0 10px 10px;
	padding: 3px;
	border: 1px solid #888888;
}

.ui_toggle {
	width: 15px;
	padding: 0 7px;
	display: inline;
}
.collapsed {
	background:url(/admin_templates/Store/default/images/ui-arrow-collapsed.png) no-repeat;
}
.expanded {
	background:url(/admin_templates/Store/default/images/ui-arrow-expanded.png) no-repeat;
}
