/*
  mgra.ch 2.0 CSS, Modellfluggruppe Rapperswil-Jona
  Created by Markus Fumagalli "Kovu"
  http://www.terrasco.net
*/


/* General page style & scroll bar colours only visible in IE5.5+ and Konqueror */

body
{
	margin: 0px;
	background-color: #FFFFFF;
	
	SCROLLBAR-FACE-COLOR: #00004a;
	SCROLLBAR-HIGHLIGHT-COLOR: #44448a;
	SCROLLBAR-SHADOW-COLOR: #000000;
	SCROLLBAR-3DLIGHT-COLOR: #44448a;
	SCROLLBAR-ARROW-COLOR: #eedf00;
	SCROLLBAR-TRACK-COLOR: #7f7fba;
	SCROLLBAR-DARKSHADOW-COLOR: #000000;
}

body.content
{
	margin: 10px;
}


/* Default Font Attributes */

body, table, td, .smalltext, .mediumtext, .largetext, .mark, a, a:link, a:active, a:visited, a:hover, .footer, .footer A:link, .footer A:active, .footer A:visited, .footer A:hover, td.box_red_top, td.box_blue_top
{
	font-family: Verdana, Helvetica, sans-serif;
}

body, table, td
{
	font-size: 13px;
	color: #000000
}

.smalltext, .mediumtext, .largetext
{
	color: #000000
}

.smalltext
{
	font-size: 11px;
}

.mediumtext
{
	font-size: 13px;
}

.largetext
{
	font-size: 15px;
}

/* Marked or highlighted text, messages */

.mark
{
	color: #CC3300;
	font-weight: bold;
}


/* Design / Layout */

table.header
{
	background-color: #00005a;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	width: 100%;
	height: 102;
	border: 1px solid;
	border-color: #9494bf #000000 #000000 #9494bf;
}

table.footer
{
	background-color: #00005a;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	width: 100%;
	height: 37;
	border: 1px solid;
	border-color: #9494bf #000000 #000000 #9494bf;
}


/* Frequency Table Attributes */

tr.fheader
{
	background-color: #6C6C6C;
}

tr.fbright
{
	background-color: #f5f5f5;
}

td.fheader
{
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

td.fcontent
{
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	vertical-align: top;
}


/* General Box Style */

td.box_corner, td.box_top, td.box_bottom, td.box_left, td.box_right, td.box_content
{
	background-color: #ececec;
}

td.box_corner, td.box_top, td.box_bottom
{
	height: 9px;
}

td.box_corner, td.box_left, td.box_right
{
	width: 9px;
}

td.box_top, td.box_bottom, td.box_content
{
	width: 100%;
}

/* Blue Box Title */

td.box_blue_right, td.box_blue_left, td.box_blue_top
{
	background-color: #000060;
	height: 30px;
}

td.box_blue_right, td.box_blue_left
{
	width: 9px;
}

td.box_blue_top
{
	width: 100%;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}

/* Red Box Title */

td.box_red_right, td.box_red_left, td.box_red_top
{
	background-color: #c40001;
	height: 30px;
}

td.box_red_right, td.box_red_left
{
	width: 9px;
}

td.box_red_top
{
	width: 100%;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}


/* Switching Row Colours */

td.row_a
{
	background-color: transparent;
}

td.row_b
{
	background-color: #d2d2d2;
}


/* Links */

a, a:link, a:active, a:visited
{
	text-decoration: underline; 
	color: #b90000;
	font-weight : bold;
}


a:hover
{
	text-decoration: none;
	color: #CC9900;
	font-weight : bold;
}


/* Footer & Links in Footer */

.footer, .footer A:link, .footer A:active, .footer A:visited
{
	font-size: 10px;
	color: #FFFFFF;
}

.footer A:link, .footer A:active, .footer A:visited
{
	text-decoration: underline;
	font-weight: normal;
}

.footer A:hover
{
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	color: #FFDD00;
}


/* Copyright Notes in Content Footer */

.copy, .copy A:link, .copy A:active, .copy A:visited, .copy A:hover
{
	font-size: 10px;
	color: #888888;
}

.copy A:link, .copy A:active, .copy A:visited
{
	text-decoration: underline;
	font-weight: normal;
}

.copy A:hover
{
	text-decoration: none;
	font-weight: normal;
}



/* Images */

img.border
{
	border: 1px solid;
	border-color: #686868 #FFFFFF #FFFFFF #686868;
}

img.middle
{
	border: 0px;
	vertical-align: middle;
}


/* Form Input Styles */

input, textarea, select
{
	color: #C30000;
	font-family: Verdana, Arial, sans-serif, Helvetica;
	font-size: 13px;
	font-weight: bold;
	
	background-color: #fafafa;
	border-color: #C30000;
	border: 1px solid;
}

input
{
	text-indent: 2px;
}


/* The form buttons */

input.mainbutton, input.secondbutton
{
	background-color: #00005a;
	background-image: url(images/button_bg.jpg);
	color: #FFD900;
	border-color: #9494bf #000000 #000000 #9494bf;
	
	text-indent: 1px;
}

input.mainbutton
{
	font-weight: bold;
}

input.secondbutton
{
	font-weight: normal;
}


/* table dimensions */

td.left
{
	width: 250px;
}

td.hspacer
{
	width: 15px;
}

td.vspacer
{
	height: 15px;
}


/* Positioning & Sizes */

div.m_first
{
   position:relative;
}

div.m_second
{
   position:relative;
   left:25px;
}

div.m_third
{
   position:relative;
   left:50px;
}

div.pre_zone
{
	overflow: auto;
	width: 550px;
	height: 300px;
}