/* general classes */
body  {
    font-family: Comic Sans MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: black;
	font-weight: normal;
    background-image: url(img/background.jpg);
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: red;
}

table {
	border: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    font-size: 11px;
    color: black;
	font-weight: normal;
}

hr {
	border: 1px solid #CCCC00;
}

.band {
    font-size: 18px;
}

.title {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
	height: 75px;
}

.error {
    color: Red;
}

.info {
    color: Blue;
}

/* these are used by modules and core to render text inside tables */
.centerboxtext, table.centerboxtext {
	font-size: 11px;
    font-weight: normal;	
    color: black;
    background-color: white;
}

.plainboxtitle {
	font-size: 13px;
    color : #F2E7D9;
	background-color : #6F4100;
}

.plainboxtext {
    font-size : 11px;
    color : #333333;
	background-color : #F2E7D9;
}

/* these are used by the theme only - do not use outside theme!*/
.sidebox {
	background-image:url(img/boxbottom.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	margin:0px 8px 3px 3px;
	padding: 8px 8px 8px 8px;
	width: 150px;
	overflow: hidden;
    font-weight: normal;
	font-size: 11px;	
	text-align: left;
}

.sideboxtitle {
	background-image:url(img/boxtop.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px 8px 0px 3px;
	padding: 8px 8px 3px 3px;
	width: 150px;
	font-size: 11px;	
    font-weight: bold;
	text-align: center;
}

.sideboxtext, .sideboxtext table, .sideboxtext a {
    font-weight: normal;
	font-size: 11px;	
	text-align: left;
}

.sideboxtext a:hover {
    font-weight: normal;
	font-size : 11px;	
    color : blue;
	text-decoration: underline;
}

.centerboxtitle, .centerboxtitle a, .centerboxtitle table {
	font-size: 13px;
    color : #F2E7D9;
	background-color : #6F4100;
}

.centerboxtitle a:hover {
	font-size: 13px;
    color : #F2E7D9;
    text-decoration: underline;
}

.pgprocessed {
	color: #ADADAD;
	font-size: 9px;
}

/* user card */
.userexttable {
	font-size : 11px;	
	color : black;
}

.usertoppanel {
	font-size : 11px;	
	color : black;
}

.userbottompanel {
}

.myaccount1 {
	color: #333333;
	background-color : #BE9E8C;
}

.myaccount2 {
	color: #333333;
	background-color: #FFFFCC; 
}

.infobox { 
	font-size: 13px;
	font-weight: normal;
}

.infobox h2 { 
	font-size: 13px;
	font-weight: bold;
}

.infohilightbox, .infohilightbox a {
	font-size: 13px;
	font-weight: normal;
	background : #FFFFFF;
}

.infobox table, .infohilightbox table {
	font-size: 13px;
	font-weight: normal;
	border: 2px;
	background : #FFFFFF;
}

em {
	font-style : italic;
 	font-weight : bold;
}

a.linkopacity img {
	filter:alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;
}

a.linkopacity:hover img {
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
}

/* Box containing the individual tabs */
.topmenubar{
	background-image: url(img/submenu_back.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	border: 0px;
	height: 41px;
	width: auto;	
	margin:0px 0px 0px 0px;
	padding: 0px 8px 0px 8px;
}

.topmenubar div{
	background-position: top right;
	background-repeat: no-repeat;
	height:31px;
	overflow:hidden;
	float:left;
	text-align:center;
	list-style-type: none;
	margin:3px 0px 3px 0px;
	padding: 8px 0px 8px 0px;
	width: 105px;
}

.topmenubar a:hover{
	color:red;
}

.topmenuinactiveitem {
	background-image:url(img/tab_inactive.gif);
	font-weight: normal;
}

.topmenuactiveitem {
	background-image:url(img/tab_active.gif);
	font-weight: bold;
}

.topmenuinactiveitem a:hover{
	text-decoration: none;
	color: red;
	font-weight: bold;
}

.topmenuactiveitem a:hover{
	text-decoration: none;
	color: black;
}


