﻿body {
}

a:link
{
	font-family:Arial;
	text-decoration:none;
	color:#968D70;
	font-weight:bolder;
}

a:link:visited
{
	font-family:Arial;
	text-decoration:none;
	color:#968D70;
	font-weight:bolder;
}

#category
{
	font-size:medium;
	color:#AB0A10;
	font-weight:bold;
}

.openlist
{
	cursor:pointer;
}

.topBar
{
 font-family:Arial;
 font-size:smaller;
 background-color:#EBE3CE
}

.titles
{
 font-family:Arial;
 font-size:24px;
 color:#968662;
 font-weight:bolder;
}

.moreDetailsLink
{
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	color:#B51112;
	background-color:#991112;
}

.modalBackground
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopUp
{
	width:250px;
	background-color:#ffffdd;
}

.subMenu
{
	position: absolute;
    visibility:hidden;
    z-index: 15;
    right:0px;
    top:0px;
    background-color:#D7D7D7;
    
}

.menuTable
{
	border-color:#7E4B63;
	border-width:1px;
	width:157px;
	
}


