.mbmenu{
  display:none;
}
.rootVoices{
	background-color:#f3f3f3;
	padding:2px;
	padding-bottom:0;
}
.rootVoices td.rootVoice {
	background-color:transparent;
	line-height:18px;
	color: #666666;
	font-weight:bold;
	font-size:12px;
	padding:6px;
	padding-left:10px;
	padding-right:15px;
	cursor: pointer;
}
.rootVoices td.selected{
	background-color: #e6e6e6;
	color: #333333;
	font-weight:bold;
	cursor: pointer;
	font-size:12px;
}

.menuShadow{
	padding:2px;
	padding-bottom:0px;
	left:-2;
	top:1px;
}
.menucont {
    background-color:#f3f3f3;
	border: #e6e6e6 1px solid;
}
.menuContainer{
	background-color:#f3f3f3;
    border: #cccccc 1px solid;
}

.menuContainer .line{
	background-color:white;
	width:100%;
	padding-left:-5;
}

.menuContainer .line.title {
	text-align:right;
}

.menuContainer .line.title a{
	color:dimgray;
	font-size:14px;
}

.menuContainer td a{
	text-decoration:none;
	color: #666666;
}

.menuContainer td.voice{
	border-top:1px solid #f3f3f3;
	font-size:12px;
	padding:5px;
}

.menuContainer .separator{
	background-color:#f1f1f1;
	height:1px;
}
.menuContainer td.img{
	border-top:1px solid #f3f3f3;
	text-align:center;
	font-size:12px;
	color: #c3c3c3;
	background-color: #FFFFFF;
	width:2px;
	padding:2px;
}
.menuContainer td.img img{
	width:20px;
}
.menuContainer .textBox{
	padding: 5px;
	font-size:12px;
	background-color:#ffffff;
	color: #c3c3c3;
}
.menuContainer .selected td{
	background-color:#f3f3f3;
	background-image:url("images/bgnd_sel_2.jpg")
}
.menuContainer .selected td a{
	color: #333333;
}
.menuContainer .disabled td, .menuContainer .disabled td a {
	color: #cccccc;
}
.menuContainer .subMenuOpener{
	background-image:url("images/menuArrow.gif");
	background-repeat:no-repeat;
	background-position:right;
}

/*
vertical menu
*/


/**/

.rootVerticalVoices{
	background-color:#333;
	padding:0px;
}
.rootVerticalVoices td.rootVoice {
/*border-top:1px solid #666;*/
	width:130px;
	color: gray;
	font-size:13px;
	padding:7px;
	cursor: pointer;
}
.rootVerticalVoices td.selected{
	background-image:url("../images/bgnd_sel_4.png");
	color:#ffffff;
	cursor: pointer;
}


.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; 
}

.EULAContent {
 width: 98%;
 color: #30332d;
 height:250px;
 max-height:250px;
 overflow:scroll;
}

.EULAFooter .Button, .EULAFooter .ClosePopupButton {
 border: outset 2px #30332d;
}