body {
margin: 0;
padding: 0;
border: 0;
font-family: "Lucida Grande","Trebuchet MS",Verdana,Helvetica,sans-serif;
font-size:11px;
background-color:#5380C1;
}

img { border: 0; }

a {color: green;}
	
.ainline, .ainline:visited, .ainline:hover, .ainline:active{
	color: black;
	text-decoration: none;
	cursor: text;
	outline-style:none;
}

#flags{
	float:right;
}
#flags #flagss a{
	background-image: url('/tr/image/flags.png');
	display: inline-block;
	width: 16px; 
	height: 11px;
}

#layout, .layout{
border:none;
border-spacing:0;
}

.layout>tr>td, .layout>tbody>tr>td{
border: none;
padding: 0;
margin:0;
vertical-align:top;
}

#wrapper {
    clear: both;
    margin: 0 auto;
    min-width: 1050px;
	border: none;
	text-align: left;
}

#maincontent{
margin: 0 0 0 150px;
xbackground: -moz-linear-gradient(left center , #5380C1 0%, white 10%, #70ACFF 100%) repeat scroll 0 0 transparent;
background: #70acff; /* Old browsers */
background: -moz-linear-gradient(left, #5380c1 0%, #ffffff 10%, #70acff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#5380c1), color-stop(10%,#ffffff), color-stop(100%,#70acff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #5380c1 0%,#ffffff 10%,#70acff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #5380c1 0%,#ffffff 10%,#70acff 100%); /* Opera11.10+ */
background: -ms-linear-gradient(left, #5380c1 0%,#ffffff 10%,#70acff 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70acff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
background: linear-gradient(left, #5380c1 0%,#ffffff 10%,#70acff 100%); /* W3C */
}

#framecontentLeft, #framecontentTop, #framecontentRight{
}

#framecontentRight{
float: right;
width: 150px;

background: #5380c1;
background: -moz-linear-gradient(left, #5085d2 0%, #000000 10%, #5380c1 15%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#5085d2), color-stop(10%,#000000), color-stop(15%,#5380c1));
background: -webkit-linear-gradient(left, #5085d2 0%,#000000 10%,#5380c1 15%);
background: -o-linear-gradient(left, #5085d2 0%,#000000 10%,#5380c1 15%);
background: -ms-linear-gradient(left, #5085d2 0%,#000000 10%,#5380c1 15%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5085d2', endColorstr='#5380c1',GradientType=1 );
background: linear-gradient(left, #5085d2 0%,#000000 10%,#5380c1 15%);
}

#framecontentLeft{
float: left;
width: 150px;

xbackground: -moz-linear-gradient(left center , #5380C1 85%, black 90%, #5085D2 100%) repeat scroll 0 0 transparent;
background: #5380c1;
background: -moz-linear-gradient(left, #5380c1 85%, #000000 90%, #5085d2 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(85%,#5380c1), color-stop(90%,#000000), color-stop(100%,#5085d2));
background: -webkit-linear-gradient(left, #5380c1 85%,#000000 90%,#5085d2 100%);
background: -o-linear-gradient(left, #5380c1 85%,#000000 90%,#5085d2 100%);
background: -ms-linear-gradient(left, #5380c1 85%,#000000 90%,#5085d2 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5380c1', endColorstr='#5085d2',GradientType=1 );
background: linear-gradient(left, #5380c1 85%,#000000 90%,#5085d2 100%);
}

#framecontentTop{ 
height: 80px;
overflow: hidden;

xbackground: -moz-linear-gradient(left center , #5085D2 85%, black 90%, #5085D2 100%) repeat scroll 0 0 transparent;
background: #5085d2;
background: -moz-linear-gradient(left, #5085d2 85%, #000000 90%, #5085d2 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(85%,#5085d2), color-stop(90%,#000000), color-stop(100%,#5085d2));
background: -webkit-linear-gradient(left, #5085d2 85%,#000000 90%,#5085d2 100%);
background: -o-linear-gradient(left, #5085d2 85%,#000000 90%,#5085d2 100%);
background: -ms-linear-gradient(left, #5085d2 85%,#000000 90%,#5085d2 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5085d2', endColorstr='#5085d2',GradientType=1 );
background: linear-gradient(left, #5085d2 85%,#000000 90%,#5085d2 100%);
}

#framecontentFooter{ 
	font-weight: bold;
	margin: 0 5px 0 5px;
	font-size: 10px;
	background: #fff;
	text-align: center;
	padding: 5px;
}

.innertube{
	margin: 15px;
}

.LinkStd, .LinkHot{
	padding: 1px 4px;
	box-shadow: -2px -2px 9px #404040;
	border-radius: 10px 0 10px 0;
}

.LinkStd:hover, .LinkHot:hover{
	padding: 2px 3px 0 5px;
}

.LinkStd{
display: block;
color: black;
text-decoration: none;

background: #56b1e8;
background: -moz-linear-gradient(left, #56b1e8 0%, #44bbcc 90%, #447799 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#56b1e8), color-stop(90%,#44bbcc), color-stop(100%,#447799));
background: -webkit-linear-gradient(left, #56b1e8 0%,#44bbcc 90%,#447799 100%);
background: -o-linear-gradient(left, #56b1e8 0%,#44bbcc 90%,#447799 100%);
background: -ms-linear-gradient(left, #56b1e8 0%,#44bbcc 90%,#447799 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56b1e8', endColorstr='#44BBCC',GradientType=1 );
background: linear-gradient(left, #56b1e8 0%,#44bbcc 90%,#447799 100%);
}

.LinkStd:hover{
box-shadow: -2px -2px 9px #ffffff;
background-color:#00CCFF;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00CCFF', endColorstr='#56b1e8',GradientType=1 );
}

.LinkStd:active{
color: black;
}

#framecontentRight .LinkStd{
background: -moz-linear-gradient(left, #447799 0%, #44bbcc 10%, #56b1e8 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#447799), color-stop(10%,#44bbcc), color-stop(100%,#56b1e8));
background: -webkit-linear-gradient(left, #447799 0%,#44bbcc 10%,#56b1e8 100%);
background: -o-linear-gradient(left, #447799 0%,#44bbcc 10%,#56b1e8 100%);
background: -ms-linear-gradient(left, #447799 0%,#44bbcc 10%,#56b1e8 100%);
background: linear-gradient(left, #447799 0%,#44bbcc 10%,#56b1e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#447799', endColorstr='#56b1e8',GradientType=1 );
}

#framecontentRight .LinkStd:hover{
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56b1e8', endColorstr='#00CCFF',GradientType=1 );
}

.LinkHot{
display: block;
color: black;
text-decoration: none;

background: #e70036;
background: -moz-linear-gradient(left, #e70036 0%, #ff5656 90%, #2C4D65 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e70036), color-stop(90%,#ff5656), color-stop(100%,#2C4D65));
background: -webkit-linear-gradient(left, #e70036 0%,#ff5656 90%,#2C4D65 100%);
background: -o-linear-gradient(left, #e70036 0%,#ff5656 90%,#2C4D65 100%);
background: -ms-linear-gradient(left, #e70036 0%,#ff5656 90%,#2C4D65 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e70036', endColorstr='#ff5656',GradientType=1 );
background: linear-gradient(left, #e70036 0%,#ff5656 90%,#2C4D65 100%);
}

.LinkHot:visited{
color: black;
}

.LinkHot:hover{
box-shadow: -2px -2px 9px #ffffff;
background-color: #FC1C09;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FC1C09', endColorstr='#e70036',GradientType=1 );
}

.LinkHot:active{
	color: black;
}

#framecontentRight .LinkHot{
background: -moz-linear-gradient(left, #2c4d65 0%, #ff5656 10%, #e70036 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#2c4d65), color-stop(10%,#ff5656), color-stop(100%,#e70036));
background: -webkit-linear-gradient(left, #2c4d65 0%,#ff5656 10%,#e70036 100%);
background: -o-linear-gradient(left, #2c4d65 0%,#ff5656 10%,#e70036 100%);
background: -ms-linear-gradient(left, #2c4d65 0%,#ff5656 10%,#e70036 100%);
background: linear-gradient(left, #2c4d65 0%,#ff5656 10%,#e70036 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c4d65', endColorstr='#e70036',GradientType=1 );
}

#framecontentRight .LinkHot:hover{
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e70036', endColorstr='#FC1C09',GradientType=1 );
}

ul.tablePaginater {
	margin: 2px 0px 1em;
	padding: 0px;
	display: block;
	list-style-type: none;
}

ul.tablePaginater li {
	display: block;
	vertical-align: middle;
	width: 2.1em;
	color: rgb(102, 102, 102);
	line-height: 2em;
	margin-right: 4px;
	height: 2.1em;
	text-align: center;
	float: left;
}

ul.tablePaginater li.currentPage a {
	border-color: rgb(168, 68, 68) ! important;
	color: rgb(0, 0, 0);
}

ul.tablePaginater li a {
	border: 1px solid rgb(204, 204, 204);
	display: block;
	width: 2em;
	color: rgb(102, 102, 102);
	height: 2em;
	text-decoration: none;
}

table {
	border-style: none;
	border-color: #3333FF #33CCFF #33CCFF #3333FF;
	font-size: 100%;
	border-collapse: collapse;
}

.table_Left {
	font-weight: bold;
	border-bottom-color: #00CCFF;
	color: #66FF00;
	background-color: #0000CC;
}

th {
	border-style: none none solid solid;
	border-color: #0000CC;
	border-width: thin;
	background: #00CCFF;
	padding: 0 5px;
}

th a{
	color: black;
}

td {
	border-style: none none solid solid;
	border-color: #0000CC;
	border-width: thin;
	padding: 0 5px;
}

.chartable th, .chartable td{
	border-style: none;
}
	

.alr {
    text-align: right;
}
.alc {
    text-align: center;
}
.all {
    text-align: left;
}
.ctable {
    margin-left: auto;
    margin-right: auto;
}

.star>div{
	box-shadow: -5px -5px 9px white;
}
.star, .star table, .star td {
	color: white;
	border-style: none;
	font-size: 14px;
}
.star .LinkStd{
	display: inline;
}
.starmenu{
	text-align: center; 
}
.starobject{
	display: inline-block;
	min-width: 8em;
	background-color: blue;
	font-weight: bold;
}

.CSC, .CSG, .CSW, .CSWR{
	cursor: pointer;
}

.CSC a, .CSG a, .CSW a, .CSWR a{
	color: black;
	text-decoration: none;
}

.CSC a:visited, .CSG a:visited, .CSW a:visited, .CSWR a:visited{
	color: black;
}

.CSC:hover, .CSG:hover, .CSW:hover, .CSWR:hover{
	background-color: rgba(255, 255, 255, 0.5);
}

.x{
	background-color: rgba(255, 255, 255, 0.3);
}

