/* FORUM Style */

/* override HTML elements */
H2 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 90%;
	font-weight : bold;
}
H4 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #993333;
	font-size : 80%;
	font-weight : bold;
}

/*
SMALL {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 70%;
}
*/

/* date in the upper right hand corner of the header 
.headerDate {
	font-family : arial,helvetica,sans-serif;
	font-size : small;
	font-weight : bold;
}
*/

/* text in the header 
.headerText {
	font-style : italic;
}
*/

/* breadcrumb links */
.forumCrumb {
	color : #000000;
	font-weight : bold;
	text-decoration : none;
	font-size : 80%;
}
.forumCrumb:hover {
	/*color : #990000;*/
	text-decoration : underline;
}

.yazdMenuOn { font-size: 80%; font-weight: bold; color: #000000; cursor: pointer; text-decoration: none}

/* toolbar text (includes links) */
.forumToolbar {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #0066CC;
	font-size : 80%;
	text-decoration : none;
}

/* error classes */
.error {
	color : #993300;
	font-style : italic;
}

/* forum link (href on a forum name, thread name, message name, etc) */
.forum {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #0066CC;
	font-weight : bold;
	text-decoration : none;
	font-size : 85%;
}
.forum a:visited {
	color : #0066CC;
}
.forum:hover {
	color : #0066CC;
	text-decoration : underline;
}

/* styles for all dates*/
.dateYazd {
	color : #cc3300;
}


.messageHeader {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 90%;
	font-weight : bold;
}


.simpleText {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 80%;
}

.simpleTextBold {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 80%;
	font-weight : bold;
}
.messageAuthor {
	font-style : italic;
	font-size : 80%;
	font-weight : bold;
}

.forumDate {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 70%;
}


/* 
      Stylesheet for Yazd admin tool
*/

.pageHeaderBg { background-color : #666666; }
.pageHeaderFg { background-color : #dddddd; }
.pageHeaderText { font-size : small; font-weight : bold; }
.errorText, .messageText {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : small;
	color : #ff0000;
}
.pageTitle {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : small;
	font-weight : bold;
}


/* Login page styles */
.login {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : x-small;
}


/* Header page */
.adminHeader {
	font-family : Trebuchet MS,arial,helvetica,sans-serif;
	font-size : large;
	font-style : italic;
}

.toolbar {
	color : #000000;
	font-size :  xx-small;
	text-decoration : none;
}
/* Toolbar page */
.toolbarBg { background-color : #dddddd; }
.toolbarLink {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : small;
	color : #0000ff;
}
.toolbarLink:hover { color : #cc3300 }


/* Sidebar page */
.sidebarNode, .sidebarLeaf {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : x-small;
	color : #000000;
}
.sidebarLink {
	cursor: pointer;
}

.sidebarLink:hover { text-decoration : underline; }


/* forum admin pages */
.forumCellHeader {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : x-small;
}
.forumCell {
	font-family : verana,arial,helvetica,sans-serif;
	font-size : x-small;
}

/* view forum page styles */
.viewForumHeader {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : small;
	font-weight : bold;
}
.viewForumDeck {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : x-small;
	color : #993333;
}
.forumListHeader {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : x-small;
	text-align : center;
}
.forumListCell {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : xx-small;
	background-color : #ffffff;
}
.forumListDateCell {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : xx-small;
	background-color : #ffffff;
	color : #000000;
}

