.btmbg {
   background-image: url(Images/wikibtn.png);
   background-position:left top;
   background-repeat:no-repeat;
   width:200px;
   height:36px;
   vertical-align:middle;
   text-align:center;
}
.panellink {
   vertical-align:middle;
   text-align:center;
} 

.ParentPageMenu {
   text-align:left;
   vertical-align:middle;
   font-weight:bold;
   padding:2px;
}

.SubPageMenu {
   text-align:left;
   vertical-align:middle;
   text-indent:5px;
   text-align:left;
   padding:2px;
   margin-left:10px;
}
.SubSubPageMenu {
   text-align:left;
   vertical-align:middle;
   margin-left:20px;
   text-indent:8px;
   text-align:left;
   padding:2px;
   background-image:url(Images/blk_dotfill.png);
   background-position:left center;
   background-repeat:no-repeat;
}

.menu2 {
   font: bold 12px;
   background: transparent; /*background of menu bar (default state)*/
   width:100%;
   vertical-align:middle;
   text-align: center;
}

.menu2 ul{
   z-index:100;
   margin: 0;
   padding: 0;
   list-style:none;
   list-style-type:none;
}

/*Top level list items*/
.menu2 ul li{
   position: relative;
   display: inline;
   float: left;
   list-style:none;
   list-style-type:none;
}

/*Top level menu link items style*/
.menu2 ul li a{
   display: block;   
   padding: 10px 30px 10px 30px;
   text-decoration: none;
   background: url("Images/knapp.gif") no-repeat center center; /*background of menu items (default state)*/
}
.menu2 li em {
	font-weight: normal;
	background: url("Images/over.png") no-repeat;
	width: 190px;
	height: 50px;
	position: absolute;
	top: -85px;
	left: -15px;
	text-align: center;
	padding: 20px 12px 10px;
	font-style: normal;
	z-index: 2;
	display: none;
}
* html .menu2 ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
   display: inline-block;
}

.menu2 ul li a:link, .menu2 ul li a:visited{
   /* color: #333333; */
}

.menu2 ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
   background: url("Images/knapp.gif") no-repeat center center;
}

.menu2 ul li a:hover{
   background: url("Images/knapp.gif") no-repeat center center; /*background of menu items during onmouseover (hover state)*/
}
	
/*1st sub level menu*/
.menu2 ul li ul{
   position: absolute;
   left: 0;
   display: none; /*collapse all sub menus to begin with*/
   visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.menu2 ul li ul li{
   display: list-item;
   float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.menu2 ul li ul li ul{
   top: 0;
}





.VII_SideInformation_tb {
    border: 1px #CCCCCC solid;
	margin-top:3px;
	margin-bottom:3px;    
}
.VII_SideInformation {
	height:30px;
	background:#005cc7 url(Images/VII_header_bg.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	vertical-align:middle;  
}
.VII_SideInformation_title {
    color: #ffffff;
	font-weight:bold;
	font-size:13px;
	vertical-align:middle;
	text-align:left;
	text-indent:5px;
}

.DivPadding {
   padding-left: 2px;
   padding-right: 2px;
   padding-top: 2px;
   padding-bottom: 2px;
}
.DivPadding2 {
   padding-left: 1px;
   padding-right: 1px;
   padding-top: 1px;
   padding-bottom: 1px;
}

div.hr {
	margin: 4px 0 4px 0;
	padding: 0;
	height: 1px;
	font-size: 1px;
	background: #CCCCCC;
}

hr { color: #CCCCCC; border-style: dotted; }

.dtlCategory {
	text-align: left;
	vertical-align:top;
	padding:2px;
	font-weight:bold;
}
.dtlSubCategory
{
	text-align: left;
	vertical-align:top;
	padding-left: 10px;
}

.dtlSubCategory TABLE
{
	margin-left: 10px;
}

div.Days {
    font-weight: normal;	
	text-decoration: none;
	padding: 2px 2px 2px 2px;
	text-align:center;
	vertical-align:middle;}
	
div.Days a:link {
    font-weight: normal;	
	text-decoration: none;
	padding: 2px 2px 2px 2px;
	text-align:center;
	vertical-align:middle;}
	
div.Days a:visited {    
    font-weight: normal;	
	text-decoration: none;
	padding: 2px 2px 2px 2px;
	text-align:center;
	vertical-align:middle;}

div.Days a:active {
    font-weight: normal;	
	text-decoration: none;
	padding: 2px 2px 2px 2px;
	text-align:center;
	vertical-align:middle;}

div.Days a:hover{
	font-weight: normal;
	text-decoration: none;
	padding: 2px 2px 2px 2px;
	text-align:center;
	vertical-align:middle;
}

.vstoolbar {    
    float:right;
	clear:right;
	white-space:nowrap;
}
.vstoolbar_rating {
    vertical-align:middle;
}
.vstoolbar_book {
    padding-right:4px;
	padding-left:2px;
}
.vstoolbar_shareit {
    padding-right:1px;
	padding-left:2px;
}
.vstoolbar_subscribe {
    padding-right:4px;
	padding-left:2px;
}
.vstoolbar_comment {
    padding-right:4px;
	padding-left:1px;
}
.vstoolbar_more {
    padding-right:4px;
	padding-left:2px;
}
.vstoolbar_lt {
    background-image:url(Images/vstoolbar_lt.png);
	background-position:left;
	background-repeat:no-repeat;
	width:5px;
	height:24px;
}
.vstoolbar_rt {
    background-image:url(Images/vstoolbar_rt.png);
	background-position:right;
	background-repeat:no-repeat;
	width:4px;
	height:24px;
}
.vstoolbar_cen {
   background-image: url(Images/vstoolbar_cen.png);
   background-position:left;
   background-repeat:repeat-x;
   font-weight:bold;
}
.vstoolbar_arrow {
    background-image:url(Images/vstoolbar_arrow.png);
	background-position:right top;
	background-repeat:no-repeat;
	width:5px;
	height:24px;
}
.vsdwikiRanking {
  float: left;
  margin-right: 6px;
  width: auto;
  height: auto;
  height:63px;
}
.vsdwiki {    
    text-align: left;
	vertical-align:top;	
	background: url(Images/sd_bg.png);
	background-position:left top;
	background-repeat:repeat-x;
}
.vsdwikiHeadline {    
	font-size:14px;
	width:100%;
	vertical-align: top;
	text-align:left;
}
.vsdwikiEntry {
    margin: 3px 3px;
} 
.vsaticleSummary {
	padding-left:0px;
	font-weight:normal;
	vertical-align:top;
	text-align:left;
}
.vsdwikiImage {
	float:left;
	clear:left;
	margin:3px;
}
.vsdwikiAuthor { 
	margin-top:2px;
	margin-bottom:0px;
	text-align:left;
} 
.MiniProfile {
  float: RIGHT;
  clear:right;
  margin-right: 6px;
  vertical-align:top;
  margin-bottom:10px;
}
.vsdCalendar {
  float: left;
  width: 47px;
  height: 50px;
  margin-right:4px;
}
.vsdCalendarDay {
  font-size:18px;
  font-weight: bold;
  color: #333333;
  width: 47px;
  text-align:center;
  margin-top: 23px;
 }
.vsdCalendarYear {
  float:right;
  font-size:10px;
  font-weight: bold;
  color: #FFFFFF; 
  text-align:right; 
  margin-right:3px;
  margin-top:4px;
}
.vsdCalendarIcon-01 {
  background: url('images/01.png');
  background-repeat:no-repeat;
}

.vsdCalendarIcon-02 {
  background: url('images/02.png');
  background-repeat:no-repeat;
}

.vsdCalendarIcon-03 {
  background: url('images/03.png');
  background-repeat:no-repeat;
}

.vsdCalendarIcon-04 {
  background: url('images/04.png');
  background-repeat:no-repeat;
}

.vsdCalendarIcon-05 {
  background: url('images/05.png');
  background-repeat:no-repeat;
}

.vsdCalendarIcon-06 {
  background: url('images/06.png');
  background-repeat:no-repeat;
}

.vsdCalendarIcon-07 {
  background: url('images/07.png');
  background-repeat:no-repeat;
}

.vsdCalendarIcon-08 {
  background: url('images/08.png');
  background-repeat:no-repeat;
}

.vsdCalendarIcon-09 {
  background: url('images/09.png');
  background-repeat:no-repeat;
}

.vsdCalendarIcon-10 {
  background: url('images/10.png');
  background-repeat:no-repeat;
}

.vsdCalendarIcon-11 {
  background: url('images/11.png');
  background-repeat:no-repeat;
}

.vsdCalendarIcon-12 {
  background: url('images/12.png');
  background-repeat:no-repeat;
}

.EULAHeader {
 font-weight: 700;
}

.EULAContainer {
 padding: 8px 6px 8px 6px;
 height: 350px;
}

.EULAContent {
 width: 98%;
 color: #30332d;
 height: 350px;
}


.EULAFooter .Button, .EULAFooter .ClosePopupButton {
 border: outset 2px #30332d
}
