/*
	Cascading Style Sheet for EBA-News
	Created by Espen Andersson
	*** All Rights Reserved ***
*/

body {
	background: #fff;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-align: center;
	font-size: 1em;
	}

img, iframe {
	border: 0;
	}
	
input.normal {
	outline: none; /* Firefox, please change the default value to none... it's a horrible "feature"!! */
	}

h1, ul, li, form {
	margin: 0;
	}

h1 {
	float: left;
	}

ul {
	padding: 0;
	list-style-type: none;
	}

dt {
	font-size: 1.1em;
	}

td input, td select, td img {
	vertical-align: middle;
	}

div#topinfo {
	float: right;
	padding: 10px;
	font-size: 70%;
	}

/*
	Input fields
*/

select, input {
	font-size: 100%;
	}

textarea {
	font-family: Arial, Verdana, sans-serif;
	line-height: 170%;
	font-size: 1em;
	padding: 2px;
	}

/*
	Username and password, login form
*/

input.strech {
	width: 65%;
	}

/*
	Used inside the administration panel
*/

input.normal {
	border: 1px solid #ccc;
	font-size: .9em;
	padding: 3px;
	background: #e5eaef;
	color: #072a66;
	text-align: center;
	}

input.normal:focus {
	background: #e8e8e8;
	}

input.normal:hover {
	border-color: #cfdbe7;
	}

textarea.normal {
	border: 1px solid #999;
	padding: 3px;
	font-size: .9em;
	background: #e5eaef;
	color: #072a66
	}

textarea.normal:focus {
	background: #e8e8e8;
	}

textarea.normal:hover {
	border: 1px solid #999
	}

/*
	Submit buttons, login form
*/

input.loginbutton {
	border: 1px solid #ccc;
	color: #333;
	width: 100px;
	background: #e1e9f2;
	}

input.loginbutton:focus {
	background: #cfdbe7;
	}

input.loginbutton:hover {
	border: 1px solid #999
	}

td.loginheader {
	background: #fff url(../../templates/images/login_top_gradient.jpg) no-repeat;
	border-bottom: 1px solid #d9d9d9;
	padding: 0;
	font-size: .9em;
	text-align: left;
	padding-left: 5px;
	}

td.loginheader img {
	float: right;
	}

th.uppercase {
	text-transform: uppercase;
	}

td.line {
	background: #24477C url(../../templates/images/header_title.gif) repeat-x;
	color: #FFF
	}

td.menu {
	padding: 5px;
	width: 18%;
	}

td.menu table td {
	line-height: 18px;
	}

td.menu table th {
	background: #f0f5fa;
	color: #072a66;
	border: 1px solid #c2cfdf;
	border-bottom: 5px solid #c2cfdf;
	font-size: 75%;
	}

table.menu {
	width: 100%;
	border: 1px solid #999;
	margin-bottom: 5px
	}

table.menu td.active {
	background: #e1e9f2;
	font-weight: bold;
	}

td.content {
	padding: 5px 5px 5px 0;
	text-align: left;
	}

td.content table {
	border: 1px solid #bebebe;
	margin: 5px 0;
	}

td {
	vertical-align: top;
	line-height: 23px;
	color: #000;
	background: transparent;
	}

th {
	height: 28px;
	color: #005784;
	font-weight: bold;
	white-space: nowrap;
	background: #e5eaef;
	border-bottom: 1px solid #d9d9d9;
	padding: 0 5px;
	font-size: 80%;
	text-align: center;
	}

td.admin {
	color: #000;
	background: #f4f6fb;
	text-align: left;
	padding: 2px 5px;
	font-size: 75%;
	}

td.admin2 {
	color: #000;
	background: #e1e9f2;
	text-align: left;
	font-size: 75%;
	padding: 2px 5px;
	}

td.admin3 {
	color: #000;
	background: #e5eaef;
	text-align: left;
	font-size: 75%;
	padding: 2px 5px;
	}

table.login {
	width: 51%;
	margin: auto;
	border: 1px solid #345487;
	}

td.right {
	text-align: right;
	}

td.width30 {
	width: 30%;
	}

td.width40 {
	width: 40%;
	}

td.width50 {
	width: 50%;
	}

td.center {
	text-align: center;
	}

td.width100 {
	width: 100%;
	}

td.nowrap {
	white-space: nowrap;
	}

td.middle, td.middle img {
	vertical-align: middle;
	}

a, a:visited {
	text-decoration: none;
	color: #006;
	background: none;
	}

a:hover {
	text-decoration: underline;
	}

/*
	Information boxes
*/

div.error {
	font-weight: bold;
	font-size: 75%;
	background: #f8dfd5;
	border: 1px solid #999;
	padding: 3px 5px;
	color: #de4704;
	margin-bottom: 5px;
	}

div.info {
	margin: auto;
	margin-bottom: 10px;
	color: #333;
	border-bottom: 1px solid #ccc;
	text-align: center;
	font-size: 75%;
	font-weight: bold;
	width: 51%;
	}

div.admininfo {
	margin: auto;
	margin-bottom: 5px;
	color: #e9eef3;
	border: 1px solid #ccc;
	font-size: 80%;
	background: #6691d2;
	font-weight: bold;
	font-style: italic;
	padding: 4px 8px;
	}

/*
	Table headers
*/

th a, th a:visited {
	text-decoration: underline;
	color: #005784;
	}

th a:hover {
	text-decoration: none;
	color: #005784;
	}

td.line a, td.line a:visited {
	color: #fff;
	text-decoration: underline;
	}

td.line a:hover {
	color: #fff;
	text-decoration: none;
	}

td.private a, td.private a:visited {
	text-decoration: underline;
	color: #de4704;
	}

td.private a:hover {
	text-decoration: none;
	color: #de4704;
	}

div.bottom {
	font-size: 75%
	}

div.bottom a, div.bottom a:visited {
	color: #444;
	font-weight: bold;
	}

div.top {
	background: url(../../templates/images/bg_header.gif);
	height: 62px;
	width: 100%;
	margin: 0 0 5px 0;
	text-align: left;
	color: #000;
	}

td.notes {
	float: left;
	width: 40%;
	margin: 3px 5px 0 0;
	padding: 5px;
	}

td.notemessage {
	float: left;
	margin: 3px 0 0 0;
	padding: 5px;
	}

div#page-number, div.page-number {
	background: #f0f5fa;
	margin-bottom: 5px;
	color: #072a66;
	text-align: left;
	font-size: 11px;
	border: 1px solid #c2cfdf;
	text-align: right;
	padding: 5px 10px;
	}

div#page-number a {
	text-decoration: underline;
	color: #333;
	}

div#page-number a:hover {
	text-decoration: none;
	}

td.private {
	background: #faede6;
	color: #de4704;
	}

td.spam {
	background: #f9d0bc
	}

div.bottom {
	margin: 10px auto;
	color: #444;
	border-top: 2px solid #345487;
	width: 51%;
	padding-top: 7px;
	background: transparent;
	}

div.width50 {
	width: 50%;
	margin: 10px auto
	}

table.details {
	width: 100%;
	}

table.details td {
	text-align: left;
	padding: 0 5px;
	}

span.explain {
	font-size: 100%;
	}

p.border {
	background: #f0f5fa;
	color: #072a66;
	border: 1px dotted #c2cfdf;
	padding-left: 10px;
	margin-top: 3px;
	}
	
.active {
	background: #e1e9f2;
	}

/*
	Click on img for full size
*/

a.bigsize img {
	border: 2px solid #006;
	padding: 1px;
	}

/*
	Gravatar
*/

.gravatar {
	border: 1px solid #ccc;
	padding: 2px;
	background: #fff;
	}

/*
	Miscellaneous
*/

.left {
	text-align: left
	}