@import url("calendar.css");

body, a, table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body.Page {
	margin: 0px;
/*	background-image: url(../images/bakskam2.png);
	background-repeat: no-repeat;*/
}

body.Frame {
	margin: 2px;
/*	background-image: url(../images/bakskam2.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;*/
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

p {
	text-indent: 50px;
}

a {
	text-decoration: none;
	color: #000099;
}

a:hover {
	color: #0066FF;
}

a.Edit {
	color: red;
}

table.Page {
	width: 100%;
	height: 100%;
}

.Menu {
	width: 206px;
/*	width: 180px;*/
}

.MenuItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: lowercase;
	letter-spacing: 10px;
	text-align: center;
	font-weight: bold;
	border: 1px solid black;
	background-color: #CCCCCC;
}

.MenuSubitem {
	letter-spacing: 1px;
	font-size: 10px;
	/*text-transform: lowercase;*/
	border: 1px solid gray;
/*	background-image: url(../images/next.gif);
	text-indent: 10px;
	background-position: center left;
	background-repeat: no-repeat;*/
}

.MenuSubitem a {
	text-decoration: none;
	font-size: 10px;
}

.Cell {
	width: 100%;
	height: 100%;
}

.Title {
	font-family: "Courier New", Courier, mono;
	font-size: 18px;
	font-weight: bold;
}

.Body {
	width: 100%;
	height: 100%;
	border-width: 0px;
	margin: 0px 0px 0px 0px;
}

.Partners {
	overflow: auto;
	height: 500px;
}

/* FORM */

.Form img {
	vertical-align: middle;
}
/*
.Form input, .Form textarea {
	border: 1px solid grey;
}
*/
/* NEWS */

.NewsDiv {
	height: 100%;
	overflow: auto;
	width: 100%;
}

.NewsTable {
	padding: 0px;
	width: 100%;
	height: 100%;
}

.News {
	width: 200px;
}

.NewsDate {
	font-weight: bold;
}

.NewsTitle a {
	text-decoration: none;
}

.NewsText {
	text-indent: 50px;
}

.NewsSign {
	text-align: right;
}

/* MEMBERS */

.MembersTable, .MemberInfo {
	width: 100%;
}

.MembersTable tr td {
	padding: 10px 10px 10px 10px;
}

.MemberTitle img {
	vertical-align: middle;
}

.MemberInfoTitle {
	font-size: 16px;
	font-weight: bold;
}

/* EVENTS */

.EventsHeader {
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	border: 1px solid black;
	text-align: center;
	background-color: #CCCCCC;
}

.EventTitle {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 4px;
}

.EventText {
	text-indent: 50px;
}

.PastEvent {
	color: gray;
}

.PastEvent a {
	color: #0066FF;
}

.FutureEvent {
	color: black;
}

/* EVENT_REPORTS */

.EventReportsTable {
	width: 100%;
}

.EventReportsHeader {
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	border: 1px solid black;
	text-align: center;
	background-color: #CCCCCC;
}

.EventReportsTitle {
}

/* MANAGERS */

.ManagersTable td {
	vertical-align: top;
}

/* PRIZES */

.PrizesTable {
	width: 100%;
}

.PrizesHeader {
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	border: 1px solid black;
	text-align: center;
	background-color: #CCCCCC;
}

/* PRIZEMANS */

.PrizemansTable {
	width: 100%;
}

.PrizemansHeader {
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}

.PrizemansTitle {
	font-weight: bold;
	height: 40px;
}

/* CARS */

.CarsTable {
	width: 100%;
}

/* PARTNERS */

.PartnersHeader {
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	border: 1px solid black;
	text-align: center;
	background-color: #CCCCCC;
}

