body
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #F6F6F6;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

input.button
{
	border: solid 1px #3366CC;
	background: #F6F6F6;
	font: 8pt Verdana;
}
a.menulink
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11pt;
	font-family: monospace;
}

a.menulink2
{
	color: #CCCCCC;
	text-decoration: none;
	font-size: 9pt;
	font-family: monospace;
}

a.menulink2:hover
{
    font-weight: bold;
    color: #FFFFFF;
}

a.cartlink
{
	color: #3366CC;
	text-decoration: none;
	font-size: 9pt;
	font-family: monospace;
}

a.cartlink:hover
{
    font-weight: bold;
    color: #3366CC;
}

a
{
	color: #3366CC;
	text-decoration: none;
	font-size: 9pt;
}

a:hover
{
	font-weight: bold;
}

td.menu_logo
{
	background: url('images/durbal.jpg') no-repeat;
	height: 151px;
	width: 201px;
}

td.menu_bar
{
	background: url('images/bar.jpg');
	height: 47px;
}

td.foot_bar
{
	background: url('images/bar.jpg');
	width: 100%;
	font-size: 8pt;
	color: #FFFFFF;
}

td.dist_data
{
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

td.dist_head
{
	background: url('images/bar.jpg');
	color: white;
	font-weight: bold;
}

td.dist_foot
{
	background: lightgrey;
}

td.loginout
{
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

td.message
{
    font-size: 8pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: red;
	width: 200px;
}


td.general
{
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

td.sectiontitle
{
	font-size: 12pt;
	font-weight: bold;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url('images/bar.jpg');
}

table.categoryintro
{
	width: 825px;
	border: solid 1px;
}

table.menu_bar
{
	width: 45px;
	background: url('images/bar.jpg');
	color: white;
}

tr.descript {
	background: url('images/bar.jpg');
    font-family: monospace;
    font-size: 10pt;
	color: white;
}

tr.row {
    background: #FFFFFF;
    font-family: monospace;
    font-size: 9pt;
}

tr.altrow {
    background: #CCCCCC;
    font-family: monospace;
    font-size: 9pt;
}

tr.row:hover {
    background: #FFFFCC;
}

tr.altrow:hover {
    background: #FFFFCC;
}

.shadetabs{
margin-bottom: 1em;
}

.shadetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 11px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(images/shade.gif) top left repeat-x; /*THEME CHANGE HERE*/
}

.shadetabs li a:visited {
color: #2d2b2b;
}

.shadetabs li a:hover {
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(images/shadeactive.gif); /*THEME CHANGE HERE*/
border-bottom-color: white;
}

