.body {BACKGROUND-COLOR: #000000}
.tablestyle {BACKGROUND-COLOR: #cccccc}
.tdstyle {BACKGROUND-COLOR: #000000}
.tdheaderstyle {COLOR: #000000; BACKGROUND-COLOR: #FFFF33}
.gallerytitlestyle {BACKGROUND-COLOR: #EBEBCB}
.smallfont {FONT-SIZE: 9px; FONT-FAMILY: Arial, Helvetica, sans-serif}
.font {FONT-SIZE: 10px; FONT-FAMILY: Arial, Helvetica, sans-serif}
table {FONT-SIZE: 10px; FONT-FAMILY: Arial, Helvetica, sans-serif}
a {TEXT-DECORATION: none; FONT-SIZE: 10px; COLOR: #FF9900; FONT-FAMILY: Arial, Helvetica, sans-serif}

a:hover 
{
  background-color:#FFFF33;
}

form {display: inline;}
h1 {display: inline;}
h2 {display: inline;}
h3 {display: inline;}
h4 {display: inline;}
h5 {display: inline;}
h6 {display: inline;}
.msg {FONT-SIZE: 12px; COLOR: #FFfFFF; FONT-FAMILY: Arial, Helvetica, sans-serif}
#dhtmltooltip{
position: absolute; 
width: 250px;
border: 1px solid #000000;
padding: 12px;
background-color: #F5F5FF;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/

}

.image {
	padding: 2px;
	border: 1px dashed #FFFF33;
	background-color: #ffffff;
}

td{font-family:Verdana; font-size:10px; color: 996666; BACKGROUND-COLOR: #cbcbc}
#th{font-family:Verdana; font-size:10px; color: 000000; BACKGROUND-COLOR: #6D352D}

.pdouble{border: 1px solid #FFFFFF; width: 165px;}

#vertmenu {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
width: 160px;
padding: 0px;
margin: 0px;
color:996666;
}

#vertmenu h1 {
display: block; 
background-color:FFFF33;
font-size: 90%; 
padding: 3px 0 5px 3px;
border: 1px solid #FFFFFF;
color: #333333;
margin: 0px;
width:159px;
}

#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#vertmenu ul li {
margin: 0px;
padding: 0px;
}
#vertmenu ul li a {
font-size: 11px;
display: block;
border-bottom: 1px dashed #FFFF33;
padding: 5px 0px 2px 4px;
text-decoration: none;
color: #996666;
width:160px;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
color: #000000;
background-color: #FFFF33;
}


.contentslide{
border: 1px solid black;
border-bottom-width: 1px;
padding: 1px;
width: 170px;
height: 170px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 170px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
background-color: black;
border: 1px solid black;
border-width: 0 1px; /*Left/ right border width of pagination DIV.*/
padding: 0 0 1px 0;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 170px; /*IE5 width*/
width: 170px; /*IE6 width*/
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #996666;
background-color: black;
}

.pagination a:hover, .pagination a.selected{
color: #ff3300;
background-color: #000000;
}
