/* Generics */

body, 
table
{
	margin: 0px;
	border: 0px;
	padding: 0px;
	font-family: arial;
	font-size: small;
}
a:link, 
a:hover, 
a:visited, 
a:active
{
	color: black;
	text-decoration: underline;
}
a:hover
{
	color: green;
}

.mybutton
{
	background-color: grey;
	color: black;
	padding: 5px 2px 2px 5px;
}
/* Named classes */
.main
{
	width: 100%;
	height: 100%;
	border: 0px;
	padding: 0px;
}
.header
{
	background-color: green;
	font-size: small;
	color: white;
}
.padded
{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	padding-right: 5px;
}
.headimage
{					
	background-color: transparent;
	background-image: url('images/bors_logo_150.gif');
	background-repeat: no-repeat;
	width: 148px;
	height: 147px;
	display: block;
}
tr.header
{
	height: 25px;
}
input.login
{
	font-size: x-small;
}
.headerright
{
	width: 120px;
}
.pagetitle
{
	font-size: x-large;
}
/*.cmsmiddle
{
	overflow: auto;
}*/
.footer
{
	height: 20px;
	background-color: white;
	column-span: 3;
}

.ticker
{
	vertical-align: top;
	background: lightgreen;
	column-span: 3;
	height: 25px;
}

.content
{
	vertical-align: top;
	background: white;
} 
.title
{
	font-size: x-large;
	width: 100%;
}
.big
{
	font-size: large;
}
.fullwidth
{
	display: block;
}
.filetitle
{
	display: block;
	font-size: large;
	text-align: center;
}
.center
{
	display: block;
	text-align: center;
}

.tab 
{ 
	background: white; 
	color: black; 
}
/*a.forgot
{
	color: white;
}*/
.tabselected, 
.group, 
a:link.group, 
a:visited.group 
{ 
	background: green; 
	color: white; 
} 
span.group, 
a.group 
{ 
	padding-left: 10px; 
	padding-right: 10px; 
	padding-top: 2px; 
	padding-bottom: 2px; 
}
.groupselected 
{ 
	background: green; 
	color: yellow; 
}
a:hover.tab, 
a:hover.group 
{ 
	background: lightgreen; 
	color: black; 
}

.tab, 
.tabselected
{
	display: block;
	text-align: right;
	padding: 2px 5px 2px 5px;
}

.menu
{
	vertical-align: top;
	background: white;
}
.listleft, 
.listtitle,
.listsubtitle, 
.listuser,
.listreview
{
	vertical-align: top; 
}
.listleft
{
	width: 100px;
}
.listtitle
{
	background: lightgreen;
	font-size: medium;
}
.listsubtitle
{
	background: lightgrey;
	font-size: medium;
}
.listeven
{
	background: lightgrey;
}
.listodd
{
}
.listuser
{
	font-size: x-small;
}
.listreview
{
	font-size: medium;
	font-weight: bold;
}
.caption
{
	vertical-align: top;
}
.admin
{
	text-align: center;
	vertical-align: top;
}
.edit, 
.remove,
.add,
.view
{ 
	display: block;
}
.adminbutton
{
	width: 110px;
}
a:link.edit, 
a:visited.edit, 
a:link.remove, 
a:visited.remove,
a:link.add,
a:visited.add,
a:link.view,
a:visited.view,
a:link.undelete,
a:visited.undelete
{ 
	background: lightgreen;
	color: black; 
}
a:hover.view
{
	background: orange;
	color: black;
}
a:hover.undelete
{
	background: black;
	color: white;
}
a:hover.edit 
{ 
	background: green; 
	color: yellow; 
}
a:hover.remove 
{ 
	background: red; 
	color: yellow; 
}
a:hover.add
{
	background-color: blue;
	color: yellow;
}

.block 
{ 
	display: block; 
}
.details
{
	font-size: medium;
} 
.red
{
	color: red;
}
a.forgot
{
	font-size: x-small;
}
.archive
{
	color: green;
}
a.formbutton
{
	font-size: smaller;
	border: 1px solid green;
	padding: 1px 5px 1px 5px;
	background-color: lightgreen;
	color: green;
}
a:hover.formbutton
{
	background-color: green;
	color: lightgreen;
}
.bordered
{
	border: 1px dashed black;
	padding: 5px;
}
td.leftborder
{
	border-left: 1px solid grey;
}
		
a.whitelink
{
	color: white;
}
a:hover.whitelink
{
	color: lightgreen;
}

.forumtable
{
	vertical-align: top;
	border: 1px green solid;
	padding: 1px;
}
.forumheader
{				
	background-color: green;
	color: white;
	font-weight: bold;
}
.forumtitle
{	
	background-color: green;
	color: white;
	font-weight: bold;
	font-size: x-small;
}
.forumtitleborder
{
	border-right: 1px solid lightgreen;
}
.forumbottomborder
{
	border-bottom: 1px solid lightgreen;
}
.forumgroup
{
	background-color: green;
	border-top: 1px solid white;
	padding: 2px;
	color: white;
	font-size: medium;
	font-weight: bold;
}
.forums,
.forumsodd
{						
	vertical-align: top;
	background-color: #DDFFDD;
	color: green;
	border-right: 1px solid green;
	border-bottom: 1px solid green;
}
.forumsodd
{
	background-color: lightgreen;
}
.forumdetail
{
	border-top: none;
	border-left: none;
	border-right: 1px solid green;
	border-bottom: 2px solid white;
}
.forumsright
{
	border-right: none;
}
.noborder
{
	border: none;
}

