.rootVoicesContainter { background-color: #EDEDED; }

.rootVoices
{
	background-color: #EDEDED;
	padding: 5px;
	padding-bottom: 0;
}

.rootVoices td.rootVoice {
  vertical-align:middle;  
  text-shadow:#fff 1px 1px 1px;  
  color: #666;
  font-size:11px;
  line-height:18px;
  font-weight: bold;
  padding:6px;
  cursor: pointer;
}

.rootVoices td.rootVoice.selected{
  background: #666666 url("../images/bgnd_sel_4.png");
  padding:6px;
  color:#ffffff;
  font-weight: bold;
  cursor: pointer;
  font-size:11px;
  text-shadow:#7D7D7D 1px 1px 1px;
  /*
    -moz-box-shadow:#999 2px 2px 10px;
    -webkit-box-shadow:#999 2px 2px 10px;
  */
  -moz-border-radius:8px 8px 0 0px;
  -webkit-border-top-right-radius:8px;
  -webkit-border-top-left-radius:8px;
  -webkit-border-bottom-right-radius:0px;
  -webkit-border-bottom-left-radius:0px;

}
.rootVoices td.rootVoice.disabled.selected{
  background:#999!important;
  color:#666;
  text-shadow:#ddd 1px 1px 1px;
}

.rootVoices.vertical {
  width:140px;
}
.rootVoices.vertical td.rootVoice{
  -moz-border-radius:8px 0px 0 8px;
  -webkit-border-top-right-radius:0px;
  -webkit-border-top-left-radius:8px;
  -webkit-border-bottom-right-radius:0px;
  -webkit-border-bottom-left-radius:8px;
}

.mbmenu { display:none; }

.menuContainer{
/*overflow:hidden;*/
  position:absolute;
  background-color:#E6E6E6;
  border-top:5px solid #666666;
  padding:0;
  -moz-box-shadow:#999 2px 2px 10px;
  -webkit-box-shadow:#999 2px 2px 10px;
  box-shadow:#999 2px 2px 10px;
  -moz-border-radius: 0 0 8px 8px;
  -webkit-border-top-right-radius:0px;
  -webkit-border-top-left-radius:0px;
  -webkit-border-bottom-right-radius:8px;
  -webkit-border-bottom-left-radius:8px;
}
.menuContainer.submenuContainer{
  border-top:none!important;
}

.menuContainer.disabled{
  border-top:5px solid #999;
  background-color:gray;
}
.menuContainer .line{
  background-color:transparent;
  width:100%;
}
.menuContainer .line.title {
  background-color:#666666;
  font-size:11px;
/*border-bottom:1px solid #666666;*/
}
.menuContainer.disabled .line.title {
  background-color:#999;
}
.menuContainer .line.title a{
  font-size:11px;
  color:#ccc;
}
.menuContainer.disabled .line.title a{
  font-size:11px;
  color:#666;
  text-shadow:#999 1px 1px 1px;
}
.menuContainer td a{
  text-decoration:none;
  color:#f3f3f3;
  text-shadow:#ccc 1px 1px 1px;
}
.menuContainer td.voice{
  font-size:11px;
  padding:7px;
}
.menuContainer td.voice a, .menuContainer td.voice a:hover{
  font-size:11px;
  text-decoration: none;
  color: #000;
}
.menuContainer .separator{
  background-color:#999;
  height:1px;
  padding:0;
  margin:0;
}
.menuContainer td.img{
  text-align:center;
  font-size:11px;
  color: #c3c3c3;
  background-color:transparent;
  width:24px;
  padding:5px;
}
.menuContainer td.img img{
  width:20px;
}
.menuContainer .textBox{
  padding: 10px;
  font-size:11px;
  color: #c3c3c3;
}
.menuContainer .textBox a, .menuContainer .textBox a:hover{
  color: #000;
  font-size:11px;
  text-decoration: none;
}
.menuContainer .selected td{
  background-color:#f3f3f3;
  background-image:url("../images/bgnd_sel_2.jpg")
}
.menuContainer .selected td a{
  color:#000;
  text-shadow:#fff 2px 2px 1px;
  display:block;
}
.menuContainer .disabled td, .menuContainer .disabled td a {
  color:#555;
  text-shadow:#ccc 1px 1px 1px;
}
.menuContainer .subMenuOpener{
  background-image:url("../images/menuArrow_w.gif");
  background-repeat:no-repeat;
  background-position:right;
}
.menuContainer .selected .subMenuOpener{
  background-image:url("../images/menuArrow.gif");
  background-repeat:no-repeat;
  background-position:right;
}

/*BOX MENU*/

.boxMenu{
  color:#f3f3f3;
  border-top:8px solid #666666;
  background:url("../images/box_top.png") repeat-x;
}
.boxMenu h4{
  white-space:nowrap;
  margin:0 0 20px 0;
  padding:3px;
  font:18px/20px georgia, serif;
  padding-right:20px;
  text-shadow:#ccc 2px 2px 1px;
}

.boxMenu td{
  min-width:160px;
  vertical-align:top;
  border-right:1px solid #999;
}
.boxMenu td:hover{
  background:url(../images/box_menu_over.png);
  -moz-box-shadow:#666 2px 2px 4px;
  -webkit-box-shadow:#666 2px 2px 4px;
}

.boxMenu td:hover a{
  margin-right:3px;
  text-shadow:#fff 1px 1px 1px;
  color:#000;
}

.boxMenu td:last-child{
  min-width:160px;
  vertical-align:top;
  border-right:none;
}

.boxMenu a{
  font-size:11px;
  white-space:nowrap;
  display:block;
  padding:5px;
  margin-bottom:5px;
}

.boxMenu a img{
  padding-right:5px;
}

.boxMenu a:hover{
  color:#000;
  text-decoration: none;
  text-shadow:#fff 2px 2px 1px;
  background-image:url("../images/bgnd_sel_2.jpg");
  -moz-box-shadow:#666 2px 2px 4px;
  -webkit-box-shadow:#666 2px 2px 4px;
}

.boxMenu a img{
  border:0;
}





.verticalMenu{
	background-color:#000;
	/*
 The menu container style must be set via the options paramiter
 within the function call due to a Safari bug interpreting css on the fly...
 */
}
.verticalMenu .line{
	background-color:#333;
	width:100%;
	padding-left:-5px;
}
.verticalMenu td a{
	text-decoration:none;
	color: #d3d3d3;
}
.verticalMenu td.voice{
	border-top:0px solid #666;
	font-size:12px;
	padding:5px;
}
.verticalMenu .separator{
	background-color:#666;
	height:1px;
}
.verticalMenu td.img{
	border-top:0px solid #666;
	text-align:center;
	font-size:12px;
	color: #c3c3c3;
	background-color:#333;
	width:24px;
	padding:5px;
}
.verticalMenu td.img img{
	width:20px;
}
.verticalMenu .textBox{
	padding: 10px;
	font-size:12px;
	color: #c3c3c3;
}
.verticalMenu .selected td{
	background-image:url("../images/bgnd_sel_4.png");
}
.verticalMenu .selected td a{
	color:#fff;
}
.verticalMenu .disabled td, .verticalMenu .disabled td a {
	color: #666;
}

.WhoView {
   padding:2px
}
.WhoReviewed {
   padding:2px;
}
.verticalMenu .subMenuOpener{
	background-image:url("../images/menuArrow_w.gif");
	background-repeat:no-repeat;
	background-position:right;
}

.verticalMenu .menuShadow{
	background:black;
	padding:5px;
}
.rank {
    background-image:url(Images/rank.png);
	background-position: left center;
	background-repeat:no-repeat;
	padding-left:15px;
	padding-right:5px;
	padding-bottom:2px;
	padding-top:2px;
	width:16px;
	height:16px;
	vertical-align:middle;
	text-align:left;
}
.views {
    background-image:url(Images/views.png);
	background-position: left center;
	background-repeat:no-repeat;
	padding-left:15px;
	padding-right:5px;
	padding-bottom:2px;
	padding-top:2px;
	width:16px;
	height:16px;
	vertical-align:middle;
	text-align:left;
}

.Cal {
    background-image:url(Images/calendar.png);
	background-position: left center;
	background-repeat:no-repeat;
	padding-left:15px;
	padding-right:5px;
	padding-bottom:2px;
	padding-top:2px;
	width:16px;
	height:16px;
	vertical-align:middle;
	text-align:left;
}
.byuser {
    background-image:url(Images/byuser.png);
	background-position: left center;
	background-repeat:no-repeat;
	padding-left:15px;
	padding-right:5px;
	padding-bottom:2px;
	padding-top:2px;
	width:16px;
	height:16px;
	vertical-align:middle;
	text-align:left;
}
.backtohome {
    background-image:url(Images/home.png);
	background-position:center;
	background-repeat:no-repeat;
	padding-left:15px;
	padding-right:5px;
	padding-bottom:2px;
	padding-top:2px;
	width:24px;
	height:24px;
	vertical-align:middle;
	text-align:left;
}
.backtomedia {
    background-image:url(Images/backtomedia.png);
	background-position:center;
	background-repeat:no-repeat;
	padding-left:20px;
	padding-right:8px;
	padding-bottom:2px;
	padding-top:2px;
	width:24px;
	height:24px;
	vertical-align:middle;
	text-align:left;
}
.createfolder {
    background-image:url(Images/CreateFolder.png);
	background-position:center;
	background-repeat:no-repeat;
	padding-left:20px;
	padding-right:8px;
	padding-bottom:4px;
	padding-top:4px;
	width:24px;
	height:24px;
	vertical-align:middle;
	text-align:left;
}
.addmedia {
    background-image:url(Images/AddMedia.png);
	background-position:center;
	background-repeat:no-repeat;
	padding-left:20px;
	padding-right:8px;
	padding-bottom:4px;
	padding-top:4px;
	width:24px;
	height:24px;
	vertical-align:middle;
	text-align:left;
}
.editmedia {
    background-image:url(Images/EditMedia.png);
	background-position:center;
	background-repeat:no-repeat;
	padding-left:20px;
	padding-right:8px;
	padding-bottom:4px;
	padding-top:4px;
	width:24px;
	height:24px;
	vertical-align:middle;
	text-align:left;
}
.organizemedia {
    background-image:url(Images/OrganizeMedia.png);
	background-position:center;
	background-repeat:no-repeat;
	padding-left:20px;
	padding-right:8px;
	padding-bottom:4px;
	padding-top:4px;
	width:24px;
	height:24px;
	vertical-align:middle;
	text-align:left;
}
.editmedia2 {
    background-image:url(Images/EditMedia2.png);
	background-position:center;
	background-repeat:no-repeat;
	padding-left:20px;
	padding-right:8px;
	padding-bottom:4px;
	padding-top:4px;
	width:24px;
	height:24px;
	vertical-align:middle;
	text-align:left;
}
.deletemedia {
    background-image:url(Images/deletemedia.png);
	background-position:center;
	background-repeat:no-repeat;
	padding-left:20px;
	padding-right:8px;
	padding-bottom:4px;
	padding-top:4px;
	width:24px;
	height:24px;
	vertical-align:middle;
	text-align:left;
}
.articleenclosure {
    background-image:url(Images/articleenclosure.png);
	background-position:center;
	background-repeat:no-repeat;
	padding-left:20px;
	padding-right:8px;
	padding-bottom:4px;
	padding-top:4px;
	width:24px;
	height:24px;
	vertical-align:middle;
	text-align:left;
}
.fullscale {
    background-image:url(Images/fullscale.png);
	background-position:center;
	background-repeat:no-repeat;
	padding-left:20px;
	padding-right:8px;
	padding-bottom:4px;
	padding-top:4px;
	width:24px;
	height:24px;
	vertical-align:middle;
	text-align:left;
}
.changetumbnail{
    background-image:url(Images/changetumbnail.png);
	background-position:center;
	background-repeat:no-repeat;
	padding-left:20px;
	padding-right:8px;
	padding-bottom:4px;
	padding-top:4px;
	width:24px;
	height:24px;
	vertical-align:middle;
	text-align:left;
}
.nextarrow {
    background-image:url(Images/nextarrow.png);
	background-position:center;
	background-repeat:no-repeat;
	padding-left:20px;
	padding-right:8px;
	padding-bottom:4px;
	padding-top:4px;
	width:24px;
	height:24px;
	vertical-align:middle;
	text-align:left;
}
.prearrow {
    background-image:url(Images/prearrow.png);
	background-position:center;
	background-repeat:no-repeat;
	padding-left:20px;
	padding-right:8px;
	padding-bottom:4px;
	padding-top:4px;
	width:24px;
	height:24px;
	vertical-align:middle;
	text-align:left;
}
.permalink {
    background-image:url(Images/permalink.png);
	background-position:center;
	background-repeat:no-repeat;
	padding-left:20px;
	padding-right:8px;
	padding-bottom:4px;
	padding-top:4px;
	width:24px;
	height:24px;
	vertical-align:middle;
	text-align:left;
}
.comments {
    background-image:url(Images/comment.png);
	background-position:center;
	background-repeat:no-repeat;
	padding-left:20px;
	padding-right:8px;
	padding-bottom:5px;
	padding-top:5px;
	width:24px;
	height:24px;
	vertical-align:middle;
	text-align:left;
}
.mediaviewheaderback {
   font-size:120%;
   padding:3px;
}

.DownloadRequest {
   margin-top:10px;
   margin-bottom:10px;
   padding-left:9px;
   font-size:120%;
   font-weight: bold;
   vertical-align:middle;
   text-align:left;
   display:inline-block;
}
.sidepanel {   
   position: relative;
   vertical-align:top;
   width:200px;
   text-align:right;
}
#linkedcategory {    
	text-align:left;
	font-weight:bold;
	padding-right:5px;
}
.Grouptable {
   float:right;
   table-layout: fixed;
   width:200px;
}
#GroupName {
   color:#f47c20;
   font-size:115%;
   font-weight:bold;
   vertical-align:top;
   text-align:left;
}
#GroupName a:link{color:#f47c20; font-weight:bold;}
#GroupName a:visited{color:#f47c20; font-weight:bold;}
#GroupName a:hover{color:#3f90ce; font-weight:bold; text-decoration:underline;}

#BusinessName {
   color:#f47c20;
   font-size:115%;
   font-weight:bold;
}
#BusinessName a:link{color:#f47c20; font-weight:bold;}
#BusinessName a:visited{color:#f47c20; font-weight:bold;}
#BusinessName a:hover{color:#3f90ce; font-weight:bold; text-decoration:underline;}

#organizer {
	font-family: Arial, sans-serif;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#organizer li {
	cursor: move;
	position: relative;
	float: left;
	margin: 2px 2px 2px 2px;
	padding: 3px 4px 3px 4px;
	border: 1px solid #ccc;
	text-align: center;
	padding-top: 5px;
	background-color: #eeeeff;
	list-style-type: none;
}

.iiHeaderSet {
   display:inline-block;
}
/* base-min.css */

em{font-style:italic;}
blockquote,ul,ol,dl{margin:1em;}
ol,ul,dl{margin-left:2em;}
ol li{list-style:decimal outside;}
ul li{list-style:disc outside;}
dl dd{margin-left:1em;}

/*headline*/
.headliner {
	width:100%;
	/*overflow:auto;*/
	padding:0 0 5px;
	margin:0 0 15px;
}
.headlinerline {
	width:100%;
	border-style: solid;
	border-color:#E4E4E4;
	border-width:0 0 1px;
	padding-top:5px;
	padding-bottom:5px;
}
.headlinerline2 {
	width:100%;
	border-style: dashed;
	border-color:#D7D7D7;
	border-width:0 0 1px;
	padding-top:5px;
	padding-bottom:5px;
}
.headlinerline3 {
	width:100%;
	border-style: solid;
	border-color:#EEEEEE;
	border-width:0 0 1px;
	padding-top:5px;
	padding-bottom:5px;
}
.headlinerline4 {
	width:100%;
	border-style: solid;
	border-color:#F4F4F4;
	border-width:0 0 1px;
	padding-top:5px;
	padding-bottom:5px;
}
.headlinerline5 {
	padding-top:5px;
	padding-bottom:5px;
}
.headlinerline6 {
	padding-top:0px;
	padding-bottom:5px;
	display:table;
}
.HeaderControl {
   vertical-align:text-top;
   text-align:left;
   min-height:55px;
}
.HeaderSet  {		
	display:table;
	position:relative;
	width:100%;
	table-layout:100%;
}
div.h1Header  {
    font-size:130%;
	font-weight: bold;	
	text-decoration: none;
	text-align:left;
	vertical-align:top;
	text-indent:5px;
	width:100%;
}	
div.h1Header  a:link {
    font-size:130%;
	font-weight: bold;	
	text-decoration: none;
	text-align:left;
	vertical-align:top;
}	
div.h1Header  a:visited {    
    font-size:130%;
	font-weight: bold;	
	text-decoration: none;
	text-align:left;
	vertical-align:top;
}
div.h1Header  a:active {
    font-size:130%;
	font-weight: bold;	
	text-decoration: none;
	text-align:left;
	vertical-align:top;
}
div.h1Header  a:hover{
    font-size:130%;
	font-weight: bold;	
	text-decoration: none;
	text-align:left;
	vertical-align:top;
}
.SubHeadTitle {
     font-size:130%;
	 font-weight:bold;
	 text-align:left;
     vertical-align:middle;
}
.SubHeadTitle2 {
     font-size:130%;
	 font-weight:bold;
	 text-align:right;
     vertical-align:middle;
}
.headline {	
	float:left;
	vertical-align:top;
	text-align:left;
	width:100%;
}
.floatsetting {
	width: auto;
	float:left;
}
.headline h1{
	min-height:55px;
}
.headline h1 a{
	font-size:0.867em;
	font-weight:bold;
}
.hreview hr{
	border:1px solid #D7DDE1;
}
/* Media Gallery Thumbnail Styles*/
.MediaGalleryThumbnail-Block{
   min-width:125px;
   height:150px;
   padding:2px;
   float:left;
}
.MediaGalleryPhotostb {	
	text-align: center;
	vertical-align:top;
	min-height:125px;
	padding:2px;
	float:left;
}
.MediaGalleryPhotos {
	border-style:solid;
	border: #e6e6e6 2px solid;
	padding:2px;
	text-align: center;	
}
.MediaGalleryPhotosthumbnail-frame {	
	padding: 10px;
	background-color: #EEE;
	text-align: center;
	vertical-align:middle;
	z-index:1;
}
/* Photos Styles*/
.MiniProfile-target {
	display: block;
	padding: 10px;
	background-color: #EEE;
	text-align: center;
}
.author-photo {
	float:left;
	border-style:solid;
	border: #e6e6e6 2px solid;
	padding:2px;
}
.thumbnail-frame {
	display: inline-block;
	padding:2px;
	width:auto;
	border: #e6e6e6 1px solid;
	z-index:1;
}
.author-photo img{
	display:block;
	position:relative;
	overflow:hidden;
	z-index:1;
}
/* Content Styles*/
.Bar {
  border: #e6e6e6 1px solid;
  padding:5px;
}
.BarInside {
  border: #FFFFFF 2px solid;
  background-color: #e6e6e6;
  padding:5px;
}
.Bar2 {
  border: #e6e6e6 1px solid;
  text-align:left;
  vertical-align:middle;
  padding:5px;
}
.BarInside2 {
  border: #FFFFFF 2px solid;
  background-color: #e6e6e6;
  text-align:left;
  vertical-align:middle;
  padding:5px;
}
.Bar3 {
  border: #e6e6e6 1px solid;
  text-align: center;
  vertical-align:middle;
  padding:5px;
}
.BarInside3 {
  border: #e6e6e6 2px solid;
  background-color: #FFFFFF;
  text-align: center;
  vertical-align:middle;
  padding:5px;
}
.Bar4 {
  border: #e6e6e6 1px solid;
  text-align: center;
  vertical-align:middle;
  padding:5px;
}
.BarInside4 {
  border: #FFFFFF 2px solid;
  background-color: #FFFFFF;
  text-align: center;
  vertical-align:middle;
  padding:5px;
}
.itemdate {
   font-size:100%;
   font-weight:normal;
   color:#999999;
   height:25px;
   vertical-align:middle;
   text-indent:5px;
}

.Main-block {
   padding-top:10px;
   margin-top:10px;
   padding-bottom:0px;
   display: inline-block;
   width:100%;
}
.location-block{
   padding-top:10px;
   margin-top:10px;
   padding-bottom:0px;
   display: inline-block;
   width:100%;
}
.Rating-block{
   padding-top:10px;
   margin-top:10px;
   padding-bottom:0px;
   vertical-align:top;
   text-align:left;
   width:100%;
}
.media-block{
   padding-top:10px;
   margin-top:10px;
   padding-bottom:0px;
   display: inline-block;
   width:100%;
}
.folders-block {
   padding-top:10px;
   margin-top:10px;
   padding-bottom:0px;
   display: inline-block;
   width:100%;
}
.tags-block {
   padding-top:10px;
   margin-top:10px;
   padding-bottom:0px;
   display: inline-block;
   width:100%;
}
.Info-block{
   padding-top:10px;
   margin-top:10px;
   padding-bottom:0px;
   display: inline-block;
   width:100%;
}
.bookmarks-block {
   padding-top:10px;
   margin-top:10px;
   padding-bottom:0px;
   display: inline-block;
   width:100%;
}
.relatedpages-block {
   padding-top:10px;
   margin-top:10px;
   padding-bottom:0px;
   display: list-block;
   width:100%;
}
.MediaView-block {
   padding-top:10px;
   margin-top:10px;
   padding-bottom:0px;
   display: list-block;
   width:100%;
}
.Comment-block {
   padding-top:10px;
   margin-top:10px;
   padding-bottom:0px;
   display: list-block;
   width:100%;
}
.infotext {
   padding-top:10px;
   margin-top:10px;
   padding-bottom:0px;
   display: list-block;
   list-style:none;
   width:100%;
	
}
.barheight {
   text-align:left;
   vertical-align:middle;
   height:15px;
}
.iconimage {
	vertical-align:middle;
	text-align:left;
	display:inline-block;
}
.iconimage2 {
	vertical-align:middle;
	text-align:left;
	display:inline;
}
.controlindent {
   padding-left:5px;
   padding-top:5px;
   text-indent:5px;
}
.rankingcontainer {
   margin-right: 5px; 
   margin-bottom: 5px; 
   margin-top: 5px;
   float:left;
}
.rankingcontrol {
   float:left;
   margin-right: 5px; 
   margin-bottom: 5px; 
   margin-top: 5px;
}
.summarytext {
    float: left;
	font-size:100%;
	font-weight:normal;
	vertical-align:top;
	text-align:left;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}

/* Media Photo Styles */
.album-frame .topx----,
.album-frame .top----x,
.album-frame .botx----,
.album-frame .bot----x {
	height: 14px;
	width: 14px;
}

.album-frame .top-x--- {
	background-repeat: repeat-x;
	background-image: url(images/borders/album-tstretch.gif);
	text-align: left;
	height: 14px;
	width: auto;
}
.album-frame .top--x-- {
	background-repeat: repeat-x;
	background-image: url(images/borders/album-tstretch.gif);
	height: 14px;
	width: auto;
}
.album-frame .top---x- {
	background-repeat: repeat-x;
	background-image: url(images/borders/album-tstretch.gif);
	text-align: right;
	height: 14px;
	width: auto;
}

.album-frame .mtpx---- {
	background-repeat: repeat-y;
	background-image: url(images/borders/album-lstretch.gif);
	vertical-align: top;
	height: auto;
	width: 14px;
}
.album-frame .mtp----x {
	background-repeat: repeat-y;
	background-image: url(images/borders/album-rstretch.gif);
	vertical-align: top;
	height: auto;
	width: 14px;
}

.album-frame .midx---- {
	background-repeat: repeat-y;
	background-image: url(images/borders/album-lstretch.gif);
	height: auto;
	width: 14px;
}
.album-frame .mid----x {
	background-repeat: repeat-y;
	background-image: url(images/borders/album-rstretch.gif);
	height: auto;
	width: 14px;
}

.album-frame .mbtx---- {
	background-repeat: repeat-y;
	background-image: url(images/borders/album-lstretch.gif);
	vertical-align: bottom;
	height: auto;
	width: 14px;
}
.album-frame .mbt----x {
	background-repeat: repeat-y;
	background-image: url(images/borders/album-rstretch.gif);
	vertical-align: bottom;
	height: auto;
	width: 14px;
}

.album-frame .bot-x--- {
	background-repeat: repeat-x;
	background-image: url(images/borders/album-bstretch.gif);
	text-align: right;
	height: 14px;
	width: auto;
}
.album-frame .bot--x-- {
	background-repeat: repeat-x;
	background-image: url(images/borders/album-bstretch.gif);
	height: 14px;
	width: auto;
}
.album-frame .bot---x- {
	background-repeat: repeat-x;
	background-image: url(images/borders/album-bstretch.gif);
	text-align: left;
	height: 14px;
	width: auto;
}






.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;
}
div.hrclass {
	margin: 4px 0 4px 0;
	padding: 0;
	height: 1px;
	font-size: 1px;
	background: #e6e6e6;
}


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;
}

.EULAHeader {
 font-weight: 700;
}

.EULAContainer {
 padding: 8px 6px 8px 6px; height:280px;
}

.EULAContent {
 width: 98%;
 color: #30332d;
 height: 98%;
}

.EULAContent td {
 width: 98%;
 color: #30332d;
 height:280px;
}

.EULAFooter .Button, .EULAFooter .ClosePopupButton {
 border: outset 2px #30332d;
}

.video-js-box { text-align: left; position: relative; z-index: 1000; }
video.video-js { background-color: #000; }

.video-js-box.vjs-fullscreen { position: fixed; left: 0; top: 0; right: 0; bottom: 0; overflow: hidden; }
.video-js-box.vjs-fullscreen video.video-js { position: absolute; width: 100%; height: 100%; }

.vjs-controls { display: none; position: absolute; margin: 0; padding: 0; border: none; }

/* DEFAULT SKIN */
/* Using all CSS to draw the controls. Images could be used to simplify the CSS if desired.

/* General controls styles */
.vjs-controls { list-style: none; height: 30px; opacity: 0.85; color: #fff; }
.vjs-controls > li { list-style: none; float: left; height: 25px; width: 25px; margin: 0 5px 0 0; padding: 0; text-align: center;
  background-color: #0B151A; border-radius: 5px; box-shadow: 0px 2px 2px #000;
  /* Webkit */
  -webkit-border-radius: 5px;
  background: #1F3744 -webkit-gradient(linear, left top, left bottom, from(#0B151A), to(#1F3744)) left 12px;
  -webkit-box-shadow: 0px 1px 3px #000;
  /* Firefox */
  -moz-border-radius: 5px;
  background: #1F3744 -moz-linear-gradient(top,  #0B151A,  #1F3744) left 12px;
  -moz-box-shadow: 0px 1px 3px #000; 
}

.vjs-controls > li:first-child { margin-left: 5px; }
.vjs-controls > li:last-child { margin-right: 0; }

/* Play/Pause */
.vjs-play-control span { display: block; font-size: 0px; line-height: 0; text-decoration: none; }
.vjs-play-control.vjs-play span { width: 0; height: 0; margin: 8px 0 0 8px; border-top: 5px solid #273F3E; border-left: 10px solid #fff; border-bottom: 5px solid #112129; }
.vjs-play-control.vjs-pause span { width: 3px; height: 10px; margin: 8px auto 0; border-top: 0px; border-left: 3px solid #fff; border-bottom: 0px; border-right: 3px solid #fff; }

/* Progress */
.vjs-progress-control ul { list-style: none; margin: 0; padding: 0; }
.vjs-progress-control .vjs-progress-holder { list-style: none; position: relative; float: left; height: 9px; border: 1px solid #777; margin: 7px 0 0 5px; padding: 0; background-color: #112129; overflow:hidden; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.vjs-progress-control .vjs-play-progress { position: absolute; display: block; width: 0px; height: 9px; background: #fff; 
  -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#777));
  background: -moz-linear-gradient(top,  #fff,  #777);
}
.vjs-progress-control .vjs-load-progress { position: absolute; display: block; width: 0px; height: 9px; background-color: #777; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.vjs-progress-control .vjs-progress-time { list-style: none; float: left; margin: 7px 0 0 5px; padding: 0; font-size: 10px; line-height: 1; font-weight: normal; font-family: Helvetica, Arial, sans-serif;  }

/* Volume */
.vjs-volume-control { width: 50px !important; }
.vjs-volume-control ul { display: block; margin: 0; padding: 4px 0 0 5px; list-style: none; }
.vjs-volume-control ul li { float: left; margin: 0; padding: 0; list-style: none; width: 5px; margin-right: 2px; height: 0px; border-bottom: 18px solid #555; }
.vjs-volume-control ul li:nth-child(1) { border-bottom-width: 2px; height: 16px; }
.vjs-volume-control ul li:nth-child(2) { border-bottom-width: 4px; height: 14px; }
.vjs-volume-control ul li:nth-child(3) { border-bottom-width: 7px; height: 11px; }
.vjs-volume-control ul li:nth-child(4) { border-bottom-width: 10px; height: 8px; }
.vjs-volume-control ul li:nth-child(5) { border-bottom-width: 14px; height: 4px; }

/* Fullscreen */
.vjs-fullscreen-control ul { list-style: none; margin: 5px 0 0 5px; padding: 0; width: 20px; height: 20px; text-align: left; vertical-align: top; }
.vjs-fullscreen-control ul li { list-style: none; float: left; margin: 0; padding: 0; font-size: 0; line-height: 0; width: 0; text-align: left; vertical-align: top; }
.vjs-fullscreen-control ul li:nth-child(1) { margin: 0 3px 3px 0; border: none; border-top: 6px solid #fff; border-right: 6px solid #273F3E; }
.vjs-fullscreen-control ul li:nth-child(2) { border: none; border-top: 6px solid #fff; border-left: 6px solid #273F3E; }
.vjs-fullscreen-control ul li:nth-child(3) { clear: both; margin: 0 3px 0 0; border: none; border-bottom: 6px solid #fff; border-right: 6px solid #112129; }
.vjs-fullscreen-control ul li:nth-child(4) { border: none; border-bottom: 6px solid #fff; border-left: 6px solid #112129; }
.vjs-fullscreen .vjs-fullscreen-control ul li:nth-child(1) { border: none; border-bottom: 6px solid #fff; border-left: 6px solid #273F3E; }
.vjs-fullscreen .vjs-fullscreen-control ul li:nth-child(2) { border: none; border-bottom: 6px solid #fff; border-right: 6px solid #273F3E; }
.vjs-fullscreen .vjs-fullscreen-control ul li:nth-child(3) { border: none; border-top: 6px solid #fff; border-left: 6px solid #112129; }
.vjs-fullscreen .vjs-fullscreen-control ul li:nth-child(4) { border: none; border-top: 6px solid #fff; border-right: 6px solid #112129; }