/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'botd_nav_vert' */
/********************
MENU
*********************/
#menu_vert { text-align: left; position: relative; margin: 0; padding: 0;}


/* third level has some padding to have it stand out */
div#menu_vert ul ul ul { margin: 0; padding: 0; }

/* menu li block */
#menu_vert li { margin: 0; padding: 0; list-style-type: none; list-style-image: none; }

#menu_vert ul ul li { border: 0; list-style-type: none; }

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_vert a { text-decoration:none; /* no underline for links */
     color: #f05033; font-size: 0.7em; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; display: inline; /* this will be link color for all levels */
  
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a { padding: 0 0 0 1em; background-position: 1.5em center; color: #f05033; text-decoration: none; }

/* third level links, more padding */
div#menu_vert ul ul ul a { background: url(images/cms/dash.gif) no-repeat 2.8em center; color: #6a393b; padding: 0 0 0 1.5em; }

/* hover state for all links */
div#menu_vert a:hover {
   
text-decoration:underline;
}
div#menu_vert a.activeparent:hover {

   
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/





/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
  
   color: #fff;                                 /* this will be link color for all levels */
   font-size: 0.7em;                           /* instead of the normal font size for <h3> */
   margin: 0;                                  /* as <h3> normally has some margin by default */
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
   color: #fff;                                 /* this will be link color for all levels */
   font-size: 0.7em;                           /* instead of the normal font size for <h3> */
   margin: 0;                                  /* as <h3> normally has some margin by default */
     
}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
  color: #fff;                                 /* this will be link color for all levels */
   font-size: 0.7em;                           /* instead of the normal font size for <h3> */
   margin: 0;                                  /* as <h3> normally has some margin by default */
}

/* section header */
div#menu_vert li.sectionheader { padding: 
   display: none; display: none; /* this is for accessibility */
}



/* separator */
div#menu_vert li.separator {
   display: none; /* this is for accessibility */
}

div#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}
/* End of 'botd_nav_vert' */

/* Start of CMSMS style sheet 'botdbandpages' */
body { color: black; background-color: #030e21; background-image: url(botd_gradbg.gif); background-repeat: repeat-x; background-attachment: fixed; }
#box { top: 20px; height: 480px; width: 640px; visibility: visible; background-image: url(botd_bg2.gif); position: relative; margin: 0 auto; border-color: #fff; border-style: solid; border-width: 10px 5px 10px 10px; }
p { color: #fff; font-size: 0.7em; font-family: Arial, Verdana, sans-serif; font-weight: normal; font-style: normal; margin-top: 0; }
h1 { color: #f05033; font-size: 0.9em; font-family: Arial, Verdana, sans-serif; font-weight: bold; margin: 0.67em 0; }
h2 { color: #f05033; font-size: 1em; font-family: Arial, Verdana, sans-serif; font-weight: bold; margin: 0.83em 0; }
h3 { color: #f05033; font-size: 0.8em; font-family: Arial, Verdana, sans-serif; font-weight: bold; margin: 1em 0; }
a { color: #f05033; text-decoration: underline; }
a:link { color: #f05033; }
a:visited { color: #f05033; }
a:hover { color: #f00; }
a:active { color: #d8212a; }
img { border-style: none; border-width: 0; }
.rightalign { float: right; margin: 2px; padding: 2px; border: 0 #878787; }
#layer1 { height: 117px; width: 372px; left: 0; top: 382px; position: absolute; visibility: visible; }
.newsheading { color: #fff; }
#content{
	overflow:auto;
	padding:10px;
	height:460px;
	}
#content p{
	color:#fde9f2;
	font-size:0.7em;
	margin-top:0;
	margin-bottom:10px;
	}
#content h2{
	font-size:0.7em;
	font-weight:bold;
	color:#f05033;
	padding:0;
	margin:0;
	}
#imagebox1 { height: 160px; width: 160px; top: 62px; position: absolute; left: 172px; z-index: 5; visibility: visible; }
#copyright { height: 50px; width: 640px; left: 0; top: 0; margin: 20px auto; visibility: visible; }
h6 { color: #036778; font-size: 0.7em; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: normal; margin: 0 0 0; }
div#copyright a {
   color: #039dae; /* needed becouse footer link would be same color as background otherwise */
}
#textchanger1 { height: 160px; width: 160px; left: 172px; top: 232px; z-index: 5; position: relative; visibility: visible; }
#contentcolumn { height: 460px; width: 300px; left: auto; bottom: 0; right: 0; top: 0; z-index: 4; position: relative; visibility: visible; float: right; margin: 0; padding: 0; }
table { border-style: none; border-width: 0; color: #fff; font-size: 0.7em; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: normal; font-style: normal; }
td { border-style: none; border-width: 0; }
.tdheader { border-bottom: 2px solid #878787; }

#top-top { height: 30px; width: 640px; background: transparent; position: absolute; top: 0; margin: 0 auto; }


#topmenu{ color: #fff; font-size: 0.8em; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; text-decoration: none; height: 20px; float: right; width: 600px; }

#topmenu a { color: #fff; font-weight: bold; text-decoration: none; }
#topmenu a:link { color: #fff; font-weight: bold; }
#topmenu a:visited { color: #fff; }
#topmenu a:hover {  }
#topmenu a:active { text-decoration: underline; }
ul#mainlevel-nav
{
list-style: none;
padding: 0;
margin: 0;
float: right;
white-space: nowrap;
}

ul#mainlevel-nav li{ width: auto !important; width: 5%; float: left; margin: 0 1px 0 0; font-size: 10px; height: 20px; line-height: 20px; background: #03b5c5 no-repeat left bottom; white-space: nowrap; }

ul#mainlevel-nav li a{ font-weight: normal; height: 20px; display: block; padding-left: 5px; padding-right: 10px; text-decoration: none; color: #cccccc; background: #03b0c0 no-repeat right bottom; margin-left: 5px; white-space: nowrap; }
ul#mainlevel-nav li a:hover { background: #038a9b; }

ol { color: #fff; font-size: 0.7em; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; list-style-type: decimal; margin: 1em 0 1em 40px; }
ul { color: #fff; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; list-style-type: square; margin: 1em 0 1em 40px; list-style-image: url(bullet.gif); }

/* End of 'botdbandpages' */

