body { background-color:#333333; font:90% Arial,sans-serif; color:#fff;}
div.inner { margin: 0; background: #333333; border:0; }
div.outer { margin-left: auto; margin-right: auto; background: #CECEB5; padding: 8px; width: 70%; }
div.frontimg {width:100%;display:block;margin:auto;}
div.frontimg img { margin:3%; width:26%; height:26%; }
p { color:#fff }
img#logo { width:100% }
img { border: 0 none;margin: 0 15px 5px 0; }

.rootVoices{
	background-color:#CECEB5;
	padding:5px;
	padding-bottom:0;
	margin-left: auto;
    margin-right: auto ;
}
.rootVoices td.rootVoice {
	background-color:transparent;
	width:120px;
	line-height:18px;
	font-family:Arial,Helvetica,sans-serif;
	color: black;
	font-size:16px;
	font-weight:600;
	padding:8px;
	padding-left:10px;
	cursor: pointer;
	text-align: center;
}
.rootVoices td.selected{
	background-color:gray;
	color:#;
	cursor: pointer;
	font-size:14px;
}

.menuShadow{
	padding:2px;
	padding-bottom:0px;
	left:-2;
	top:1px;
}

.menuContainer{
	background-color:gray;
}

.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: #000000;
}

.menuContainer td.voice{
	border-top:1px solid #f3f3f3;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	padding:5px;
}

.menuContainer .separator{
	background-color:#f1f1f1;
	height:1px;
}
.menuContainer td.img{
	border-top:1px solid #f3f3f3;
	font-family:Arial,Helvetica,sans-serif;
	text-align:center;
	font-size:12px;
	color: #c3c3c3;
	background-color:#f9f9f9;
	width:24px;
	padding:5px;
}
.menuContainer td.img img{
	width:20px;
}
.menuContainer .textBox{
	padding: 5px;
	font-family:Arial,Helvetica,sans-serif;
	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:#000;
}
.menuContainer .disabled td, .menuContainer .disabled td a {
	color: #cccccc;
}
.menuContainer .subMenuOpener{
	background-image:url("../images/menuArrow.gif");
	background-repeat:no-repeat;
	background-position:right;
}
.container{
margin-left: auto;
margin-right: auto ;
width: 100%;
background-color:#CECEB5;
}
/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 90%;
	height:140px;

	/* custom decorations */
	border:1px solid #ccc;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/

.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
        
}

/* single scrollable item */
.scrollable img {
	float:left;
	margin:20px 5px 20px 21px;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	cursor:pointer;
	width:100px;
	height:100px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* active item */
.scrollable .active {
	border:2px solid #000;
	z-index:9999;
	position:relative;
}


/* this makes it possible to add next button beside scrollable */
.scrollable {
	/*float:left;*/

align: center;
margin:0 auto;
	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(../images/hori_large.png) no-repeat;
	display:inline-block;
	width:30px;
	height:30px;
	cursor:pointer;
	font-size:1px;
    margin:5px 60px;
}


/* right */
a.right 				{ background-position: 0 -30px; clear:right; margin-right: 27%; }
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left				{ margin-left: 35%;} 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }


/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	
