
.rtl {
    direction: rtl; 
    text-align: right;
    unicode-bidi: bidi-override;
}
.ltr {
    direction: ltr; 
    text-align: left;
    unicode-bidi: bidi-override;
}
#vote {
	position: absolute;
	top: 0px;
	left: 70%;
  float: left;
}
#vote input {
  float: left;
	font-size:28px;
	position: relative;
	top: 2px;
	background-color: #B3081C;
	border: 1px dotted;
	color: white;
}
#footer {
	position: absolute;
	top: 110%;
	left: 0;
	min-height:250px;
	padding: 1px;
	width: 100%;
	background-color: #333;
	color: white;
	font-size:12px;
}
#footer input {
  float: left;
	font-size:15px;
	position: relative;
	top: 3px;
	background-color: #B3081C;
	border: 1px dotted;
	color: white;
}
#footernobox {
	background-color: #333;
	height: 120px;
	color: white;
}
/*#footer td {
	width: 50%;
	font-color: white;
}*/
input {
	font-size:30px;
	position: relative;
	top: 2px;
	background-color: #B3081C;
	border: 1px dotted;
	color: white;
}
.nobig input {
	font-size:18px;
	position: relative;
	top: 2px;
	background-color: #B3081C;
	border: 1px dotted;
	color: white;
}
.nobig {
	font-size:18px;
	position: relative;
	top: 2px;
	background-color: #B3081C;
	border: 1px dotted;
	color: white;
}
/*#lista:hover {
	background-image: url("/images/gdtc.jpg");
	background-repeat: no-repeat; 
	width: 98%;
  opacity: 1;
  filter: alpha(opacity=100);
	margin-left: auto;
  margin-right: auto;
	text-align: left;
}*/
#lista th {
	border: 1px dotted;
	background-color: #B3081C;
	color: white;
  opacity: 1;
  filter: alpha(opacity=100);
}
/*#lista tr {
	border-top: 1px dotted;
	background-color: rgba(220,220,220,1);
	opacity: 0.9;
	filter: alpha(opacity=90);
}*/
#list1 {
	border-top: 1px dotted;
	background-color: rgba(50,0,10,0.9);
	color: white;
  opacity: 0.9;
	filter: alpha(opacity=90);
}
#list2 {
	border-top: 1px dotted;
	background-color: rgba(10,0,50,0.8);
	color: white;
  opacity: 0.9;
	filter: alpha(opacity=90);
}
.footer_action {
	position: absolute;
	top: 95%;
	left: 0px;
	z-index: -1; 
	width: 100%;
	height: 140px;
	background-color: #ddd;
}
.footer_frame {
	position: absolute;
	top: 85%;
	left: 0px;
	z-index: -1; 
	width: 100%;
	height: 0px;
	background-color: #aaa;
}
.container-outer { 
 position: fixed;
 bottom: 0;
 left: 250px;
 /*overflow: scroll; */
 overflow: hidden; 
 width: 100%; 
 height: auto; 
 background-color: #eeeeee;
 z-index: 0;
}
.container-inner { width: 100%; }
.bottom_frame li {
}

a {
	color: white;
}
a:link a:visited a:hover a:active {
	color: white;
}
.video1 {
	position: absolute;
	top: 5px;
	z-index: -1; 
}
.left_frame {
	/*width: 10px;*/
}
.left_arrow {
 text-align: center;
 /*margin-left: auto;
 margin-right: auto;*/
}
#video1 {
	/*position: absolute;
	top: 0px;*/
	left: 5px;
	z-index: -1; 
	border: 2px dotted;
}
/********** MENU **********/
body, ul, li {
	font-size:21px; 
	font-family:Arial, Helvetica, sans-serif;
	line-height:21px;
	text-align:left;
}
body {
	/*background-color: #ffffff;*/
}
#menu {
	list-style:none;
	width: 90%  !important;
	margin:-45px auto 0px auto;
	height:43px;
	padding: 0px 20px 0px 20px;
	background-color: transparent;
	/* Rounded Corners */
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	/* Background color and gradients */
	
	/*background: #014464;
	background: -moz-linear-gradient(top, #0272a7, #013953);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0272a7), to(#013953));*/
	background: #f10104;
	background: -moz-linear-gradient(top, #f20201, #310103);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f20201), to(#310103));
	
	/* Borders */
	
	border: 1px solid #002232;
	-moz-box-shadow:inset 0px 0px 1px #edf9ff;
	-webkit-box-shadow:inset 0px 0px 1px #edf9ff;
	box-shadow:inset 0px 0px 1px #edf9ff;
	z-index:99;
}
#menu li {
	float:left;
	display:block;
	text-align:center;
	position:relative;
	padding: 4px 7px 4px 7px;
	margin-right:20px;
	margin-top:7px;
	border:none;
}
#menu li:hover {
	border: 1px solid #777777;
	padding: 4px 9px 4px 9px;
	
	/* Background color and gradients */
	
	background: #F4F4F4;
	background: -moz-linear-gradient(top, #F4F4F4, #EEEEEE);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F4F4F4), to(#EEEEEE));
	
	/* Rounded corners */
	
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}
#menu li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px; /*14*/
	color: #ffffff; /*#EEEEEE;*/
	display:block;
	outline:0;
	text-decoration:none;
	text-shadow: 1px 1px 1px #000;
}
#menu li:hover a {
	color:#161616;
	text-shadow: 1px 1px 1px #ffffff;
}
#menu li .drop {
	padding-right:21px;
	background:url("/images/drop.png") no-repeat right 8px;
}
#menu li:hover .drop {
	background:url("/images/drop.png") no-repeat right 7px;
}
.dropdown_1column, 
.dropdown_2columns, 
.dropdown_3columns, 
.dropdown_4columns,
.dropdown_5columns {
	margin:5px auto;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	padding:10px 5px 10px 5px;
	border:1px solid #777777;
	border-top:none;
	
	/* Gradient background */
	background:#F4F4F4;
	background: -moz-linear-gradient(top, #EEEEEE, #BBBBBB);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEEEEE), to(#BBBBBB));
	/* Rounded Corners */
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
}
.dropdown_1column {width: 140px;}
.dropdown_2columns {width: 280px;}
.dropdown_3columns {width: 420px;}
.dropdown_4columns {width: 560px;}
.dropdown_5columns {width: 700px;}
#menu li:hover .dropdown_1column, 
#menu li:hover .dropdown_2columns, 
#menu li:hover .dropdown_3columns,
#menu li:hover .dropdown_4columns,
#menu li:hover .dropdown_5columns {
	left:-1px;
	top:auto;
}
.col_1,
.col_2,
.col_3,
.col_4,
.col_5 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}
.col_1 {width:130px;}
.col_2 {width:270px;}
.col_3 {width:410px;}
.col_4 {width:550px;}
.col_5 {width:690px;}
#menu .menu_right {
	float:right;
	margin-right:0px;
}
#menu li .align_right {
	/* Rounded Corners */
	-moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
}
#menu li:hover .align_right {
	left:auto;
	right:-1px;
	top:auto;
}
#menu p, #menu h2, #menu h3, #menu ul li {
	font-family:Arial, Helvetica, sans-serif;
	line-height:21px;
	font-size:12px;
	text-align:left;
	text-shadow: 1px 1px 1px #FFFFFF;
}
#menu h2 {
	font-size:21px;
	font-weight:400;
	letter-spacing:-1px;
	margin:7px 0 14px 0;
	padding-bottom:14px;
	border-bottom:1px solid #666666;
}
#menu h3 {
	font-size:14px;
	margin:7px 0 14px 0;
	padding-bottom:7px;
	border-bottom:1px solid #888888;
}
#menu p {
	line-height:18px;
	margin:0 0 10px 0;
}
#menu li:hover div a {
	font-size:12px;
	/*color:#015b86;*/
	color:#CC0000;
}
#menu li:hover div a:hover {
	/*color:#029feb;*/
	color:#021759;
	/*background-color: #ffffff;*/
}
.strong {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.imgshadow { /* Better style on light background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
}
.img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:5px 15px 5px 5px;
}
#menu li .black_box {
	background-color:#333333;
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding:4px 6px 4px 6px;
	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	/* Shadow */
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}
#menu li ul {
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
}
#menu li ul li {
	font-size:12px;
	line-height:24px;
	position:relative;
	text-shadow: 1px 1px 1px #ffffff;
	padding:0;
	margin:0;
	float:none;
	text-align:left;
	width:130px;
}
#menu li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
}
#menu li .greybox li {
	background:#F4F4F4;
	border:1px solid #bbbbbb;
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;
	width:116px;
	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
#menu li .greybox li:hover {
	background:#ffffff;
	border:1px solid #aaaaaa;
	padding:4px 6px 4px 6px;
	margin:0px 0px 4px 0px;
}
/****** SCROLL *************/
.scroll {
	width: 600px;
	height: 450px;
	background: rgba(255,0,0,0.3);
/*	opaque: 2%;*/
	position: relative;
	top: -400px;
	-webkit-animation: mymove 5s;
	animation: mymove 5s;
	-webkit-animation-delay: 1s; /* Chrome, Safari, Opera */
	animation-delay: 1s;
	/* Rotate div */
	-ms-transform: rotate(0deg); /* IE 9 */
	-webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
	transform: rotate(0deg);
}
@-webkit-keyframes mymove {
    from {left: 300px;}
    to {left: 50px;}
}
@keyframes mymove {
    from {left: 300px;}
    to {left: 50px;}
}
.scroll-up {
 height: 450px;	
 overflow: hidden;
 position: relative;
 /*background: yellow;*/
 color: black;
 border: 0px solid orange;
}
.scroll-up p {
 position: absolute;
 width: 100%;
 height: 100%;
 margin: 0;
 line-height: 10px;
 text-align: center;
 /* Starting position */
 -moz-transform:translateY(100%);
 -webkit-transform:translateY(100%);	
 transform:translateY(100%);
 /* Apply animation to this element */	
 -moz-animation: scroll-up 50s linear infinite;
 -webkit-animation: scroll-up 50s linear infinite;
 animation: scroll-up 50s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes scroll-up {
 0%   { -moz-transform: translateY(100%); }
 100% { -moz-transform: translateY(-100%); }
}
@-webkit-keyframes scroll-up {
 0%   { -webkit-transform: translateY(100%); }
 100% { -webkit-transform: translateY(-100%); }
}
@keyframes scroll-up {
    0%   { 
	-moz-transform: translateY(100%); /* Browser bug fix */
	-webkit-transform: translateY(100%); /* Browser bug fix */
	transform: translateY(100%); 		
    }
    100% { 
	-moz-transform: translateY(-100%); /* Browser bug fix */
	-webkit-transform: translateY(-100%); /* Browser bug fix */
	transform: translateY(-100%); 
    }
}
/****** scroll right ******/
.scroll-right {
 height: 40px;	
 overflow: hidden;
 position: relative;
 top:-35px;
/* background: red;*/
/* background: rgba(255,0,0,0.2);*/
 color: black;
 border: 0px solid orange;
}
.scroll-right p {
 position: absolute;
 width: 100%;
 height: 100%;
 margin: 0;
 line-height: 22px;
 text-align: center;
 /* Starting position */
 -moz-transform:translateX(-100%);
 -webkit-transform:translateX(-100%);	
 transform:translateX(-100%);
 /* Apply animation to this element */	
 -moz-animation: scroll-right 15s linear infinite;
 -webkit-animation: scroll-right 15s linear infinite;
 animation: scroll-right 15s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes scroll-right {
    0%   { -moz-transform: translateX(-100%); }
    100% { -moz-transform: translateX(100%); }
}
@-webkit-keyframes scroll-right {
    0%   { -webkit-transform: translateX(-100%); }
    100% { -webkit-transform: translateX(100%); }
}
@keyframes scroll-right {
    0%   { 
	-moz-transform: translateX(-100%); /* Browser bug fix */
	-webkit-transform: translateX(-100%); /* Browser bug fix */
	transform: translateX(-100%); 		
    }
    100% { 
	 -moz-transform: translateX(100%); /* Browser bug fix */
	 -webkit-transform: translateX(100%); /* Browser bug fix */
	 transform: translateX(100%); 
    }
}
/****************/
