﻿
.style3
        {
            height: 43px;
        }
.style4
        {
            width: 248px;
        }
.error
{
	color: #FF0000;
	font-weight: bold;
}
body 
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family:Arial;
}

.style1 {
	font-family: Arial,Tahoma;
	font-size: 30px;
	font-weight: bold;
	color: #666666;
}
.style2 {
	font-family: Arial,Tahoma;
	font-size: 30px;
	font-weight:lighter;
	color: #FF3300;
	
}
.border1 {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	border-bottom-color: #666666;
	border-top-color: #666666;
	height: 600px;
	width:660px;
	
}
.indexTable {
	font-family: Arial,Tahoma;
	font-size: 12px;
	color: #666666;
	margin-left: 18px;
	margin-right: 10px;
	margin-top: 35px;
	
}
.border2MainTableNonfixBorder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	border-bottom-color: #666666;
	border-top-color: #666666;
	}
.border3Items1FixBorder {
	border: 1px solid #666666;
	position: absolute;
	left: 249px;
	top: -697px;
	width: 122px;
	}
.border5Items2FixBorder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	border-bottom-color: #666666;
	border-top-color: #666666;
	position: absolute;
	left: 360px;
	top: 123px;
	width: 121px;
	}
.border4MenuTopLine {	
	border-top-width: 1px;
	border-top-color: #666666;
	border-top-style: solid;
	cursor: pointer;
	cursor: hand;
	}
.menuCharacter {
	font-family: Arial,Tahoma;
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF;
	cursor: pointer;
	cursor: hand;
}

.NewsIndex {
	font-family: Arial,Tahoma;
	font-size: 12px;
	color:#333333;
	margin-left: 18px;
	margin-right: 10px;
	margin-top: 20px;
}
.NewsTitle {
	font-family: Arial,Tahoma;
	font-weight: bold;
	color: #333333;
	margin-top: 70px;
}
.indexBottom {
	font-family: Arial,Tahoma;
	font-size: 10px;
	color: #333333;
}
.textbox {
    
    border:1px solid  #666666;
    
}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: underline;}
a:active {text-decoration: none;}




.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
	height: 44px;
}

/*Top level list items*/
.suckertreemenu ul li{
position:relative;
display: inline;
float:left;
background-color:#FF3300;
	top: 0px;
	left: 0px;
	width: 96px;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
border-left: 1px solid white;
	border-right: 1px solid white;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	display: block;
	width: 84px; /*Width of top level menu link items*/
	padding: 1px 6px;
	text-decoration: none;
	color: white;
}
	
/*1st sub level menu hakkımızda acılır penceresinin dikey hizası*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility:hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
height: 20px;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 88px; /*width of sub menu levels--acılır pencere border genisligi*/
height:18px;
text-decoration: none;
padding: 1px 3px;
border: 1px solid #ccc;
}

.suckertreemenu ul li a:hover{
background-color: #666666;
color: white;
height:16px/*link uzerine gelince olusan siyahlıgın yuksekligi*/
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background:  url(Images/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background:  url(Images/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */