/* GENERELLA EGENSKAPER */

body {
    background: rgb(135, 135, 106);
    font: 10pt verdana, arial, sans-serif;
}

p {
    margin-top: 0px;
}

a {
}

h1 {
	margin-top: 5px;
	font-size: 16pt;
}

table {
    font-size: 9pt;
		width: 540px;
}

td {
    padding:  3px 3px;
}

img {
	border: 0;
}

/* KLASSER */

.news_published_date {
	float: right;
	font-size: 8pt;
	color: #333;
}

.table_dark {
    background-color: rgb(32,46,76);
    color: white;
    font-weight: bold;
}

.table_light {
    background-color: rgb(150,168,205);
}

.table_lighter {
    background-color: rgb(190,190,200);
}

.admin_news_form textarea {
	width: 100%;
}

.td_right {
    text-align: right;
}

.mandatory_field {
		color: red;
		text-align: left;
		width: 100%;
}

/* UNIKA OBJEKT */

#container {
    background: white;
    width: 900px;
    position: relative;
    left: 50%;
    margin-left: -450px;
}

#menu {
    background: rgb(32,46,76);
    font-size: 10pt;
    color: rgb(255,255,255);
    padding: 3px 3px;
    text-align: center;
}

#menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#menu ul li {
    display: inline;
}
#menu a {
    color: white;
    text-decoration: none;
}
#menu a:hover {
    text-decoration: underline;
}

#left {
    margin-left: 5px;
    margin-right: 5px;    
    width: 155px;
    float:left;
    font-size: 8pt;
}

#right {
    margin-left: 5px;
    margin-right: 5px;    
    width: 155px;
    float:right;
    font-size: 8pt;
}

#center {
    margin-left: 165px;
    margin-right: 165px;
    border-left: 1px solid black;
    border-right: 1px solid black;
    padding: 10px;
}

#footer {
    color: white;
    clear: both;
    background: rgb(32,46,76);
    padding: 3px 3px;
    font-size: 8pt;
		text-align: center;
}
#footer a {
		color: white;
}

#adminbox {
		position: absolute;
		top: 0;
		width: 180px;
		height: 160px;
		overflow: auto;
}

#prenumerera {
		width: inherit;
}
#prenumerera th {
		text-align: left;
}
