

.toolTip { /* This is the hook that the jQuery script will use */
	padding-right: 20px; /* This is need to make sure that the help icon is always visible */
	background: transparent url('images/help.gif') no-repeat right;
	color: #3366FF;
	cursor: help; 
	/*position: relative; /* This contains the .toolTipWrapper div that is absolutely positioned  (Gerek Kalmadı) */
}

.toolTipWrapper { /* The wrapper holds its insides together */
		width: 175px;
		position: absolute; /* Absolute will make the tooltip float above other content in the page */
		top: 20px;
		display: none; /* It has to be displayed none so that the jQuery fadein and fadeout functions will work */
		color: #FFF;
		font-weight: bold;
		font-size: 9pt; /* A font size is needed to maintain consistancy */
}
	
		.toolTipTop { /* Top section of the tooltip */
			width: 175px;
			height: 30px;
			background: transparent url(images/bubbleTop.gif) no-repeat;
		}

		.toolTipMid { /* Middle section of the tooltip */
			padding: 8px 15px;
			background: #A1D40A url(images/bubbleMid.gif) repeat-x top;
		}
		
		.toolTipBtm { /* Bottom Section of the tooltip */
			height: 13px;
			background: transparent url(images/bubbleBtm.gif) no-repeat;
		}
		
		
		
		
		




/* everything */
div#divIcerik h1 {
	color:#474747;
	border-bottom:2px solid #fc6f07;
	font-size:18px;
	padding-bottom:1px;
}


body {
	background:#fdfcff url('images/bg.png') repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	margin:0 auto;
	padding:0;
}
* {
	margin:0;
	padding:0;
}
*:focus {
	outline:none; /* removes ugly dotted border */
}


/* default element styles */
ul, ol {
	margin:10px 0 10px 30px;
}
p, ul, ol, blockquote {
	font-size:0.8em;
	line-height:1.9em;
	text-align:left;
	margin-bottom:10px;
}
a {
	color:#ff6600;
	text-decoration:none;
}
a:hover {
	color:#204C78;
}

blockquote {
	font-style:italic;
	letter-spacing:1px;
	margin:15px 0 15px 30px;
	background:#ffffff url('images/quote.png') no-repeat scroll top left;
	padding:10px 0 10px 55px;
}
code {
	font-family:"Courier New", Courier, monospace;
	letter-spacing:1px;
	margin:15px 0 15px 30px;
	display:block;
	border:1px solid #dddddd;
	padding:15px 10px;
}
fieldset {
	border:1px solid #dddddd;
	margin:20px 0;
	padding:10px;
	font-size:0.9em;
}
fieldset legend {
	background-color:#ffffff;
	padding:0 5px;
	font-weight:bold;
}
fieldset p label {
	float:left;
	display:block;
	width:100px;
	font-weight:bold;
}
fieldset p label span.required { 
	font-weight:bold;
	color:#ff0000;
}
fieldset p  fieldset p textarea {
	padding:3px;
	border:1px solid #dddddd;
	border-top:1px solid #B3B3B3;
	border-left:1px solid #B3B3B3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#666666;
}

.hidden {
	display:none;
	visibility:hidden;
}
.clear {
	clear:both;
	height:5px;
}


/* page wrapper */
div#wrap {
	width:90%;

	margin:0 auto;
	padding:0;
}
div#header {
	padding:3px 0px;
}
div#header div#header-text {}
div#header div#header-text h1, div#header div#header-text h2 {
	padding:0;
	margin:0;
	float:left;
}
div#header div#header-text h1, div#header div#header-text h1 a {
	color:#FC8228;
	border-bottom:none;
	font-size:1.5em;
	letter-spacing:-5px;
	line-height:1.0em;
	text-transform:uppercase;
}
div#header div#header-text h1 a span {
	color:#ffffff;
}
.spanLogo
{
	letter-spacing:8px;
	font-weight:bold;	
	color:#FC8228;
}
div#header div#header-text h2 {
	color:#ffffff;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-weight:normal;
	margin:0 0 0;
	padding:0;
	width:98%;
	float:right;
	text-align:right;
	padding-top:10px;
	padding-left:10px;
}


/* navigation menu */
div#navigation {
	height:45px;
}
div#divHeader
{	
	background-image:url('images/hd.png');
	background-color:#5284af;
	border: 0px solid #ffffff;
	padding:0px;

}
div#innernav {
	height:45px;
}
div#navigation ul {
	list-style:none;
	margin:0; 
	padding:0 10px;
	position:relative;
	top:0;
	height:45px;
	display:block;
}
div#navigation ul li {
	display:block;
	float:left;
}
div#navigation ul li a {
	display:block;
	float:left;
	color:#ffffff;
	border-bottom:none;
	height:22px;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-weight:bold;
	font-size:1.2em;
	padding:14px 20px 9px;
	border-right:1px solid #060D14;
	border-left:1px solid #244566;
}
div#navigation ul li.navleft a {
	border-left:none;
}
div#navigation ul li.navright a {
	border-right:none;
}
div#navigation ul li a:hover {
	color:#FC8228;
}

/* page content area */
div#content {
	background:#ffffff;
	clear:both;
	padding:15px 10px 10px 10px;
}



/* main content area + page styles */
div#page {
	float:right;
	padding:5px 10px 10px;
	width:69%;
	color:#555555;
	font-size:1.0em;
}
div#page h1 {
	color:#474747;
}
div#page h2 {
	color:#172C41;
	letter-spacing:-1px;
	font-size:1.7em;
	color:#0C2136;
}
h2, h3, h4, h5 {
	margin-bottom:6px;
	color:#333333;
}
h5 {
	font-size:0.95em;
}
div#page ul {
	margin:0 0 20px 30px;
}

.imgLeft
{
	border-width:0px;
	padding:4px;
	padding-left:0px;
}

/* sidebar + sidebar styles */
div#sidebar {
	float:left;
	width:25%;
	padding:5px 10px;
}
div#sidebar h3 {
	background:#FF6600 url('images/sidebar-header-left_.png') no-repeat scroll top left;
	display:block;
	height:30px;
	color:#ffffff;
	letter-spacing:0;
	font-size:1.2em;
	margin-bottom:5px;
	font-weight:bold;
	font-family:"Trebuchet MS", Verdana, Arial;
}
div#sidebar h3 span {
	padding:8px 0 0 15px;
	display:block;
	height:30px;
	background:transparent url('images/sidebar-header-right_.png') no-repeat scroll top right;
}

div#sidebar ul {
	list-style:none;
	margin-left:0;
}
div#sidebar p.newsitem {
	font-size:0.82em;
	line-height:1.6em;
	color:#333333;
}
div#sidebar p.newsitem span {
	font-size:0.75em;
	text-transform:uppercase;
	color:#ff6600;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
div#sidebar p.newsitem a.read-more-link {
	font-family:Tahoma, Arial, sans-serif;
	float:right;
	color:#999999;
	border-bottom:none;
	display:block;
	letter-spacing:1px;
	font-size:0.8em;
	padding:0 17px 0;
	margin:10px 0;
	background:#ffffff url('images/readmore.png') no-repeat scroll 100% 50%;
}
div#sidebar p.newsitem a.read-more-link:hover {
	text-decoration:underline;
}
div#sidebar ul {
	margin:0;
	padding:0;
}
div#sidebar ul li {
	padding:5px 0;
}
div#sidebar ul li a {
	border-bottom:none;
	text-decoration:underline;
}
div#divIcerik table {
	width:100%;
}
div#divIcerik table tr th {
	background:#0C2136;
	padding:0px;
	color:#ffffff;
	text-align:left;
	font-weight:bold;
	letter-spacing:2px;
	padding:3px;
}
div#divIcerik table tr td {
	padding:3px;
	color:#333333;
	letter-spacing:1px;
}
div#divIcerik table tr.alt td {
	background-color:#e7e7e7;
}




/* footer styles */
div.footer {
	clear:both;
	padding:5px 10px 10px 10px;
	width:98%;
	margin:0 auto;
}
div.footer p {
	margin:0;
	color:#ffffff;
	font-size:0.7em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:50%;
	float:left;
	text-align:left;
}
div.footer p.right {
	float:right;
	text-align:right;
}
div.footer p a {
	color:#ffffff;
	border-bottom:none;
	text-decoration:underline;
}
.sol
{
	width:120px;	
}
.orta
{
	width:20px;	
}
.sag
{
	width:auto;	
}

.lblMesaj
{
	color:#fc6f07;
	font-weight:bold;
}

*:focus {
	outline: none;
}
q:before,q:after {
	content:'';
}

abbr,acronym { 
	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;
}
div#divAlt
{	
	background-image:url('images/hd.png');
	background-color:#5284af;
	border: 0px solid #ffffff;
	padding:0px;
}
.divMenuNOCss
{
	width:165px;
	background-image:url('images/nav-bg.png');
	background-repeat:repeat-x;	
	max-width:165px;
	margin:0px;
	padding-top:4px;
	padding-bottom:1px;
	font-size:12px;
	color:#FC8228;
}
a.aMenu
{
	
	width:150px;
	padding-left:5px;
	font-weight:bold;
	padding-right:0px;
	color:White;
	font-family:"Trebuchet MS", Verdana, Arial;
}
a.aMenu:hover {
	color:#FC8228;
}
a.alink
{
	color:#FC8228;
	font-family:"Trebuchet MS", Verdana, Arial;
}
a.alink:hover
{
	color:#000000;
}
a.alink1
{
	color:#FFFFFF;
	font-family:"Trebuchet MS", Verdana, Arial;
}
a.alink1:hover
{
	color:#000000;
}
a.amusteri
{
	color:#122435;
	font-family:"Trebuchet MS", Verdana, Arial;
}
a.amusteri:hover
{
	color:#44a10f;
}
.nrm
{
	padding-left:10px;
	padding:0px;
	margin:0px;
}
.txtcenter
{
	text-align:center;
}
.cssInput
{
	background-color: white; 
	width: 100px; 
	border-style: none;
}
.cssInputDiv2
{
	background-color: #FFFFFF; 
	text-align: center; 
	width: 110px;

}
.cssInputDiv1
{
	background-color: #60b50a; 
	width: 110px
}
a.alinksiz
{
	color:Black;
}
a.alinksiz:hover
{
	color:Black;
}
.overlay {
        position: fixed;
        z-index: 99;
        top: 0px;
        left: 0px;
        background-color:White;
        width: 100%;
        height: 100%;
        filter: Alpha(Opacity=70);
        opacity: 0.70;
        -moz-opacity: 0.70;
    }
    * html .overlay {
        position: absolute;
        height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
        width: expression(document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth + 'px');
    }
    .loader {
        z-index: 100;
        position: fixed;
        width: 250px;
        margin-left: -60px;
        top: 50%;
        left: 50%;
        background-image:url('images/bg.jpg');
        background-repeat:repeat;
        border-width:3px;
        border-style:solid;
        border-color:#ececec;
    }
     * html .loader {
        position: absolute;
        margin-top: expression((document.body.scrollHeight / 4) + (0 - parseInt(this.offsetParent.clientHeight / 2) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop)) + 'px');
    }
     .overlaysbt {
        z-index: 99;
        position:absolute;
        top:inherit;
        bottom:inherit;
        margin-right:inherit;
        filter: Alpha(Opacity=70);
        opacity: 0.70;
        -moz-opacity: 0.70;
        background-color:Gray;
    }
   * html .overlaysbt {
        position: absolute;
        height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
        width: expression(document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth + 'px');
    }
    .loaderim {
        z-index: 100;
        position: absolute;
        width: 250px;
        margin-left: -60px;
        top: 50%;
        left: 50%;
		background-color:White;
		font-weight:bold;
        border-width:3px;
        border-style:solid;
        border-color:Gray;
    }
     * html .loaderim {
        position: absolute;
        margin-top: expression((document.body.scrollHeight / 4) + (0 - parseInt(this.offsetParent.clientHeight / 2) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop)-) + 'px');
    }




