/* MedlemsDB2
 * ITK, Studentersamfundet i Trondhjem 2008
 */
body {
	font-family: arial,helvetica,clean,sans-serif;
	padding: 0;
	margin: 0;
}
h1 {
	font-size: xx-large;
	font-weight: bold;
	margin: 0.5em;
}
h2 {
	font-size: x-large;
	font-weight: bold;
}
h3 {
	font-size: large;
	font-weight: bold;
}
h1,h2 {
	margin-bottom: 0.5em;
	font-weight: bold;
}
h1,h2,h3 {
	margin-left: -0.5em;
}
p, table, ul, ol {
	margin-bottom: 1em;
}
dd {
	margin-left: 0.7em;
	margin-bottom: 0.3em;
}
table {
	border-right: 0;
	border-collapse: collapse;
	text-align: left;
}
th, td {
	border: 1px solid #babdb6;
	padding: 0.2em 0.4em;
}
th {
	background: rgb(230,230,230);
	font-weight: bold;
}
th a {
	text-decoration: underline;
}

table.list tr.odd {
	background: #EEEEEC;
}
table.list tr:hover {
	background: rgb(255,255,200);
}

a {
	color: #204a87;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

hr {
	background: #ececec;
	border: 0;
	height: 1px;
	margin: 1em 0;
}

select {
	background: #FFF;
}
input {
	margin-right: 0.2em;
}
option.optgroup {
	color: #000;
}

.required {
	color: #CC0000;
}

.number {
	text-align: right;
	padding-left: 1em;
	padding-right: 0.5em;
}
.disabled {
	text-decoration: line-through;
}

.secondary {
  font-style: italic;
}

.disabled-secondary {
  font-style: italic;
	text-decoration: line-through;
}

.outdated {
	color: gray;
}
.group-nav-box {
	margin: 0.5em;
	padding: 0.5em;
	width: auto;
	max-width: 40%;
	border: 1px dotted #babdb6;
	float: right;
	text-align: center;
	background: #F9F9F9;
}
.error {
	color: rgb(220,0,0);
}
.ballot-success {
	border: 1px solid black;
	background: rgb(33,147,41);
	padding: 0.3em;
}

ul.error, ol.error, ul.notice, ol.notice, ul.success, ol.success {
	list-style-position: inside;
}

td.error {
	background: inherit;
	border: 1px solid #babdb6;
	color: rgb(220,0,0);
}
td.error a {
	color: rgb(220,0,0);
	text-decoration: underline;
}
#header {
	background: #932822 url(/images/header_top) repeat-x scroll center top;
	padding: 15px 1em 4px;
}
#content {
	padding-left: 2em;
}

#footer {
	clear: both;
	background: #d3d7cf;
	color: black;
	margin-top: 1em;
	padding: 0;
	border-top: 1px solid rgb(160,160,160);
	border-bottom: 1px solid rgb(160,160,160);
}
#footer #ssso {
	float: right;
	padding-left: 2px;
}
#footer .username {
	float: right;
	margin-top: 0em;
}
#footer .help {
	padding-left: 0.5em;
}

#menu {
	background: #EEEEEC;
	padding: 0.2em 0;
	border-bottom: 1px solid #D3D7CF;
}
#menu .odd {
	background: #D3D7CF;
}
#menu span {
	padding: 0.2em 0.5em;
}

.left {
	float: left;
	margin-right: 0.5em;
}
.right {
	float: right;
	margin-left: 0.5em;
}
