/* custom stuff */

html {
  height: 100%;
  margin-bottom: 1px;
}

body {
   margin: 0;
   height: 100%;
   padding: 0;
   padding-left: 15px;
   padding-right: 15px;   
}

img { behavior: url("/static/pngbehavior.htc"); }
 
li { list-style-image: url(../images/arrow.png); }

table.contentpaneopen tr td ul li, table.contentpaneopen tr td ol li {
/*   list-style-image: url(../../../images/M_images/indent1.png); */
   list-style-image: url(../images/arrow.png);
/*   list-style-type: square; */
   padding-top: 10px;
}

table.contentpaneopen tr td ul ul li {
   list-style-image: url(../../../images/M_images/indent1.png);
   padding-top: 2px;
}


div#mainbody {
	margin: 0;
	margin-top:0;
}

#mainbody p, #mainbody div, #mainbody ol, #mainbody ul {
	font-size: 13px;	
}

.clr {
  clear: both;
}

td.columnpad {
  padding-left: 10px;
}

td,tr,p,div,th {
	font: normal 12px Verdana, Helvetica, Arial, sans-serif; 
/*	line-height: 1.2em; */
	color: #333;
}


td {
	text-align: left;
}

div.show {
	visibility: visible;
	white-space: nowrap;
}

div.mosimage {
	margin: 0 5px;
}

div.mosimage_caption {
  background: #fff;
  color: #999;
  font-size: 11px;
}


#wrapper {
  max-width: 1050px;
  min-width: 750px;
  width: expression(document.body.clientWidth > 1050? "1050px": "auto" );
}

#padding {
/*	float: left;*/
	padding: 0;
	background: #fff;
}

#center {
	margin: auto;
}

div#header {
	width: 100%;
}

div#header1 {
	width: 100%;
/*	float: left;*/
}


#logo {
	float: left !important;
	float: none;
	width: 100%;
}

#search {
	position: relative;
  	float: right;
   padding: 13px 20px 13px 0; 
   margin-right: 15px;
}

#search input {
	width: 150px;
}

#header_bottom {
	position: relative;
	float: right;
	clear: right;
	width: 100%;
	margin: 0;
}

#content {
/*	float: left;*/
	width: 100%;
	margin-top: 12px;
}


td.left {
	padding-left: 5px;
}

td.right {
	padding-right: 5px;
	padding-left: 8px;
	text-align: right;
}


#footer {
  min-width: 806px;
  max-width: 1040px;
  width: expression(document.body.clientWidth > 1040? "1040px": "auto" );
	margin: 0 auto;
  background: #ffffff;
  padding: 20px 5px 5px 5px;
}

#footer div {
	font-size: 85%;
	color: #999;		
}

#footer div a {
	font-weight: normal;
}

.divider-h {
	background: url(../images/dm_underline.png) bottom left repeat-x;
}

a.mainlevel {
	display: block;
	background: url(../images/dm_underline.png) bottom left repeat-x;
	line-height: 20px;
   padding: 2px 0 2px 15px; 
   font: normal 12px tahoma, geneva, verdana, sans-serif;
}


ul#mainlevel a.mainlevel {
  background: none;
  padding: 0 10px;  
}

a.sublevel {
	padding: 4px !important;
	padding: 0;
	font-size: 95%;
}

ul#mainlevel {
  margin: -7px -9px 0 -9px;
  list-style-type: none;
}

ul#mainlevel li {
  background: url(../images/dm_underline.png) bottom left repeat-x;
  height: 22px;
  padding-left: 0;
}

ul#mainlevel li a {
  display: block;
  font-size: 11px;
  line-height: 30px;
  padding-left: 20px;
}

ul#mainlevel li a:hover {
  background: #fff;
}

/* module stuff */

div.module-color h3, div.module-color td.contentheading {
	margin: 0;
	padding: 0;
	height: auto;
}


div.module, div.module-color, div.module-menu {
	margin-bottom: 20px;
}

div.module {
	margin-bottom: 0px;
}

div.module-color, div.module-menu {
  border: 0 solid #00f;
}

div.module-color div, div.module-menu div { }

div.module-color div div, div.module-menu div div {
 width: 100%;
}

div.module-color div div div, div.module-menu div div div {
	padding: 10px;
	width: auto;
	font: normal 12px tahoma, geneva, verdana, sans-serif;
	line-height: 15px; 
}

div.module-color div div div div, div.module-menu div div div div {
	background: none;
	padding: 0;
}

div.module-menu div div div {
	padding: 10px 0; 
}

div.module-menu table {
	padding-top: 2px;
}

div.module-menu h3 {
	padding-left: 15px; 
	background: none;
}


div.module-menu table td {
	padding: 0;
	font: normal 12px tahoma, geneva, verdana, sans-serif;
}

div.module-menu a.mainlevel {
	display: block;
	height: 30px;
	padding: 0;
	padding-left: 15px;
	line-height: 30px;
}

div.module-menu a.mainlevel:hover {
	background-position: 0 -30px;
}


/* heading */

h1, div.componentheading, td.componentheading {
	margin: 0;
  font-size: 200%;
  line-height: 200%;
}

h3, .contentheading, table.moduletable th  {
  margin: 0;
  text-align: left;
  font-size: 160%;
  line-height: 150%;
  color: #333;
  font-weight: bold;
  background: url(../images/dm_underline.png) bottom left repeat-x;
  margin-bottom: 3px;
}

table.moduletable td {
	padding-top: 0px;
}
table.moduletable {
  margin-bottom: 15px;
}

.box#right h3 {
	background: none;
	font-weight: bold;
	font-size: 100%;
	line-height: 24px;
	color: #fff;
}

.contentheading {
	height: 50px;
	vertical-align: bottom;
}

.pagenav {
	text-align: center;
	border: 1px solid #ccc;
	padding: 3px;
}



td.sectiontableheader {
	background: #f2f2f2;
	padding: 2px;
	padding-left: 5px;
	font-weight: bold;	
	line-height: 14px;
	font-size: 103%;	
}

td.sectiontablefooter {
	padding: 10px;
	text-align: center;

}

.poll {
	padding: 0;
	margin: 0;
}

table.pollstableborder {
	border: none;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

td.sectiontableentry1 {
  padding: 2px;	
}

td.sectiontableentry2 {
  padding: 2px;
}

tr.sectiontableentry1 td {
   padding: 0 4px 0 4px; 
   font-size: 12px;
}


tr.sectiontableentry2 td {
   padding: 0 4px 0 4px;    
   font-size: 12px;
}

tr.sectiontableentry1 {
	background: #fcfcfc;
}

tr.sectiontableentry2 {
	background: #f6f6f6;
}

span.highlight {
	background: #ffff66;
}

/*  ***************************** */


table td.smallpadding {
  padding: 1px; 
}


span.pathway {
  display: block;
  font-weight: normal;
  line-height: 20px;
  height: 20px;
  font-size: 11px;
  margin-bottom: 10px;
}

.pathway {
  
}

/* required stuff */

#content-pane .tab-page {
	
}

table.contentpane {
	text-align: left;
	width: 100%;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

table.contentpaneopen {
	text-align: left;
	width: 100%;
	padding: 0;
	margin-right: 10px;
	border-collapse: collapse;
}

#mainbody table.contentpaneopen tr td {
	padding: 3px;
}

.small {
	font-size: 10px;
	color: #666;
	font-weight: normal;
	text-align: left;
}

.modifydate {
	font-size: 10px;
	color: #666;
	font-weight: normal;
	padding-top: 8px;
	padding-bottom: 10px;
	text-align: left;
}

.createdate {
	line-height: 11px;
	font-size: 10px;
	color: #666;
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 10px;
	padding-top: 0;

}

.readon {

}

/* For content item titles that are hyperlink instead of Read On */
a.contentpagetitle:link, a.contentpagetitle:visited {
  	padding: 0;
	font-size: 18px;
 	font-weight: normal;
	text-align: left;
	width: 100%;
}

a.contentpagetitle:hover {

}

a:link, a:visited {
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  font-weight: bold;
  text-decoration: underline;
}

a.category:link, a.category:visited {

}

a.category:hover {

}

a.pagenav, a.pagenav:visited {

}

a.pagenav:hover {

}

.frontpageheader {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
}

.newsfeedheading {
	font-size: 11px;
	font-weight: bold;
	color: #333;
	text-align:left;
}

.newsfeeddate {
}

.fase4rdf a:link {

}

.fase4rdf a:hover {

}

ul
{
 margin: 0;
 padding-left: 2em;
}

ul li
{
	margin: 0;
	
}


.button {

}

.inputbox {
  font-size: 13px;
}

/* ---------------- unedited below here ----------------------*/

/* Styles for dhtml tabbed-pages */
.ontab {
	background-color: #121A1D;
	border-left: outset 1px #9DA6B3;
	border-right: outset 1px #9DA6B3;
	border-top: outset 1px #9DA6B3;
	border-bottom: solid 0 #ffffff;
	text-align: center;
	cursor: pointer;
	font-weight: normal;
	color: #ff6600;
}
.offtab {
	background-color: #25343B;
	border-left: outset 1px #9DA6B3;
	border-right: outset 1px #9DA6B3;
	border-top: outset 1px #9DA6B3;
	border-bottom: solid 1px #9DA6B3;
	text-align: center;
	cursor: pointer;
	font-weight: normal;
	color: #ccc;
}

.tabpadding {
}

.tabheading {
	background-color: #eee;
	text-align: left;
}

.pagetext {
	visibility: hidden;
	display: none;
	position: relative;
	top: 0;
}

h4 {
  margin: 0;
  text-align: left;
  font-size: 135%;
  line-height: 170%;
  color: #555;
  font-weight: normal;
  background: url(../images/dm_underline.png) bottom left repeat-x;
  margin-bottom: 0;  
  margin-top: 10px;  
  font-family: Arial,Helvetica,sans-serif;
}

h5 {
	font-size: 130%;
	text-align: left;
  	color: #555;
  	font-weight: bold;
   margin-bottom: 0;
   margin-top: 30px;  
/*	line-height: 130%; */
	font-family: Arial,Helvetica,sans-serif;
}

h6 {

}

/* Horizontal Line */
hr {
	background: #999; height:1px; border: 1px solid;
}

hr.separator {

}


/* Content - Sections & Categories */
table.contenttoc {
	border: solid 1px #ccc;
	padding: 10px;
   margin: 0 0 5px 5px;    
}

table.contenttoc th {
  color: #666;
  font-weight: bold;
  text-align: left;
  padding: 2px;
  font-size: 11px;
}

table.contenttoc td {
	padding: 2px;
	font-size: 11px;
}

.contentdescription {
	text-align: left;
}

/** polls and search results **/


.smalldark {
	font-size: 11px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
}


.pagenav {
	font-weight: bold;
	font-size: 10px;
}

.pagenavbar {
	text-align: right;
}


/* Content voting */
.content_rating {
	font-weight: normal;
	font-size: 8pt;
}

.content_vote {
	font-weight: normal;
	font-size: 8pt;
}

/* Javascript Back button */
.back_button {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 10px;
}

strong {
	color: #333;
}


/* SuckerFish Menus Default */

div#nav li.active {}

div#nav li.active a {}

div#nav li.active:hover a {
	color: #333;

}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#nav a {float:none;}
/* End IE5-Mac hack */


ul.newsfeed {
	list-style-image: url(../images/arrow.png);
	padding: 0;
	margin: 0em 0em 0em 18px; 
	font-size: 10px;
}


li.newsfeed div {
	font-size: 10px;
}

form {
margin:0;
padding: 0;
}


a:link, a:visited { color: #3965AE; }

a:hover {
	color: #4179a7;	
}

a.mainlevel:link, a.mainlevel:visited, a.sublevel:link, a.sublevel:visited {
	color: #264762;
}

a.mainlevel:hover, a.sublevel:hover {
	color: #3965AE;
}

h1, div.componentheading, td.componentheading {
  color: #3965AE; 
}

#logo {
	border: 0;
	margin: 0;
}

#search input {
	border: 1px solid #264762;
	background: #DAE7F1;
}

div#header {
	background: transparent url(../images/header_background.png) repeat-x top left;
}


div.module-color, div.module-menu {
  background: #DAE7F1 url(../images/dm_box_bl_blue.png) no-repeat bottom left;
}

div.module-color div, div.module-menu div {
  background: transparent url(../images/dm_box_br_blue.png) no-repeat bottom right;
}

div.module-color div div, div.module-menu div div {
  background: transparent url(../images/dm_box_tl_blue.png) no-repeat top left;
}

div.module-color div div div, div.module-menu div div div {
	background: transparent url(../images/dm_box_tr_blue.png) no-repeat top right;
}

div.module-menu table {
	background: url(../images/dm_menu_underline_blue.png) top left repeat-x;
}

div.module-menu a.mainlevel {
	background: url(../images/dm_menu_bg_blue.png) top left repeat-x;
}

/* Suckerfish Tabs */

#nav ul {
	font-weight: bold;
  margin: 0;
  padding: 0;
  border-bottom: none;
  float: left;
  list-style: none;
  width: 100%;
  background: #2491bd;  
  font: normal 11px tahoma, geneva, verdana, sans-serif;
}

#nav ul li {
  float: left;
  list-style: none;
  background: transparent url(../images/betweennav.gif) bottom right no-repeat;
}
#nav ul a {
  margin-right: 1px;
  padding: 7px 9px 7px 10px;
  float: left;
  color: #fff;
  text-decoration: none;
}
#nav ul a:visited {
  color: #fff;
 text-decoration: none;
}
#nav ul a:hover {
  color: #fff;
  background: #002B57;
}
#nav ul li.active {
  border-right: 1px solid #fff;
  background: #002B57;
  text-decoration: underline;
}
#nav ul li.active a {
  margin-right: 0;
}
#nav ul li.active a:hover {
  color: #fff;
}

td.center {
  padding: 0; 
}

div.module-orange {
  background: #FCF0D8 url(../images/dm_box_bl_orange.png) no-repeat bottom left;
  margin: 0;
}

div.module-orange div {
  background: transparent url(../images/dm_box_br_orange.png) no-repeat bottom right;
}

div.module-orange div div {
  background: transparent url(../images/dm_box_tl_orange.png) no-repeat top left;
}

div.module-orange div div div {
	background: transparent url(../images/dm_box_tr_orange.png) no-repeat top right;
}

div.module-orange div div div td {
	padding: 10px;
	font-size: 12px;
	padding-bottom: 0;
}

.contenttoc {
background: #FCF0D8;
}


ul.latestnews {
	list-style-image: url(../images/arrow.png);  
}

table.contenttoc {
	width: 240px;
}

body.grey {
  	background: #002B57;
}

.blog_more ul {
	list-style-image: url(../../../images/M_images/indent1.png);
}

.blogsection {
	font-size: 94%;
}

table.blog {
	margin: 0;
}



/* Home page styles */
.blog-home {
	margin-top: 10px;	
}

div.blog_more-home strong {
	font-size: bold;
	font-weight: normal;
	color: #666;
}

.blog_more-home ul {
	list-style-image: url(../../../images/M_images/indent1.png);	
	font-size: 11px;
}

table.contentpaneopen-home {
	text-align: left;
	width: 100%;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

#mainbody table.contentpaneopen-home tr td, #mainbody table.contentpaneopen-home tr td p {
	font: normal 11px Verdana, Helvetica, Arial, sans-serif;
/* font: normal 12px Verdana, Helvetica, Arial, sans-serif; */
	padding: 3px;
}

div.module-color td.contentheading-home {
	margin: 0;
	padding: 0;
	height: auto;
}

.contentheading-home  {
  margin: 0;
  text-align: left;
  font-size: 125%;
  line-height: 135%;
  color: #333;
  font-weight: normal;
  background: url(../images/dm_underline.png) bottom left repeat-x;
  margin-bottom: 3px;  
}

.readon-home {
}

a.contentpagetitle-home:link, a.contentpagetitle-home:visited {
  	padding: 0;
	font-size: 18px;
 	font-weight: normal;
	text-align: left;
	width: 100%;
	font-family: Arial,Helvetica,sans-serif;
}

a.contentpagetitle-home:hover {
}

div.module div div div table tr td a.mainlevel {
line-height: 25px;
}

.latestnews {
	font-size: 12px;
}


address {
   font-family: Arial,Helvetica,sans-serif;
   font-size 9px;
   font-weight: normal;
   color: #666;
   font-style: italic;
   padding-top: 5px;
   margin-top: 30px;
}

table.google-rect {
	border: 1px #ccc solid;
	margin: 3px;
}




#bloggers  {
/*	margin-left: 10px;
	margin-right: 10px; */
}

.bloguser {
	font-size: 13px;
	font-weight: bold;
	vertical-align: top;
}

.blogtitle {
	font-size: 13px;
	font-weight: bold;
	vertical-align: top;
}

.thead {
	background-color: #fdeac3;
	font-size: 13px;
	font-weight: bold;
}

.entrytime {
	font-style: italic;
	font-size: 9px;
	color: #6c6c6c; 
}

.getblog {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	margin-bottom: 5px;
}



.even {
  background: #ffffff;
}
.odd {
  background: #eeeeee;
}

td.check {
	text-align:center;
	background: #FDC24C;
}
td.uncheck {
	text-align:center;
  background: #eeeccc;
}

div.comparison-table table tr th {
	font-weight: bold;
	font-size: 14px;
	background: #808080;
	color: #ffffff;
}


td.feature {
}

div#converter {
	margin-top: 30px; 
	text-align: left;
	width: 450px;
	height: 199px; 
	background-image: url(/static/global/images/currency-converter/bg2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div#converter {
	margin: 0;
	margin-top: 25px;
	
}

#converter select, #converter input {
	margin-bottom: 6px; 
}

#lastupdate_ie {
	font-size: 9px;
	font-family: Helvetica, Arial, sans-serif; 
	display: inline;
}

#lastupdated {
	font-size: 9px;
	font-family: Helvetica, Arial, sans-serif; 
}

#converter select {
	border-color: #5F6A79;
	border-style:solid;
	border-width:1px;
	font-size: 11px;
}

#converter input {
	border-color: #5F6A79;
	border-style:solid;
	border-width:1px;
	padding:2px;
	font-size: 11px;
}

div.module-menu, div.module-color  {
	width: 160px;
}


ul.submenu {
	padding-left: 0px;
	margin-bottom: 5px;
	list-style-position: outside;
}

li.indent1 {
	margin-left: 32px;
	padding-left: 0px;
	list-style-image: url(../../../images/M_images/indent1.png);
	text-indent: -4px;
}

.syndicate {
	margin-top: 25px;
}

div.module-orange_small {
  background: #FCF0D8 url(../images/dm_box_bl_orange.png) no-repeat bottom left;
  margin: 0;
  margin-left: 10px;
  margin-right: 5px;
}

div.module-orange_small div {
  background: transparent url(../images/dm_box_br_orange.png) no-repeat bottom right;
}

div.module-orange_small div div {
  background: transparent url(../images/dm_box_tl_orange.png) no-repeat top left;
} 

div.module-orange_small div div div {
  background: transparent url(../images/dm_box_tr_orange.png) no-repeat top right;
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
} 
  
div.module-orange_small div div div p {
  font-size: 11px; 
}

blockquote, .blockquote {padding:5px; border: 1px dashed #cecece; background: #ececec; color:#323232; margin:3px; font-size:.90em;}

/*
div img,
div object {
	max-width: 100%;
}
div.module object, 
div.module div > img, 
div.module iframe{
	min-width: 100%;
}
*/
