/*--------------------------------------------------------------
        START HTML ELEMENTS
--------------------------------------------------------------*/

body {
	background: #fff;
	color: #333;
	font: normal normal normal 12px Arial, sans-serif;
	margin: 0 10px;
}

a, a:active, a:visited {
	color: #00428d;
	cursor: pointer !important;
	font-weight: bold;
	text-decoration: none;
}

	a:hover { color: #c00; }

h1,
h1 a, h1 a:active, h1 a:visited {
	color: #c00;
	font-size: 29px;
	line-height: 35px;
}

	h1 a:hover { color: #000; }

h2,
h2 a, h2 a:active, h2 a:visited {
	color: #000;
	font-size: 15px;
	line-height: 27px;
}
	

h3,
h3 a, h3 a:active, h3 a:visited {
	color: #000;
	font-size: 15px;
	font: bold normal normal 15px Arial, sans-serif;
	font-weight:bold;
}

	h2 a:hover, h3 a:hover { color: #c00; }

/*
table {
	margin-bottom: 5px;
}

	table thead th {
		background: #e7f1f8 url(../images/th_bg.png) repeat-x left bottom;
		border-bottom: 1px solid #b9d9ec;
		color: #00428d;
		font-size: 15px;
		padding: 9px 10px;
		text-align: left;
		vertical-align: middle;
	}
	
	table tbody th, table tbody td {
		border-bottom: 1px solid #ccc;
		font-size: 15px;
		padding: 2px 10px;
		vertical-align: middle;
	}
	
		table td img {
			vertical-align: middle;
		}
	
	table th.arrow {
		padding-left: 0 !important;
	}
		table th.arrow span {
			background: url(../images/arrow_blue.png) no-repeat left center;
			padding-left: 10px;
		}
	
table.small {
	margin-bottom: 20px;
}
	
	table.small thead th,
	table.smaller thead th {
		font-size: 12px;
		padding: 4px 10px 5px;
	}
	
	table.small tbody th,
	table.small tbody td,
	table.smaller tbody th,
	table.smaller tbody td	{
		font-size: 12px;
		padding: 3px 10px 4px;
	}
	
	table.small tbody tr.first td, table.small tbody tr.first th {
		padding-top: 7px;
	}
	
	table.small tbody a {
		font-weight: normal;
	}
	
	table.smaller tbody th, table.smaller tbody td {
		font-size: 12px;
		padding: 3px 10px 4px;
	}
	
	table.smaller tbody tr.first td, table.smaller tbody tr.first th {
		padding-top: 7px;
	}
*/

table {
	font-size: 15px;
	/*width: 100%;*/
}
	thead th {
		background: url("../images/blank.gif") repeat-x scroll left bottom #E7F1F8;
	    border-bottom: 1px solid #B9D9EC;
	    color: #00428D;
	    font-weight: bold;
	    line-height: 1.5;
	    padding: 6px 10px 5px;
	    text-align: left;
	    vertical-align: middle;	}
	
	tbody td, tbody th {
	    border-bottom: 1px solid #CCCCCC;
	    /*line-height: 21px;*/
	    padding: 6px 10px 5px;
	    text-align: left;
	    vertical-align: middle;
	}
	
	tbody th i,
	tbody th .colon {
		float: right;
		text-align: right;
	}
	
table.small {
	font-size: 12px;
}

	table.small thead th {
		font-size: 13px;
		padding: 3px 10px 2px;
	}
	
	table.small tr.first td,
	table.small tr.first th {
		padding-top: 4px;
	}
	
	table.small tbody td,
	table.small tbody th {
		padding: 0 9px 1px;
	}
	
table.tiny {
	font-size: 11px;
}

	table.tiny thead th {
		font-size: 12px;
		padding: 1px 9px 1px;
	}
	
	table.tiny tbody tr.first td,
	table.tiny tbody tr.first th {
		padding-top: 4px;
	}
	
	table.tiny tbody td,
	table.tiny tbody th {
		border: none;
		line-height: 16px;
		padding: 1px 8px 0;
	}

	table.small a, table.tiny a {
		font-weight: normal;
	}
	
	label {
		color: #5e5e5e;
		font-weight: bold;
	}

/*--------------------------------------------------------------
        FINISH  HTML ELEMENTS
--------------------------------------------------------------*/

.ustBegen
{
	background: url("/sm/facebook1.png") no-repeat;
	border-collapse: collapse
}
.ustBegen td
{
	padding:6px 10px 5px 10px;
}




/*--------------------------------------------------------------
        START COMMON CLASSES
--------------------------------------------------------------*/

.red { color: #c00 !important; }
.blue { color: #00418c !important; }

h3.red { font-size: 18px !important; line-height: 1.1em !important; }

.fl { float: left; }
.fr { float: right; }
.fn { float: none; }

.m0 { margin: 0 !important; }

.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }

.mr5 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }

.mb7 { margin-bottom: 7px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb13 { margin-bottom: 13px !important; }
.mb18 { margin-bottom: 18px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }

.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml30 { margin-left: 30px !important; }
.ml40 { margin-left: 40px !important; }
.ml50 { margin-left: 50px !important; }

.p0 { padding: 0 !important; }

.pr40 { padding-right: 40px !important; }
.pr50 { padding-right: 50px !important; }
.pr60 { padding-right: 60px !important; }

.tal { text-align: left !important; }
.tac { text-align: center !important; }
.tar { text-align: right !important; }

.h45 { height: 45px !important; }
.h50 { height: 50px !important; }
.h200 { height: 200px !important; }
.h201 { height: 201px !important; }
.h202 { height: 202px !important; }

.w96 { width: 96px !important; }
.w145 { width: 145px !important; }
.w188 { width: 188px !important; }
.w200 { width: 200px !important; }
.w210 { width: 210px !important; }
.w230 { width: 230px !important; }
.w237 { width: 237px !important; }
.w244 { width: 244px !important; }
.w256 { width: 256px !important; }
.w260 { width: 260px !important; }
.w306 { width: 306px !important; }
.w310 { width: 310px !important; }
.w320 { width: 320px !important; }
.w330 { width: 330px !important; }
.w340 { width: 340px !important; }
.w350 { width: 350px !important; }
.w360 { width: 360px !important; }
.w365 { width: 365px !important; }
.w380 { width: 380px !important; }
.w410 { width: 410px !important; }
.w610 { width: 610px !important; }
.w665 { width: 665px !important; }
.w760 { width: 760px !important; }
.w770 { width: 770px !important; }
.w825 { width: 825px !important; }

.height204 { height: 204px !important; }

/*--------------------------------------------------------------
        FINISH COMMON CLASSES
--------------------------------------------------------------*/



/*--------------------------------------------------------------
        START PAGE STRUCTURE
--------------------------------------------------------------*/

#wrapper {
	width: 980px;
}

/*--------------------------------------------------------------
        END PAGE STRUCTURE
--------------------------------------------------------------*/

.advertisement .inner td {padding:0px;margin:0px;}

#habermetni a:active {font-weight:normal!important;}
.noMinHeight{min-height: 20px!important;}