/********************************************************/
/* ---------------------------------------------------- */
/* CSS RESET
/* ---------------------------------------------------- */
html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, acronym, address, big, cite,
em, img, small, strong,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 14px;
	color: #757575;
	background: #fff url("../imgs/bg_tile.jpg") repeat-y top center;
	font-family: Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
a {
	color: #1971c4;
	text-decoration: none;
}
a:hover {
	text-decoration: none !important;
	cursor: pointer;
}

h1, h2, h3, h4, h5, h6 { font-weight: bold; }

h1 { font-size: 18px; }
h2 { font-size: 17px; }
h3 { font-size: 16px; }
h4 { font-size: 15px; }
h5 { font-size: 14px; }
h6 { font-size: 13px; }

.clear { clear: both !important; }
.left { float: left !important; display: inline; }
.right { float: right !important; display: inline; }

/* clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
/* end clearfix */
/********************************************************/


/********************************************************/
/* ---------------------------------------------------- */
/* MAIN DEFINITIONS
/* ---------------------------------------------------- */
#admin_menu {
	overflow: hidden;
	font-size: 12px;
	padding: 4px 20px 6px 20px;	
	background-color: #333;
}
#admin_menu a { color: #fff; }

#all{
	background: url("../imgs/main_bg.jpg") top center no-repeat;
	min-height: 1572px;
}

#wrapper {
    width: 1001px;
    margin: 0 auto;
    overflow: hidden;
    padding-right: 5px;
}

#header {
	width: 1001px;
    height: 179px;
	overflow: hidden;
    background: transparent url("../imgs/header-bg.png") no-repeat;
    color: white;
    font-size: 10px;
    margin-top: 28px;
}

#main {
	width: 1001px;
	overflow: hidden;
    background-color: #fff;
}

#footer {
    height:120px;
	overflow: hidden;
    background:url(../imgs/bot_bg.jpg) no-repeat top center;
    margin: 0 auto;
}
/********************************************************/


/********************************************************/
/* ---------------------------------------------------- */
/* HEADER
/* ---------------------------------------------------- */

#header a {
    color: #fff;
}

/* --------------------------------- */
/* RUNNING TEXT
/* ----------------------------------*/
#header .running-text {
    width: auto;
    margin: 10px 8px 0 12px;
    border: 1px solid #6f140d;
    float: left; display: inline; 
	overflow: hidden;
}
#header .running-text .border {
    width: 520px;
    height: 16px;
    padding: 0 5px;
    border: 1px solid #b41000;
    line-height: 16px;
	overflow: hidden;
}
#header .running-text a:hover {
	text-decoration: none;
}

/* ----------------------------------*/

/* --------------------------------- */
/* DATE AND TIME
/* ----------------------------------*/
#header .date-and-time {
    height: 13px;
    margin-top: 13px;
    float: left; display: inline;   
}
#header .date-and-time li {
    height: 13px;
    line-height: 13px;
    float: left; display: inline;
    padding: 0 8px 0 10px;
    background: transparent url("../imgs/list-border.png") no-repeat;
}
/* ----------------------------------*/

/* --------------------------------- */
/* OPTIONS MENU
/* ----------------------------------*/
#header .options-menu {
    height: 13px;
    margin-top: 13px;
    float: right; display: inline;
    margin-right: 123px;
}
#header .options-menu li {
    height: 13px;
    line-height: 13px;
    float: left; display: inline;
    padding: 0 8px 0 10px;
    background: transparent url("../imgs/list-border.png") no-repeat;
    text-transform: uppercase;
}
#header .options-menu li.home {
    background-image: none;
}

#header .options-menu li.change-lang {
	width: 69px;
	padding-left: 4px;
}
#header .options-menu li.change-lang img {
    float: left;
    margin: 0 0 2px 5px;
}
#header .options-menu li.change-lang span {
    float: right;
    margin: 0 0 2px 5px;
}
/* ----------------------------------*/

/* --------------------------------- */
/* LOGO
/* ----------------------------------*/
#header .logo {
    width: 855px;
    height: 73px;
    clear: both;
    margin: 26px 0 0 13px;
}
#header .logo a {
	display: block;
	width: 356px;
	height: 73px;
	float: left; display: inline;
	text-indent: -999em; 
}
/* ----------------------------------*/

/* --------------------------------- */
/* MAIN MENU
/* ----------------------------------*/
#header .main-menu {
    height: 34px;
    margin-top: 13px;
    float: left; display: inline;
    margin-left: 3px;
}
#header .main-menu li {
    height: 34px;
    line-height: 34px;
    float: left; display: inline;
    background: transparent url("../imgs/main-menu-border.png") no-repeat  right top;
    text-transform: uppercase;
}
#header .main-menu li a {
    float: left; display: inline;
    height: 22px;
    padding: 12px 11px 0 11px;
    font: bold 12px Arial;
}
#header .main-menu li a:hover {
    background-color: #990000;
    text-decoration: none;
}

#header .main-menu li.active a {
    background: #e9e9e9 url("../imgs/main-menu-active.png") repeat-x 0 0;
    color: #b90002;
}
/* ----------------------------------*/

/* --------------------------------- */
/* SEARCH
/* ----------------------------------*/
#searchform {
    width: 205px;
    height: 22px;
    float: right; dispaly: inline;
    position: relative;
    margin: 19px 10px 0 0;
}
#searchform p { float:v left; display: inline;  }
#searchform .search-field {
    width: 172px;
    height: 20px;
    padding: 2px 25px 0 8px;
    float: right; dispaly: inline;
    background: transparent url("../imgs/search-bg.png") no-repeat 0 0;
    border: none;
    font-size: 12px;
}
#searchform .eng-geo { display: none; }

#searchform .submit {
    width: 20px;
    height: 20px; 
    position: absolute;
    right: 2px; top: 1px;
    background: none;
    border: none;
    cursor: pointer;
}
/********************************************************/


/* ---------------------------------------------------- */
/* MAIN
/* ---------------------------------------------------- */


/* --------------------------------- */
/* TV PROGRAM
/* ----------------------------------*/
.tv-program {
    padding: 0 100px 0 24px; 
    height: 36px;
    overflow: hidden;
	position: relative;
	font-size: 15px;
}
.tv-program li {
	width: 201px;
    float: left; display: inline;
    font-size: 11px;
    margin: 0 5px 0 0;
    border-right: 1px dotted #9c9c9c;
    padding-right: 4px;
	margin-top: 12px;
	cursor: default;
}

.tv-program .prevTV {
  width: 10px;
  height: 10px;
  margin: 0; padding: 0;
  position: absolute;
  left: 5px;
  top: 13px;
  z-index: 77;
  border: 0;
  font-size: 16px;
  cursor: pointer;
  background: transparent url("../imgs/tv-arrows.gif") no-repeat 0 -10px;
  text-indent: -999em;
}
.tv-program .prevTV:hover {
	background: transparent url("../imgs/tv-arrows.gif") no-repeat 0 0;
}

.tv-program .nextTV {
  width: 10px;
  height: 10px;
  margin: 0; padding: 0;
  position: absolute;
  right: 123px;
  top: 13px;
  z-index: 77;
  border: 0;
  cursor: pointer;
  font-size: 16px;
  background: transparent url("../imgs/tv-arrows.gif") no-repeat -10px -10px;
  text-indent: -999em;
}
.tv-program .nextTV:hover {
	background: transparent url("../imgs/tv-arrows.gif") no-repeat -10px 0;
}

.tv-program li strong {
    float: left; display: inline;
    padding-right: 12px;
    margin-right: 4px;
    font-weight: bold;
    font-size: 15px;
    background: transparent url("../imgs/tv-prog-slash.png") no-repeat 100% 20%;
}
.tv-program li a {
    color: #9c9c9c;
}
.tv-program li a:hover {
    color: #ca0002;
    text-decoration: none;
}
.see-more-tv {
	display: block;
	width: 105px;
	height: 15px;
	/*padding-right: 28px;*/ 
	position: absolute;
  	right: 8px;
  	top: 13px;
	/*background: transparent url("../imgs/the_eye.png") no-repeat right;*/
	color: #B60002;
	font-size: 11px;
}
.see-more-tv:hover { text-decoration: none; }
.tv-program .no-tv {
	text-align: center; 
	margin-top: 10px;
}
/* ----------------------------------*/

/* --------------------------------- */
/* FEATURED SECTION
/* ----------------------------------*/
.featured {
    padding: 10px;
    background-color: #dfdfdf;
    overflow: hidden;
    margin-bottom: 15px;
	zoom:1;
}
.featured li {
    float: left; display: inline;
    margin-right: 10px;
    position: relative;
}

.featured .top-left-module {
	width: 275px;
	float: left;  
}
.featured .top-right-module {
	width: 698px;
	float: right; 
}

.over-image {
    display: block;
    width: 92%;
	padding: 6px 4%;
    height: 24px;
    background: transparent url("../imgs/semi-transparent.png") repeat;
    position: absolute;
    left: 0; bottom: 0;
    text-transform: uppercase;
    color: #fff;
	font: bold 20px/25px Arial, sans-serif; 
}
.over-image img {
	margin-top: 3px;
}
/* CAROUSEL SLIDER
/* ------------------------*/
.carousel-container {
    width: 696px;
    height: 212px;
    margin-top: 1px;
    position: relative;
    float: right; display: inline;
	overflow: hidden;
	zoom: 1;
}
.prev {
  width: 39px;
  height: 39px;
  margin: 0; padding: 0;
  position: absolute;
  left: 0;
  top: 87px;
  z-index: 777;
  background: transparent url("../imgs/arrows.png") no-repeat 0 0;
  border: 0;
  cursor: pointer;
}

.next {
  width: 39px;
  height: 39px;
  margin: 0; padding: 0;
  position: absolute;
  right: 0;
  top: 87px;
  z-index: 777;
  background: transparent url("../imgs/arrows.png") no-repeat -42px 0;
  border: 0;
  cursor: pointer;
}
/* -------------*/
/* ----------------------------------*/

/* --------------------------------- */
/* SIDEBAR
/* ----------------------------------*/
#sidebar {
    width: 275px;
    padding: 0 13px 0 10px;
    float: left; display: inline;
}
#sidebar li {
    background-color: #f5f4f1;
    border: 1px solid #cfcbc7;
    padding: 10px;
    margin-bottom: 10px;
}
div.holder {  
    position: relative;
}
/* ----------------------------------*/

/* --------------------------------- */
/* SUB MENU
/* ----------------------------------*/
#sidebar .sub-menu {
	border: 1px solid #e7e5e3;
	padding: 0 10px;
	margin-bottom: 10px;
}
#sidebar .sub-menu li {
	border: none;
	background-color: transparent;
	border-bottom: 1px solid #f0efee;
	list-style: disc;
	font-size: 11px;
	margin: 2px 16px 0 20px;
}	
#sidebar .sub-menu li:last-child { border: none; }

#sidebar .sub-menu li a { 
	color: #555555;
	font-size: 13px; 
} 
#sidebar .sub-menu li.active a { color: #ca0002; } 

#sidebar .sub-menu li a:hover { color: #ca0002; text-decoration: none; }
/* --------------------------------- */

/* --------------------------------- */
/* BREADCRUMBS
/* ----------------------------------*/
#breadcrumbs {
	border: 1px solid #ddd;
	padding: 4px;
	padding-bottom: 6px;
	color: #777 !important;
	font-size: 11px;
	margin-bottom: 10px;
	text-transform: capitalize;
}
#breadcrumbs a {
	color: #333 !important;
	display: inline-block;
}
#breadcrumbs a:hover { text-decoration: none; color: #ca0002 !important; }
/* --------------------------------- */
/* CONTENT
/* ----------------------------------*/
#content {
    width: 690px;
    float: left; display: inline;
    color: #333;
	padding-bottom: 16px;
	font-size: 11px;
}

#content a { color: #CA0002; }
#content a:hover { text-decoration: underline !important; }

.under-construction {
	text-align: center;
	font-size: 24px;
	letter-spacing: 1px;
	word-spacing: 20px;
	color: #999;
	text-decoration: bold;
	padding: 40px 0;
}
/* FIRST NEWS
/* ----------------------------------*/
.first-news {
    padding: 10px;
    border: 1px solid #eee;
    overflow: hidden;
}
.first-news h2 {
    width: 320px;
    float: left; display: inline;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 6px;
}
.first-news p {
     display: inline;
    margin-right: 14px;
}

.first-news div.description {
    /*width: 320px;*/
    font-size: 11px;
    margin: 0;
}

/* NEWS ITEMS
/* ----------------------------------*/
.news-item {
    padding: 10px;
    border: 1px solid #eee;
    margin: 10px 0 0 0;
    width: 46%;
}
.news-item h2 {
    width: 160px;
    float: left; display: inline;
    font-size: 12px;
    font-weight: bold;
    color: #666;
}
.news-item span.over-image {
    font-size: 12px;
    height: 20px;
    padding-top: 5px;
}
.news-item p {
    position: relative;
    float: left; display: inline;
    margin-right: 8px;
    font-size: 11
}
/*.first-news div.description {
    font-size: 11px;
    margin: 4px 0 0 0;
}
.first-news div.description a img {
	float:left;
	margin: 5px 5px 0 0;
}*/

.news-item p.description {
    font-size: 11px;
    margin: 4px 0 0 0;
}
.news-item p.description img {
	float:left;
	margin: 5px 5px 0 0;
}
#content .news-item a.readmore {
    color: #c40006;
}


/* SUB MENU
/* ----------------------------------*/
#submenu {
	position: relative;
	left: 10px;
}

#submenu li {
	width: 47%;
	height: 60px;
	line-height: 60px;
	float: left; display: inline;
	margin: 10px 16px 6px 0;
	border: 1px solid #eee;
	text-align: center;
}
#submenu li a, .sub-menu, #content .gallery-element h3 a { color: #555; font-size: 16px; }

#submenu li a:hover, #content .gallery-element h3 a:hover { color: #CA0002; text-decoration: none; }
/********************************************************/


/********************************************************/
/* ---------------------------------------------------- */
/* PRE FOOTER
/* ---------------------------------------------------- */
#pre-footer {
    clear: both;
    margin-top: 10px;
}

/* BANNERS
/* ----------------------------------*/
.banner-space {
    background-color: #dfdfdf;
    padding: 10px;
    overflow: hidden;
}
/*.banner-space p {
    width: 315px;
    height: 80px;
    float: left; display: inline;
    background: white;
    margin: 6px;
}
*/
/* PRE FOOTER WIDGETS
/* ----------------------------------*/
#bottom-widgets {
    padding: 12px 8px 20px 8px;
}
.widget {
    width: 315px;
    background: #fff url("../imgs/widget-bg.png") no-repeat;
    float: left; display: inline;
    margin-right: 20px;
	position: relative;
}
.widget .inner {
	padding: 0 4%;
    width: 92%;
    min-height: 266px;
    margin-top: 50px;
    border: 1px solid #f1f1f1;
    border-top: 0;
    float: left; display: inline;
	padding-bottom: 13px;
}

/********************************************************/
/* ---------------------------------------------------- */
/* TXT page type
/* ---------------------------------------------------- */
.txt {
	padding: 5px;
	font-size: 13px;
	line-height:17px;
	border:1px solid #eeeeee;
	-moz-box-shadow:0px 0px 1px #CFCFCF;
	-o-box-shadow:0px 0px 1px #CFCFCF;
	-webkit-box-shadow:0px 0px 1px #CFCFCF;
	overflow:hidden;
}
.txt .title {
	font-size: 13px;
	margin-bottom: 8px;
	position: relative;
	padding-right: 20px;
} 
.txt .title .date {
	color: #8d8d8d;
	font-size: 12px;
}
.txt .title a img {
	margin-bottom: -3px;
}
.txt .floated-img {
	float: left; 
	margin-right: 10px;
}
.txt p {
	margin: 8px 0;
}
.txt ol {
	list-style: disc;
	padding-left: 20px; 
}
.txt ol li {
	margin: 10px 0;
}
.txt b, .txt strong {
	font-weight: bold;
}
.txt .print_me { 
	position: absolute;
	right: 0; top: 0; 
}
/* ---------------------------------------------------- */
/* LIST-Cascad page type
/* ---------------------------------------------------- */
.list-cascad {
	padding: 5px;
}
.list-cascad .title {
	font-size: 13px;
	margin-bottom: 4px;
} 
.list-cascad .title .date {
	color: #8d8d8d;
	font-size: 12px;
}
.list-cascad .title a img {
	margin-bottom: -3px;
}
.list-cascad .floated-img {
	float: left; 
	margin-right: 10px;
}
.list-cascad p {
	font-size: 13px;
	line-height:17px;
	margin: 3px 0;
}
.list-item { 
	overflow: hidden;
	padding: 10px;
	border: 1px solid #eee;
	margin-bottom: 10px; 
}
/* ---------------------------------------------------- */
/* FDB(feedback) page type
/* ---------------------------------------------------- */
.fdb {
	border: 1px solid #eee;
	padding: 20px;
}
.fdb p {
	font-size: 13px;
	line-height:17px;
	margin: 4px 0;
}
.fdb .title {
	font-size: 13px;
	font-weight: bold;
}
.fdb .textinput {
	width: 300px;
	height: 16px;
	line-height: 14px;
	padding: 2px 2px 5px;
	border: 1px solid #d6d6d6;
	font-size: 12px;
	margin-bottom: 10px;
}
.fdb select {
	margin-bottom: 8px;
}
.fdb textarea {
	width: 400px;
	height: 120px;
	border: 1px solid #d6d6d6;
}
#fdbsend input {
	padding: 0 10px 2px 10px;
	background: #ca0002 url("../imgs/redGradient.png") repeat-x;
	border:1px solid #9A0102;
	color:#FFFFFF;
	margin-top:11px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
} 
/* ---------------------------------------------------- */
/* LIST-Cascad page type
/* ---------------------------------------------------- */
ul.sitemap {
	font-size: 13px;
	list-style: circle;
	margin-left: 30px;
}
.sitemap li { 
	margin-bottom: 10px;
	font-weight: bold; 
} 

.sitemap a { color: #555 !important; }
.sitemap a:hover { color: #CA0002 !important; }

.sitemap ul li {	
	margin: 10px 0 0 16px;
	font-weight: normal;
	list-style-type: disc;	
}
/* ---------------------------------------------------- */
/* IMAGE GALLERY
/* ---------------------------------------------------- */
.gallery-element {
	border: 1px solid #ddd;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkitborder-radius: 4px;
	background-color: #f8f8f8;	
	margin: 3px 15px;
	padding: 10px;
	font-size: 13px;
	line-height: 16px;
	overflow:hidden; 
   	zoom:1; 
   	padding-left:160px; 
}
   
.gallery-element  img{
    float:left;
    margin-left: -150px; 
}

.gallery-element .read_more {
	text-align: right;
	margin-top: -15px;
} 
#content .gallery-element .read_more a {
	color: #CA0002;
	font-size: 11px;
	font-weight: bold;
} 

.the_album {
	margin: 10px auto;
	overflow: hidden;
	width: 94%;
}
.album_images {
	float: left; display: inline;
	border: 1px solid #ccc;
	padding: 5px;
	margin: 12px;
}
.album_images:hover { background-color: #eee; }
/********************************************************/

/* ---------------------------------------------------- */
/* TV PROGRAM
/* ---------------------------------------------------- */
.time-wrapper {
	min-height: 700px;
	height: auto; !important
	height: 700px;
	border: 1px solid #ddd;
	padding: 10px;
	position: relative;
}
.week_wrapper {
	margin-bottom: 16px;
}
.days-of-week {
	overflow: hidden;
	font-size: 14px;
	margin-bottom: 20px;
	text-align: center;
}
.days-of-week li {
	float: left; display: inline;	
	margin-right: 4px;
} 
.days-of-week li a {
	float: left; display: inline;
	width: 66px;	
	padding: 10px;
	background-color: #B60002;
	color: #fff !important;	
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.days-of-week li a span {
	display: block;
	margin-top: 8px;
}

.days-of-week li.selected a {
	background: #DFDFDF url(../imgs/main-menu-active.png) repeat-x scroll 0 0;
	color: #B60002 !important;
	padding: 9px;
	border: 1px solid #d5d5d5;
}
.days-of-week li.selected a span {
	color: #474747;
}
.program-time-table li {
	font-size: 13px;
	line-height: 28px;
	/*height: 28px;*/
}
.program-time-table li .time {
	font-weight: bold;
	color: #ca0002;
} 
.time-wrapper .nextWeek {
	position: absolute;
	right: 10px; top: 26px;
}
.time-wrapper .prevWeek {
	position: absolute;
	right: 10px; top: 52px;
}

/********************************************************/


/********************************************************/
/* ---------------------------------------------------- */
/* FOOTER
/* ---------------------------------------------------- */
#footer p {
    width: 1000px;
    margin: 10px auto 0 auto;
    padding-top: 44px;
    color: #313131;
    font-size: 12px;
    background: transparent url("../imgs/footer-red-line.png") no-repeat top center;
}
#footer p .itdc {
    float: right;
}
#footer p .itdc a { color: #ca0002; }
/********************************************************/

.bottom-block-headers {
	font-size: 20px;
	line-height: 24px;
	position: absolute;
	top: 9px; left: 14px;	
	color: #fff;
}

.weather-line {
	width: 100%;
	height: 40px;
	border-bottom: 1px dotted #ccc;
	padding: 0 0 2px 0;
	margin-bottom: 6px; 	
	font-size: 16px;  
	overflow: hidden;
}

.weather-line li {
	float: left; display: inline;
	margin-right: 30px;
}

.weather-line .city {
	font-weight: bold;
	margin-top: 10px;
	margin-left: 4px;
	width: 70px;
}

.weather-line .degrees {
	margin-top: 6px;
	font-size: 13px;
	width: 77px;
}

.weather-line .pic {
	margin: 0 0 0 36px;	
}

/* ---------------------------------------------------- */
/* CALENDAR
/* ---------------------------------------------------- */
.calendar_box {
	width: 290px;
}
.calendar_box .calendar {
	background-color:#D9D9D9;
	/*border-collapse: collapse;*/
	border: 8px solid #D9D9D9;
}
.calendar_box .calendar td {
	background-color:#FFFFFF;
	border:1px solid #CDCFCF;
	color:#3F3F3F;
	font-size:12px;
	height:30px;
	text-align:center;
	vertical-align:middle;
	width:38px;
}
.calendar_box .calendar td.calendar_days_link {
	background-color:#eee;
}
.calendar_box .calendar td.calendar_days_today {
	border:2px solid #ca0002;
	color: #a21b1c;
}
.calendar_box .calendar td a {
	color:#ca0002;
	display:block;
	font-weight:bold;
	width:100%;
}
.calendar_box .calendar thead td {
	background-color:transparent;
	border:medium none;
	padding-bottom:6px;
}
.calendar_box .calendar_forms {
	background-color:#FFFFFF;
	border-top:3px solid #D9D9D9;
	padding:7px 0 4px;
}
.calendar_box .calendar_forms select {
	font-size:11px;
}
.calendar_box .calendar_forms select[name="month"] {
	width:194px;
}
.calendar_box .calendar_forms select[name="year"] {
	width:60px;
}
.calendar_box .calendar_forms .calendar_select {
	display: inline; float: left;
	margin-top: 1px;
	height: 20px;
}
.calendar_box .calendar_forms .calendar_button {
	display: inline; float: right;
	height: 18px;
	padding-bottom: 2px;
	height: 20px;
}
.calendar_box .calendar_forms input[type="submit"] {
	background:#CDCFCF url(../imgs/calendar-arrow.png) no-repeat scroll center center;
	border:0 none;
	height:18px;
	width:24px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.calendar_head {
	background-color:#D9D9D9;
	padding-bottom:5px;
	padding-top:7px;
	text-align:center; 
}


/* ---------------------------------------------------- */
/* POLL
/* ---------------------------------------------------- */
#gPoll>span {
	display: block;
	border-bottom: 1px solid #7f7f7f;
	font-size: 13px;
	color: #424242;
	padding-bottom: 6px;  
	margin-bottom: 8px;   		
}
#gPoll li {
	font-size: 11px;
	border-bottom:1px dotted #CCCCCC;
	padding: 4px 0 5px;
}

.gPoll_bt {
	background: #d20a0c url("../imgs/redGradient.png") repeat-x;
	color: #fff;
	border: 1px solid #9a0102;
	margin-top: 11px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
}
/**
 * POLL
 */
#gPoll ul li div {
	margin-bottom: 4px;
}
.gStolb {
	background: transparent url("../imgs/poll-line.png") repeat-x;
	overflow: hidden;
	margin-top: 3px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.prcnts {
	background-color: #fff; 
	float: left; display: inline;
	height: 100%;
	padding: 0 4px 0 0;
	font-weight: bold;
}

/**
 * CURRENCY
 */
.currency { 
	background-color: #eee;
	padding: 6px 10px;
	font-size: 12px; 
}
.currency div {
	height: 16px;
	line-height: 16px;
	border-bottom: 1px dotted #ccc;
	padding: 8px 0 8px 28px;
	margin-bottom: 2px; 
}

.currency .usd { background: transparent url("../imgs/usa.png") no-repeat 0 4px; }
.currency .eur { background: transparent url("../imgs/eu.png") no-repeat 0 4px; }
.currency .rub { background: transparent url("../imgs/rus.png") no-repeat 0 4px; border: none; }

.currency div strong { 
	font-weight: bold;
	margin-left: 20px;
	font-size: 13px;
	color: #666; 
}
.currency div span {
	float: right;
	font-size: 11px;
}

.currency div .red { color: #E92628; }
.currency div .red:before { content: "↓ "; }

.currency div .green { color: green; }
.currency div .green:before { content: "↑ "; }

.latest_news_title {
	background:url("../imgs/latestnews.png")repeat-x;
	height:32px;
	height:16px;
	padding:8px;
}
.pad {
	margin-top:20px;
	padding:1px;
	border:1px solid #eeeeee;
}

#pager_div a {
	border:1px solid #eeeeee;
	padding: 15px 20px;
	font-size:16px;
	color:#000;
	text-decoration:none;
	margin-left:5px;
}
#pager_div a:hover {
	font-size:16px;
	color:#c40006;
	text-decoration:none !important;
}
.pager_cur_page
{
	border:1px solid #eeeeee;
	padding: 15px 20px;
	font-size:16px;
	color:#c40006;
	text-decoration:none;
	font-weight:normal;
	margin-left:5px;
}


/*****/
.hide-me { display: none; }
#tool-tip {
	position: absolute;
	padding: 5px 8px;
	line-height: 15px;
	background: /*#fef9e7;*/#f7f7f7;
	border: 1px solid #ccc;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	z-index: 9999;
	font-size: 12px;
	color: #333;
	-moz-box-shadow: 2px 2px 3px #d7d7d7;
	-webkit-box-shadow: 2px 2px 3px #d7d7d7;
	box-shadow: 2px 2px 3px #d7d7d7;

}





