/*****************************
**	GENERAL HTML TAG STYLES 
*****************************/
BODY, P, H1, H2, H3, H4, H5, H6, TD{
	font-family: Verdana, Helvetica, Arial, sans-serif;	font-size: 10pt;color: black;
}
H1, H2, H3, H4, H5{
	font-weight: bold;
}
H2, H3, H5{
	color: #991123;
}
H1{
	font-size: 16pt;
}
H2{
	font-size: 14pt;
}
H3{
	font-family: Arial, sans-serif;	font-size: 11pt;
}
H4{
	font-size: 10pt;margin-bottom: 2px;
}
H5{
	font-size: 9pt;	margin-bottom: 2px;
}
H6{
	color: #626262;	font-size: 65%;	font-weight: normal;
}
IMG{
	border: 0px;
}
A:link {
	COLOR: #004080; TEXT-DECORATION: none;
}
A:active {
	COLOR: #004080; TEXT-DECORATION: none;
}
A:visited {
	COLOR: #5050D8; TEXT-DECORATION: none;
}
A.postlink {
	COLOR: #004080; TEXT-DECORATION: none;
}
A:hover {
	COLOR: #1C1C80; TEXT-DECORATION: underline;
}
BODY{
	margin: 0px; background:  /*C0CCCC*/#FFB754 url(images/back/main.jpg) top left repeat-x;
}
TABLE{
	border-collapse: collapse;
}


/*****************************
**	WYSIWYG EDITOR STYLES 
*****************************/
.Bold{
	font-weight: bold;
}
.Title{
	font-weight: bold;	font-size: 120%; color: #009900;
}
.Code{	
	border: #808888 1px solid; font-size: 90%; padding:5px; color: #000066; font-family: 'Courier New' , Monospace; background-color: #C0CCCC;
}

/*****************************
**	USER DEFINED STYLES 
*****************************/

/*comment and answer*/
.commentbox,.answerbox{
	 font: 12px 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif; padding: 5px; margin: 0px;
}
.commentbox{
	border:1px solid #FFC977; background-color: #FFFFAA; width: 610px;
}
.answerbox{
	 border:1px solid #008000; background-color: #99FF99;
}
.commentfooter,.answerfooter{
	height:18px; padding-left: 68px; padding-top: 1px; margin: 0px 0px 2em 0px; font-size: 80%; color: #4A4A4A;
}
.commentfooter{
	background: url(images/arrow.gif) 20px 0 no-repeat; 
}
.answerfooter{
	background: url(images/garrow.gif) 20px 0 no-repeat;
}


/*titles and document styles*/
.doctitle{
	font-size:14pt;font-weight: bold;line-height: 120%;
}
.docstyle{
	margin: 3px 0px 4px 0px;
}
.docinfo{
	line-height: 20px;text-align:left;border-top: 1px solid gray;border-bottom: 1px solid gray; background-color: #EBEBEB; padding:8px;font-size: 80%;
}
.midTitle,.secondTitle{
	color: #991123;	font-size: 140%; font-weight: bold;	text-align:left;
}
.secondTitle{
	font-size: 115%;font-family: Arial, sans-serif;
}
.midText, .bottomPart{
	color: #000000; font-size: 80%;
}
.smallLink,.smallText{
font-size: 8pt;
}
.smallText{
	color: #000000;
}

.bottomPart{
	color:#FFFFFF; margin:9px; text-align:center;
}


/*rounded box styles*/
.yellowTable{
	border-width: 0px; background-color:#FFFFAA;
}
.yellowTableTL{
	background:url(images/back/otable_left_top.gif) top left no-repeat;
}
.yellowTableTC{
	border-top: 1px solid #FF9900;
}
.yellowTableTR{
	background:url(images/back/otable_right_top.gif) top left no-repeat;
}
.yellowTableML{
	border-left: 1px solid #FF9900;
}
.yellowTableMR{
	border-right: 1px solid #FF9900;
}
.yellowTableBL{
	background:url(images/back/otable_left_bottom.gif) top left no-repeat;
}
.yellowTableBC{
	border-bottom: 1px solid #FF9900;
}
.yellowTableBR{
	background:url(images/back/otable_right_bottom.gif) top left no-repeat;
}


.greenTable{
	border-width: 0px; background-color:#ACFF84;
}
.greenTableTL{
	background:url(images/back/gtable_left_top.gif) top left no-repeat;
}
.greenTableTC{
	border-top: 1px solid #339900;
}
.greenTableTR{
	background:url(images/back/gtable_right_top.gif) top left no-repeat;
}
.greenTableML{
	border-left: 1px solid #339900;
}
.greenTableMR{
	border-right: 1px solid #339900;
}
.greenTableBL{
	background:url(images/back/gtable_left_bottom.gif) top left no-repeat;
}
.greenTableBC{
	border-bottom: 1px solid #339900;
}
.greenTableBR{
	background:url(images/back/gtable_right_bottom.gif) top left no-repeat;
}

.blueTable{
	border-width: 0px; background-color:#99CCFF;
}
.blueTableTL{
	background:url(images/back/btable_left_top.gif) top left no-repeat;
}
.blueTableTC{
	border-top: 1px solid #3333ff;
}
.blueTableTR{
	background:url(images/back/btable_right_top.gif) top left no-repeat;
}
.blueTableML{
	border-left: 1px solid #3333ff;
}
.blueTableMR{
	border-right: 1px solid #3333ff;
}
.blueTableBL{
	background:url(images/back/btable_left_bottom.gif) top left no-repeat;
}
.blueTableBC{
	border-bottom: 1px solid #3333ff;
}
.blueTableBR{
	background:url(images/back/btable_right_bottom.gif) top left no-repeat;
}

/*table style which lists content*/
.contentList{
	border: 1px solid #FFFFFF; background-color: #006699;
}
.contentList th{
	color: white;
}
.contentList td{
	background-color: #C0C7FE;border: 1px solid #FFFFFF;font-size:85%;
}

/*button styles*/
.submitBTN{	
	font-size:90%; color: white; border-color: #991123; background-color: #991123; font-weight: bold; width:400px;letter-spacing: 1px;
}

.addBTN,.editBTN,.delBTN{
	font-size:70%;	color: white;  width:90px;	height:17px;font-weight: bold;
}	
.addBTN{
	margin-left:15px; background-color: #00CE00; 
}
.editBTN{
	background-color: #0000CE; 
}
.delBTN{
	background-color: #CE0000; 
}

.subnav {
	display:inline; margin-left:13px; color:#000000; font-size: 10px;font-weight: bold;
}
.subnav a{
	text-decoration: none; color: white;
}
.subnav a:hover{
	text-decoration: underline; color: white;
}
.ok {
	FONT-SIZE: 10px; COLOR: #000000;
}
.logotable{
	 background: url(images/back/logoright.jpg) top left repeat-x;
}
.newBox{
	font:bold 9px Verdana;background-color: red;padding-top:1px;padding-bottom:1px; padding-left:5px;padding-right:5px;color:white;
}
.searchbox{
	text-align:center;border-top: 1px solid #CCCCCC;border-bottom: 1px solid #CCCCCC; background-color: #EBEBEB; font-size:11px;  padding:8px;
}
.searchbox p{
	font-size:12px;font-weight: bold;display:inline;
}

.box{ float: left; padding: 3px; border: 0px ; margin: 10px; }
.google_box{
	border: 1px solid #999999; background-color: #EBEBEB; padding:4px; padding-left:8px;
}
.summary{
	font-size: 8pt; padding-top:10px;
}
.light_summary{
	font-size: 8pt; padding-top:5px;color:gray;
}
.covercontent{
padding:10px; border: 1px solid gray;
}
.stress_content{
padding:10px; border: 1px solid red;background-color: #EBEBEB; 
}
/*--------------- Uye girisi -----------*/
.member_login{
	 width: 185; margin:12px;margin-top: 0px; font-size: 11px; padding: 3px 0px 5px 5px; border: 1px solid gray; background:#EBEBEB url(images/back/left_menu.jpg) top left repeat-x; color:black;
}
.member_login p{
	padding:2px 4px 5px 4px; margin:0px; font-weight:bold; font-size: 12px; color:#991123; border-bottom:1px solid gray;
}
.member_login form{
	padding:7px 4px 4px 4px; margin:0px 14px 0px 0px; font-weight:bold; text-align:right;
}
.member_login input{
	padding:0px; margin:5px 0px 2px ;
}
.member_login a{
	color:#112299; font-weight:bold; text-decoration: none; font-size: 10px;
}
.member_login a:hover{
	text-decoration: underline;
}
.member_login a:active, .member_login a:visited{
	text-decoration: none;
}
.member_menu{
	width: 185; margin:12px;margin-top: 0px; font-size: 11px; padding: 3px 0px 5px 5px; border: 1px solid gray; background:#EBEBEB url(images/back/left_menu.jpg) top left repeat-x; color:black;
}
.member_menu p{
	padding:2px 4px 5px 4px; margin:0px; font-weight:bold; font-size: 12px; color:#991123; border-bottom:1px solid gray;
}
.member_menu a{
	margin:5px 0 5px 5px; color:#112299; text-decoration: none; 
}
.member_menu .welcome{
	color:black;  margin:5px;
}
.member_menu a:active, .member_menu a:visited{
	margin:5px; color:#112299; text-decoration: none; 
}
.member_menu a:hover{
	text-decoration: underline;
}


/*--------------- Kategori Listeleme stili-----------*/
#ddblueblockmenu{
margin: 12px 12px 0px 12px;
padding:0px;
border: 1px solid gray;
border-bottom-width: 0;
width: 185;
}

#ddblueblockmenu ul{
margin: 0;
padding: 0;
width: 169px;
list-style-type: none;
font: 12px 'Trebuchet MS','Lucida Grande', Arial, sans-serif;
}

#ddblueblockmenu li a{
display: block;
margin:0px ;
padding: 1px 0px 1px 9px;
width: 168px; /*169px   185px minus all left/right paddings and margins*/
text-decoration: none;
color: #333333;
background-color: #EBEBEB;
border-bottom: 1px solid #BBBBBB;
border-left: 7px solid #000080;
}

* html #ddblueblockmenu li a{ /*IE only */
width: 183; /*IE 5* normalde 183/
w\idth: 183; /*185px minus all left/right paddings and margins*/
}

#ddblueblockmenu li a:hover {
background-color: #DBFF6C;
border-left-color: #1c64d1;
}

#ddblueblockmenu div.menutitle{
height:18px;
border-bottom: 1px solid gray;
padding: 3px 3px 2px 5px;
margin:0px;
background:#EBEBEB url(images/back/left_menu.jpg) top left repeat-x; color:#991123;
font-weight:bold; font-size: 12px;
}



/*--------------- Tab menu -----------*/
/*----- Taken from dynamicdrive -----*/
.basictab{
	padding: 3px 0; margin:0px 5px 0px 10px; font: bold 12px Verdana; list-style-type: none; text-align: right;
}
.basictab li{
	display: inline; margin: 0;
}
.basictab li a{
	text-decoration: none; padding: 3px 17px; margin-right: 3px; border: 1px solid gray; border-bottom: none; background-color: #f6ffd5; color: #2d2b2b;
}
.basictab li a:visited{
	color: #2d2b2b;
}
.basictab li a:hover{
	background-color: #DBFF6C; color: black;text-decoration: none;
}
.basictab li a:active{
	color: black;
}
.basictab li.selected a{ /*selected tab effect*/
	position: relative; top: 1px; padding-top: 4px; background-color: #2175bc;color:white;
}
.basictab li.selected a:hover{ /*selected tab effect*/
	background-color: #2175bc;color: white;text-decoration: none;
}
.basictab li.selected a:visited, .basictab li.selected a:active{ /*selected tab effect*/
	background-color: #2175bc;color: white;
}