﻿/*
______________________________________________

Global Settings
______________________________________________
*/


*
{
	margin: 0;
	padding: 0;
}


html, body
{
	font-family: "Trebuchet MS" ,sans-serif;
	height: 100%;
	background: url( 'images/bg.gif' );
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: 10px 10px;
}


.main
{
	width: 900px;
	background: #B2C4D7;
	margin: 0 auto;
	min-height: 540px;
	padding-bottom: 1px;
	position: relative;
}



/*
______________________________________________

Header/Navigation
______________________________________________
*/

.header h1
{
	border-top: 4px solid #EDF4FC;
	background: url(images/top.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	color: #FFF;
	padding: 3px 3px 3px 17px;
	font-weight: 500;
	text-align: center;
	height: 25px;
}

.header h2 span
{
	display: none;
}

.header h2
{
	border-top: 4px solid #FFF;
	height: 100px;
	background-image: url(images/title.jpg);
	background-repeat: no-repeat;
}

.header ul
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 4px solid #FFF;
	width: 900px;
	height: 25px;
	background: url(images/top.gif); /* #7f92a8; */
}

.header li
{
	list-style: none;
	float: left;
	text-align: center;
}

.header a
{
	padding-top: 3px;
	font-size: 13px;
	color: #E2E2E2;
	text-decoration: none;
	font-weight: bold;
	display: block;
	width: 128px; /* it is 900/[amount of nav links]  */
	height: 20px;
}

.header a:hover
{
	background: #DCEFF8;
	color: #227197;
}
.header img.link
{
	cursor: pointer;
}
.header table
{
	border-top: 4px solid #EDF4FC;
	background: url(images/top.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	color: #FFF;
	padding: 3px 3px 3px 17px;
	font-weight: 500;
	height: 25px;
}

/*
______________________________________________

Content
______________________________________________
*/


#content
{
	border-top: 4px solid #FFF;
	border-right: 4px solid #FFF;
	width: 900px;
	min-height: 400px;
	background: #B2C4D7;
}

#content a
{
	color: #003366;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}
#content a:hover
{
	color:#000000;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

#content h3
{
	border-bottom: 4px solid #FFF;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	background: #B3BFCB;
	padding-left: 20px;
}

#content h4
{
	font-size: 16px;
	letter-spacing: -1px;
	font-weight: bold;
	color: #010E47;
	margin: 15px 10px 5px 15px;
	border-bottom: 1px solid #000;
	text-align: left;
}

#content h5
{
	font-size: 14px;
	letter-spacing: -1px;
	font-weight: bold;
	color: #010E47;
	margin: 15px 10px 5px 15px;
	border-bottom: 1px dotted #000;
}

#content p
{
	font-size: 12px;
	color: #333;
	margin: 20px;
	border-top: 1px dashed #7f92a8;
	border-bottom: 1px dashed #7f92a8;
	text-align: justify;
}

#content table
{
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #7f92a8;
	border-collapse: collapse;
	background-color: white;
}
#content table th
{
	border-width: 1px;
	padding: 3px;
	border-style: dotted;
	border-color: #7f92a8; /*-moz-border-radius: 10px ;*/
}

#content table tr
{
	font-size: 12px;
	font-weight: normal;
}
#content table td
{
	border-width: 1px;
	padding: 3px;
	border-style: dotted;
	border-color: #7f92a8; /*-moz-border-radius: 10px;*/
}
#content thead
{
	font-size: 12px;
	padding: 3px 3px 3px 17px;
	font-weight: 500;
}
#content hr
{
	border-collapse: collapse;
	border: 1px dashed #7f92a8;
}

#content input.submit
{
	border-style: inherit;
	font-size: 10px;
	font: icon;
}
#content img.link
{
	cursor: pointer;
	border-width: 0;
}
#content a img
{
	cursor: pointer;
	border-width: 0; /*opacity:0,4; 	filter:alpha(opacity=40);*/
}
#content a img
{
	cursor: pointer;
	border-width: 0; /*opacity:1; 	filter:alpha(opacity=100);*/
}

#content div.pBlok
{
	border: 1px gray solid;
	padding: 5px;
	-moz-border-radius: 10px;
	border-radius: 10px;
		font-size: 12px;
	color: #333;
	margin: 20px;
	text-align: justify;


}
#content span.pBlok
{
	border: 1px gray solid;
	top: -15px;
	position: relative;
	background-color: #FFF;
	padding: 0px 10px 0px 10px;
	font-size: 16px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#content span.sBlok
{
	border: 1px gray solid;
	padding: 5px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}


/*
______________________________________________

Yorum
______________________________________________
*/


.yorum
{
	border-top: 4px solid #FFF;
	border-right: 4px solid #FFF;
	width: 900px;
	background: #B2C4D7;
	position: relative;
}

.yorum a
{
	color: #006600;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}
.yorum a:hover
{
	color: #009900;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

.yorum h3
{
	border-bottom: 4px solid #FFF;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	background: #B3BFCB;
	padding-left: 20px;
}

.yorum p
{
	font-family: Times New Roman TUR;
	font-size: 11px;
	color: #333;
	margin: 5px 5px 5px 5px;
	border-top: 1px dashed #7f92a8;
	border-bottom: 1px dashed #7f92a8;
}

.yorum hr
{
	border-collapse: collapse;
	border: 1px dashed #7f92a8;
}

.yorum table
{
	font-family: Calibri;
	font-size: 11px;
	color: #333;
	margin: 5px 20px 5px 20px;
	border-top: 1px dashed #7f92a8;
	border-bottom: 1px dashed #7f92a8;
}

.yorum td
{
	vertical-align: top;
}

.yorum input.submit
{
	border-style: inherit;
	font-size: 10px;
	font: icon;
}


/*
______________________________________________

Footer
______________________________________________
*/

.footer
{
	border-top: 4px solid #FFF;
	border-right: 4px solid #FFF;
	width: 900px;
	height: 50px;
	background: #B2C4D7;
	position: relative;
	background: url(images/bottom.gif);
	text-align: center;
}

.footer p
{
	margin: 6px;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}

.footer ul
{
	display: block;
}

.footer li
{
	display: inline;
}

.footer a
{
	margin-top: 6px;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	font-weight: 600;
	letter-spacing: 2px;
}

.footer a:hover
{
	margin-top: 10px;
	color: #CCC;
	text-decoration: none;
}

/*
	Tab Menu
*/
.tabs
{
	position: relative;
	height: 30px;
	margin: 10px 0px 0px 20px;
	padding: 0;
	overflow: hidden;
}
.tabs li
{
	display: inline;
}
.tabs a
{
	height: 16px;
	background: #c2ceda;
	position: relative;
	padding: 8px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	font-family: Verdana, arial, helvetica, sans-serif;
	text-decoration: none;
}
.tabs a.tab-visited
{
	background-color: #6898d0;
	border-right: 1px solid #fff;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	font-family: Verdana, arial, helvetica, sans-serif;
	text-decoration: none;
}
.tabs a:hover
{
	background-color: #80A0C6;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	font-family: Verdana, arial, helvetica, sans-serif;
	text-decoration: none;
}
.tabs a.tab-active
{
	background-color: #6898d0;
	border-right: 1px solid #fff;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	font-family: Verdana, arial, helvetica, sans-serif;
	text-decoration: none;
}
.tab-panes
{
	width: 98%;
	margin: 0px;
}
.divtabs
{
	padding: 6px;
	margin: 10px 0px 0px 20px; /*background-color: #fff;*/
	border: 1px solid #B9CFE1;
	font-size: 12px;
	font-weight: normal;
	color: #2a2a2a;
	font-family: Verdana, arial, helvetica, sans-serif;
	text-decoration: none;
}

/* Fancy form styles for IE */
.flatform
{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-style: dashed;
	background-color: Transparent;
	font-weight: bold;
}
.flatform2
{
	border: 1px solid #B9CFE1;
	background-color: Transparent;
	font-weight: bold; /*position:absolute; 	left: 250px;*/
}
.flatformvalidator
{
	/*position:absolute; 	left: 350px;*/
	width: 200px;
	text-align: left;
}

.flatformbtn
{
	color: #FFF;
	font: bold 84% 'trebuchet ms' ,helvetica,sans-serif;
	background-color: #7f92a8;
	border: 1px solid;
	border-color: #554d42;
	padding: 3px;
}

.tarih
{
	background: url('images/tarihbg.png');
	width: 50px;
	height: 60px;
	text-align: center;
	color: White;
	font-family: Georgia;
	float: left;
	margin: 10px;
	padding: 0px;
}

.tarihgun
{
	font-size: 32px;
	font-weight: bold;
	line-height: 12px;
}
.tarihay
{
	font-size: 10px;
}
.tarihyil
{
	font-size: 14px;
}

.grupanya
{
	margin: 10px 10px 10px 20px;
	width: 640px;
}

.gununSozu
{
	font-size: 20px;
}

.imagebuton
{
	float:left;
}

.zaytung
{
	font-size: 16px;
}

/* The hint to Hide and Show */
.hint
{
	display: none;
	position: absolute;
	left: 400px;
	width: 200px;
	margin-top: -4px;
	border: 1px solid #c93;
	padding: 10px 12px; /* to fix IE6, I can't just declare a background-color,     I must do a bg image, too!  So I'm duplicating the pointer.gif     image, and positioning it so that it doesn't show up     within the box */
	background: #ffc url(images/pointer.gif) no-repeat -10px 5px;
}
