body, tr, td, table{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: #000000; font weight: normal;}

/* This class defines the syles for all generic links */
.postslink {font-family: Tahoma, Verdana, Helvetica, sans-serif; font-size: 12px; color: #2D6566; font weight: normal}
a.postslink:link {color: #336667;  text-decoration: none} 
a.postslink:active {color: #336667; text-decoration: none} 
a.postslink:visited {color: #336667; text-decoration: none} 
a.postslink:hover {color: #B6B247; text-decoration: underline; font weight: normal;}

/* This class defines the styles for table headers in the posts */
.postsTableHeader 
{
	color: #FFFFFF; 
	background-color: #2D6566; 
	font-family : Verdana, tahoma, Arial; 
	font-size : 11px; 
	font-weight: bold; 
	padding-left: 4px; 
	padding-right: 4px;
}

/* This class defines table backgrounds */
.postsList1 
{
	color: #14314F; 
	background-color:  #C0C0C0; 
	line-height: 14px; 
	font-family : Verdana,tahoma,Arial; 
	font-size : 10px; font-weight: normal;
}

/* This class defines table backgrounds with bold type */
.postsList1Bold 
{
	color: #14314F; 
	background-color:  #C0C0C0; 
	line-height: 14px; 
	font-family : Verdana,tahoma,Arial; 
	font-size : 10px; font-weight: normal;
	font-weight: bold;
}

/* This class defines table backgrounds */
.postsList2 
{
	color: #14314F; 
	background-color:  #E2E2E2;
	line-height: 14px; 
	font-family : Verdana,tahoma,Arial; 
	font-size : 10px; 
	font-weight: normal;
}

/* This class defines table backgrounds with bold type*/
.postsList2bold 
{
	color: #14314F; 
	background-color:  #E2E2E2;
	line-height: 14px; 
	font-family : Verdana,tahoma,Arial; 
	font-size : 10px; 
	font-weight: bold;
}

/* This class defines the styles for all generic buttons */
.postsInputSubmit1
{
	color: #FFFFFF;
	background-color: #F63D42;
	font: 10px Verdana, Arial,Helvetica,Sans Serif;
	font-weight: bold;
	border-top : 1px solid #14314F;
	border-bottom : 1px solid #14314F;
	border-left : 1px solid #14314F;
	border-right : 1px solid #14314F ;
}

/* This class defines the styles for all buttons on the main posts display*/
.postsInputSubmit2
{
	color: #FFFFFF; 
	background-color: #F63D42;
	border-top : 1px solid #14314F;
	border-bottom : 1px solid #14314F;
	border-left : 1px solid #14314F;
	border-right : 1px solid #14314F;
	font-family : Verdana,tahoma,Arial; 
	font-size : 10px;
	font-weight: bold;
}

/* This class defines the styles for all input boxes*/
.postsInputBox
{
	color: #000000;
	background-color: #FDFDFD;
	border-top : 1px solid #000000;
	border-bottom : 1px solid #000000;
	border-left : 1px solid #000000;
	border-right : 1px solid #000000;
	font-family : Verdana,tahoma,Arial; 
	font-size : 10px;
	font-weight: normal;
}

/* This class defines the styles for all text areas*/
.postsInputBoxTextArea
{
	color: #000000;
	background-color: #FDFDFD;
	border-top : 1px solid #000000;
	border-bottom : 1px solid #000000;
	border-left : 1px solid #000000;
	border-right : 1px solid #000000;
	font-family : Verdana,tahoma,Arial; 
	font-size : 10px;
	font-weight: normal;
	width: 95%
}

/* This class defines the styles for main tables*/
.postsTable
{
	border: 1px solid #000000;
}

/* This class defines the styles for all posts control panel links*/
.postsIconLink {font-family: Tahoma, Verdana, Helvetica, sans-serif; font-size: 10px; color: #999999; font weight: normal}
a.postsIconLink:link {color: #336667;  text-decoration: none} 
a.postsIconLink:active {color: #336667; text-decoration: none} 
a.postsIconLink:visited {color: #336667; text-decoration: none} 
a.postsIconLink:hover {color: #B6B247; text-decoration: underline; font weight: normal}

/* This class defines the styles for all error messages */
.postsError {
	color: #FF0000;
}

/* This class defines the styles for main headings */
.postsHeading {
	font-size: 14px;
	font-weight: bolder;
	color: #000000;
}

/* This class defines the styles for sub headings */
.postsHeading2 {
	font-size: 12px;
	font-weight: bolder;
	color: #000000;
}

/* This class defines the styles for text */
.postsNormal {
	font-size: 1opx;
	color: #000000;
}