table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.dotright {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #999999;
}
.slim {
	height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;

}
a {
	text-decoration: none;
}
#dropmenudiv{
position:absolute;
border:1px solid #663333;
border-bottom-width: 1px;
font:normal 10px arial;
line-height:13px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid #663333;
padding: 1px 0;
text-decoration: none;
/*font-weight: normal;*/
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: yellow;
}


/*-------------------------------------*/
#thicktabs{
margin: 0;
padding: 0;
float: left;
font: bold 11px Tahoma;

}

#thicktabs li{
display: inline;
}

#thicktabs li a{
float: left;
color: black;
padding: 6px 11px; /*padding of tabs*/
text-decoration: none;
background: transparent url(images/yellowbg.jpg) top right no-repeat;
/*border-top: 1px solid #ffffff; top border style*/
/*border-bottom: 3px solid #999999; /*thick bottom border below tabs*/
}

#thicktabs li a#leftmostitem{ /*Extra CSS for left most menu item*/
/*border-left: 1px solid #ffffff; left border style*/
}

#thicktabs li a#rightmostitem{ /*Extra CSS for right most menu item*/
border-right: 1px solid #ffffff; /*right border style*/
background-position: top left; /*Position background image to the left instead of default right, to hide indented underline for this link*/
}

#thicktabs li a:visited{
color: black;
}

#thicktabs li a:hover{
color: black;
background-image: url(images/yellowbgover.jpg); /*background image swap on hover*/
}




/*-------------------------------------*/

.pagination ul{
margin: 5px;
padding: 0px;
text-align: right; /*Set to "right" to right align pagination interface*/
font-size: 12px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 3px;
padding-left: 3px;
}

.pagination a, .pagination a:visited{
padding: 0px 5px;
border: 1px solid #999999;
text-decoration: none; 
color: #666666;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #cccccc;
color: #000000;
background-color: #efefef;
}

.pagination li.currentpage{
font-weight: bold;
padding: 0px 2px;
border: 1px solid grey;
background-color: #cccccc;
color: #FFF;
}


.pagination li.nextpage{
font-weight: bold;

}

* html .pagination li.currentpage, * html .pagination li.disablepage{ /*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
margin-right: 2px;
margin-left: 2px;
padding-right: 0px;
}