body {
	font : 11px Verdana, Arial, Sans, sans-serif;
	color : #eee;
	background: #000 url(images/custom/bg.jpg) 50% 0 repeat-x;
	margin : 25px 0 25px 0;;
	padding : 0;
}

/* Normal, standard links. */
a:link {
	color: #be3c4b;
	text-decoration: none;
}

a:visited {
	color: #be3c4b;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Navigation links - for the link tree. */

a.side {
	text-decoration : none;
	color : #be3c4b;
}

a:hover.side {
	text-decoration : none;
	color : #be3c4b;
}

#footer a {
	text-decoration : none;
	color : #ddd;
}

#footer a:hover {
	text-decoration : none;
	color : #ddd;
}

.outer {
	width : 95%;
	border : 1px solid #000;
	margin-left : auto;
	margin-right : auto;
}
	
#container {
	height:100%;
	line-height : 1.5em;
	color : #ddd;
	background : #333;
	padding : 2px;
}

#header {
	height : 140px;
	color : #eedd99;
	padding : 5px;
}

#title {
	font : bold 30px "Trebuchet MS", verdana, arial, sans-serif;
	color : #fff;
	line-height: 18px;
	padding-top: 20px;
}

#title .subtitle {
	font : bold 15px "Trebuchet MS", verdana, arial, sans-serif;
	color : #000;
}

#top-header {
	text-transform : uppercase;
	text-align : right;
	font : bold 85% helvetica, "Trebuchet MS", arial, sans-serif;
	color : #bbb;
	background : #000;
	padding : 5px;
}

#top-header a {
	text-decoration : none;
	color : #ddd;
	background : inherit;
}

#top-header a:hover {
	text-decoration : underline;
	color : #ddd;
	background : inherit;
}

#sub-header{
	text-transform : uppercase;
	font : bold 85% helvetica, "Trebuchet MS", arial, sans-serif;
	color : #bbb;
	background : #000;
	border-top : 1px solid #000;
	border-bottom : 1px solid #000;
	margin : 0;
	padding : 0;
}

#sub-header ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#sub-header a {
	background: #000;
	color: #ddd;
	display: block;
	float: left;
	margin: 0;
	padding: 4px 6px 4px 6px;
	text-decoration: none;
}

#sub-header a:hover {
	background: #be3c4b;
	color: #ddd;
	padding: 0.4em 0.6em 0.4em 0.6em;
}

#sub-header li {
	float: left;
	margin: 0;
	padding: 0;
}

#sub-header ul li.first-link .bullet {
	display: none;
}

#main-content {
	padding : 6px;
}

.side-both #main-content {margin: 0 190px 0 190px;}
.side-left #main-content {margin-left: 190px;}
.side-right #main-content {margin-right: 190px;}


#side-border-left {
	float : left;
	width : 180px;
	color : #333;
	padding : 6px;
}

#side-border-right {
	float : right;
	width : 180px;
	color : #222;
	padding : 6px;
}

.side-border {
	border : 1px solid #000;
}

.side-caption {
	font-size : 10px;
	color : #fff;
	background: url(images/custom/catbg.jpg);
	padding : 2px 5px 3px 5px;
}

.side-body {
	font-size : 10px;
	color : #fff;
	background: #222 url(images/gradient.png) repeat-x;
	border-top : 1px solid #000;
	padding : 3px 5px 5px 5px;
}

.main-border {
	border : 1px solid #000;
	margin-bottom : 8px;
}

.main-caption {
	color : #fff;
	background: url(images/custom/catbg.jpg);
	padding : 5px;
}

.main-body {
	color : #fff;
	background : #222;
	border-top : 1px solid #000;
	padding : 3px 5px 5px 5px;
}

#footer {
	font-size : 9px;
	color : #aaa;
	background: #222;
	border-top : 1px solid #000;
	padding : 5px;
}

#main-container{
	width: 100%;
	overflow: auto;
}

form {
	margin : 0px;
}

hr {
	height : 2px;
	border-bottom : 1px solid #333;
	border-top : 1px solid #000;
}

hr.side-hr {
	height : 2px;
	border-bottom : 1px solid #333;
	border-top : 1px solid #000;
}

td {
	font-family : "trebuchet ms", Verdana, Tahoma, Arial, Sans-Serif;
	font-size : 11px;
}

pre {
	font-family : Verdana, Tahoma, Arial, Sans-Serif;
	font-size : 11px;
}

.alt {
	color : #888;
}

.admin-message {
	text-align : center;
	background : #111;
	border : 1px solid #333;
	padding : 3px 4px 5px 4px;
	margin-bottom : 5px;
}

.button {
	font : 11px "Trebuchet MS", verdana, arial, sans-serif;
	color : #ddd;
	background: #be3c4b url(images/menu.png) repeat-x;
	border : 1px solid #000;
	margin-top : 2px;
}

.bbcode {
	font-family : "trebuchet ms", Tahoma, Arial, Verdana, Sans-Serif;
	font-size : 11px;
	background : #111;
	border : 1px solid #333;
	margin-top : 2px;
}

.textbox {
	font-family : "trebuchet ms", Verdana, Tahoma, Arial, Sans-Serif;
	font-size : 11px;
	color : #aaa;
	background : #111;
	border : 1px solid #333;
	padding : 3px;
}

.news-category {
	border: 0;
	margin: 2px 10px 0 0;
	float: left;
}

.news-footer {
	text-align: center;
	font-size : 10px;
	background: url(images/custom/catbg.jpg);
	border : 1px solid #333;
	margin : 8px 0 2px 0;
	padding : 0.3em;
}

.tbl-border {
	border : 1px solid #333;
}

.tbl {
	font-size : 11px;
	padding : 4px;
}

.tbl1 {
	font-size : 11px;
	background : #222;
	padding : 4px;
}

.tbl2 {
	font-size : 11px;
	background : #111;
	padding : 4px;
}

.forum-caption {
	font-size : 11px;
	color : #eee;
	background: url(images/custom/catbg.jpg);
	padding : 2px 4px 3px;
}

.quote {
	color : #888;
	background : #111;
	padding : 2px;
	margin : 0 20px;
	border : 1px solid #333;
}

.poll {
	height : 12px;
	border : 1px solid #000;
}

.comment-name {
	color : #0099cc;
}

.shoutboxname {
	color : #0099cc;
}

.shoutbox {
	color : #ddd;
}

.shoutboxdate {
	font-size : 9px;
	color : #888;
}

.small {
	font-size : 10px;
	font-weight : normal;
}

.small2 {
	font-size : 10px;
	font-weight : normal;
	color : #888;
}

.side-small {
	font-size : 10px;
}

.side-label {
	color : #0099cc;
	background : #111;
	padding : 2px;
}

#navigation {
	line-height : 2em;
}

#navigation h2 {
	margin : 10px 0 10px 0;
	font : normal 11px verdana, arial, tahoma, sans-serif;
	color : #0099cc;
	background : inherit;
}
	
#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navigation li {
	margin : 0 0 0.5em 0;
}

#navigation a {
	display : block;
	font-size : 11px;
	color : #be3c4b;
	background : #111;
	padding : 0.1em 0.8em;
	border : 1px solid #333;
	text-decoration : none;
}

#navigation a:hover {
	background: #be3c4b url(images/menu.png) repeat-x;
	color : #ddd;
}

/* Page Navigation */

.pagenav {
	padding: 0.4em;
}

.pagenav span {
	background : #be3c4b;
	border: 1px solid #000;
	padding: 0.2em 0.4em 0.2em 0.4em;
	margin: 0.2em;
}

.pagenav a {
	border: 1px solid #000;
	padding: 0.2em 0.4em 0.2em 0.4em;
	margin: 0.2em;
	text-decoration: none;
	color : #be3c4b;
	background : #222;
}

.pagenav a:hover {
	margin: 0.2em;
	text-decoration: none;
	background : #be3c4b;
	color : #ddd;
}

/*Helpers*/
.center {margin: 0 auto;}
.content_center {text-align: center;}
.flleft {float: left !important;}
.flright {float: right !important;}
.clear {clear: both;}


/*IE Fixes*/
* html #main-content {
	height: 1%;
	width: auto;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
.floatfix {overflow:hidden;}
* html .floatfix {width:100%;}
.center, *[align="center"] {margin: 0 auto;}


.clr {
	clear: both;
}
#linksbar {
	background: #212121 url(images/custom/linksbar-bg.png) repeat-x;
	height: 39px;
	padding: 4px 0 0 10px;

}

#toolbar {
	background: #2e2e2e url(images/custom/toolbar-bg.png) 0 0 repeat-x;
	height: 95px;
}
#kwick {
	width: 100%;
}

#kwick .kwicks {
	background: transparent;
	display: block;
	height: 95px;
	margin: 0px;
	padding: 0;
}

#kwick li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 95px;
	width: 120px;
}

#kwick .kwick span {
	display: none;
}

#kwick .opt0 {
	background: url(images/custom/ds-home.png);
	outline: none;
}

#kwick .opt1 {
	background: url(images/custom/ds-forum.png);
	outline: none;
}

#kwick .opt2 {
	background: url(images/custom/ds-gallery.png);
	outline: none;
}

#kwick .opt3 {
	background: url(images/custom/ds-chat.png);
	outline: none;
}

#kwick .opt4 {
	background: url(images/custom/ds-arcade.png);
	outline: none;
}

#kwick .opt5 {
	background: url(images/custom/video.png);
	outline: none;
}

#kwick .opt6 {
	background: url(images/custom/ds-news.png);
	outline: none;
}

#kwick .opt7 {
	background: url(images/custom/ds-login.png);
	outline: none;
}

#kwick .opt8 {
	background: url(images/custom/ds-register.png);
	outline: none;
}

.footerarea {
	background: url(images/custom/footer.png) 0 0 repeat-x;
	height: 180px;
}

#footerarea .foot-left {
	float: left;
	color: #444;
	padding: 0 0 0 15px;
	font-size: 12px;
}

#footerarea .foot-right {
	float: right;
	background: url(images/custom/foot-r.png) 100% 0 no-repeat;
	height: 180px;
	width: 130px;
	margin: 0 -6px 0 0;
	clear: both;
}

#footerarea a:link, #footerarea a:visited {
	color: #595959;
}
img  {
border : 0;
}

/**/


a.uni {
	color: #ababab;
	text-decoration: none;
}

a:hover.uni {
	color: #777;
	text-decoration: none;
}
/**/
.top10 { 
background-color: #fff; 
color: #aeadac; 
font-size: 11px; 
font-weight: bold; 
background: url(images/custom/catbg.jpg);
padding: 0px 10px 0px 10px; 
}

.h1 {
	font-size: 12px;
	}
	
.css1 {
	height:50px;
	width:980px;
	}	
	
	
	.manhab{
	width:294px;
	height:224px;
	background-image:url(infusions/manset_haber_panel/images/cevre.gif);
	background-repeat:no-repeat;
	background-position:center;
	}

.manhab1{
	height:22px;
	background-image:url(infusions/manset_haber_panel/images/satir.gif);
	background-repeat:no-repeat;
	}

