/****************************
	www.gbda.net Style Sheets
	by Aksel Sjögren
	Copyright: GBDA
****************************/
body, td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
td.head {
	font-weight: bold;
	border-bottom: 1px solid #333333;
}
tr.trLink {
	cursor: pointer;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #666666;
	border-bottom: 1px solid #333333;
	padding: 3px;
	margin-top: 0px;
	margin-bottom: 10px;
	width: 50%;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}
h3 {
	font-size: 11px;
	font-weight: bold;
	margin: 1px;
	margin-top: 10px;
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
	width: 90%;
}
p.warning {
	color: #AA0000;
}
p.ok {
	color: #00AA00;
}
p.news {
	margin-top: 20px;
	border-top: 1px solid #333333;
	width: 50%;
}
em {
	font-style: normal;
	font-weight: bold;
}
a, a:visited {
	color: #3333FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.gray, a.gray:visited, a.gray:hover {
	color: Gray;
	text-decoration: none;
}
/* a.heading används för att sätta h3 till ankare */
a.heading, a.heading:visited {
	color: #333333;
	text-decoration: none;
}
a.heading:hover {
	text-decoration: underline;
}
/* Custom */
form.google {
	margin-bottom: 4px;
	margin-top: -3px;
}
input.google {
	font-family: Verdana Geneva Arial Helvetica sans-serif;
	font-size: 11px;
	width: 90px;
	border: 1px solid #000000;
	background-color: #FFFFFF; 
}
input.googleKnapp {
	width: 70px;
	height: 20px;
	font-family: Verdana Geneva Arial Helvetica sans-serif;
	font-size: 11px;
}
#mainBottom td {
	font-size: 9px;
	color: Gray;
}
#leftBox2 p {
	margin: 5px;
}
h1.leftNav {
	position: relative;
	top: 5px;
	left: 200px;
	border: 1px solid #000000;
	border-bottom: 0;
	background-color: #333333;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px 1px 2px 3px;
	width: 118px;
	font-size: 11px;
	margin: 0px;
	margin-top: 5px;
}
h1.rightNav {
	position: relative;
	top: 5px;
	left: 200px;
	border: 1px solid #000000;
	border-bottom: 0;
	background-color: #333333;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px 1px 2px 3px;
	width: 200px;
	font-size: 11px;
	margin: 0px;
	margin-top: 5px;
}
