/* Font */


.headercell, .lille_lys, .alm_lys, .stor_lys, .lille_moerk, .alm_moerk, .alm_moerk_fed, .overskrift, .stor_moerk, .statustext, .admincontrols
{
	font: 11px/15px verdana,tahoma, sans-serif;
}

/*Sizes*/
.lille_lys, .lille_moerk
{
	font-size: 7pt;
}

.headercell, .alm_lys, .alm_moerk, .alm_moerk_fed, .statustext
{
	font-size: 8pt;
}

.overskrift
{
	font-size: 10pt;
	float: left;
	padding-top: 3px;
	padding-bottom: 5px;
	font-weight: bold;
}
.stor_lys, .stor_moerk
{
	font-weight: bold;
}

/*Colors*/
.lille_lys, .alm_lys, .stor_lys, .lys
{
	color: #ffffff;
}

.lille_moerk, .alm_moerk, .alm_moerk_fed, .overskrift_moerk_fed, .stor_moerk
{
	color: #000000;
}

.statustext
{
	color: Red;
}

.headercell
{
	padding: 3px;
	background-color: #61667A;
	color: White;
	font-weight: bold;
}

.alm_moerk_fed
{
	font-weight: bold;
}

a
{
	text-decoration: none;
}

.documentname, .editoroptions, .editorstatus
{
	float: left;
	width: 100%;
	border: solid 1px gray;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #C0C0C0;
}


.documentname
{
}

.editor
{
	float: left;
	width: 100%;
}

.editoroptions
{
}

.editoroption
{
	float: left;
	padding-left: 15px;
}

.editorstatus
{
}

.standardBox
{
	text-align: left;
	height: 100%;
	margin: auto;
	border: solid 1px black;
}

.red
{
	color: Red;
}

.btnStyle
{
	background-color: #61667A;
	color: White;
	border-width: 1px;
	border-color: Black;
	cursor: Hand;
}
.btnStyle:hover
{
	color: #3399FF;
	border-width: 1px;
	border-color: #3399FF;
}

.inactivebtnStyle
{
	background-color: #CCCCCC;
	color: White;
	border-width: 1px;
	border-color: Black;
}

.btnColumnStyle
{
	background-color: #61667A;
	color: White;
	border-width: 1px;
	border-color: Black;
	cursor: Hand;
}

.btnColumnStyle:hover
{
	color: #3399FF;
	border-width: 1px;
	border-color: #3399FF;
}

.chBox
{
	background-color: #61667A;
}

.ddBox
{
}