/*	XMarks */

/* genel kurallar ve reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	margin-top: 10px;
	color: #333333;
	background-color: #EBEBEB;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.portal {
	margin-left: auto;
	margin-right: auto;
	width: 850px;
}

.kutu_tanitim {
	background-color: #FFFFFF;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.kutu {
	background-color: #FFFFFF;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	border: 1px solid #D6D6D6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#sol {
	width: 540px;
	float: left;
	margin-top: 50px;
}

#sag {
	width: 300px;
	float: right;
	margin-top: 50px;	
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }

input.text, input.title,
textarea, select {
  margin:0.5em 0;
  border:1px solid #bbb;
}

input.text:focus, input.title:focus,
textarea:focus, select:focus {
  border:1px solid #666;
}

.hata,
.uyari, 
.basarili    { padding: 0.8em; border: 2px solid #ddd; }

.hata      	 { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.uyari       { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.basarili    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.hata a      { color: #8a1f11; }
.uyari a     { color: #514721; }
.basarili a  { color: #264409; }
.bosluk		 { margin-bottom: 10px; }
.transparan {filter: alpha(opacity=60); opacity:.60; -moz-opacity: 0.60;width:100%;}
.koseli {-moz-border-radius: 5px; -webkit-border-radius: 5px;}
h3 {
	font-family: "Trebuchet MS", tahoma, verdana, arial, sans-serif;
	font-size: 16px;
}
h4 {
	font-family: "Trebuchet MS", tahoma, verdana, arial, sans-serif;
	font-size: 14px;
	color: #666666;
	margin-bottom: 10px;
}
h5 {
	font-family: "Trebuchet MS", tahoma, verdana, arial, sans-serif;
	font-size: 14px;
	color: #666666;
	margin-bottom: 3px;
}

.footer {
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.loginkutu {
	font-size: 14px;
	color: #999999;
	border: 1px solid #EBEBEB;
	padding: 10px;
	width: 400px;
	margin-bottom: 10px;
	font-weight: bold;
	font-family: "Trebuchet MS", tahoma, verdana, arial, sans-serif;
	background-color: #FFFFFF;
}

.logingonder {
	font-size: 14px;
	color: #999999;
	border: 1px solid #EBEBEB;
	width: 422px;
	margin-bottom: 10px;
	font-weight: bold;
	font-family: "Trebuchet MS", tahoma, verdana, arial, sans-serif;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}

.portal #sol .kutu li {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
}
.portal #sol .kutu span {
	color: #999999;
	float:left;
}

.portal #sol .kutu span a {
	color: #999999;
}

.portal #sol .kutu h3 {
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.portal #sol .kutu a {
	text-decoration: none;
	color: #1259C7;
}
.portal #sol .kutu a:hover {
	text-decoration: underline;
}

.onpiksel {
	margin-top:10px;	
}

.portal #sag .kutu li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
}

.portal #sag .kutu h3 {
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.portal #sag .kutu a {
	text-decoration: none;
	color: #1259C7;
}
.portal #sag .kutu a:hover {
	text-decoration: underline;
}

.sag {
	float: left;	
}
