
/*We need to override default SEAS-NVE styles because our left menu is more narrow*/
.left-menu-box
{
	width:180px; /* -30px compared to original width*/
	/*background-color:Red;*/
}
.content-box
{
	width: 722px; /* +30px compared to original width*/
	/*background-color:Blue;*/
}




 
.content-box p
{
	margin-bottom:16px;
}
.content-box h2
{
	font-size:15px;
	color: #000;
	font-family:Trebuchet MS;
}
.right-info-box h2
{
	font-size:15px;
	color: #2A4813;
	font-family:Trebuchet MS;
}

.left-menu-benchmark
{
	width:308px; /* -30px compared to original width*/
	/*background-color:Red;*/
	overflow:hidden;
}

.content-box-benchmark
{
	width: 597px; /* +30px compared to original width*/
	/*background-color:Blue;*/
	overflow:hidden;
}
.small
{
	font-size:10px;
	color:#666;
}
/*
a
{
	color:#2A4813;
	font-weight:bold;
}
*/
.choice h3 a
{
	font-weight:normal;
}
.top-menu-box ul li a
{
	font-weight:normal;
}

.min-text-block
{
	width:330px;
}
.min-text-block h2
{
	width:330px;
}
.right-info-box
{
	width:365px;
}

.right-info-box .contentbox-right
{
	margin-bottom:10px;
}

.greyfader
{
	background-image:url(/images/greyfader.png);
	background-repeat:repeat-x;
	padding:10px;
}
.greyfader_reverse
{
	background-image:url(/images/greyfader_reverse.png);
	background-repeat:repeat-x;
	background-position:left bottom;
	padding:10px;
}

th
{
	text-align:left;
}
#VideoPlayerContainer
{
	display:none;
	position:absolute;
	top:50%;
	left:50%;
	width:365px;
	height: 226px;
	margin-left:-250px;
	margin-top: -320px;
	overflow:hidden;
	border: solid 10px #D5DF46;
}

#WaitContainer
{
	display:none;
	position:absolute;
	top:50%;
	left:50%;
	width:465px;
	height:300px;
	margin-left:-230px;
	margin-top:-150px;
	overflow:hidden;
	background-color: #D5DF46;
	font-size: large;
	line-height: 300px;
	text-align: center;
	color: White;
}

/* Benchmark menu */
.benchmark-menu-link
{
    font-family: Trebuchet MS;
    font-size: 13px;
    position: absolute;
    top: 18px;
    color: #1F2D0B;    
}

.benchmark-menu-link a:link {
    color: #FFFFFF;
	text-decoration:none;
}

.benchmark-menu-link a:visited {
    color: #FFFFFF;
	text-decoration:none;
}

.benchmark-menu-link a:active {
    color: #FFFFFF;
	text-decoration:none;
}

.benchmark-menu-link a:hover 
{
    color: #FFFFFF;
	text-decoration:underline;
}


/* transparent button */

.button-right-big-corner-transparent .button-big{
	float: left;
    background: url(../images/bg-button-big-transparent.png) 0 0 no-repeat;
    height: 40px;
    line-height:40px;
    margin:0;
    padding: 0 13px 0 19px;
    *padding: 0 0px 0 0px;
    *margin: 0 0px 0 0px;
    border: none;
    cursor: pointer;
    text-align: center;
}

.content-box .button-right-big-corner-transparent .button-big{
	font-weight: normal;
}

.button-right-big-corner-transparent a.button-big{    
	*padding: 0 13px 0 19px;
}

.button-right-big-corner-transparent a:hover.button-big{
	text-decoration: none;
}

.button-right-big-corner-transparent:hover  .button-big, .button-right-big-corner-transparent.hover  .button-big {
    background: url(../images/bg-button-big-hover-transparent.png) 0 0 no-repeat;
}

.button-right-big-corner-transparent {
    float: left;
    background: url(../images/button-right-big-corner-transparent.png) right 0 no-repeat;
    height: 40px;
    overflow: hidden;
    padding: 0 5px 0 0;
}

.button-right-big-corner-transparent:hover, .button-right-big-corner-transparent.hover {
    text-decoration: none;
    background: url(../images/button-right-big-corner-hover-transparent.png) right 0 no-repeat;
}

.button-right-big-corner-transparent .button-big{
    font-family: Trebuchet MS;
    font-size: 16px;
    color: #2a4813;
}
