/*body{*/
/*	font-family:sans-serif;*/
/*	font-size:13px;*/
/*	color:black;*/
/*}*/
/*body{background:url(../../../images/bgnds/screenBgnd.gif)}*/

.rootVoices{
	background-color:transparent;
	padding:5px;
	padding-bottom:0;
	margin-right:9px;
	color: #A2A2A2;
	width:176px;
}
a.rootVoice, a:link.rootVoices, a:visited.rootVoices{
	display: block;
	font-size: 11pt;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
	color: #003a6b;
	text-align: left;
	background-image: url(../../../images/leftbg_01.png);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: outset;
	border-top-color: #036;
	border-bottom-color: #036;
	border-bottom-style: outset;
}
a:hover.rootVoice{
	text-decoration: none;
	background-color: #EE712C;
	color:#FEFEFE;
	background-image: url(../../../images/leftbg_03.png);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: inset;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	border-bottom-style: inset;
}
a.rootVoice1, a:link.rootVoices1, a:visited.rootVoices1{
	display: block;
	font-size: 11pt;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 25px;
	/*background-color: #F9F9F9;*/
	color: #003060;
	text-align: left;
	background-image: url(../../../images/leftbg_02.png);
}
a:hover.rootVoice1, .rootVoice1:hover{
	outline: none;
	text-decoration: none;
	background-color: #EF682E;
	color:#FEFEFE;
	background-image: url(../../../images/leftbg_03.png);
}
/*a.rootVoice1{
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #287FAA;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 14px;
	background-color: #FEFEFE;
}
a:hover.rootVoice1{
	outline: none;
	color: #A2A2A2;
	text-decoration: none;
	background-color: #EE712C;
}*/

.rootVoices td.rootVoice {
	background-color:transparent;
	width:100px;
	line-height:18px;
	font-family:Arial,Helvetica,sans-serif;
	color: white;
	font-size:12px;
	padding:8px;
	cursor: pointer;
	text-align: center;
	font-weight:bold;
}
.rootVoices td.selected{
/*	background-color:#024282;*/
/*	color:#ffffff;*/
	color: #fca61b;
	cursor: pointer;
	font-weight:bold;
}

.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;*/
	color: #ffffff;
}

.menuContainer td.voice{
/*	border-top:1px solid #f3f3f3;*/
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
/*	padding:5px;*/
	padding:8px;
	padding-top:3px;
	padding-bottom:3px;
	font-weight:bold;
}

.menuContainer td.voice :hover{
	text-decoration:none;
/*	color: #000000;*/
	color: #fca61b;
}

.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;*/
	color: #fca61b;
}
.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;
	font-family:Arial,Helvetica,sans-serif;
	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-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	padding:5px;
}
.verticalMenu .separator{
	background-color:#666;
	height:1px;
}
.verticalMenu td.img{
	border-top:0px solid #666;
	font-family:Arial,Helvetica,sans-serif;
	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-family:Arial,Helvetica,sans-serif;
	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;
}


.verticalMenu .subMenuOpener{
	background-image:url("../images/menuArrow_w.gif");
	background-repeat:no-repeat;
	background-position:right;
}

.verticalMenu .menuShadow{
	background:black;
	padding:5px;
}

