/* general classes */
body  {
	font-family : Verdana, Arial, "MS sans serif", Helvetica;
	font-size : 11px;
	background : #666666;
	color : Black;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
}

A {
	font-family : Verdana, Arial, sans-serif, Helvetica;
	font-size : 11px;
	text-decoration : none;
	color : Black;
}

A:HOVER {
	text-decoration : underline;	
	color : Black;
}

TH,TD {
	font-family : Verdana, Arial, sans-serif, Helvetica;
	font-size : 11px;
}

HR {
	border : 1px solid #D3D3D3;
}

.error {
	font-family : Verdana, Arial, sans-serif, Helvetica;
	font-size : 11px;
    color : Red;
}

.info {
	font-family : Verdana, Arial, sans-serif, Helvetica;
	font-size : 11px;
    color : Blue;
}

/* these are used by modules and core to render text inside tables */
/* backgrounden under gŒr till lite olika saker, del ramar */
.centerboxtext {
	font-family : Verdana, Arial, sans-serif, Helvetica;
	font-size : 11px;
	background : #FFFFFF;
	color : Black;
}

.sideboxtext {
	font-family : Verdana, Arial, sans-serif, Helvetica;
	font-size : 11px;
/*	background : #666666; */
	color : Black;
}

.plainboxtitle {
	font-family : Verdana, Arial, sans-serif, Helvetica;
	font-size : 11px;
    font-weight : bold;
	background : #DCDCDC;
	border-top : 1px solid #DCDCDC;
	border-bottom : 1px solid #DCDCDC;
	color : #333333;

}

.plainboxtext {
	font-family : Verdana, Arial, sans-serif, Helvetica;
	font-size : 11px;
	background : #FAFAFA;
	color : #333333;
}

/* these are used by the theme only - do not use outside theme!*/
.sideboxtitle {
	background : #666666;
	font-family : Verdana, Arial, sans-serif, Helvetica;
	font-size : 11px;
	color : White;
}

.centerboxtitle {
	background : #CDCDCD;
	border-bottom : 1px solid #DCDCDC;
	border-top : 1px solid #DCDCDC;
	font-family : Verdana, Arial, sans-serif, Helvetica;
	font-size : 11px;
	font-weight : bold;
	color : Black;
}

.pgprocessed {
	color: #ADADAD;
	font-family : Verdana, Arial, sans-serif, Helvetica;
	font-size : 10px;
}

.pgprocessedlink {
	color: #ADADAD;
	font-family : Verdana, Arial, sans-serif, Helvetica;
	font-size : 10px;
}

.topbarsep {
    font-family : Verdana,arial,MS sans serif, Helvetica;
    font-size : 11px;
    color : 999999;
}

.sideboxtexthover {
	background : #999999;
}

/* user card */
/* den under Šr ram till user profile */
.userexttable {
	font-family : Verdana, Arial, sans-serif, Helvetica;
	font-size : 11px;
	color : White;
	background : #FFFFFF;
}

.usertoppanel {
	font-family : Verdana, Arial, sans-serif, Helvetica;
	font-size : 11px;
	background : #EAEAEA;
	color : #333333;
}

.userbottompanel {
	font-family : Verdana, Arial, sans-serif, Helvetica;
	font-size : 11px;
	background : #FAFAFA;
	color : #333333;
}

.myaccount1 {
	font-family : Verdana, Arial, sans-serif, Helvetica;
	font-size : 12px;	
	background : #CDCDCD;
	color : #333333;
}

.myaccount2 {
	font-family : Verdana, Arial, sans-serif, Helvetica;
	font-size : 12px;	
	background : #EFEFEF;
	color : #333333;
}

.pageCont {
	margin-top: 10px;
}
