#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
}
#content_description
{
	font-family:tahoma;
	font-size:14px;
}
#content_name
{
font-size:20px;
font-weight:bold;
}
.content_header
{
font-size:20px;
font-weight:bold;
}
#top_5
{
font-family:tahoma;
	font-size:14px;
}
#top_links
{
display:inline;
font-family:tahoma;
font-size:22px;
}
td
{
/*
background-color:white;
*/
font-family:tahoma;
font-size: 14px;
}
#top_links A:link {color: #4E9EE9}
#top_links A:visited {color: #4E9EE9}
#top_links A:hover {color: black}
.recent_thumbnails A:link {color: black}
.recent_thumbnails A:visited {color: blue}
.recent_thumbnails A:hover {color: blue}
.browse_box A:link {color: blue}
.browse_box A:visited {color: blue}
.browse_box A:hover {color: black}
#content_description A:link {color: black}
#content_description A:visited {color: black}
#content_description A:hover {color: blue}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.recent_thumbnails
{
padding-left:3px;padding-top:0px;background-repeat:no-repeat;font-family:tahoma;font-size:14px;
}
.pagination{
padding: 2px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: center; /*Set to "right" to right align pagination interface*/
font-size: 16px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
background-color: white;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #9aafe5;
text-decoration: none; 
color: #2e6ab1;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #2b66a5;
color: #000;
background-color: lightyellow;
}

.pagination li.currentpage{
font-weight: bold;
padding: 0 5px;
border: 1px solid navy;
background-color: #2e6ab1;
color: #FFF;
}

.pagination li.disablepage{
padding: 0 5px;
border: 1px solid #929292;
color: #929292;
}

.pagination li.nextpage{
font-weight: bold;
}
.tab
{
padding-right:6px;
}
* html .pagination li.currentpage, * html .pagination li.disablepage{ /*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
margin-right: 5px;
padding-right: 0;
}
.footer_boxes
{
display:inline;
margin-right:12px;
}
.footer_box
{
font-size:12px;
}
.footer_list
{

}
#small_tv
{
font-size:20px;
}
.top_5_thumbnails
{
padding-left:3px;padding-top:2px;background-repeat:no-repeat;font-family:tahoma;font-size:14px;
}
.content A:link {color: black}
.content A:visited {color: black}
.content A:hover {color: blue}
.footer_list A:link {color: blue;font-size:12px;}
.footer_list A:visited {color: blue;font-size:12px;}
.footer_list A:hover {color: blue;font-size:12px;}
#small_tv A:link {color: white;font-size:24px;}
#small_tv A:visited {color: white;font-size:24px;}
#small_tv A:hover {color: white;font-size:24px;}
.textbox_bg
{
background-image: url(/images/textbox_bg.jpg);
font-size:20px;
border-color:black;
border-style:solid;
padding-left:5px;
font-weight:bold;
}
.form_field_title
{
color: #0A64A7;
font-weight:bold;
font-size: 16px;
padding-bottom: 9px;
padding-top: 20px;
}
.form_field_description
{
font-size: 11px;
color: #999;
}
.form_submit
{
padding:5px;
font-size: 18px;
}
#dropmenudiv{
position:absolute;
border:1px solid black;
font:normal 12px Verdana;
border-bottom: 1px solid black;
/*line-height:18px;*/
z-index:100;
}

#dropmenudiv a{
width: 100%;
color:black;
font-family:tahoma;
font-size:14px;
/*text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
*/
text-decoration: none;
}
#dropmenudiv a:hover{ /*hover background color*/
background-color: white;
}
body
{ 
background-image: url(/images/bg.gif);
background-repeat: no-repeat;
}