/* Page body */
body{
	background: #ccffc9;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td.deneme{
 font-family: tahoma, tahoma, tahoma, tahoma;

 font-weight: normal;
 font-size: 11px;
	background: #E5E5E5;
	color: #4B4B4B;
border-bottom: #C8C6C6 1px solid;
	border-left: #FFFFFF 1px solid;
	border-top: #FFFFFF 1px solid;
	border-right: #C8C6C6 1px solid;

}

/* 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: tahoma, tahoma, tahoma, tahoma;
	color : #000000;
	font-weight: normal;
	font-size: 11px;
}
.lgText, .heading{
	font-family: tahoma, tahoma, tahoma;
	color: #ff9933;
	font-weight: bold;
}

/* Text */
.smText{
	font-size: 11px;
}

.smTextView {
    font-size: 11px;
    color : #FF0000;
}

.lgText{
	font-size: 15px;
}

.heading{
	font-size: 18px;
}

.error{
	color : #FF0000;
}

/* Search highlight */
.highlight{
	background-color: #ffff66
}

/* Hyperlinks */
a:link {
	color : #000000;
	text-decoration: none;
	font-weight: bold;
}

a:visited{
	color : #000000;
	text-decoration : none;
	font-weight: bold;
}

a:hover, a:visited:hover{
	color : #ff9933;
	text-decoration : underline;
}

a.smLink {
	font-size: 11px;
}

/* navigation hyperlinks */
a.nav, a.nav:visited{
	color : #000000;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}

a.nav:hover, a.nav:visited:hover{
	color : ##ff9933;
	text-decoration : underline;
	font-size: 11px;
	font-weight: normal;
}

/* Misc */
ul{
	list-style-type: square;
}

form{
	display: inline;
}

a img, :link img, :visited img{
	border:none 
}

#avatar{
	width: 135px;
	height: 145px;
	border: 1px solid #000000;
	margin: 1px;
}

#avatarhit{
 width: 80px;
 height: 80px;
 border: 1px solid #000000;
 margin: 2px;
} 


/* Rich Text Editor */
.WebWizRTEbutton{
	 border: #FFFFFF 1px solid;
}

.WebWizRTEtextarea{
	background-color: #FFFFFF;
	font-size: 11px;
}

.RTEbutton{
	background-color: #E6E6E6;
}

/* Tables */
.basicTable{
	border-bottom: #C8C6C6 1px solid;
	border-left: #FFFFFF 1px solid;
	border-top: #FFFFFF 1px solid;
	border-right: #C8C6C6 1px solid;
	width: 94%;
}

.errorTable{
	border: 1px solid #666666;
	background-color: #FFF2E6;
	width: 50%;
	color: #FF0000;
}

.tableBorder{
	border-bottom: #C8C6C6 1px solid;
	border-left: #FFFFFF 1px solid;
	border-top: #FFFFFF 1px solid;
	border-right: #C8C6C6 1px solid;

	background-color: #E1E1E2;
	width: 94%;
}

/* Table Ledger */
.tableLedger{
	font-weight: bold;
	background-color: #ccffc9;
	background-image: url('../forum_images/bg.gif');
        height: 16px
}

.tableLedger a:link, .tableLedger a:visited{
	color : #000000;
	text-decoration: none;
	font-weight: bold;
}

.tableLedger a:hover, .tableLedger a:visited:hover{
	color : #000000;
	text-decoration : underline;
	font-weight: bold;
}

/* Search Sub-Ledger */
.tableSubLedger{
	font-weight: bold;
	background-image: url('../forum_images/sidebox-title-bg.gif');
        height: 6px
}

.tableSubLedger a:link, .tableSubLedger a:visited{
	color : #000000;
	text-decoration: none;
	font-weight: bold;
}

.tableSubLedger a:hover, .tableSubLedger a:visited:hover{
	color : #000000;
	text-decoration : underline;
	font-weight: bold;
}

/* Search Ledger */
.tableSearchLedger{
	font-weight: bold;
	background-color: #BAC9D6;
}

.tableSearchLedger a:link, .tableSearchLedger a:visited{
	color : #000000;
	text-decoration: none;
	font-weight: bold;
}

.tableSearchLedger a:hover, .tableSearchLedger a:visited:hover{
	color : #ff9933;
	text-decoration : underline;
	font-weight: bold;
}

/* Tables */
.tableRow{
	background-color: #ccffc9;
}

.tableTopRow, .tableBottomRow{
	background-color: #ccffc9;
}

/* Alternating Row Colours */
.evenTableRow{
	background-color: #ccffc9;

}

.oddTableRow{
	background-color: #ccffc9;
}

.hiddenTableRow{
	background-color: #DFDFDF;
}

/* Private messager */
.PMtableRow{
	background-color: #E6E6E6;
}

.PMmsgBody{
	width: 94%;
	max-height: 350px;
	float: left; 
	overflow: auto;
}

/* Forum posts */
.msgBody{
	width: 94%;
}

.msgEvenTableRow {
	background-color: #E6E6E6;
	font-size: 10px;
}

.msgEvenTableSide {
	background-color: #DEE3E7;
	font-size: 10px;
}

.msgOddTableRow {
	background-color: #E6E6E6;
	font-size: 10px;
}

.msgOddTableSide {
	background-color: #DEE3E7;
	font-size: 10px;
}

.msgEvenTableSide a:link, .msgEvenTableSide a:visited, .msgOddTableSide a:link, .msgOddTableSide a:visited{
	color : #000000;
	text-decoration: none;
	font-weight: bold;
}

.msgEvenTableSide a:hover, .msgEvenTableSide a:visited:hover, .msgOddTableSide a:hover, .msgOddTableSide a:visited:hover{
	color : #ff9933;
	text-decoration : underline;
	font-weight: bold;
}

.msgHiddenTableRow{
	font-size: 10px;
	background-image: url('../forum_images/pre_approved_post.gif');
}

.msgLineDevider{
	border-bottom: #C8C6C6 1px solid;
	border-left: #FFFFFF 1px solid;
	border-top: #FFFFFF 1px solid;
	border-right: #C8C6C6 1px solid;
}

.msgSignature{
	max-height: 180px;
	width: 100%;
}

.postSeparatorTableRow{
	height: 16px;
	background-image: url('../forum_images/sidebox-title-bg.gif');

}

/* Calendar */
.calLedger{
	font-weight: bold;
	background-color: #BAC9D6;
	padding:4px;
}
.calLedger a:link, .calLedger a:visited{
	color : #000000;
	text-decoration: none;
	font-size: 11px;
}

.calLedger a:hover, .calLedger a:visited:hover{
	color : #ff9933;
	text-decoration: none;
	font-size: 11px;
}

.calDateCell{
	background-color: #EFEFEF;
}

.calTodayCell{
	background-color: #EFEFEF;
	border:1px solid #FF0000;
}

.calEmptyDateCell{
	background-color: #FFFFFF;
}

/* BBcode blocks */
.BBquote{
	border-bottom: #C8C6C6 1px solid;
	border-left: #FFFFFF 1px solid;
	border-top: #FFFFFF 1px solid;
	border-right: #C8C6C6 1px solid;
	background-color: #FFFFFF;
	width: 94%;
	padding: 5px;
	margin: 8px 0px;
	float: left;
	overflow: auto;
	display: block;
	padding: 5px;
}

.BBcode{
	font-family: Courier New, Courier, mono;
	border-bottom: #C8C6C6 1px solid;
	border-left: #FFFFFF 1px solid;
	border-top: #FFFFFF 1px solid;
	border-right: #C8C6C6 1px solid;
	width: 94%;
	padding: 5px;
	margin: 8px 0px;
	float: left;
	overflow: auto;
	display: block;
	padding: 5px;
}

.ustmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	width: 98%

	height: 20px;
	background-color: #000000;
	background-image: url(/forum_images/sidebox-title-bg.gif);
       
}

/* Drop Down Menus */.dropDownMenu, .dropDownStatusBar, .dropDownSearch, .dropDownCalendar, .dropDownTopicSearch, .dropDownPermissions{ visibility: hidden; position: absolute; left: 0px; top: 0px;}
.dropDownMenu, .dropDownStatusBar, .dropDownPermissions{ background-color: #F4F4FB; border: solid #000000; border-width: 1px; height: auto; line-height: 18px; padding: 1px;}
.downDropParent, .dropDownPermissions, .dropDownMenu a:link, .dropDownMenu a:visited, .dropDownStatusBar a{ font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; font-size: 11px; font-weight: normal; text-decoration: none;}
.dropDownMenu a:hover, .dropDownMenu a:visited:hover, .dropDownStatusBar a:hover { color : #FFFF00; display: block; background: #9AACD6; width: 100%; font-weight: normal; text-decoration: none;}
 
.msgSideProfile{ font-size: 13px; cursor: pointer;}
.msgSideProfile{ font-family: Arial, Helvetica, sans-serif; color: #0000ff; font-weight: bold;}