/* @group basic tags */

body {
	background-color: #fff;
	background: url(../Images/Interface/pattern.gif) center;
	font: small "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0 auto;
}

a {
	color: #009999;
	font-size: small;
	text-decoration: underline;
}

a:hover {
	color: #fc9937;
	text-decoration: none;
}

/*
a:visited {
	color: #009999;
	text-decoration: none;
}
*/

p {
	font-size: small;
}

h1 {
	color: #fc9937;
	font-size: x-large;
}

h2 {
	color: #369898;
	font-size: medium;
}

h3 {
	color: #979835;
	font-size: small;
}

#main {
	background-image: url(../Images/Interface/background.gif);
}

/* @end */

/* @group side console menu */

#sideconsole {
	
}

#sidemenu {
	width: 250px;
	margin: 0;
	padding: 0;
	background: url(../Images/Interface/sidebar_background.gif) repeat-y;
}

#sidemenu_header {
	width: 250px;
	height: 49px;
	display: block;
	background-image: url(../Images/Interface/sidebar_header.gif);
}

#sidemenu_header b {
	display: none;
}

#sidemenu li {
	list-style-type: none;
	list-style-image: none;
	width: 250px;
	display: inline-block;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	color: white;
}

a.chromebar {
	display: block;
	width: 250px;
	font-size: 12px;
	color: white;
	text-decoration: none;
	background-image: url(../Images/Interface/sidebar_back.gif);
		text-shadow: #000 0 2px 6px;
}

a.chromebar:hover {
	display: block;
	width: 250px;
	font-size: 12px;
	color: white;
	text-decoration: none;
	background-position: 0 -35px;
		text-shadow: white 0 2px 4px;
}

a.sidelight {
	display: block;
	width: 250px;
	font-size: 12px;
	color: white;
	text-decoration: none;
	background-image: url(../Images/Interface/sidebar_back.gif);
		text-shadow: #000 0 2px 6px;
}

a.sidelight:hover {
	display: block;
	width: 250px;
	font-size: 12px;
	color: white;
	text-decoration: none;
	background-position: 0 -42px;
		text-shadow: white 0 2px 4px;
}

#sidemenu_chocolate a {
	width: 250px;
	height: 31px;
	background-image: url(../Images/Interface/sidebar_chocolate.gif);
}

#sidemenu_chocolate span {
	display: none;
}

#sidemenu_flavors a {
	width: 250px;
	height: 35px;
	background-image: url(../Images/Interface/sidebar_flavors.gif);
}

#sidemenu_flavors span {
	display: none;
}

#sidemenu_blender a {
	width: 250px;
	height: 35px;
	background-image: url(../Images/Interface/sidebar_blender.gif);
}

#sidemenu_blender span {
	display: none;
}

#sidemenu_energy a {
	width: 250px;
	height: 35px;
	background-image: url(../Images/Interface/sidebar_energy.gif);
}

#sidemenu_energy span {
	display: none;
}

#sidemenu_sugarfree a {
	width: 250px;
	height: 35px;
	background-image: url(../Images/Interface/sidebar_sugarfree.gif);
}

#sidemenu_sugarfree span {
	display: none;
}

#sidemenu_instant a {
	width: 250px;
	height: 35px;
	background-image: url(../Images/Interface/sidebar_instant.gif);
}

#sidemenu_instant span {
	display: none;
}

#sidemenu_barista a {
	width: 250px;
	height: 35px;
	background-image: url(../Images/Interface/sidebar_barista.gif);
}

#sidemenu_barista span {
	display: none;
}

#sidemenu_promo a {
	width: 250px;
	height: 35px;
	background-image: url(../Images/Interface/sidebar_promo.gif);
}

#sidemenu_promo span {
	display: none;
}

#sidemenu_merch a {
	width: 250px;
	height: 35px;
	background-image: url(../Images/Interface/sidebar_merch.gif);
}

#sidemenu_merch span {
	display: none;
}

#sidemenu_footer {
	width: 250px;
	height: 26px;
	display: block;
	background-image: url(../Images/Interface/sidebar_footer.gif);
}

#sidemenu_footer b {
	display: none;
}

/* @end */

/* @group footer */

#bottomnav {
	margin: 20px 15px 0;
	text-align: center;
	color: silver;
	font-size: small;
}

#address {
	text-align: center;
	margin: 5px 15px 15px;
	font-size: small;
}

/* @end */

/* @group main content */

#contentbox {
	/*margin: 20px 40px 20px 20px;*/
	margin: 15px 60px 20px 20px;
}

/* @end */










/* Striano Designs Generated Content */
.GenericHeader {
	background-color: #f28b00;
	border: 1px solid #aa620e;
	color: #000;
	font-size: 10pt;
	font-weight: bold;
	padding: 5px;
}

.GenericBody {
	background-color: #fff;
	border-bottom: 1px solid #aa620e;
	border-left: 1px solid #aa620e;
	border-right: 1px solid #aa620e;
}

.GenericTable {
	width: 100%;
}

.GenericTable tr.Header td {
	background-color: #f3c277;
    border-bottom: 1px solid #aa620e;
    font-weight: bold;
    padding: 5px;
}

.GenericTable tr.SubHeader td {
	background-color: #f3c277;
    border-bottom: 1px solid #aa620e;
    border-top: 1px solid #aa620e;
    font-weight: bold;
    padding: 5px;
}

.GenericTable tr.Row td {
	background-color: #fff;
    border-bottom: 1px solid #aa620e;
    padding: 5px;
}

.GenericTable tr.AltRow td {
	background-color: #eee;
    border-bottom: 1px solid #aa620e;
    padding: 5px;
}

.GenericTable tr.HotRow td {
	background-color: #ffffcc;
	color: blue;
	text-decoration: underline;
}

.GenericTable tr.TotalRow td {
	font-weight: bold;
}

.GenericTable tr td.Information {
    font-size: 8pt;
    padding: 5px;
}

.GenericTable tr td.Required {
    font-weight: bold;
}

.GenericTable .TextBox {
    width: 200px;
}

.ErrorMessagePanel {
	background-color: red;
	border: 1px solid #aa620e;
	margin: 0px 0px 20px 0px;
    padding: 5px;
}

.ErrorMessagePanel span {
	color: #000;
	font-weight: bold;
}

.MessagePanel {
	background-color: yellow;
	border: 1px solid #aa620e;
	margin: 0px 0px 20px 0px;
    padding: 5px;
}

.MessagePanel span {
	color: #000;
	font-weight: bold;
}

.SubDescription {
	background-color: #fff;
	border: 0px solid #ccc;
	color: blue;
	display: block;
	margin: 0px 0px 0px 15px;
	padding: 5px;
	width: 275px;
}

/* Bread Crumbs */
.BreadCrumbs {
	font-size: 8pt;
	padding: 0px 0px 22px 0px;
}

.BreadCrumbs a {
	color: Blue;
	font-size: 9pt;
	text-decoration: none;
}

.BreadCrumbs a:hover {
	text-decoration: underline;
}

.BreadCrumbs span {
	color: #000;
	font-size: 9pt;
	font-weight: bold;
}

/* Modal Overlay/Panel */
.ModalOverlay {
	background-color: #333;
	bottom: 0;
	display: none;
	filter: alpha(opacity=75);
	height: 100%;
	left: 0;
	margin: 0;
	-moz-opcaity: 0.75;
	opacity: 0.75;
	padding: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1000;
}

* html .ModalOverlay {
	position: absolute;
}

.ModalPanel {
	background-color: #fff;
	border: 1px solid #000;
	display: none;
	left: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	z-index: 1001;
}

* html .ModalPanel {
	position: absolute;
}

.ModalPanel .Header {
	background-color: #f28b00;
	border-bottom: 1px solid #000;
	color: #000;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}

.ModalPanel .Body {
	background-color: #fff;
	color: #000;
	height: 200px;
	overflow-y: scroll;
	padding: 2px;
	width: 500px;
}

.ModalPanel .Footer {
	background-color: #f28b00;
	border-top: 1px solid #000;
	color: #000;
	padding: 5px;
	text-align: center;
}
