table.genericlayouttable
{
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	border: 0px;
}

table.genericlayouttable tr
{
	vertical-align: top;
}
.sred
{
	color: red;
}

/* blue is Background color for some tables */
.blue
{
	color: black;
	background-color: #F9F9F9;
}

/* Green likewise, is alternating bacground-color for some of those tables */
.green
{
	color: black;
	background-color: #EDEDED;
}


.warning
{
	color: red;
}
.message
{
	color: red;
}
.error
{
	
	font-weight: bold;
	color: Red;
}

.sgreen
{
	color: green;
}
.sblue
{
	color: Blue;
}

/* *************************************************** */
/* *** From here and down, the styles are accepted *** */
/* *************************************************** */

/* The Box-Div */
div.box
{
	text-align: left;
	margin: 2px;
	border: #999 1pt solid;
}

div.box .header
{
	display: block;
	color: white;
	background-color: #339;
	border-bottom: 1px solid #999;
	padding: 1px;
	font-weight: bold;
	font-size: 9pt;
}

div.box div.content
{
	padding: 2px;
}

div.box td
{
	border: 0px;
	background-color: #F9F9F9;
	padding: 2px;
}

/* Styles for the filter - could be moved into another file */
.filterinvalid
{
	background-color: #ddd;

	padding: 1px 2px 1px 2px;
	text-align: center;

	cursor: default;
	border: 1px solid #aaa;
	display: inline-block; 
}

.filtervalid
{
	color: Black;
	cursor: hand;
	background-color: #fff;

	padding: 1px 2px 1px 2px;
	text-align: center;

	border: 1px solid #aaa;
	display: inline-block; 
}

.filtervalid:hover
{
	text-decoration: none;
}

/* Used here and there... */
.leftsplitter
{
	border-right: 1px solid #ccc;
	padding-left: 10px;
}

/* Styles for the MenuListExpandable. Could be moved to a seperate file.  */
a.expandablemenuelement
{
	display: inline-block;
}

a.expandablemenuselected 
{
	color: red;
	text-decoration: underline;
	display: inline-block;
}

/* Beeep!!!! Beeeeep! MenuSelect is used for selecting links that has nothing to do with the menu. These names shall be seperated! */
.menuselect, .menuselect a
{
	color: Red;
	text-decoration: underline;
}
table.withborder
{
	border: #999 1pt solid;
	border-collapse: collapse;
}

table.withborder td
{
	text-align: left;
}

td.withborder, span.withborder
{
	border: #999 1pt solid;
}

td.withbordercolor
{
	border: #999 1pt solid;
	background-color: #F9F9F9;
}

table.withbordercolor
{
	border: #999 1pt solid;
	background-color: #F0F0F0;
}

/* Table with no padding, spacing or anything, simply for laying out stuff */
table.layouttable
{
	border: 0px;
	padding: 0px;
	border-collapse: collapse;
}

table.layouttable td
{
	border: 0px;
	padding: 0px;
}

span.progresslabel 
{
	background-color: DarkRed;
	color: Yellow;
	padding: 20px;
	margin: 20px;
	border: 2px dashed black;
	font-weight: bold;
}

td.groupedgridcategoryheader 
{
	border: 0px;
	background-color: White;
	padding-bottom: 20px;
	color: #339;
	font-weight: bold;
	font-size: 8pt;
	padding: 5px 2px 2px 2px;	
}

.cmssearch .boundingbox 
{
	border: 1px solid #cdcdcd;
	border-collapse: collapse;
	width: 100%;
}

.icontable {
	border: 0px;
	width: 100%;
}

.icontable td {
	COLOR: black
}

.icontable tr {
	vertical-align: top;
}

.icontable img.icon {
	border: 0px; 
	margin-bottom: 8px; 
	margin-right: 8px;
}

.srscontentlimiter
{
	width: 100%;
	margin-left: 50px;
	margin-right: 50px;
}

.srscontentlimiter, .srscontentlimiter *
{
	font-size: 10pt;
}

.srscontentlimiter .subheader
{
	font-weight: bold;
	color: navy;
}

table.edittable
{
	background-color: #f8f8f8;
	border: 1px solid #aaa;
}

table.edittable table td
{
	border: 0px;
}

table.edittable td
{
	border: 1px solid #ccc;
}

table.rightpanegrouplist
{
    width: 100%;
    border: 0px;
    padding: 0px;
    border-collapse: collapse;
}

table.rightpanegrouplist th
{
    background-color: #339;
    color: White;
    padding: 2px;
}

table.rightpanegrouplist tr td
{
	background-color: #F9F9F9;
	padding: 2px;
}

.layoutb div.rightpanegrouplistcontainer
{
    padding: 0px;
    margin-top: 6px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}

.layoutb table.rightpanegrouplist th
{
    background-color: #ddf;
   
    border: 0px;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    margin-bottom: 4px;
}

.layoutb table.rightpanegrouplist th a
{
    color: Black;
}

.layoutb table.rightpanegrouplist tr td
{
	padding-left: 8px;
	background-color: transparent;
}

div.minibreak
{
    height: 1px;
    line-height: 0.2;
}

div.smallbreak
{
    height: 1px;
    line-height: 0.5;
}

/* New Menu Styles */
.layoutb .menutree a.menuroot, .layoutb .menutree .menuroot a
{
    font-weight: bold !important;
}

.layoutb .menutree
{
}

.layoutb table.genericlayouttable
{
	width: 100%;
}

