
/*************************/
/*		COMMON STYLES	 */
/*************************/

html, body {
	margin:0px;
	padding:0px;
	height:100%; /* needed for container min-height */
	
	font-family:arial,sans-serif;
	background-color:#FFFFFF;
	font-size:small;
	color:#666666;
}
a{
	color:#990000; !important;	/* For Firefox... mark as important, otherwise it becomes black */
}

p{
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}
p.ingress{
	font-size:14px;
}

h1{
	font-size:30px;
}
h2{
	font-size:22px;
	margin-bottom:0px;
}
h3{
	font-size:16px;
	margin-bottom:0px;
}

hr{
	border:1px dotted;
	height:1px;
	size:1;
}

.adminmsg{
	font-weight:bold;
	color:#990000;
}

#BORDERIMG{
	border: 1px solid #CCCCCC;	
}



/*************************/
/*	MAIN LAYOUT STYLES	 */
/*************************/
#wrapper {
display:table; /* must put this in for FireFox. */
width:650px;
margin:auto; /* for IE6 and Firfox centering */
text-align:left; /* so that IE6 and Firefox puts the text to the left
*/
border:1px solid blue;
height:100%; /* Have to put SOMETHING in here for the height for both
browser. DO NOT put in a percentage, must be a pixel value */
}
#CONTAINER {
	
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width: 1024px;
	background:#f0f0f0;
	
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	
	background-color:#FFFFFF;
	border-left:1px solid #CCCC66;
	border-right:1px solid #CCCC66;
}
#TOP {
	height: 115px;
	width: 100%;
	border: 0px solid #999999;
	background-repeat:repeat-x;
}
#MIDDLE {
	display:table;
	padding:0px;
	background-color:#FFFFFF;
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	border:0px solid #559900;
	
}
td#MAINCONTENT {
	padding:20px;
	padding-left:35px;
	padding-right:35px;
	width:600px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	overflow:hidden;
}
td#LEFTMENU {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-family:"Times New Roman", Times, serif;
	padding:10px; 
	background-image:url(images/menu_border.gif); 
	background-position:top left; 
	background-repeat:repeat-y;
	background-color:#FFFFFF;
}
td#RIGHTMENU {
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:10px; 
	background-image:url(images/menu_border.gif); 
	background-position:top left; 
	background-position:top right; 
	background-repeat:no-repeat; 
	background-repeat:repeat-y;
}
td#LEFTMENU h2,td#RIGHTMENU h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	margin-bottom:2px;
}
table#FOOTER {
	position:relative;
	width:100%;
	bottom:0;
	background:#FFFFFF;
	border-top:1px dashed gray;
	text-align:center;
	margin:0px;
}
div#FOOTER p{
	font-size:10px;
	padding-top:20px;
	padding-bottom:20px;
}



/*************************/
/* STYLES FOR danseferier.php */
/*************************/

table#DANSEFERIER{
	width:100%;
	border:0px solid #CCCCCC;
	margin:0px;
	padding:0px;
}

table#DANSEFERIER * h2{
	border-bottom:1px solid #FAE9AF;
	margin-bottom:10px;
	margin-top:32px;
}
table#DANSEFERIER td#vedlegg{
	width:100%;
	font-size:12px;
	border:0px solid #CCCCCC;
	padding:1px;
}
table#DANSEFERIER td#vedlegg h3{
	font-size:14px;
}
table#DANSEFERIER td#vedlegg #linkbox{
	padding:1px;
	margin:2px;
	margin-right:2px;
	padding-right:6px;
	float:left;
	cursor:pointer;
	text-align:center;
	display:block;
	background-color: #FFFFFF;
	vertical-align:bottom;
	height:20px;
	border:1px solid #FFFFFF;
	border-right:1px solid #999999;
}
table#DANSEFERIER td#vedlegg #linkbox a{
	text-decoration:none;
}
table#DANSEFERIER td#vedlegg #linkbox:hover{
	background-color: #FAE9AF;
	height:20px;
	border:1px solid #CCCCCC;
	border-right:1px solid #999999;
}


/*************************/
/* STYLES FOR lenker.php */
/*************************/

table#LENKER{
	width:100%;
	border:0px solid #CCCCCC;
	margin:0px;
	padding:0px;
}
table#LENKER td{

}

table#LENKER * h3{
	font-size:16px;
	border-bottom:1px solid #FAE9AF;
	margin-bottom:10px;
	margin-top:32px;
}
table#LENKER * p{
	font-size:12px;
	margin-top:0px;
	margin-bottom:8px;
}
table#LENKER * a{
	font-size:12px;
	line-height:20px;
}
table#LENKER * #DELETEICON, table#LENKER * #EDITICON, #ADDICON{
	border:0px solid #EEEEEE;
	padding:1px;
	margin:0px;
	margin-right:3px;
	width:25px;
	cursor:pointer;
	line-height:20px;
}
table#LENKER * p #DELETEICON, table#LENKER * p #EDITICON, table#LENKER * p #ADDICON, {
	width:16px;
	line-height:20px;
}
table#LENKER * #DELETEICON:hover, table#LENKER * #EDITICON:hover, #ADDICON:hover{
	border:1px solid #CCCCCC;
	padding:0px;
	background-color:#FAE9AF;
}

/*************************/
/* STYLES FOR filbase.php */
/*************************/

table#FILBASE{
	width:100%;
	border:0px solid #CCCCCC;
	margin:0px;
	padding:0px;
}

table#FILBASE * div#NOFILESMESSAGE{
	margin:20px;
	margin-left:50px;
	font-size:14px;
}

table#FILBASE table#FILELIST{
	padding-left:10px;
	margin-left:20px;
	border:0px solid #CCCCCC;
	width:90%;
}


table#FILBASE table#FILELIST tr a{
	text-decoration:none;
}
table#FILBASE table#FILELIST tr:hover{
	background-color:#FFFFCC;
}
table#FILBASE table#FILELIST tr:hover a{
	text-decoration:underline;
}
table#FILBASE table#FILELIST tr:first-child{
	background-color:#FFFFFF;
}

table#FILBASE * #TIMESTAMP{
	font-size:10px;
	border:0px solid #DDDDDD;
	text-align:right;
	vertical-align:top;
	margin-left:10px;
}

table#FILBASE td{

}

table#FILBASE * h3{
	font-size:16px;
	border-bottom:1px solid #FAE9AF;
	margin-bottom:10px;
	margin-top:32px;
}
table#FILBASE * h3 img{
	margin-right:10px;
	position:relative;
	top:10px;
}
table#FILBASE * p{
	font-size:12px;
	margin-top:0px;
	margin-bottom:8px;
}
table#FILBASE * a{
	font-size:12px;
	line-height:20px;
}
table#FILBASE * #DELETEICON, table#FILBASE * #EDITICON, #ADDICON{
	border:0px solid #EEEEEE;
	padding:1px;
	margin:0px;
	margin-right:3px;
	width:25px;
	cursor:pointer;
	line-height:20px;
}
table#FILBASE * p #DELETEICON, table#FILBASE * p #EDITICON, table#FILBASE * p #ADDICON {
	width:16px;
	line-height:20px;
}
table#FILBASE * #DELETEICON:hover, table#FILBASE * #EDITICON:hover, #ADDICON:hover{
	border:1px solid #CCCCCC;
	padding:0px;
	background-color:#FAE9AF;
}

/******************************/
/* STYLES FOR REISEBREV ADMIN */
/******************************/
form#REISEBREV *, form#DANSEFERIE *{
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
}

form#REISEBREV #h3{
	font-size:16px;
	font-weight:bold;
	border:1px dashed #aaaaaa;
}
form#DANSEFERIE #h2{
	font-size:22px;
	margin-bottom:0px;
}
form#REISEBREV #fra{
	font-size:13px;
	font-weight:bold;
	border:1px dashed #aaaaaa;
}
form#REISEBREV #klubb{
	font-size:12px;
	font-weight:normal;
	border:1px dashed #aaaaaa;
}
form#REISEBREV #epost{
	font-size:12px;
	font-weight:normal;
	color:#990000;
	border:1px dashed #aaaaaa;
}
form#REISEBREV #tekst, form#DANSEFERIE #tekst_short{
	font-size:12px;
	font-weight:normal;
	width:450px;
	height:80px;
	border:1px dashed #aaaaaa;
}
form#REISEBREV #download{
	font-size:10px;
}
form#REISEBREV a{
	color:#990000;
}




/*************************/
/* STYLES FOR ADMIN		 */
/*************************/
a#BACKBUTTON{
	font-size:14px;
	font-weight:bold;
}
#ADMINMSG{
font-size:14px;
color:#990000;
font-weight:bold;
margin-bottom:5px;
margin-top:5px;
border:1px solid #990000;
padding:8px;
}

#USERMSG{
font-size:14px;
color:#990000;
font-weight:bold;
margin-bottom:5px;
margin-top:5px;
}

select#USERLIST{
	border:1px solid #CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	width:350px;
	height:150px;
}
