/* Page body */
body{
	margin:0px; background-color: #FFFFFF;

}

/* Text for most CSS classes */
.text, .smText, .error, a, a.smLink, a.nav, a.msgLink, a.tLink, .WebWizRTEtextarea, .basicTable, .errorTable, .tableLedger, .tableSubLedger, .tableSearchLedger, .tableRow, .tableTopRow, .tableBottomRow, .evenTableRow, .oddTableRow, .hiddenTableRow, .PMtableRow, .PMmsgBody, .msgBody, .msgEvenTableRow, .msgOddTableRow, .msgHiddenTableRow, .msgOddTableSide, .msgEvenTableSide, .msgSignature, .calLedger, .calDateCell, .calTodayCell, .BBquote, .BBcode {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #555;
	font-weight: normal;
	font-size: 11px;
}
.lgText, .heading{
	font-family: Arial, Helvetica, sans-serif;
	color: #555;

}

/* Now */
.now{
    font-family: Verdana;
	color: #555;
	font-size: 7pt;
	font-weight: normal;
	background-color: #ffffff
}
/* Text */


/* Text */
.smText{
	font-size: 10px;
}

.lgText{
	font-size: 15px;
}

.heading{
	font-size: 19px;
}

.error{
	color : #FF0000;
}

/* Search highlight */
.highlight{
	background-color: #ffff66
}

/* Hyperlinks */
a:link {
	color:#555;
	text-decoration: none;
	font-weight:bold;
	font-size: 10px;
}

a:visited{
	color : #555;
	text-decoration : none;
	font-weight:bold;
	font-size: 10px;
}

a:hover, a:visited:hover{
	color : #FF0000;
	text-decoration : none;
	font-weight:bold;
	font-size: 10px;
}

a.smLink {
	font-size: 10px;
	color:#555;
}


a.sav:link {
	color:#555;
	text-decoration: none;
	font-weight:bold;
	font-size: 11px;
}

a.sav:visited{
	color : #555;
	text-decoration : none;
	font-weight:bold;
	font-size: 11px;
}

a.sav:hover, a.sav:visited:hover{
	color : #FF0000;
	text-decoration : none;
	font-size: 11px;
}





/* navigation hyperlinks */

a.kav:link {
	color:#D37B00;
	text-decoration: none;
	font-weight:bold;
	font-size: 9px;
}

a.kav:visited{
	color : #D37B00;
	text-decoration : none;
	font-weight:bold;
	font-size: 9px;
}

a.kav:hover, a.kav:visited:hover{
	color : #FF0000;
	text-decoration : none;
	font-size: 9px;
}



/* navigation hyperlinks */
a.nav, a.nav:visited{
	color : #555;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

a.nav:hover, a.nav:visited:hover{
	color : #cb616f;
	text-decoration : none;
	font-size: 10px;
	font-weight: bold;
}

/* Misc */
ul{
	list-style-type: circle;
}

form{
	display: inline;
}

a img, :link img, :visited img{
	border:none 
}

.avatar, #avatar{
	width: 140px;
	height: 150px;
	border: 1px solid #D0CECE;
	margin: 2px;
}

#avatarhit{
 width: 80px;
 height: 80px;
 border: 1px solid #D0CECE;
 margin: 2px;
} 

/* Rich Text Editor */
.WebWizRTEbutton{
	 border: #D0CECE 1px solid;
}

.WebWizRTEtextarea{
	background-color: #FFFFFF;
	font-size: 12px;
}

.RTEbutton{
	background-color: #E6E7F2;
}

/* Tables */
.basicTable{
	border: 0px;
	width: 98%;
	border: #E2E3E7 1px solid;
	
}

.errorTable{
	border: 1px solid #FD7D40;
	background-color: #FFF2E6;
	width: 98%;
	color: #FF0000;
}

.tableBorder, .wwgAdTable{
	border: 1px solid #E2E3E7;
	background-color: #D0CECE;
	width: 98%;
}

/* Table Ledger */
.tableLedger{
	font-weight: bold;
	color: #FFFFFF;
	background-image: url('tl_bg.jpg');
	height: 26px
}

.tableLedger a:link, .tableLedger a:visited{
	color : #555;
	text-decoration: underline;
	font-weight: bold;
}

.tableLedger a:hover, .tableLedger a:visited:hover{
	color : #CCCCCC;
	text-decoration: underline;
	font-weight: bold;
}

/* Search Sub-Ledger */
.tableSubLedger{
	font-weight: bold;
	background-image: url('tab.png');
	height: 22px;
	color: #555;
}

.tableSubLedger a:link, .tableSubLedger a:visited{
	color : #555;
	text-decoration: underline;
	font-weight: bold;
}

.tableSubLedger a:hover, .tableSubLedger a:visited:hover{
	color : #dadada;
	text-decoration : underline;
	font-weight: bold;
}

/* Search Ledger */
.tableSearchLedger{
	font-weight: bold;
	background-color: #DCDDE4;
}

.tableSearchLedger a:link, .tableSearchLedger a:visited{
	color : #000000;
	text-decoration: underline;
	font-weight: bold;
}

.tableSearchLedger a:hover, .tableSearchLedger a:visited:hover{
	color : #666666;
	text-decoration : underline;
	font-weight: bold;
}

/* Tables */
.tableRow{
	background-color: #ffffff;
}

.tableTopRow, .tableBottomRow{
	background-color: #ffffff;
}

/* Alternating Row Colours */
.evenTableRow{
	background-color: #ffffff;

}

.oddTableRow{
	background-color: #ffffff;
}

.hiddenTableRow{
	background-color: #DFDFDF;
}

/* Private messager */
.PMtableRow{
	background-color: #ffffff;
}

.PMmsgBody{
	width: 99%;
	max-height: 350px;
	float: left; 
	overflow: auto;
}

/* Forum posts */
.msgBody{
	width: 100%;
}

.msgEvenTableRow, .msgEvenTableSide{
	background-color: #FFFFFB;
	font-size: 10px;
}

.msgOddTableRow, .msgOddTableSide{
	background-color: #F9F9FB;
	font-size: 10px;
}

.msgEvenTableSide a:link, .msgEvenTableSide a:visited, .msgOddTableSide a:link, .msgOddTableSide a:visited{
	color : #000000;
	text-decoration: underline;
	font-weight: bold;
}

.msgEvenTableSide a:hover, .msgEvenTableSide a:visited:hover, .msgOddTableSide a:hover, .msgOddTableSide a:visited:hover{
	color : #666666;
	text-decoration : underline;
	font-weight: bold;
}

.msgHiddenTableRow{
	font-size: 10px;
	background-image: url('pre_approved_post.gif');
}

.msgLineDevider{
	border: solid #D1D7DC 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
}

.msgSignature{
	max-height: 160px;
	width: 100%;
}

.postSeparatorTableRow{
	height: 10px;
	background-color: #BCD100;

}

/* Calendar */
.calLedger{
	font-weight: bold;
	background-color: #DCDDE4;
	padding:4px;
}
.calLedger a:link, .calLedger a:visited{
	color : #000000;
	text-decoration: none;
	font-size: 10px;
}

.calLedger a:hover, .calLedger a:visited:hover{
	color : #666666;
	text-decoration: none;
	font-size: 10px;
}

.calDateCell{
	background-color: #F8F8FC;
}

.calTodayCell{
	background-color: #F8F8FC;
	border:1px solid #FF0000;
}

.calEmptyDateCell{
	background-color: #FFFFFF;
}

/* BBcode blocks */
.BBquote{
	border: 1px dotted #999999;
	background-color: #FFFFFF;
	width: 97%;
	padding: 5px;
	margin: 8px 0px;
	text-align: left;
	overflow: auto;
	display: block;
	padding: 5px;
}

.BBcode{
	font-family: Courier New, Courier, mono;
	border: 1px dashed #999999;
	width: 97%;
	padding: 5px;
	margin: 8px 0px;
	text-align: left;
	overflow: auto;
	display: block;
	padding: 5px;
}

/* Forum ads */
/* WARNING: Changing the adverts so they are no-longer visable or readable will break the terms of the license agreement */

.wwgAdTD {
	background-color: #F8F8FC;
	color : #000000;
}

.wwgAdTitle a:link, .wwgAdTitle a:visited, .wwgAdTitle a:hover, .wwgAdTitle a:visited:hover{
	color : #0000FF;
	text-decoration: underline;
}

.wwgAdFooter{
	color: #FFFFFF;
	background-color: #7F7F99;
}

.wwgAdFooter a:link, .wwgAdFooter a:visited, .wwgAdFooter a:hover, .wwgAdFooter a:visited:hover{
	color : #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}


	
	
	
	
.avatar2, #avatar{
  width: 80px;
  height: 75px;
  border: 1px solid #D0CECE;
  margin: 2px;
  }

/* Linklerin oldugu yer Anasayfa. Falan filan  */
.ustmenu{
	height: 25px;
	_height: 19px;
	background-image: url(table_bg_image.gif);
	background-color:#dedede;   
}



.ustmenu a:hover, .tableSubLedger a:visited:hover{
	color : #000000;
	text-decoration : underline;
	font-weight: bold;
}
.tableBorder2, .wwgAdTable{
	border: 1px solid #BFFFBF;
	background-color:  ;
	width: 96%;

}
.tableBorder1, .wwgAdTable{
	border: 1px solid ;
	background-color:#A0ABBC ;
	width: 98%;
}

/* Table Ledger */
.tableLedger1{
	height: 25px;
	_height: 19px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color : ;
	font-size: 11px;
	background-image: url(table_bg_image1.gif);
	background-color:#BFFFBF;
}

.tableBorderengin, .wwgAdTable{
	
	border: 1px solid #D1DCEB;
	background-color: ;
	width: 35%;
}

.Engin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #F06783;
	color: #F06783;
	font-weight: bold;
	width: 95%;

	height: 26px;
	background-color: #D1DCEB;
	background-image: url(tl_bg.jpg);
}
/* Tables */
.engin{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #48B1FF;
	font-weight: normal;
	font-size: 11px;
	

}/* Tables */

.engin1{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #FF8000;
	font-weight: normal;
	font-size: 11px;
	

}/* Tables */

/* Tables */
.tableRowben{

	background-color: #ffffff;
	

}/* Tables */
/* Tables */
.tableRowen{

	background-color: #ffffff;
	

}/* Tables */

.logo{
width:900px;
height:150px;
}

	
/* Tablo Sutun */
/*.tbl1{
    background: #DCDCDC;
	border-bottom: #C8C6C6 1px solid;
	border-left: #FFFFFF 1px solid;
	border-top: #FFFFFF 1px solid;
	border-right: #C8C6C6 1px solid;
    
}
.tbl2{
    background: #F0F0F0;
	border-bottom: #C8C6C6 1px solid;
	border-left: #FFFFFF 1px solid;
	border-top: #FFFFFF 1px solid;
	border-right: #C8C6C6 1px solid;

    
}*/
.tbl3{
	border: 1px solid #D0CECE;

	width: 100%;
       
}
.tbl4{
	border: 1px solid #FCE2E5;
	background-color: #FCE2E5;
	width: 100%;
}
.hucre{background-color:#FFFFFF; font-family:Tahoma; font-size:12px; font-weight: normal}
.hucreon{background-color:#F5F5F5; font-family:Tahoma; font-size:12px; font-weight: normal}
