/* Style for the Menu DIV ul */
#sddm
{	margin: 0;
	padding: 0;
	position:absolute;	
	}
/* Style for the Menu DIV ul  li*/
#sddm li
{	
	list-style: none;
	float: left;
	vertical-align: center;
	border-right: 1px solid #122043;
	font: bold 14px Arial}
	
/* Style for the Menu DIV ul  li a */
#sddm li a
{	display: block;	
	padding: 3px 14px;		
	color: white;
	text-align: center;
	vertical-align: center;
	text-decoration: none
	}
/* Style for the Menu DIV ul  li a on hover */	
#sddm li a:hover
{	
color:white;
padding: 3px 14px;
background: #49A3FF
}
/* Style for all the DIVs inside the menu DIV ul */
#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	font: 12px arial;
	font-weight: bold;
	background: #EAEBD8;
	border: 1px solid #5970B2;
	z-index: 300;
}
/* Style for all the hyperlinks inside DIVs inside the menu DIV ul */
#sddm div a
{	position: relative;
	z-index:100;
	width:150px;
	display: block;
	margin: 0;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #EAEBD8;
	color: #2875DE;
	font: 12px arial;
	font-weight: bold;
}
/* Style for all the hyperlinks (on hover) inside DIVs inside the menu DIV ul */
#sddm div a:hover
{	background: #49A3FF;
	width:150px;
	z-index:100;
	color: #FFF;
	margin: 0;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	font: 12px arial;
	font-weight: bold;
}

outline:none;
  }

/* Flash content - Used by the JS  flashPutHref function in homepage*/
#flashcontent{
position:absolute;
z-index:0;
}
/* Style for the signup button in the header */
#signup{
width:29px;
height:28px;
background:url(images/go.png) no-repeat;
border:none;
cursor:pointer;
border:0px;
border-color:#ba0011;
outline:none;
}

/* Style for the e-mail text box in the header */
#e_addr{
background-color:#BADFF3;
border:1px solid #0079C2;
color:gray;
font-family:Arial;
font-size:13px;
padding:2px 2px 2px 5px;
}
/* Style */
td.flash_td{
z-index:-1000;
}
/* Style */
td.rssfeed{
display:block;
height:20px;
}
/* Style */
table.homeflash{
}
/* Font style for contents inside a TD - All pages */
td.mainfont{
font-family:Arial,Helvetica,sans-seriff;
font-size:10pt;
color:#333333;
}
/* Font style for contents inside a paragraph  - All pages */
p.mainfont{
font-family:Arial,Helvetica,sans-seriff;
font-size:10pt;
color:#333333;
}
/* Font style for heading inside a paragraph  - All pages */
p.mainfontheading{
font-family:Arial,Helvetica,sans-seriff;
font-size:10pt;
color:#333333;
}

#pagination-clean li{
		border:0; margin:0; padding:0;
		font-size:11px;
		list-style:none;
	}
#pagination-clean li, #pagination-clean a{
		border-right:solid 1px #DEDEDE;
		margin-right:2px;
	}
#pagination-clean .previous-off,
#pagination-clean .next-off {
		color:#888888;
		display:block;
		float:left;
		font-weight:bold;
		padding:3px 4px;
	}	
#pagination-clean .next a,
#pagination-clean .previous a{
		border:none;
		font-weight:bold;
	}	
#pagination-clean .active{
		color:#000000;
		font-weight:bold;
		display:block;
		float:left;
		padding:4px 6px;
	}
#pagination-clean a:link, 
#pagination-clean a:visited {
		color:#0e509e;
		display:block;
		float:left;
		padding:3px 6px;
		text-decoration:underline;
	}
#pagination-clean a:hover{
		text-decoration:none;
	}