﻿/* RESET CSS
-------------------------------------------------------------------------------- */
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: #e5e5e5;
}
/*--------------------------------------------------*/


/* 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;
	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: 10px 0;
	font-size: .9em;
}
div#Content ul, div#Content ol
{
	margin: 0 0 5px 30px;
	font-size:11px;
}
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.0em;
}
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 */

/* --------------------------------------------------*/



input
{
	font-family: "lucida grande" , tahoma, verdana, arial, sans-serif;
}
input[type="button"], input[type="submit"]
{
	background-color: #eee;
	border-color: #ccc;
	border-style: solid;
	border-width: 1px;
	color: #333;
	font-size: 11px;
	margin: 0 2px;
	padding: 2px 12px;
}

input[type="text"], input[type="password"]
{
	margin: 0;
}
input[type="radio"]
{
	padding: 0;
	margin-right: 3px;
	margin-bottom: 5px;
	float: left;
}
strong
{
	font-weight: bold;
}
italic
{
	font-style: italic;
}

.Header, .TopNav, #Container, #Footer, .Sponsor
{
	margin: 5px auto 0 auto;
	width: 980px;
}
#Wrapper
{
	margin: 5px auto 20px auto;
	background-color: #fff;
	width: 980px;
	padding: 10px;
	overflow: hidden;
}
.Header
{
	height: 120px;
	margin-top: 0;
}

.Header .Logo
{
	width: 200px;
	height: 115px;
	float: left;
}

.Header .TopImage
{
	width: 780px;
	height: 115px;
	float: left;
}

.TopNav
{
	background-color: #999;
	height: 36px;
}

.TopNav li
{
	float: left;
	border-right: solid 2px #fff;
	height: 36px;
}
.TopNav li a.Main
{
	display: block;
	text-decoration: none;
	font-size: 12px;
	line-height: 26px;
	vertical-align: middle;
	padding: 5px 9px 5px 30px;
	color: #fff;
	background-image: url(../images/TopNav.png);
	background-position: 8px 12px;
	background-repeat: no-repeat;
}


.TopNav li.SmallForm
{
	border: none;
	background-color: #ccc;
}

.TopNav .SearchPart
{
	height: 20px;
	width: 100%;
	padding: 2px;
	background-color: #fff;
	border: none;
	margin-left: 4px;
	margin-top: 6px;
}

.TopNav li.SmallForm input[type="button"]
{
	background-image: url(../images/find.png);
	background-repeat: no-repeat;
	background-color: #fff;
	border: none;
	height: 20px;
	width: 20px;
	padding: 0;
	margin: 0;
}
.TopNav li.SmallForm input[type="text"]
{
	border: none;
	width: 110px;
	height: 14px;
	padding: 2px;
	font-size: 12px;
	color: #999;
	float: left;
}
.TopNav li.First
{
	width: 190px;
	padding: 0 5px;
	color: #fff;
	line-height: 36px;
	vertical-align: middle;
}
.TopNav li a.Flag img
{
	margin: 6px 5px 0 5px;
	float: left;
}
#Container
{
	overflow: hidden;
}

#LeftSide
{
	width: 200px;
	padding-right: 10px;
	float: left;
	background-image: url(../images/stripe.jpg);
	background-repeat: repeat-y;
	background-position: right;
	z-index:999 !important;
}

/* Menu */

.LeftNav
{
	width: 190px;
	margin-bottom: 10px;
	z-index:999 !important;
}
#Content
{
	width: 750px;
	padding:10px;
	overflow: hidden;
	color: #333;
	z-index:-999 !important;
}
#Content h1
{
	margin: 10px 0 20px 0;
	font-size: 24px;
	color: #545454;
}
#Content h2
{
	margin: 6px 0 12px 0;
	font-size: 18px;
	color: #333;
}
#Content h3
{
}
#Content h4
{
}
#Content h5
{
}
#Content italic
{
	font-style: italic;
}
#Content strong
{
	font-weight: bold;
}
#Content em
{
	font-style: italic;
}
#Content ul
{
	list-style-type: circle;
	margin-left: 30px;
}
#Content ol
{
	list-style-type: decimal;
}
#Content *
{
	z-index:1 !important;
}
#Content ul li, #Content .TextContent ol li
{
	padding: 2px;
}
#Content .ArticleImage
{
	float:left;
	padding:5px;
	margin:10px 5px 5px 0;
	border:1px solid #eee;
}

#Content .ToolBar
{
	width:100%;
	display:table;
	list-style-type:none;
	margin:0 0 5px 0;
	padding:0 0 5px 0;
	border-bottom:1px dotted #eee;
}
#Content .ToolBar li
{
	float:left;
	padding:3px;
	margin:0;
	height:16px;
	line-height:16px;
	vertical-align:middle;
}
#Content .ToolBar li img
{
	float:left;
}

#Footer
{
	padding-top: 10px;
	margin-top: 10px;
	border-top: dotted 1px #ccc;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	font-size:10px;
	color: #999;
}
#Footer ul
{
	list-style-type:none;
	margin:0;
	padding:0;
}
#Footer ul li
{
	float:left;
}
#Footer ul li.empty
{
	width:620px;
	display:block;
}
/* MODULLER */
.Module
{
	margin-bottom: 10px;
	padding:5px;
	width: 178px;
	background-image:url(../images/ModuleBack.png);
	background-repeat:repeat;
	border:solid 1px #eee;
	overflow:hidden;
}
.ModuleFP
{
	margin-bottom: 10px;
	
}
.ModuleFP .ModuleContent
{
	min-height:160px;
}
.Module .ModuleHeader
{
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	height: 24px;
	vertical-align: middle;
	padding-left: 10px;
	color: #333;
	margin-bottom: 10px;
	border-bottom: dotted 1px #eee;
}
.ModuleFP .ModuleHeader
{
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	height: 24px;
	vertical-align: middle;
	padding-left: 10px;
	color: #333;
	margin-bottom: 10px;
	border-bottom: dotted 1px #eee;
}
.ModuleFP .ModuleContent a
{
	display:block;
}
.ModuleFP .ModuleContent img
{
	float:left;
	margin:0 5px 5px 0;
}
.ModuleFP .ModuleContent span
{
	color:#5a5a5a;
	font-size:10px;
	top:0;
}
.Module .ModuleContent ul, .ModuleFP .ModuleContent ul
{
	color: #5a5a5a;
	margin-bottom:0;
}
.Module .ModuleContent ul li a, .ModuleFP .ModuleContent ul li a
{
	color: #5a5a5a;
}
.Module .ModuleContent ul li a:hover, .ModuleFP .ModuleContent ul li a:hover
{
	text-decoration: underline;
}
.ModuleContent
{
	overflow:hidden;
}
.ModuleContent .nLetterText
{
	float:left;
	color:#666;
}
.ModuleContent .nLetterButton
{
	float:left;
	width:28px;
	height:20px;
	padding:0;
	margin:0;
	border-left:none;
	background-image:url("../images/nLetterArrow.png");
	background-repeat:no-repeat;
	cursor:pointer;
	background-position:5px 1px;
}
.NewsFP
{
	margin-top: 10px;
	padding-top: 10px;
	border-top: dotted 1px #ccc;
}
.PollMessage
{
	width: 480px;
	height: 32px;
	border: solid 2px #000;
	background-color: #fff;
	line-height: 32px;
	vertical-align: middle;
	text-align: center;
	color: #333;
	font-size: 16px;
}
.modalBackground
{
	background-color: #1d3143;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
/* NEWSLETTER */
.NewsLetter
{
}
.NewsLetter input[type="button"]
{
	height: 20px;
	padding: 0;
	margin: 110px 0 0 0;
}
.NewsLetter input[type="text"]
{
	background-color: #ccc;
	border: none;
	width: 130px;
	height: 16px;
	padding: 2px;
	font-size: 12px;
	color: #666;
	float: left;
	margin: 110px 0 0 0;
}
/* SPONSORLAR MODÜLÜ */

.Sponsor table
{
	margin-left: 220px;
	border: none;
	padding: 0;
}
.Sponsor table td
{
	width: 152px;
	border-right: dotted 1px #ccc;
	text-align: center;
}
.Sponsor table .Last
{
	width: 152px;
	text-align: center;
	border: none;
}
.Contact
{
	width: 100%;
	overflow: hidden;
	background-image: url(../images/TextContentBack.gif);
	background-repeat: repeat-x;
	font-size: 11px;
	padding: 10px;
	margin-bottom: 20px;
}
.Contact td
{
	padding: 3px;
}
.Contact td input[type="text"], .Contact td textarea
{
	width: 90%;
	padding: 3px;
	font-family: helvetica, sans-serif;
	font-size: 11px;
}
.Contact td textarea
{
	height: 100px;
}
/*** HABERLER VE DUYURULAR ***/
.News
{
	width:100%;
}
.News .NewsItem
{
	display:table;
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:1px #eee solid;
	min-height:115px;
}
.News .NewsItem a img
{
	width:100px;
	height:110px;
	float:left;
	margin:0 5px 5px 0;
}
.News .NewsItem a span
{
	font-size:14px;
	color:#4a4a4a;
	font-weight:bold;
}
.News .NewsItem a p
{
	color:#5a5a5a;
	text-decoration:none;
}
.News .NewsItem .Date
{
	display:table;
	color:#666;
	font-size:10px;
}
.News .NewsItem a
{
	color:#4a4a4a !important;
}
/*** ETKİNLİKLER ***/
ul.Activity
{
	list-style-image:url(../images/calendar.png);
	padding-left:20px;
}
ul.Activity li
{
}

ul.Activity li a
{
}
ul.Activity li .Date
{
	color:#666;
	font-size:10px;
}
/*** OUTLOOK ***/
.Outlook
{
	width:60px;
	float:right;
	text-align:center;
	border:solid 1px #eee;
	margin-left:10px;
}
.Outlook a
{
	text-decoration:none;
}
.Outlook a span
{
	font-size:10px;
	line-height:10px;
}
/*** LEFT IMAGES ***/
.LeftImages
{
	
}
.LeftImages img
{
	margin-bottom:5px;
}
/*** BANNER***/
.Banner
{
	width:100%;
	text-align:center;
}
.Banner img
{
	border:dotted 1px #eee;
}
/*Arama Sayfası*/
.ResultItem
{
	font-family: helvetica, sans-serif;
	margin-bottom:16px;
	font-size:10px;
}
 .ResultItem .LinkName
{
	font-size:14px;
	font-weight:bold;
}

.ResultItem a:link      {text-decoration: underline; color:#3333ff; }
.ResultItem a:visited   {text-decoration: underline; color:#3333ff; }
 .ResultItem a:active    {text-decoration: underline; color:#3333ff; }
 .ResultItem a:hover    {text-decoration: underline; color:#3333ff; }

.ResultItem a.Link
{
	color:#669900;
	text-decoration:none;
	font-weight:normal;
}
.Arama
{
	height:15px;
	padding:3px;
	border:solid 1px #000;
	font-family: helvetica, sans-serif;
	font-size:10px;
	float:left;
}
/*** REPEAT PAGES ***/
.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;
}

/*** GÖRSELLER SAYFASI ***/
.Gorseller
{
	
}
.Gorseller td
{
	padding:5px;
}
.Gorseller td img
{
	padding:4px;
	border:solid 1px #eee;
}
/*** SLIDER ***/
.featured
{
	width: 600px;
	overflow: hidden;
	height: 240px;
}

.featured ul.ui-tabs-nav
{
	list-style-type:none !important;
	float: left;
	margin:0 0 5px 0 !important;
	padding:0 !important;
}

.featured ul.ui-tabs-nav li
{
	margin:0 !important;
	padding-bottom:2px !important;
}

.featured ul.ui-tabs-nav li img
{
	background: #fff;
}

.featured li.ui-tabs-nav-item a
{
	display: block;
	background: #003366;
}

.featured li.ui-tabs-nav-item a:hover
{
	background: #cc0000;
}
.featured ul.ui-tabs-nav li.ui-tabs-selected a
{
	background: #999933;
}
.featured .ui-tabs-panel
{
	width: 480px;
	height: 240px;
	position: relative;
	float: left;
	background-color: #333;
}
.featured .ui-tabs-panel .info
{
	position: absolute;
	top: 165px;
	left: 0;
	width: 100%;
	height: 70px;
	background: url(../images/transparent-bg.png);
}

.featured .info h2
{
	font-size: 16px;
	font-family: Georgia, serif;
	color: #fff;
	padding: 5px;
	margin: 0;
	overflow: hidden;
	border:none;
}
.featured .info p
{
	margin: 0 5px;
	font-family: Verdana;
	font-size: 11px;
	line-height: 15px;
	color: #f0f0f0;
}

.featured .info a
{
	text-decoration: none;
	color: #fff;
}

.featured .info a:hover
{
	text-decoration: underline;
}

.featured .ui-tabs-hide
{
	display: none;
}

/*** SUPERFISH MENU STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	border-left:	1px solid #fff;
	border-top:		1px solid #eee;
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#666;
}
.sf-menu li {
	background:		#f9f9f9;
}
.sf-menu li li {
	background:		#f9f9f9;
}
.sf-menu li li li {
	background:		#f9f9f9;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#eee;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical, .sf-vertical li {
	width:	98%;
}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
	left:	98%; /* match ul width */
	top:	0;
}

/*** alter arrow directions ***/
.sf-vertical .sf-sub-indicator { background-position: -10px 0; } /* IE6 gets solid image only */
.sf-vertical a > .sf-sub-indicator { background-position: 0 0; } /* use translucent arrow for modern browsers*/

/* hover arrow direction for modern browsers*/
.sf-vertical a:focus > .sf-sub-indicator,
.sf-vertical a:hover > .sf-sub-indicator,
.sf-vertical a:active > .sf-sub-indicator,
.sf-vertical li:hover > a > .sf-sub-indicator,
.sf-vertical li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
