/* CSS Document
 *
 * darkgreen  #1E5511
 * lightgreen #267414
 *
 *******************************/
 
body {
	font-family: 'verdana','helvetica','sans-serif';
	font-size: 10px;
	background: url("../images/shade.gif");
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: white;
}
table { font-family: 'verdana','helvetica','sans-serif';  font-size: 10px; }
input { font-family: 'verdana','helvetica','sans-serif';  font-size: 10px; }
textarea { font-family: 'verdana','helvetica','sans-serif';  font-size: 10px; }

a { font-weight: bold;  color: black;  text-decoration: none; }
a:hover { font-weight: bold;  color: black;  text-decoration: underline; }


/*----- storlek på rubriker ------*/
h1 { font-size: 24px;  margin: 4px 0 8px 0; }
h2 { font-size: 20px;  margin: 4px 0 4px 0; }
h3 { font-size: 16px;  margin: 4px 0 4px 0; }
h4 { font-size: 14px;  margin: 4px 0 4px 0; }
h5 { font-size: 12px;  margin: 4px 0 4px 0; }


/**---------- MainFrame -----------*/
/*----- Skugga i "mainframe" ------*/
#mainContent { position: absolute;  top: 0;  left: 0;  margin: 10px; }
#shade {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background-image: url("../images/shade.gif");
	background-repeat: repeat-x;
}


/*------- Meddelanderutor, nyheter mm -----*/
.msg       { border: 1px solid #1E5511;  margin: 5px 0 5px 0; }
.msgHeader { background-color: #1E5511;  color: white;  padding: 2px; }
.msgBody   { margin: 3px; }


/*------ tävlings lista -----*/
.compEntry   { margin: 10px 10px 15px 10px;  width: 450px;  border: 1px solid #1E5511; }
.compHeader  { padding: 1px;  background-color: #1E5511;  color: white; }
.compComment { padding: 5px; background-color: transparent; }


/*------- gästbok ------------*/
.guestbookMessage	{ margin: 5px 5px 20px 5px;  border: 1px solid #1E5511;  overflow: hidden;  width: 450px; }
.guestbookMessageHeader	{ background-color: #1E5511;  color: white;  padding: 2px; }
.guestbookMessageDatum	{ position: absolute;  right: 0; top: 0;  padding: 2px; } /*font-weight: bold;  margin: 0 0 3px 0; }*/
.guestbookMessageSender	{ }
.guestbookMessageEmail	{ }
.guestbookMessageBody	{ padding: 3px; }
.guestbookMessageMessage{ }
.guestbookFrmTxt { border: 1px solid black; }
.guestbookFrmMsg { border: 1px solid black; width: 350px;  height: 150px; }



/*---- Utskrift banlista ----*/
.courseEntryPrinter { font-size: 12px;  margin: 10px; }