/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	color: #333333;
	font-family: "Trebuchet MS", "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	line-height: 150%;
	font-size:80%;
}

p {
	margin-top: 20px;
	padding-left: 15px;
	padding-right:15px;
}
/* Normal link */
a {
	color: #CC0000;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	color: #CC0000;
	text-decoration: underline;
}

/* Heading */
h1 {
	font-family:Georgia, serif;
	font-size:140%;
	font-weight:400;
	color: #990000;
	margin-top:1em;
}

h2 {
	font-family:Georgia, serif;
	font-size:140%;
	font-weight:400;
	color: #333333;
	margin:0.25em 0;
	padding:0;
}

h3 {
	font-family:Georgia, serif;
	font-size:140%;
	font-weight:400;
	color:#693;
	margin:0.25em 0;
	padding:0;
	}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}

th {
	padding: 5px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	border: none;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #CACACC;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

a img {
	border: none;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	padding: 1px;
	font-size: 100%;
}

select, textarea, .inputbox {
	background: #FFFFFF;
	color: #4F4F4F;
}

table {
    border-collapse:collapse;
  }


.Title {
	font-family:Georgia !important;
	font-size:140%;
    color: #A52436;
    padding-bottom:1em;
    padding-top:1.5em;
  }
.Title2 {
	font-family:Georgia !important;
	font-size:140%;
    color: #000066;
    padding-bottom:1em;
    padding-top:1.5em;
  }
.uyari {
    color: #FF0000;;
    font-weight: bold;
    letter-spacing:1px;
  }


a:link {
    font-family: 'Trebuchet MS';
    text-decoration:none;
  }


a:visited {
    text-decoration:none;
  }


a:active {
    text-decoration:none;
  }


a:hover {
    text-decoration:underline;
  }


.beyaz {
    color: #666666;
  }

.footer {
    color: #FFFFFF;
  }


a.beyaz:link {
    color: #006699;
    text-decoration: none;
    border-bottom: 1px solid #0099FF;
    letter-spacing:0.1em;
    font-weight:bold;
  }


a.beyaz:visited {
    color: #006699;
    text-decoration: none;
    border-bottom: 1px solid #0099FF;
    letter-spacing:0.1em;
    font-weight:bold;
  }


a.beyaz:active {
    color: #006699;
    text-decoration:none;
    letter-spacing:0.1em;
    border-bottom: 1px solid #0099FF;
    text-decoration: underline;
    background-color: transparent;
    font-weight:bold;
  }


a.beyaz:hover {
    color: #990000;
    text-decoration:none;
    letter-spacing:0.1em;
    font-weight:bold;
  }
a.menu:link {
	font-size: 11px;
    color: #DFDFDF;
    text-decoration:none;
    font-weight:normal;
	line-height: 20px;
  }

a.menu:visited {
	font-size: 11px;
    color: #DFDFDF;
    text-decoration:none;
    font-weight:normal;
	line-height: 20px;
  }

a.menu:active {
	font-size: 11px;
    color: #FFFFFF;
    text-decoration:none;
    font-weight:normal;
	line-height: 20px;
  }

a.menu:hover {
	font-size: 11px;
    color: #FFFFFF;
    text-decoration:none;
    font-weight:normal;
	line-height: 20px;
  }

a.menu2:link {
    color: #DFDFDF;
	font-size: 11px;
    text-decoration:none;
	padding-left: 10px;
  }


a.menu2:visited {
    color: #DFDFDF;
	font-size: 11px;
    text-decoration:none;
	padding-left: 10px;
  }


a.menu2:active {
    color: #F4F4F4;
	font-size: 11px;
    text-decoration:none;
	padding-left: 10px;
  }


a.menu2:hover {
    color: #FFFFFF;
	font-size: 11px;
    text-decoration:none;
	padding-left: 10px;
  }
  
.tabloliste1 {
	background-color: #f3f3f3;
    border-bottom-width:1px;
    border-bottom-color:#6F7A70;
    border-bottom-style:dotted;
  }


.tabloliste2 {
	background-color:#FFFFFF;
  }

/* YUVARLAK KUTULAR */

.Box {
    float:left;
    margin: 20px;
    text-align:left;
    border: 2px solid #FFFFFF;
	/*height:100% !important;*/
  }
#head-search {
	float:right;
	height:48px;
	padding-top:6px;
	margin-top:0 !important;
}

#head-search input.text {
	font-size:10px;
	padding:3px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;	
	-webkit-border-radius:3px;
	border-radius:3px;
	height:14px;
	vertical-align:top;
	background:#fff;
	border:1px solid #d5d5d5;
	margin-right:6px;
	color:#666;
	float:left;
	width:150px;
}
#head-search .button {
	font-size:10px;
	cursor:pointer;
	height:22px;
	padding:0 4px;
	border:1px solid #fff;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;	
	-webkit-border-radius:3px;
	border-radius:3px;
	float:left;
	background:#21759b;
	color:#fff;
}
#head-search input.button:hover {
	background-color:#d54e21;
}

form {
	padding: 0px;
	margin: 0px;
	}
	
legend {
	font-size:18px;
	color:#990000;
	}
	
.ModulBaslik {
    color: #CC0000;
    letter-spacing : 1px;
  }
.newsHeader {
	letter-spacing: 1px;
	font-size:14px;
	color:#232E87;
	font-weight:bold;
	line-height: 20px;
}

.content {
    padding: 15px 15px 5px 15px;
    background: #FFFFFF ;
    border-right: 1px dashed #E1E1CD;
    color: #000000;
  }

a.yuimenuMainItemlabel:link {
	font-size:11px;
    color: #DFDFDF;
    text-decoration:none;
  }


a.yuimenuMainItemlabel:visited {
	font-size:11px;
    color: #DFDFDF;
    text-decoration:none;
  }


a.yuimenuMainItemlabel:active {
	font-size:11px;
    color: #33CCFF;
    text-decoration:none;
  }


a.yuimenuMainItemlabel:hover {
	font-size:11px;
    color: #FFFFFF;
    text-decoration:none;
  }

.menusec {
	background-color:#333333;
}

.menuac {

}
