html, body, div, span, object, blockquote, abbr, acronym, big, cite, code, img, p, q, a, s, small, strike, strong, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	font-family: verdana,arial,sans-serif;
	font-size:12px;
}

body{
	background-color: #FFFFFF;
	background-image: url(/forum_images/topbackgr.jpg);
	background-repeat: repeat-x;
	text-align: left;
}
.lgText, .largeButton, .msgSideProfile, .tableLedger, .tableSubLedger, .tableSearchLedger, .calLedger{
	color: #3a92ba;
	font-weight: bold;
}

h1,h2,h3,h4,h5 {
	color: #3a92ba;
	font-weight: bold;
	font-family:"Trebuchet MS", Tahoma, sans-serif;
	margin-top: 5px;
}
h1 {
	font-size: 21px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 15px;
}
h4 {
	font-size: 12px;
}

#TopHeader {
	height: 70px;
}
#pinLogo {
	width: 400px;
	height: 70px;
	float: left;
}
#TopRightSide {
	padding: 5px;
	float: right;
	text-align: right;
	display:block;
}
#GlobalMenu {
	margin-top: 10px;
	text-align: right;
	height: 20px;
}
#Cleaner {
	clear:both;
	height: 1px;
}
#pinStatusBar {
	margin-top: 5px;
	text-align: left;
	clear:both;
	height: 50px;
	color: #000000;
}
.smLink, a.smLink {
	font-size: 12px;
	font-weight: normal;
}
#pinStatusBar, #pinStatusBar a {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
#GlobalMenu, #GlobalMenu a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#pinStatusBar a, #GlobalMenu a {
	border-bottom: dotted 1px #CCCCCC;
}
#pinSBLeft {
	float:left;
}
#pinSBRight {
	float: right;
	width: 500px;
	text-align: right;
	margin-right: 5px;
	color: #000000;
}
#Search-Box {
	margin: 0px;
	width: 160px;
	float: right;
	text-align:right;
	display: inline;
}
#Search-Area-Container {
	width: 140px;
	float: left;
}
#Search-Area {
	background-color:#ffffff;
	border:solid 1px #626c85;
	width:120px;
	margin: 0px;
	padding: 0px;
	height: 18px;
	overflow: visible;
}
#Search-Button-Container {
	width: 18px;
	float: right;
}
#Search-Button{
	margin: 0px;
	width: 18px;
	height: 20px;
	padding: 0px;
	border: 1px;
	overflow: visible;
}
#Login-Area-Container {
	float: right;
	text-align: right;
}
#pinStatusBar input {
	outline: 0; 
	padding: 0; 
	margin:  0;
}
.Login-TextBox {
	background-color:#ffffff;
	border:solid 1px #626c85;
	width:75px;
	height: 18px;
	font-size: 10px;
}
#Login-Button-Container {
	width: 18px;
	float: right;
	width: 20px;
}
#Login-Button {
	margin: 0px;
	width: 18px;
	height: 20px;
	padding: 0px;
	border: 1px;
	overflow: visible;
}
#AdsTop {
	text-align: center;
}
#Wisdom {
	margin: 15px;
	border: solid 1px #E8E8E8;
	background-image: url(/forum_images/wisdom.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #F0F0F0;
}
#WisdomMsg {
	padding: 10px 10px 10px 45px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight:bold;
	color: #006699;
}
#pinFooter {
	margin: 10px 0 10px 0;
	text-align: center;
	border-top: solid 1px #F0F0F0;
	padding-top: 15px;
}
/* Text */
.smText{
	font-size: 10px;
	line-height: 12px; 
}

.lgText{
	font-size: 15px;
}

.error{
	color : #FF0000;
}

/* Search highlight */
.highlight{
	background-color: #ffff66
}

/* Hyperlinks */
a, #optionsMenu a, #modToolsMenu a {
	color:#0099FF;
	font-weight: bold;
	outline: none;
}
.LogoutOpta {
	font-size: 9px;
	font-weight:normal;
	color: #CCCCCC;
}
.LogoutOptb {
	font-size: 13px;
	font-weight:bold;
}

/* Page Links */
.pageLink, a.pageLink:link, a.pageLink:visited, a.smPageLink:link, a.smPageLink:visited{
	color : #0099FF;
	text-decoration: none;
	background: #F7F7F4;
	border: 1px solid #E7E7E7;
	padding: 2px;
	margin: 2px;	
}

a.smPageLink:link, a.smPageLink:visited{
	line-height: 30px; 
	padding: 1px;
	margin: 1px;
}

a.pageLink:hover, a.smPageLink:hover{
	text-decoration: underline;
	border: 1px solid #AAAAAA;
	background: #E0F2FC;
}

.pageLink{
	background: #E7EBF5;
	border: 1px solid #AAAAAA;
}



/* Misc */
ul{
	list-style-type: circle;
}

form{
	display: inline;
}

.imgBorder {
	border: #CCCCCC 1px solid;
}

.avatar, #avatar{
	border: 1px solid #E8E8E8;
	margin: 5px;
	padding: 3px;
	width: 75px;
	height: 75px;
}

hr {
	width: 100%;
	background-color: #FFFFFF;
	height: 1px;
	border: 0px;
}

/* PNG Support for IE5.5 & 6 */
img {
	behavior: url('includes/pngbehavior.htc');
	vertical-align: middle;
}

/* Rich Text Editor */
.RTEtoolbar{
 	background-image: url('../../forum_images/toolbar_background.gif');
 
}

.WebWizRTEbutton, .RTEtoolbar{
	padding: 1px;
	
}

.WebWizRTEbuttonOver{
	background-image: url('../../forum_images/toolbar_button_background.gif');
	padding: 1px;
}

.RTEtableTopRow{
	line-height: 22px;
	background-color: #D3DAED;
	background-image: url('../../forum_images/topbar_background.gif');
}

.RTEtableRow{
	background-color: #F4F4FB;
}

.RTEtableBottomRow{
	background-color: #D3DAED;
	background-image: url('../../forum_images/bottombar_background.gif');
}

.RTEtextarea{
	background-color: #FFFFFF;
	color: #000000;
	margin: 2px;
}

.RTEmouseOver{
	background-color: #FFFFFF;
	color: #000000;
}


/* Tables */
.basicTable{
	text-align: left;
	border: 0px;
	width: 100%;
}

.errorTable{
	text-align: left;
	border: 1px solid #F5C41C;
	background-color: #FFFFB0;
	width: 500px;
	color: #000000;
	background-image: url(../../forum_images/error.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 125px;
	text-indent: 75px;
}

.tableBorder{
	text-align: left;
	width: 100%;
}

/* Table Ledger */
.tableLedger{
	font-weight: bold;
	color: #333333;
	background-color: #D3DAED;
	line-height: 22px;
	background-image: url('../../forum_images/default_toolbar_background.gif');
}

/* Search Sub-Ledger */
.tableSubLedger{
	font-weight: bold;
	color: #333333;
	background-color: #EBEEF7;
	line-height: 22px;
	background-image: url(../../forum_images/ledger_back.gif);
	background-repeat: repeat-x;
}

/* Search Ledger */
.tableSearchLedger{
	font-weight: bold;
	background-color: #EBEEF7;
}

/* Table Status Bar */
.tableStatusBar{
	font-weight: normal;
	color: #FFFFFF;
	font-size: 12px;
}

/* Tables */
.tableRow{
	background-color: #FBFBFD;
}

.tableTopRow{
	line-height: 22px;
	background-color: #D3DAED;
	background-image: url('../../forum_images/topbar_background.gif');
}

.tableBottomRow{
	line-height: 22px;
	background-color: #D3DAED;
	background-image: url('../../forum_images/bottombar_background.gif');
}



/* Alternating Row Colours */
.evenTableRow{
	background-color: #FBFBFD;
	font-size: 10px;
}

.oddTableRow{
	background-color: #FBFBFD;
	font-size: 10px;
}

.hiddenTableRow{
	background-color: #EEEEEE;
}

/* Private messager */
.PMtableRow{
	background-color: #FBFBFD;
}

.PMmsgBody{
	width: 99%;
	max-height: 450px;
	float: left; 
	overflow: auto;
}

/* Forum posts */
#pinMsgCont {
	width: 99%;
	border: solid 1px #E0E0E0;
	background-color: #F0F0F0;
	margin: 3px;
}
#pinMsgg {
	padding: 15px;
	overflow: auto;
	text-align:justify;
	font-size:10pt;
}
#pinMsgg img {
	margin: 5px;
	padding: 3px;
	border: 0;
}

#pinMsgg h1, #pinMsgg h2, #pinMsgg h3, #pinMsgg h4, #pinMsgg h5, #pinMsgg h6 {
	color: #000000;
}

#pinMsgg table h1, #pinMsgg table h2, #pinMsgg table h3, #pinMsgg table h4, #pinMsgg table h5, #pinMsgg table h6 {
	color: #999999;
}


.msgEvenTableTop, .msgEvenTableSide{
	background-color: #FBFBFD;
	font-size: 12px;
}

.msgOddTableTop, .msgOddTableSide{
	background-color: #FBFBFD;
	font-size: 12px;
}

.msgEvenTableRow{
	background-color: #FBFBFD;
}

.msgOddTableRow{
	background-color: #FBFBFD;
}


.postOptions{
	color : #000000;
	text-decoration: none;
	font-size: 11px;
	cursor: pointer;
}

.msgSideProfile {
	font-size: 12px;
	cursor: pointer;
	border: 1px solid #E8E8E8;
	margin: 5px;
	padding: 3px;
	background-image: url(../../forum_images/drop_down.gif);
	background-repeat:no-repeat;
	background-position:right;
}
#pinAvatar {
	text-align: center;
}
.msgSideProfileOther {
	margin: 5px;
	padding: 3px;
	font-size: 10px;
}

.msgHiddenTableRow{
	font-size: 10px;
	background-image: url(../../forum_images/pre_approved_post.gif);
}

.msgLineDevider{
	border: solid #E1E3EC 0px;
	border-top-width: 1px;
}

.msgSignature{
	max-height: 160px;
	width: 100%;
	float: left; 
	overflow: auto;
}

.postSeparatorTableRow{
	height: 10px;
	background-color: #EBEEF7;

}

/* Calendar */
.calLedger{
	font-weight: bold;
	background-color: #E7EBF5;
	padding:4px;
}
.calDateCell{
	background-color: #FbFbFb;
}

.calTodayCell{
	background-color: #FbFbFb;
	border:1px solid #CC0000;
}

.calEmptyDateCell{
	background-color: #FFFFFF;
}

/* BBcode blocks */
.BBquote{
	border: 1px solid #999999;
	background-color: #FFFFFF;
	width: 99.5%;
	padding: 5px;
	margin: 3px 0px;
	text-align: left;
	overflow: auto;
	display: block;
	font-style: italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666666;
}

.BBcode{
	font-family: Courier New, Courier, mono;
	border: 1px dashed #999999;
	width: 99.5%;
	padding: 5px;
	margin: 8px 0px;
	text-align: left;
	overflow: auto;
	display: block;
}


/* Tabs and Buttons */
a.largeButton {
	float: left;
	color : #555555;
	text-decoration: none;
	font-size: 13px;
	background-image: url('../../forum_images/large_grey_button.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 17px;
	width: 96px;
	padding: 5px 0px;
	margin: 2px;
	text-align: center;
}
a.largeButton:hover, a.largeButton:visited:hover{
	background-position: 0px -28px;
	color : #CC0000;
}

.tabTable{
	border: solid #E7E7E7 0px;
	border-bottom-width: 1px;
}


a.tabButton, a.tabButtonActive {
	float: left;
	color : #555555;
	text-decoration: none;
	font-size: 13px;
	background-image: url('../../forum_images/large_grey_tab.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 17px;
	width: 130px;
	padding: 5px 0px;
	margin: 0px 1px;
	
}
#pinRules {
	background-image: url('../../forum_images/confirm.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	padding: 15px;
	width: 60%;
	margin: 10px;
	background-color: #F5F5F5;
	border: solid 1px #E8E8E8;
	text-align: justify;
}
#pinRules p {
	background-image: url('../../forum_images/bullet.gif');
	background-position: 0px 3px;
	background-repeat: no-repeat;
	text-indent: 18px;
	line-height: 16px;
	margin-bottom: 10px;
}

.topicIcon, .forumIcon{
	background-position: center;
	background-repeat: no-repeat;
	height: 35px;
	width: 35px;
}



/* 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 #CCCCCC;
	border-width: 1px;
	height: auto;
	line-height: 18px;
	padding: 3px;
}

.downDropParent, .dropDownPermissions {
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

.dropDownSearch, .dropDownTopicSearch{
	border: solid #CCCCCC;
	border-width: 1px;
	padding: 0px;
	height: 106px;
}

.dropDownSearch{
	height: 108px;
}

.dropDownTopicSearch{
	height: 80px;
}

.dropDownPermissions{
	color: #333333;
	line-height: 14px;
	text-align: left;
}

.dropDownPointer{
	cursor: pointer;
}
select, input, textarea {
	border:1px solid #d1e2ed;
	padding:2px;
}

#pinHdrCont {
	margin-top: 5px;
	text-align: left;
	clear:both;
	height: 50px;
}

#pinHdrLeft {
	float:left;
}
#pinHdrRight {
	float: right;
	width: 470px;
	text-align: right;
	margin-right: 5px;
}

#pinSrch {
	padding-left: 15px;
	padding-right: 15px;
}

#KuranAra {
	width: 800px;
	margin-left: 20px;
}

#Inceleme, #KelimeAra {
	width: 370px;
	padding: 10px;
	background-color: #F0F0F0;
	border: 1px solid #E6E6E6;
}

#KelimeAra {
	float: left;
	background-image: url(/forum_images/ara.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#Inceleme {
	float: right;
	background-image: url(/forum_images/dosya.png);
	background-repeat: no-repeat;
	background-position: right top;
}

small {
	font-size: 9px;
	color: #666666;
}

.ceviriler {
	padding: 0;
	margin-bottom: 10px;
	/*border-bottom: 1px solid #999999;*/
	border: 1px solid #CCCCCC;
}
h6 {
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

#SonucCont {
	margin: 10px 15px 10px 15px;
}

.ResHdr {
	background-color: #E8E8E8;
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

.ResSubHdr {
	background-color: #E8E8E8;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.TCell1 {
	background-color: #E8E8E8;
	color: #333333;
	font-weight: bold;
	padding: 5px;
}
.TCell2 {
	background-color: #F0F0F0;
	padding: 10px;
}
.TCell2, .TCell1, .HCell1, .SCell1, .HCell2, .SCell2 {
	border-bottom: 1px solid #CCCCCC;
}

.HCell2, .SCell2 {
	padding: 10px;
}

.HCell1, .SCell1 {
	text-align: center;
}

.Btn1 {
	background-image: url(/forum_images/btn_back.gif);
	background-repeat: no-repeat;
	font-weight:bold;
	font-size: 9px;
	width: 64px;
	height: 22px;
	text-align:center;
	border: 0;
	padding: 0;
	margin: 10px 0 10px 0;
}

#VWOpt {
	font-size: 11px;
	vertical-align: middle;
	text-align: right;
	line-height: 16px;
	background-color: #E8E8E8;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

#BilgiM {
	border: 1px solid #CCCCCC;
	background-color: #E8E8E8;
	font-weight: bold;
	color: #FF3300;
	padding: 10px;
	margin: 15px;
}

#VWVrs {
	font-size: 11px;
	line-height: 14px;
	background-color: #E8E8E8;
	border: 1px solid #CCCCCC;
	padding: 10px;
}

#AnnoPanel {
	background-image: url(/forum_images/announcement.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #ebf0f8;
	border: 1px solid #000033;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: center;
	width: 468px;
	margin: 15px auto;
	padding: 10px;
}