
/* Popup edit-boxes */
.epop_start_comp_select {
width:100%;
}
.epop {
position: absolute;
border: 2px solid black;
background: #e1d796;
padding: 5px 15px 5px 5px;
height: 200px;
width: 200px;
}
.epop .inputfield {
width:100%;
}
.epop .textarea {
width:100%;
height:240px;
}
.epop_start {
width: 300px;
height: 300px;
}
.epop_start_comp {
}
.epop_start_news {
height: 400px;
}
.epop table {
padding: 0px;
width: 100%;
}
.epop th {
font-weight: bold;
text-align: left;
border: 0px;
padding: 0px 10px 0px 0px;
background: #e1d796;
}
.epop td {
font-weight: bold;
text-align: left;
border: 0px;
padding: 0px;
}
.button_bar {
font-size: 12px;
text-align: right;
padding: 6px 0px 0px 0px;
}
.button_bar input {
font-size: 12px;
text-align: center;
border: 1px solid black;
padding: 0px;
}
.close_bar {
font-size: 12px;
text-align: right;
padding: 0px 0px 6px 0px;
}
.close_bar_item {
display: inline-block;
font-size: 12px;
text-align: center;
padding: 2px;
font-weight: bold;
cursor: pointer;
}
tr.highlight {
background: #e1d796;
}




/* Menu */
.m0l0o {
	border: 1px solid #000000;
	text-decoration: none;
}

.m0l1o {
	border: 1px solid #000000;
	text-decoration: none;
}

.m0l0i {
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial;
	padding: 4px;
	text-decoration: none;
}

.m0l1i {
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial;
	padding: 4px;
	text-decoration: none;
}



/* HTML tags */
TH
{
	border-collapse: collapse;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background-color:#CFD9E3;
	text-align:center;
	font-weight:bold;
	font-size:10px;
	height:13px;
	padding:0px;
	font-family:verdana,arial;
}

TD
{
	font-size:11px;
	font-family:arial,verdana;
}

.tdliten
{
	font-size:10px;
	font-family:arial,verdana;
}

.startkolumn
{
	padding-left:2px;
	padding-right:2px;
	padding-top:6px;
	padding-bottom:25px;
}

.rubfatcol
{
	font-weight:bold;
}

.forumcol
{
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;
	padding-right:5px;
	border-bottom:1px #C0C0C0 dotted;
}

.forumsvarsrubcol
{
	background-color:#CFD9E3;
	height:15px;
	padding-left:5px;
	font-size:10px;
	font-family:verdana,arial;
}

.tabell
{
	border:0px solid black;
}

HR
{
	height:2px;
	border:#BECCDA dotted;
}

BODY
{
	font-size:11px;
	font-family:arial,verdana;
}

A
{
	text-decoration:none;
	color:#306090;
}

A:visited
{
	text-decoration:none;
	color:#306090;
}

A:hover
{
	text-decoration:none;
	color:#800040;
}

INPUT
{
	border:1px solid #000000;
	font-size:12px;
}

SELECT
{
	border:1px solid #000000;
	font-size:12px;
}

TEXTAREA
{
	border:1px solid #000000;
	font-size:12px;
}

.buttons
{
	background: #ccc;
	border: 1px solid #ccc;
	margin: 1;
	float:left;
}

.raise
{
	border-top: 1px solid buttonhighlight;
	border-left: 1px solid buttonhighlight;
	border-bottom: 1px solid buttonshadow;
	border-right: 1px solid buttonshadow;
	background: #ccc;
	margin:1;
	float:left;
}

.press
{
	border-top: 1px solid buttonshadow;
	border-left: 1px solid buttonshadow;
	border-bottom: 1px solid buttonhighlight;
	border-right: 1px solid buttonhighlight;
	background: #ccc;
	margin:1;
	float:left;
}

#toolbar
{
	margin: 0;
	width: 135px;
	padding: 0;
	height:20px;
	background: #ccc;
	border-top: 1px solid buttonhighlight;
	border-left: 1px solid buttonhighlight;
	border-bottom: 1px solid buttonshadow;
	border-right: 1px solid buttonshadow;
	text-align:left;
}


