body {
	margin-left:auto;
	margin-right:auto;
	font-size:12px;	
	font-family: Arial, Helvetica, sans-serif;
	background:#bdbdbd url(../images/container_grad.jpg) repeat-x top;
}
body.test {
	background:#FFF;
	margin-left:15px;
	margin-right:0;
}

img  {
	border:none;	
}

.container_16 {
}	

.header {
	margin-top:20px;
	margin-bottom:10px;
}

/*login form */
.form-box, select {
	background-color:#000;
	color:#fff;
	height:20px;
	width:230px;	
	margin-top:3px;
	border:1px #bdbdbd inset;
	font-size:1.2em;
	color:#bdbdbd;
	padding-top:3px;
	padding-left:5px;
}

.bodytext select {
	width:150px;	
}

textarea.form-box {
	height:100px;
}
select {
	width:238px;
	height:30px;	
}

#loginform #form1 {
	margin-top:5px;
	text-align:right;
}
#loginform p{
	font-size:0.9em;
	text-align:right;
}

#loginform .form-box {
	width:135px;	
}
#loginform .spacer  {
	display:block;
	margin-left:78px;
	margin-bottom:5px;
	white-space: nowrap;
}

.grid_5 p {
	width:230px;	
}

/*navigation links*/
#nav {
	border-top:1px #000 solid;
	margin-bottom:5px;
	
}
/*
#nav ul {
	padding-left:15px;
}

#nav ul li {
	position:relative;
	list-style:none;
	display:inline;
	margin-right:12px;
	text-align:center;
	font-size:1.2em;
}

#nav ul li ul {
	padding-top:12px;
	z-index:10px;
	position:absolute;
	left:-20px;
	list-style:none;
	display:none;
	width:270px;
}

#nav ul li:hover ul {
	list-style:none;
	display:block;
}
#nav ul li ul li {
	position:relative;
	font-size:12px;	
	display:block;
	text-align:left;
	background:#bdbdbd url(../images/container_grad.jpg) repeat-x top;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:10px;
	border-left:1px #ababab solid;
	border-right:1px #ababab solid;
	border-bottom:1px #ababab solid;
}
#nav ul li ul li:hover {
	color:#FFF;
	background:#bdbdbd;
}*/

/* menu styles */
#jsddm
{ 
position:relative;
margin: 0;
padding: 0;
font-size:1.2em;
z-index:3000;
}

#jsddm li
{ float: left;
list-style: none;
}

#jsddm li a
{ display: block;
padding: 5px 11px;
text-decoration: none;
color: #000;
white-space: nowrap}

#jsddm li a:hover
{ background: #bdbdbd}

#jsddm li ul
{ margin: 0;
padding: 0;
position: absolute;
visibility: hidden;
border-bottom: 1px solid #bdbdbd;
border-left: 1px solid #bdbdbd;
border-right: 1px solid #bdbdbd;
}

#jsddm li ul li
{ float: none;
display: inline;
font-size:0.9em;

}

#jsddm li ul li a
{ width: auto;
color: #000;
background:#bdbdbd url(../images/container_grad.jpg) repeat-x top;
}

#jsddm li ul li a:hover
{ background: #bdbdbd;}

/*ad and article*/
#banner {
	border-left:10px #ff0015 solid;
	background:url(../images/road1.jpg) no-repeat top;
	padding-top:5px;
	margin-right:0px;
		height:248px;

}

#banner_text {
	margin-left:0px;
	padding-left:20px;
	padding-bottom:5px;
	background:url(../images/bannertext.png);
	color:#fff;
}

#article {
	border-left:10px #ff0015 solid;
	padding-top:15px;
	padding-bottom:15px;
}
#article.carpark {
	background:#000 url(../images/road1.jpg) no-repeat top;
}
#article.road2 {
	background:#000 url(../images/road2.jpg) no-repeat top;
}
#article_blank {
	color:#FFF;	
}

#article_text {
	margin-left:15px;
	margin-left:0px;
	padding-left:20px;
	padding-bottom:15px;
	background:url(../images/articletext.png);
}


/*curvey blocks*/
.curveblock {
	background: url(../images/curveblock.png) repeat-x center;
	height:248px;
	width:220px;
}

.curveblock .blocktext {
	height:190px;
	font-size:11px;	
}

.curveblock h2{
	font-size:1.2em;
	padding-left:15px;
	float:left;
	width:100px;
}
.curveblock p.image{
	float:left;
	padding:0;
}

.curveblock p{
	padding-left:15px;
	padding-right:15px;
}


/* footer */
.footer {
	text-align:center;
	font-size:0.9em;	
}


/*links and buttons*/
a:link {
	color:#000;
}
a:visited {
	color:#000;
}

a:hover {
	text-decoration:none;
	color:#000;
}

#banner_text a:link {
	color:#fff;
}
#banner_text a:visited {
	color:#fff;
}
#banner_text a:hover {
	color:#fff;
}

#nav a:link {
	text-decoration:none;
}
#nav a:visited {
	text-decoration:none;
}
#nav a:hover {
	text-decoration:underline;
}


a.button {
	/* Sliding right image */
	background: transparent url('../images/buttonRight.png') no-repeat scroll top right; 
	display: block;
	float: left;
	height: 25px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 3px;
	margin-top:3px;
	padding-right: 14px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	/* FONT PROPERTIES */
	text-decoration: none;
	color: #FFF;
}
a.button span {
	/* Background left image */ 
	background: transparent url('../images/buttonLeft.png') no-repeat; 
	display: block;
	line-height: 22px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 1px 0 5px 14px;
} 
a.button:hover span{
	background: transparent url('../images/buttonLeftOn.png') no-repeat; 
}
a.button:hover{
    /* Sliding right image */
    background: transparent url('../images/buttonRightOn.png') no-repeat scroll top right; 
	display: block;
	float: left;
	height: 25px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 3px;
	padding-right: 14px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
}

/* for submit buttons */
span.button {
	/* Sliding right image */
	background: transparent url('../images/buttonRight.png') no-repeat scroll top right; 
	display: block;
	float: left;
	height: 25px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 3px;
	margin-top:3px;
	padding-right: 12px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	padding-bottom:1px;
	/* FONT PROPERTIES */
	text-decoration: none;
	color: #FFF;
}
span.button input {
	/* Background left image */ 
	background: transparent url('../images/buttonLeft.png') no-repeat; 
	display: block;
	line-height: 22px; /* CHANGE THIS VALUE ACCORDING TO BUTTON HEIGHT */
	padding: 1px 0 4px 14px;
	border:0px #000 solid;
	color:#FFF;
	margin-top:0;
	margin-left:0;
	cursor:pointer;
	height:25px;
	font-size:12px;
} 
span.button:hover input{
	background: transparent url('../images/buttonLeftOn.png') no-repeat; 
}
span.button:hover{
    /* Sliding right image */
    background: transparent url('../images/buttonRightOn.png') no-repeat scroll top right; 

}



/* liScroll styles */
/*scroller*/
.opps {

}
.opps h2 {
	font-size:1.25em;
	padding-left:10px;	
	float:left;
}

/* SCROLLER */
.scroller2 {
	overflow:hidden;
	width: 670px;
}

#scrollingText2
{
	width: 200px;
	height: 80px;
	position: relative;
	overflow:hidden;
	padding-right:15px;	
	padding-left:15px;	

}
#scrollingText2 .scrollableArea {
	list-style-type:none;
	margin:0;
	padding-left:0;
	
}

#scrollnews2 li
	margin-left:0px;	
	list-style:none !important;
	height:30px !important;
}

/* SCROLLER */
.scroller {
	overflow:hidden;
	width: 670px;
}

#scrollingText
{
	width: 670px;
	height: 27px;
	position: relative;
	overflow:hidden;

}
#scrollingText .scrollableArea {
	list-style-type:none;
	margin-left:0;
	padding-left:0;
}

#scrollingText .scrollableArea *
{
	margin: 0;
	font-size:12px; 
	font-weight: normal; 
	color: #000; 
	width: auto;
	height: auto;
}
#scrollingText .scrollableArea li
	margin-left:0px;	
	list-style:none !important;
	display:inline !important;
	padding-bottom:10px;
}

/*	Invisible left hotspot */
div.scrollingHotSpotLeft
{
	/* 	The hotspots have a minimum width of 100 pixels 
	and if there is room the will grow and occupy 15% 
	of the scrollable area (30% combined). Adjust it 
	to your own taste. */
	min-width: 75px;
	width: 10%;
	height: 100%;
	/*	There is a big background image and it's used 
		to solve some problems I experienced
		with Internet Explorer 6. */
	background-image: url(../images/big_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	left: 0;
	/*  The first url is for Firefox and other browsers, the second is for Internet Explorer */
	cursor: url(../images/cursors/cursor_arrow_left.cur), url(images/cursors/cursor_arrow_left.cur),w-resize;
}

/*	Visible left hotspot */
div.scrollingHotSpotLeftVisible
{
	background-image: url(../images/arrow_left.gif);				
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.35; /* Standard CSS3 opacity setting */
	-moz-opacity: 0.35; /* Opacity for really old versions of Mozilla Firefox (0.9 or older) */
	filter: alpha(opacity = 35); /* Opacity for Internet Explorer. */
	zoom: 1; /* Trigger "hasLayout" in Internet Explorer 6 or older versions */
}

/* Invisible right hotspot */
div.scrollingHotSpotRight
{
	min-width: 75px;
	width: 10%;
	height: 100%;
	background-image: url(../images/big_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	right: 0;
	/*  The first url is for Firefox and other browsers, the second is for Internet Explorer */
	cursor: url(../images/cursors/cursor_arrow_right.cur), url(images/cursors/cursor_arrow_right.cur),e-resize;
}

/* Visible right hotspot */
div.scrollingHotSpotRightVisible
{
	background-image: url(../images/arrow_right.gif);
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.35;
	filter: alpha(opacity = 35);
	-moz-opacity: 0.35;
	zoom: 1;
}

/*	The scroll wrapper is always the same width and 
	height as the containing element (div). Overflow 
	is hidden because you don't want to show all of 
	the scrollable area.
*/
div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

div.scrollableArea
{
	position: relative;
	width: auto;
	height: 100%;
}


#trends{
    width:670px;
    margin:0 auto;
    overflow:hidden;
    }
.background .inner{
    *z-index:997;
    _z-index:997;
    position:relative;
    }

#trends{
    *z-index:996;
    _z-index:996;
    position:relative;
    zoom:1;
    margin-top:8px;
    }
#trends .inner{
    width:980px;
    overflow:hidden;
    zoom:1;
    position:relative;
    }
#trends ul{
    margin:0;
    padding:0;
    list-style:none;
    white-space:nowrap;
    zoom:1;
    position:relative;
    z-index:20;
    }
#trends li{
    margin:0;
    padding:0;
    display:inline;
    zoom:1;
    }
#trends em{
    display:none;
    zoom:1;
    }
#trends a,#trends li.trend-label{
    padding:8px 4px;
    }
#trends li.trend-label{
    font-size:9px;
    text-transform:uppercase;
    letter-spacing:.2em;
    zoom:1;
    }
#trends a{
    display:inline-block;
    color:#000;
    zoom:1;
    }
#trends a:hover,#trends a.active{
    color:#f00;
    text-decoration:none;
    zoom:1;
    }
#trends .fade{
    background:url("fade-trends2.png") repeat-y 0 0;
    position:absolute;
    display:block;
    top:0;
    left:0;
    width:60px;
    padding:8px 0;
    zoom:1;
    _visibility:hidden;
    z-index:30;
    pointer-events:none;
    }
#trends .fade-right{
    background-position:-60px 0;
    left:auto;
    /* right:240px; */
    right:0;

    }
#trends dl{
    margin:0;
    padding:20px 0;
    line-height:18px;
    }
#trends dt{
    display:block;
    margin-bottom:4px;
    font-size:11px;
    color:#df6;
    }
#trends dt img{
    vertical-align:middle;
    }
#trends dd{
    margin:0;
    }
#trends dd strong{
    color:#fff;
    }
#trend_description p{
    font-size:1em;
    }
.trendtip{
    background:#fff;
    position:relative;
    width:240px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
    font-size:11px;
    line-height:18px;
    color:#aaa;
    display:none;
    margin-top:9px;
    }
.trendtip-content{
    background:#000;
    padding:10px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    }
.trendtip-trend{
    margin-bottom:10px;
    font:bold 15px "Helvetica Neue",Arial,Sans-serif;
    color:#fa2;
    line-height:18px;
    display:block;
    }
ul.trendscontent a:focus,ul.trendscontent a:active,.trendtip-trend:focus,.trendtip-trend:active{
    outline:0;
    -moz-outline:0;
    }
.trendtip-desc{
    display:block;
    color:#ddd;
    font-size:13px;
    line-height:18px;
    }
.trendtip-source a{
    color:#6ac;
    text-decoration:none;
    }
.trendtip-pointer{
    background:url("trendtip-pointer.gif");
    position:absolute;
    top:-9px;
    left:50%;
    width:17px;
    height:9px;
    margin-left:-8px;
    }
.aside #trend_description p{
    color:#666;
    }
.aside #what_the_trend{
    color:#999;
    font-size:11px;
    }


div.trend-description-container{
    display:block;
    }
.trend-description-container{
    display:none;
    margin:0!important;
    padding:7px 0 0 0!important;
    }
#trend_description img{
    vertical-align:middle;
    margin:1px 5px 3px;
    }
.ie8 #trend_description img{
    margin-top:-1px;
    }
.ie7 #trend_description img{
    margin-bottom:-2px;
    }
#trend_description{
    display:none;
    padding:0;
    line-height:18px;
    margin:0 0 1em;
    }
#trend_description span{
    color:#777;
    }
#trend_description p{
    margin:0;
    line-height:18px;
    font-size:1.1em;
    color:#333;
    }
#trend_description p strong{
    color:#333;
    }

