﻿body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
margin:0;
padding:0;
}
table {
border-collapse:collapse;
border-spacing:0;
}
fieldset,img {
border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
font-style:normal;
font-weight:normal;
}
ol,ul {
list-style:none;
}
caption,th {
text-align:left;
}
h1,h2,h3,h4,h5,h6 {
font-size:100%;
font-weight:normal;
}
q:before,q:after {
content:'';
}
abbr,acronym { border:0;
} 
img
{
	padding:0;
	margin:0;
}

/* I GLOBAL DECLERATIONS
-------------------------------------------------------------------------------- */

/* 1- GENERAL ELEMENTS
	--------------------------------------------------*/
body
{
	color: #333;
	font: 75%/normal Tahoma, Verdana, Arial, sans-serif;
	padding-bottom: 20px;
	background-color: #072b45;
	background-image: url(../images/back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
/*--------------------------------------------------*/


/* 2- LINKS  
	--------------------------------------------------*/
a:link
{
	text-decoration: none;
	color: #cc0000;
}
a:visited
{
	text-decoration: none;
	color: #cc0000;
}
a:active
{
	text-decoration: none;
	color: #cc0000;
}
a:hover
{
	text-decoration: underline;
	color: #333;
}
a[rel~="external"]
{
	padding: 0 15px 0 0;
	margin-right: 2px;
	background: url(../images/external-link2.gif) no-repeat right center;
}

/*--------------------------------------------- */


/* 3- TYPOGRAPHY 
	--------------------------------------------------*/
h1, h2, h3, h4, h5, h6, div.headerText
{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: #666;
}

h1, div.headerText
{
	font-size: 1.8em;
	margin-bottom: 10px;
	border-bottom: 3px solid #EBEBEF;
}
h2
{
	font-size: 1.45em;
	margin-bottom: 7px;
	color: #E20A16;
	border-bottom: 1px solid #eee;
}
h3
{
	font-size: 1.1em;
	color: #333;
	font-weight: bold;
}
h4
{
	font-size: .9em;
	font-weight: bold;
}
h5
{
	font-size: .8em;
	font-weight: bold;
}
h6
{
	font-size: .7em;
	font-weight: bold;
}

div.Content
{
	line-height: 1.5;
}
div.Content p
{
	text-align: left;
	margin: 0 0 10px 0;
	font-size: .9em;
}
div.Content ul, div.Content ol
{
	margin: 0 0 15px 10px;
	font-size: .9em;
}
div.Content ul
{
	list-style-type: circle;
}
div.Content ol
{
	list-style-type: decimal !important;
}
div.Content ul li, #Content ol li
{
	margin: 5px 0;
	line-height: 1.3em;
}
div.Content fieldset ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div.Content fieldset ul li
{
	margin: 0;
	padding: 0;
}
div.Content blockquote
{
	padding: 0 0 0 30px;
	font-style: italic;
}
div.Post img
{
	padding: 5px;
}
/*--------------------------------------------------*/


/* 4- FORMS  
	--------------------------------------------------*/
form
{
	display: inline;
}
input.field, input.longfield, .ms-sbcell input, .ms-advsrchText input
{
	border: solid 1px #999;
	padding: 5px;
}

.ms-advsrchText input
{
	width: 130px;
	padding: 2px;
}

td.ms-advsrchText label
{
	display: block;
	width: 150px;
}
input.field
{
	width: 200px;
}
input.longfield, .ms-sbcell input
{
	width: 500px;
}
input.field:focus, input.longfield:focus
{
	padding: 4px;
	border: solid 1px #ccc;
	background: #FFFF99;
	color: #000;
}

select
{
	border: solid 1px #ccc;
}
select.small, td.ms-advsrchText select
{
	width: 100px;
}
select.long
{
	width: 410px;
}
textarea
{
	border: solid 1px #ccc;
	padding: 4px;
	font-size: 1em;
}
textarea:focus
{
	border: solid 1px #ccc;
	background: #FFFF99;
}
textarea.textbox
{
	width: 300px;
	height: 50px;
}
textarea.gianttextbox
{
	width: 400px;
	height: 250px;
}
/*--------------------------------------------------*/

/* 5- DEFINITIONS  
	--------------------------------------------------*/

a.btn
{
	display: block;
	text-indent: -9999px;
	background: url(     "../../CustomImages/tubisad/buttons/buttonsSprite.gif" ) no-repeat;
	height: 26px;
	width: 67px;
}

a.sendBtn
{
	background-position: left top;
}

/* GLOBAL CSS CLASSES  */
.clear
{
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0; /* <- I.Explorer Bug -> */
}
.clear_left
{
	clear: left;
	font-size: 0;
	height: 0;
	line-height: 0; /* <- I.Explorer Bug -> */
}
.clear_right
{
	clear: right;
	font-size: 0;
	height: 0;
	line-height: 0; /* <- I.Explorer Bug -> */
}
.no_float
{
	float: none;
}
.no_margin
{
	margin: 0;
}
.no_padding
{
	padding: 0;
}
.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
.hidden
{
	display: none;
}
.visible, .block
{
	display: block;
}

/* COLORS CSS  */
.red
{
	color: #FF0000 !important;
}
.blue
{
	color: #007DBF !important;
}
.orange
{
	color: #FF9900 !important;
}
.green
{
	color: #5F7D00 !important;
}
.purple
{
	color: #9933CC !important;
}
.white
{
	color: #FFF !important;
}
.gray
{
	color: #CCC !important;
}
.yellow
{
	color: #FFCC00 !important;
}
.black
{
	color: #000 !important;
}

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}

.clearfix
{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}
/* End hide from IE-mac */

/* --------------------------------------------------*/
/*STANDART ELEMENTS*/

a:link
{
	text-decoration: none;
	color: #000000;
}
a:visited
{
	text-decoration: none;
	color: #000000;
}
a:active
{
	text-decoration: none;
	color: #000000;
}
a:hover
{
	text-decoration: underline;
	color: #0066CC;
}

h1
{
	font-size: 18px;
	line-height: 22px;
	vertical-align: middle;
	color: #006699;
	margin: 10px 0 10px 0;
}
h2
{
	font-size: 16px;
	line-height: 20px;
	vertical-align: middle;
	color: #006699;
	margin: 0 0 10px 0;
}
.RepeatPages
{
	width: 450px;
	padding: 10px 0 10px 0;
	margin: 20px 0 20px 0;
}
.RepeatPages a
{
	width: 20px;
	height: 20px;
	padding: 5px;
	border: solid 1px #999;
	cursor: pointer;
}
/*-------END STANDAR ELEMENTS-----------*/

.ToolBar
{
	width: 960px;
	height: 18px;
	margin: 0 auto;
	padding: 13px 0 13px 0;
	background-image: url(../images/ToolBarBack.png);
	background-repeat: no-repeat;
}
.ToolBar ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 20px;
}
.ToolBar ul li
{
	float: left;
	height: 18px;
	color: #333;
	line-height: 18px;
	margin: 0 4px 0 0;
	vertical-align: middle;
	font-size: 10px;
}
.ToolBar ul li.Login
{
	color: #cc0066;
	font-weight: bold;
}
.ToolBar ul li.Empty
{
	width: 60px;
}
.ToolBar ul li.EmptySigned
{
	width: 360px;
}
.ToolBar ul li input[type="text"], .ToolBar ul li input[type="password"]
{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	background-color: #f9f9f9;
	width: 99px;
	height: 14px;
	color: #333;
	margin: -3px 0 0 0;
	border: solid 1px #b5b4b8;
	padding: 2px;
	font-size: 10px;
	line-height: 14px;
	vertical-align: middle;
}
.ToolBar ul li input[type="submit"], .ToolBar ul li input[type="button"]
{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	height: 18px;
	font-size: 9px;
	margin: 0;
	padding: 0px;
	border-style: none;
	color: #fff;
	background-color: #1d3143;
	cursor: pointer;
}

.ToolBar ul li input[type="checkbox"]
{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	margin: -2px 5px 0 0;
	padding: 0;
	border: none;
	font-size: 10px;
	line-height: 16px;
	vertical-align: middle;
	border: none;
}
.SearchType
{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	margin-top: -3px;
	height: 18px;
	border: solid 1px #b5b4b8;
}
.SearchType option
{
	margin: 3px 0 3px 0;
	border: none;
}
.Header
{
	width: 960px;
	height: 140px;
	margin: 0 auto;
}
.Header .Logo
{
	width: 240px;
	height: 140px;
	float: left;
}
.Header .TopBanner
{
	width: 468px;
	height: 60px;
	float: left;
	margin: 25px 0px 25px 250px;
	border: dotted 1px #f9f9f9;
}
.Header .TopMenu
{
	width: 628px;
	height: 28px;
	float: left;
	margin-left: 92px;
	background-image: url(../images/TopMenuBack.png);
	background-repeat: no-repeat;
}
.Header .TopMenu ul
{
	line-height: 28px;
	height: 28px;
	margin-left: 40px;
	vertical-align: middle;
}
.Header .TopMenu ul li
{
	float: left;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}
.Header .TopMenu ul li.Bosluk
{
	margin: 0 2px 0 2px;
}
.Header .TopMenu ul li a
{
	display: block;
}
.Header .TopMenu ul li a:link
{
	text-decoration: none;
	color: #fff;
}
.Header .TopMenu ul li a:visited
{
	text-decoration: none;
	color: #fff;
}
.Header .TopMenu ul li a:active
{
	text-decoration: none;
	color: #fff;
}
.Header .TopMenu ul li a:hover
{
	text-decoration: none;
	color: #ccc;
}

.Content
{
	width: 974px;
	margin: 0 auto;
	overflow: hidden;
	background-image: url(../images/MainBack.png);
	background-position: bottom;
	background-repeat: no-repeat;
	margin-bottom: 30px;
	float: inherit;
}
.TopMain
{
	width: 960px;
	height: 5px;
	margin: 0 auto;
	background-image: url(../images/TopMainBack.png);
	background-repeat: no-repeat;
	background-position: top;
	float: inherit;
}
.Main
{
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 20px;
	background-color: #fff;
	background-image: url(../images/MainBack2.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}
.Main .Left
{
	width: 480px;
	float: left;
	overflow: hidden;
}
.Main .Inset
{
	width: 220px;
	float: left;
	overflow: hidden;
	padding: 0 10px;
	margin: 0 8px;
	border-left: dotted 2px #b5bcbf;
	border-right: dotted 2px #b5bcbf;
}
.Main .Right
{
	width: 220px;
	float: left;
}
.News, .MostAction
{
	width: 940px;
	margin: 0 auto;
	padding-top: 10px;
	overflow: hidden;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	display: table;
}
.News div, .MostAction div
{
	float: left;
}
.News div ul, .MostAction div ul
{
	list-style-type: disc;
	list-style-position: inside;
	margin-top: 10px;
	margin-left: 5px;
}
.News div ul li, .MostAction div ul li
{
	border-bottom: dotted 1px #ccccff;
	margin-bottom: 5px;
	width: 95%;
}
.News div ul li a:link, .MostAction div ul li a:link
{
	text-decoration: none;
	color: #333;
}
.News div ul li a:visited, .MostAction div ul li a:visited
{
	text-decoration: none;
	color: #333;
}
.News div ul li a:active, .MostAction div ul li a:active
{
	text-decoration: none;
	color: #333;
}
.News div ul li a:hover, .MostAction div ul li a:hover
{
	text-decoration: underline;
	color: #6666cc;
}

.News div h5, .MostAction div h5
{
	width: 70%;
	font-size: 11px;
	font-weight: bold;
	padding: 2px;
	border: solid 1px #1d3143;
	color: #fff;
	margin-left: 10px;
	background-color: #1d3143;
}
.News div
{
	width: 300px;
}
.News .Middle
{
	width: 300px;
	padding: 0 10px 0 10px;
}
.MostAction div
{
	width: 220px;
}
.MostAction .Middle
{
	width: 220px;
	padding: 0 10px 0 10px;
}
/*-----FOOTER-----------*/
.Footer
{
	width: 960px;
	height: 50px;
	overflow: hidden;
	padding-left: 10px;
	margin: 0 auto;
}
.Footer ul
{
	list-style-type: none !important;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	padding: 0;
	margin: 0 !important;
}
.Footer ul li
{
	float: left;
	margin-right: 5px;
	color: #fff;
	font-size: 10px;
	padding: 3px;
}
.Footer ul li.FooterEmpty
{
	width: 300px;
}
.Footer ul li a:link
{
	text-decoration: none;
	color: #fff;
}
.Footer ul li a:visited
{
	text-decoration: none;
	color: #fff;
}
.Footer ul li a:active
{
	text-decoration: none;
	color: #fff;
}
.Footer ul li a:hover
{
	text-decoration: none;
	color: #ccccff;
}

/*-----MODÜLLER-----------*/
.Module
{
	width: 220px;
	margin-top: 5px;
}
.Module .MHeader
{
	width: 220px;
	height: 30px;
	background-color: #000f1d;
	line-height: 30px;
	vertical-align: middle;
	font-size: 14px;
	color: #fff;
	border-bottom: solid 1px #003366;
	background-image: url(../images/MHeaderBack.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.Module .MHeader span
{
	margin-left: 10px;
}
.Module .MContent
{
	width: 210px;
}
/*ANKET MODÜLÜ*/
.Module .MContent .Poll
{
	width: 210px;
	margin: 0 auto;
}
.Module .MContent .Poll strong
{
	font-weight: bold;
	font-size: 12px;
	display: block;
	margin: 5px 0 5px 0;
}
.modalBackground
{
	background-color: #1d3143;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.PollMessage
{
	background-image: url(../images/ModalBack.gif);
	background-repeat: repeat;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	vertical-align: middle;
	width: 420px;
	height: 40px;
}
.Module .MContent .Poll label
{
	margin-left: 5px;
}
.Module .MContent .Poll .PollButtons
{
	margin-top: 10px;
}
.Module .MContent .Poll .PollButtons input[type="submit"], .Module .MContent .Poll .PollButtons input[type="button"]
{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	margin: 5px 0 5px 0;
	padding: 2px;
	border: solid 1px #1d3143;
	color: #fff;
	background-color: #1d3143;
	cursor: pointer;
}
.Module .Comments
{
	list-style-type: disc;
	list-style-position: inside;
	margin-top: 10px;
	margin-left: 5px;
}
.Module .Comments li
{
	border-bottom: dotted 1px #ccccff;
	margin-bottom: 5px;
}
.Module .Comments li a:link
{
	text-decoration: none;
	color: #333;
}
.Module .Comments li a:visited
{
	text-decoration: none;
	color: #333;
}
.Module .Comments li a:active
{
	text-decoration: none;
	color: #333;
}
.Module .Comments li a:hover
{
	text-decoration: underline;
	color: #6666cc;
}

.Module .MContent .BlogAuthors ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.Module .MContent .BlogAuthors ul li
{
	width: 220px;
	height: 50px;
	overflow: hidden;
	padding: 2px 0 2px 0;
	margin-bottom: 3px;
	border-bottom: solid 1px #333;
	border-top: solid 1px #333;
	background-image: url(../images/blogBack.gif);
	background-repeat: repeat-x;
	list-style-type: none;
}
.Module .MContent .BlogAuthors ul li a
{
	display: block;
}
.Module .MContent .BlogAuthors ul li a:link
{
	text-decoration: none;
	color: #fff;
}
.Module .MContent .BlogAuthors ul li a:visited
{
	text-decoration: none;
	color: #fff;
}
.Module .MContent .BlogAuthors ul li a:active
{
	text-decoration: none;
	color: #fff;
}
.Module .MContent .BlogAuthors ul li a:hover
{
	text-decoration: underline;
	color: #ccccff;
}

.Module .MContent .BlogAuthors ul li a img
{
	width: 40px;
	height: 50px;
	float: left;
	margin: 0 5px 0 5px;
}
.Module .MContent .BlogAuthors ul li a strong
{
	font-weight: bolder;
	font-size: 12px;
	margin-bottom: 5px;
}
.Module .MContent .BlogAuthors ul li a span
{
}
.Module .MContent input[type=text]
{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	background-color: #f9f9f9;
	width: 150px;
	height: 14px;
	color: #333;
	margin: 10px 0 0 0;
	border: solid 1px #b5b4b8;
	padding: 2px;
	font-size: 10px;
	line-height: 14px;
	vertical-align: middle;
}
.Module .MContent input[type=submit], .Module .MContent input[type=button]
{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	height: 18px;
	font-size: 9px;
	margin-top: 7px;
	padding: 0px;
	border-style: none;
	color: #fff;
	background-color: #1d3143;
	cursor: pointer;
}
/* Ana Sayfa 4 görsel Kısmı*/
.FrontTopNews
{
	margin-left: 10px;
}

.FrontTopNews table td
{
	vertical-align: top;
}

.FPTopTenNews
{
	margin-top: 10px;
}
.FPTopTenNews .Item
{
	width: 230px;
	padding-right: 5px;
}
.FPTopTenNews a
{
	font-size: 12px;
}
.FPTopTenNews .Date
{
	font-size: 9px;
	color: #006699;
	margin: 3px 0 3px 0;
}

.FPTopTenNews .Summary
{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	margin-bottom: 10px;
}
.Sayilar
{
	width: 100%;
}
.Sayilar .Issue
{
	width: 100%;
}
.Sayilar .Issue .Photo
{
	float: left;
	width: 120px;
	height: 180px;
	margin: 0 10px 10px 0;
	border: solid 1px #ccc;
}
.Sayilar .Issue .Photo img
{
	width: 120px;
	height: 180px;
}
.Sayilar .Issue .Description
{
	float: left;
	width: 320px;
	height: 170px;
	padding: 5px;
	border: solid 1px #ccc;
	margin-bottom: 10px;
}

.BilgiCagiDergi
{
	width: 470px;
	margin-left: 10px;
	padding-bottom: 30px;
}
.BilgiCagiDergi ul
{
	list-style-position: inside;
	list-style-image: url(../images/Text.png);
}
.BilgiCagiDergi ul li
{
	line-height: 16px;
	padding: 2px 0 2px 0;
	vertical-align: middle;
}
.BilgiCagiDergi ul li span
{
	font-weight: bold;
}

.BilgiCagiDergi .ShowIssue
{
	width: 460px;
	min-height: 225px;
	font-size: 12px;
	overflow: hidden;
	margin-bottom: 10px;
	display:table;
}

.BilgiCagiDergi .ShowIssue img
{
	width: 150px;
	height: 225px;
	float: left;
	margin-right: 10px;
}
.BilgiCagiDergi .ShowIssue ul
{
	list-style-image:none;
}
.MagazineButtons
{
	margin:0 10px 20px 0;
	display:table;
}

div.MagazineButtons ul
{
	list-style-type:none;
	list-style-image:none;
	margin:0;
	padding:0;
}

.MagazineButtons ul li
{
	float:left;
	padding:5px;
	border:solid 1px #eee;
	margin-left:10px;
}
.MagazineButtons ul li a
{
	display:block;
	text-decoration:none;
}

.DefaultContent
{
	width: 460px;
	margin-left: 10px;
	font-size: 12px;
}
.DefaultContent strong
{
	font-weight: bold;
}
.YaziDetay
{
	width: 460px;
	margin-left: 10px;
	overflow: hidden;
	font-size: 12px;
	color: #333;
}
.YaziDetay strong
{
	font-weight: bold;
}
.YaziDetay ul
{
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 20px;
}
.YaziDetay italic
{
	font-style: italic;
}

div.YaziDetay ul.ArticleToolBar
{
	width:100%;
	list-style-type:none;
	list-style-image:none;
	margin:0 0 5px 0;
	padding:0 0 5px 0;
	border-bottom:1px dotted #eee;
	display:table;
}
div.YaziDetay ul.ArticleToolBar li
{
	color:#666;
	margin:0;
	padding:3px;
	float:left;
	border-right:solid 1px #eee; 
	display:block;
}
div.YaziDetay ul.ArticleToolBar li img
{
	float:left;
}
div.YaziDetay ul.ArticleToolBar li a
{
	color:#666;
}
.YaziDetay .Image img
{
	float: left;
	margin: 0 5px 5px 0;
	border: solid 4px #ccc;
}
.YaziDetay .Info
{
	width: 460px;
	height: 16px;
	line-height: 16px;
	vertical-align: middle;
	overflow: hidden;
	padding-top: 5px;
	margin-top: 5px;
	border-top: dotted 1px #ddd;
	font-size: 10px;
	color: #666;
}

/* YORUM MODÜLÜ*/
.Comment
{
	width: 460px;
	margin: 10px 0 0 10px;
	overflow: hidden;
	padding-top: 5px;
	margin-top: 5px;
	border-top: dotted 1px #ddd;
}
.Comment .Header
{
	width: 460px;
	height: 20px;
	padding: 5px;
	font-size: 14px;
}
.Comment .Message
{
	width: 448px;
	height: 30px;
	border: solid 1px #ccc;
	padding-left: 10px;
	font-weight: bold;
	background-color: #f9f9f9;
	line-height: 30px;
	vertical-align: middle;
}
.Comment .List
{
	width: 460px;
	overflow: hidden;
}


.Comment .List .commentbox
{
	background-color: #ececec;
	width: 450px;
	padding: 10px;
}

.Comment .List .commentfooter
{
	background: url(../images/arrow.gif) 20px -5px no-repeat; /*20px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/
	padding-left: 58px;
	padding-top: 1px;
	margin-bottom: 2em;
	font-size: 90%;
	color: #4A4A4A;
}

.Comment .Add
{
	width: 460px;
	overflow: hidden;
	margin-bottom: 20px;
}
.Comment .Add input[type=text]
{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	width: 454px;
	height: 20px;
	color: #333;
	margin: 5px 0 5px 0;
	border: solid 1px #b5b4b8;
	padding: 2px;
	font-size: 12px;
	line-height: 20px;
	vertical-align: middle;
}
.Comment .Add input[type=text].SecurityBox
{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	width: 100px;
	height: 20px;
	color: #333;
	margin: 5px 20px 5px 0;
	border: solid 1px #b5b4b8;
	padding: 2px;
	font-size: 12px;
	line-height: 20px;
	vertical-align: middle;
	float: left;
}
.Comment .Add img
{
	width: 100px;
	height: 20px;
	color: #333;
	margin: 5px 0 5px 0;
	border: solid 1px #b5b4b8;
	float: left;
}
.Comment .Add textarea
{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	width: 454px;
	height: 120px;
	color: #333;
	border: solid 1px #b5b4b8;
	margin: 5px 0 5px 0;
	padding: 2px;
	font-size: 12px;
	line-height: 16px;
	vertical-align: middle;
}

.Comment .Add input[type="submit"], .Comment .Add input[type="button"]
{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	margin: 5px 0 5px 0;
	padding: 4px;
	border: solid 1px #1d3143;
	color: #fff;
	background-color: #1d3143;
	cursor: pointer;
}

/*YAZARLAR SAYFASI*/
.Author
{
	overflow: hidden;
	margin-left: 10px;
}
.Author .Person
{
	width: 464px;
	height: 160px;
	overflow: hidden;
	margin-top: 10px;
	border-bottom: dotted 1px #ccc;
}
.Author .Person .Photo
{
	width: 120px;
	height: 150px;
	border: solid 1px #ccc;
	margin-right: 10px;
	float: left;
}
.Author .Person .Photo img
{
	width: 120px;
	height: 150px;
}

.Author .Person .Info
{
	width: 320px;
	height: 140px;
	padding: 5px;
	float: left;
}
.Author .Person .Info ul li
{
	padding-left: 20px;
	border-left: solid 3px #ccc;
	height: 16px;
	padding: 4px;
	margin-bottom: 2px;
}
.Author .Person .Info ul li a
{
	display: block;
}

/* BLOG ve HABERLER SAYFASI*/
.Blog, .Haberler
{
	width: 460px;
	overflow: hidden;
	margin-left: 10px;
}
.Blog .Item, .Haberler .Item
{
	margin-bottom: 10px;
	min-height: 140px;
	overflow: hidden;
	border-bottom: dotted 1px #ccc;
}
.Blog .Item img, .Haberler .Item img
{
	width: 120px;
	height: 132px;
	margin: 0 5px 5px 0;
	float: left;
}
.Blog .Item .ItemToolBar, .Haberler .Item .ItemToolBar
{
	padding: 5px 0 5px 0;
	color: #999;
}
/*UYELİK SAYFASI*/
.Uyelik
{
	width: 460px;
	margin-left: 10px;
}
.Uyelik table td
{
	padding: 3px;
}
.Uyelik table td input[type="text"], .Uyelik table td input[type="password"]
{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	background-color: #f9f9f9;
	width: 200px;
	height: 16px;
	color: #333;
	margin: 9px 0 0 0;
	border: solid 1px #b5b4b8;
	padding: 2px;
	font-size: 11px;
	line-height: 16px;
	vertical-align: middle;
}
.Uyelik table td input[type="submit"], .Uyelik table td input[type="button"]
{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	margin: 10px 0 0 0;
	padding: 5px;
	border: solid 1px #1d3143;
	color: #fff;
	background-color: #1d3143;
	cursor: pointer;
}
.Uyelik table td input[type="file"]
{
	border: solid 1px #b5b4b8;
	background-color: #fff;
	padding: 2px;
}
.Uyelik table td select
{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	background-color: #f9f9f9;
	width: 200px;
	height: 24px;
	color: #333;
	margin: 9px 0 0 0;
	border: solid 1px #b5b4b8;
	padding: 2px;
	font-size: 11px;
	line-height: 16px;
	vertical-align: middle;
}
.Uyelik table td label
{
	margin-left: 5px;
}
.Uyelik table td #UserAvailability
{
	padding-left: 22px;
	background-position: left;
	background-repeat: no-repeat;
}

.Uyelik table td .taken
{
	background-image: url(taken.gif);
}

.Uyelik table td .available
{
	background-image: url(available.gif);
}
.Uyelik table td strong
{
	font-weight: bold;
	margin: 5px 0 5px 0;
}
.ajax__tab_xp .ajax__tab_container
{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
}
/*YAZAR DETAY SAYFASI*/
.YazarInfo
{
	width: 460px;
	margin-left: 10px;
	overflow: hidden;
}

.YazarInfo .Info
{
	font-size: 12px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: dotted 1px #ccc;
	min-height: 200px;
}
.YazarInfo .Info img
{
	width: 160px;
	height: 200px;
	margin: 0 5px 5px 0;
	float: left;
}
.YazarInfo .Articles
{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: dotted 1px #ccc;
}
.YazarInfo .Articles ul
{
	list-style-position: inside;
	list-style-image: url(../images/Text.png);
	margin-left: 10px;
}
.YazarInfo .Articles ul li
{
	line-height: 16px;
	padding: 2px 0 2px 0;
}
.YazarInfo .Mesaj
{
	width: 460px;
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: dotted 1px #ccc;
}
.YazarInfo .Mesaj input[type="text"]
{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	width: 454px;
	height: 20px;
	color: #333;
	margin: 5px 0 5px 0;
	border: solid 1px #b5b4b8;
	padding: 2px;
	font-size: 12px;
	line-height: 20px;
	vertical-align: middle;
}
.YazarInfo .Mesaj input[type="text"].SecurityBox
{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	width: 100px;
	height: 20px;
	color: #333;
	margin: 5px 20px 5px 0;
	border: solid 1px #b5b4b8;
	padding: 2px;
	font-size: 12px;
	line-height: 20px;
	vertical-align: middle;
	float: left;
}
.YazarInfo .Mesaj img
{
	width: 100px;
	height: 20px;
	color: #333;
	margin: 5px 0 5px 0;
	border: solid 1px #b5b4b8;
	float: left;
}
.YazarInfo .Mesaj textarea
{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	width: 454px;
	height: 120px;
	color: #333;
	border: solid 1px #b5b4b8;
	margin: 5px 0 5px 0;
	padding: 2px;
	font-size: 12px;
	line-height: 16px;
	vertical-align: middle;
}

.YazarInfo .Mesaj input[type="submit"], .Comment .Add input[type="button"]
{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	margin: 5px 0 5px 0;
	padding: 4px;
	border: solid 1px #1d3143;
	color: #fff;
	background-color: #1d3143;
	cursor: pointer;
}

