/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#ddblueblockmenu
{
	border: 1px solid black;
	border-bottom-width: 0;
	width: 185px;
}

#ddblueblockmenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font: normal 10pt Arial, 'Trebuchet MS', 'Lucida Grande', sans-serif;
}

#ddblueblockmenu li a
{
	display: block;
	padding: 3px 0;
	padding-left: 5px;
	width: 174px; /*185px minus all left/right paddings and margins*/
	text-decoration: none;
	color: white;
	background-color: #2175bc;
	border-bottom: 1px solid #90bade;
	border-left: 4px solid #1958b7;
}

* html #ddblueblockmenu li a	 /*IE only */
{
	width: 192px;		/*IE 5*/
	width: 174px;		/*185px minus all left/right paddings and margins*/
}

#ddblueblockmenu li a:hover
{
	background-color: #2586d7;
	border-left-color: #1c64d1;
}

#ddblueblockmenu div.menutitle
{
	color: white;
	border-bottom: 1px solid black;
	padding: 1px 0;
	padding-left: 5px;
	background-color: black;
	font: bold 11pt Arial, 'Trebuchet MS', 'Lucida Grande', sans-serif;
}


#ddblueblockmenu1
{
	border: 0px;
	width: 575px;
}

#ddblueblockmenu1 a
{
	width: 80px; /*185px minus all left/right paddings and margins*/
	text-decoration: none;
	color: white;
	background-color: #2175bc;
}

* html #ddblueblockmenu1 a	 /*IE only */
{
	width: 80px;		/*IE 5*/
	width: 80px;		/*185px minus all left/right paddings and margins*/
}

#ddblueblockmenu1 a:hover
{
	background-color: #2586d7;
}

.pagination{
padding: 2px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 16px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.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: #FFFF80;
}

.pagination a.currentpage{
background-color: #2e6ab1;
color: #FFF !important;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;
}

