a
{
	color:#0000FF;
}

a:visited
{
	color:#8800CC;
}

a:hover
{
	color:#FF0000;
	text-decoration:none;
}

body
{
	background-color: #ffffff;
}

body, p, li, td, .bodytext
{
	font-size: 10pt;
	font-family: verdana, arial, helvetica;
}

.top
{
	background-color: #777777;
	padding: 10px 20px 10px 20px;
	color: white;
}
.top a, .top a:visited
{
	color: white;
}
.top a:hover
{
	color: white;
}

h1
{
	font-size: 15pt;
	color: #777777; /*#dd5500;*/
}

h2
{
	font-size: 13pt;
	color: #777777; /*#dd5500;*/
}

h3
{
	font-size: 11pt;
	color: #777777; /*#dd5500;*/
}

.breadcrumb
{
	font-size: 8pt;
}

.login-box
{
	padding: 10px;
	border: 1px solid #cccccc;
	background-color: #eeeeee;
}

table.grid, table.grid td
{
	border: 1px solid #cccccc;
	border-collapse: collapse;
}
.tableheading
{
	background-color: #777777;
	color: #ffffff;
	font-weight: bold;
}

.tablerow
{
	background-color: #ffffff;
	/* border-bottom: 1px solid #000000; */
}

.tablerow-highlighted
{
	background-color: #ffdd88;
}

.tablerow-dark
{
	background-color: #cccccc;
	/* border-bottom: 1px solid #000000; */
}

.forum-tableheading
{
	background-color: #777777; /*#dd5500;*/
	color: #ffffff;
	font-weight: bold;
	padding: 10px;
	border: 1px solid #000000;
	margin-bottom: 2px;
}

.forum-row
{
	margin-top: 10px;
	background-color: #ffffff;
	padding: 10px;
	border: 1px solid #cccccc;
}

.forum-column-left
/* Contains the post author, date-time info. */
{
	width: 150px;
	padding-right: 10px;
	border-right: 1px dashed #cccccc;
}

.forum-column-right
{
	padding-left: 10px;
}

.forum-attachments
{
	background-color: #eeeeee;
	padding: 10px;
	margin-top: 20px;
}

.forum-attachment-upload
{
	/*background-color: #ffffff;*/
	padding: 10px;
	margin-top: 20px;
}

.indent
{
	margin-left: 30px;
}

.alert
{
	color: red;
	font-weight: bold;
}

.small
{
	font-size: 8pt;
}



.menu
{
	font-size: 9pt;
	width: 150px;
	background-color: #dd5500;
	border-bottom: 1px solid white;
}
.menu a:link
{
	color: #ffffff;
	text-decoration: none;
}
.menu a:visited
{
	color: #ffffff;
	text-decoration: none;
}
.menu a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

.submenu
{
	color: #ffffff;
	font-size: 9pt;
	background-color: #dd5500;
}
.submenu a:link
{
	color: #ffffff;
	text-decoration: none;
}
.submenu a:visited
{
	color: #ffffff;
	text-decoration: none;
}
.submenu a:hover
{
	color: #ffffff;
	text-decoration: underline;
}



