/*Forums block*/
.forumblock {padding-bottom: 20px; width: 100%;}
.forumblock .nocourse {background-color: #FFF3DF; padding: 10px 0px; text-align: center; color: #545454; font-style: italic; font-weight: bold;}

/*Course block introduction*/
.forumblock .introduction {font-family: Georgia, serif; font-size: 1.2em; margin-bottom: 10px;}
.forumblock .introduction H1 {color: #1E3665; font-weight: normal; margin: 0px 0px 0.25em 0px; font-size: 150%;}
.forumblock .introduction H2 {color: #1E3665; font-weight: normal; margin: 1.0em 0px 0.25em 0px; font-size: 120%;}
.forumblock .introduction P {color: #333333; line-height: 1.5em; margin: 0.5em 0px 0.25em 0px;}
.forumblock .introduction A {color: #0E7CAA;}

/*Forums listing table*/
TABLE.forumlisting {width: 100%; border-collapse: collapse; empty-cells: show;  }
TABLE.forumlisting THEAD {background-color: #FFE4B5; color: #33334D; font-weight: bold;}
TABLE.forumlisting TBODY {background-color: #FFF3DF;}
TABLE.forumlisting TD {padding: 8px 8px;}
TABLE.forumlisting TD.forum {width: 40%; font-weight: bold;}
TABLE.forumlisting TD.topics {width: 15%;  text-align: center; }
TABLE.forumlisting TD.last {width: 15%;  text-align: center;}
TABLE.forumlisting TD.blurb {border-bottom: 2px solid #FFE4B5; padding: 0px 108px 8px 18px; font-style:italic; color: #33334D;}


/*Topics listing table*/
TABLE.topiclisting {width: 100%; border-collapse: collapse; empty-cells: show; }
TABLE.topiclisting THEAD {background-color: #9CB9DC; color: #33334D; font-weight: bold;}
TABLE.topiclisting TBODY {background-color: #C9D8ED;}
TABLE.topiclisting TD {padding: 8px 8px;}
TABLE.topiclisting TD.topic {width: 50%; border-bottom: 2px solid #9CB9DC; font-weight: bold;}
TABLE.topiclisting TD.tosaigh {width: 15%; border-bottom: 2px solid #9CB9DC;  text-align: center;}
TABLE.topiclisting TD.lion {width: 15%; border-bottom: 2px solid #9CB9DC;  text-align: center;  }
TABLE.topiclisting TD.last {width: 20%; border-bottom: 2px solid #9CB9DC;  text-align: center;}
TABLE.topiclisting TD.pager {width: 100%; border-bottom: none; text-align: center;}


/*Topics listing table*/
TABLE.messagelisting {width: 100%; border-collapse: collapse; empty-cells: show; }
TABLE.messagelisting THEAD {background-color: #9CB9DC; color: #33334D; font-weight: bold;}
TABLE.messagelisting TBODY {background-color: #C9D8ED;}
TABLE.messagelisting TR {vertical-align: top;}
TABLE.messagelisting TD {padding: 8px 8px;}
TABLE.messagelisting TD.title {width: 100%; border-bottom: 1px solid #9CB9DC; font-size: 1.4em;}
TABLE.messagelisting TD.udar {width: 20%; border-bottom: 2px solid #9CB9DC;}
TABLE.messagelisting TD.mess {width: 80%; border-bottom: 2px solid #9CB9DC; }
TABLE.messagelisting TD.messbody {background-color: #FFFFFF; border-right: 2px solid #C9D8ED; font-size: 1.1em; font-family: Arial;}
TABLE.messagelisting TD.pager {width: 100%; border-bottom: none; text-align: center;}

SPAN.freagair {float:right; text-align: right; display: block; font-size: 1em; font-weight: normal;}
TABLE.messagelisting TD.title SPAN.freagair {font-size: 0.7em;}
SPAN.freagair A {display: inline-block; padding: 2px 5px; border: 1px outset;
	background-color: #FEFBF3; color: #8F1418;}
SPAN.freagair A:hover {background-color: #FFFFFF;}


DIV.newtopic {	margin-top: 16px;}

/*Line under the upper menu with links to course and unit*/
DIV#pathrow {margin: 0px 25px 10px 25px;}


A.page
{
	text-decoration: none;
	color: #336699;
}

A.page:hover {
	color: #ff9900;
	text-decoration: underline;
}

SPAN.page-current
{
	background-color: #336699;
	color: #FFFFFF;
	padding: 0px 4px 0px 4px;
}

.pager
{
	background-color: #FFFFFF;
	padding: 8px 0px 5px 0px;
	margin-left: 20px;
	margin-right: 20px;
	color: #666666;
	text-align: center;
}

A.arrow_right {
	margin-top: 0px;
}
A.arrow_left {
	margin-top: 0px;
}



