﻿/* CSS layout */
@import url("main.css");
@import url("forms.css");
/* genel icerik */
#supercontainer{
	width: 795px;
	text-align: center;
	margin: 0 auto;
	padding: 3px;
	background: #FFFFFF;
	border: 10px solid #808080;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#toppart, #container{
	position: relative;
	width: 780px;
	margin: 0 auto;
	background: #FFFFFF;
	border: 1px #CCCCCC solid;
	border-top: 0px;
	text-align: left;
}
#toppart{
	margin-top: 5px;
}
#container{
	margin-bottom: 10px;
}
.clear{
	clear: both;
}
.supertitle{
	margin:3px;
	font-weight:normal;
	font-size:12px;
	border-top:1px #F2F2F2 solid;
	background:#EFF7FF;
	padding:3px;
	
}
.goaltitle{
	margin:3px;
	font-size:medium;
	color:#FFF;
	background:#48698F;
	font-weight:normal;
	padding:5px;
}
.resulttitle{
	margin:3px;
	font-size:0.8em;
	color:#000;
	padding:2px;
	font-family: tahoma;
	font-weight: normal;
	border-top: 1px #C0C0C0 solid;
	background: #FFF;
}
.resulttitle ul{
	margin-top:15px;
}
.resulttitle ul li span{
	background: #F7F7F7;
}
.resultcontent{
	margin-right: 2px;
	float: right;
	border-top: 1px #EEE solid;
}
.resultcontent ul li{
	display: inline;
	margin: 1px;
	margin-right: 0px;
	margin-top: 0px;
}
.resultcontent ul li a{
	background: #EEE;
	font-size: 0.7em;
	color: #CC99FF;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 3px;
}
.resultcontent ul li a:hover{
	background: #808080;
}
.msnadresi{
	margin-top: 20px;
	padding: 3px;
	border: 1px #C0C0C0 solid;
	color: #808080;
	background: #FFFFEA;
	display: none;
}
.myhead{
	margin-left: 3px;
	margin-top: 20px;
	padding: 3px;
	border-top: 1px #C0C0C0 solid;
	color: #808080;
	background: #FFFFEA;
}


/* ust taraf */
#toppart {
	border-top: 1px #CCCCCC solid;
}

#topmenu{
	background-color: #EFF7FF
}
#logo{
	background-color: #EFF7FF
}
#banner{
	background-color: #EFF7FF
}
#logo{
	width: 187px;
	height: 94px;
	position: absolute;
	left: 0px;
	top: 0px;
	padding-top: 10px;
}
#banner{
	width: 419px;
	height: 104px;
	position: absolute;
	top: 0px;
	right: 0px;
}
#topmenu{
	width: 160px;
	height: 94px;
	margin: 0px 419px 0px 191px;
	text-align: right;
	padding-right: 10px;
	padding-top: 10px;
}
#topmenu ul li{
	display: inline;
}
#topmenu ul{
	display: inline;
}
#topmenu ul li a{
	color: #808080;
	font-family: Tahoma;
}

#topmenu ul li h3{
	font-size: 9pt;
	font-weight: normal;
	font-family: tahoma;
}
#smallinfo{
	background: #FFFFCC;
	border-top: 1px #808080 dotted;
	border-bottom: 1px #808080 dotted;
	font-size: 11px;
	text-align: right;
	color: #808080;
	padding: 1px;
}

/* pager */
#pager p{
	font-size: 0.6em;
	text-align:center;
}
#pager p a{
	text-decoration: none;
}

/* msnlistesi */
#msnlistesi{
	margin-top: 20px;
}

/* genel icerik */
#page_content {
	float: left;
	width: 413px;
}

#right_col {
	float: right;
	width: 159px;
}

#left_col {
	margin-right: 160px;
	margin-left: 419px;
	width: 192px;
	border-left: 1px #EEE solid;
	border-right: 1px #EEE solid;
}

.liste li{
	display: inline;
}

.liste li a{
	padding: 2px 0px 2px 2px;
	color: #808080;
}
.liste li h3{
	margin-left: 3px;
	font-size: small;
	font-weight: normal;
}

/* reklamlar */
#goalinfo{
	width: 234px;
	float: left;
	margin-left: 3px;
}
#ads{
	float: right;
	width: 160px;
	height: 300px;
	border: 0px;
	margin-right: 7px;
	padding-left: 2px;
}
/*
#adstitle a{
	font-size:12px;
	color:#666699
}
#adslink{
	color:#00CC00;
	font-size:10px;
}
*/

/* menu */

#menu { float: right; border: 1px solid #808080; border-top: 5px solid #808080; margin-top: 10px;}
#menu li{ display: block; padding: 3px; margin-left: 3px; margin-right: 3px; font-size: 0.8em; }
#menu li a{ color: #CC99FF; }
#menu li a:hover{ color: #C0C0C0;}

/* link takasi */
#linkexchange{
text-align: left; width: 780px; border: 1px silver solid; margin:0 auto; margin-top: 5px; margin-bottom: 5px; background: #FFFFFF;
}
#linkexchange ul li{
font-size: 0.7em; display: inline;
}
#linkexchange ul li a{
font-weight: normal;
font-family: tahoma;
color:#B2B2B2;
}