﻿/*------------------------------ right click option block ------------------------------*/
 body {
       -webkit-touch-callout: none;
       -webkit-user-select: none;
       -khtml-user-select: none;
       -moz-user-select: none;
       -ms-user-select: none;
       user-select: none;
}
/*------------------------------ right click option block ------------------------------*/


#tickerContainer{float:left; width:100%; padding:2% 0; /*border:1px #d08c0d solid; padding:0 5px;*/}

#ticker {
width:100%;
height:440px;
overflow:auto;
margin:0px 0px;
}
#ticker dt {

padding:0 0px 0px 0px;
/*background-color:#e5e5e5;*/
padding-top:10px;
/*border-top:1px solid #ffffff;
border-bottom:1px solid #ffffff;*/
border-bottom:none;
border-right:none;
position:relative;
font-size:14px;
/*font-family:Calibri;*/ color:#72b1e4; font-weight:bold; text-align:left;
}
#ticker dt a{color:#72b1e4; }
#ticker dt a:hover{text-decoration:underline; color:#fff;}
#ticker dd {
margin:5px 0 10px;
padding: 0 0 20px 0;
/*padding:0px 0px 8px 0px;*/
border-bottom:1px solid #d5d5d5;
/*font-family:Calibri;*/
/*background-color:#e5e5e5;*/
/*border-left:1px solid #ffffff;*/
position:relative;
font-size:13px; line-height:18px; color:#fff; text-align:justify;
background-image:url(../images/bullet.jpg); background-position:left 7px; background-repeat:no-repeat;
}
#ticker dd a{color:#72b1e4; font-size:12px; font-weight:bold; /*text-transform:lowercase;*/}
#ticker dd.last {
border-bottom:1px solid #ffffff;
}
#ticker div { margin-top:0;
}

.mar_img{float:left; width:30%; margin-right:5px;}
#ticker dd iframe{float:left; width:30%; margin-right:5px; height:100px;}












