/***********************************************/
/* tabel.css                                   */
/* bruges til FAG's tabelopsatte hjemmeside    */
/***********************************************/

/***********************************************/
	/* Farver:              */
	/* Blågrå    : #6C7488; */
	/* Rød       : #D90036; */
	/* Grå       : #CACCCE  */
	/* Hvid      : #FFFFFF  */
	/* Lysegrå   : #F8F8F8  */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body {
	background-color: #F8F8F8;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none blue 5px;
	letter-spacing: 0px;
	/*	font-size: 100%;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #D90036;
	font-style: normal;
	text-decoration: none;
	outline: #D90036 none 1px;
}

a:link, a:visited, a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

P {
	text-indent: 0px;
	margin: 0em 0em 0.5em 0em;
}

h1 {
	font-size: 168%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 141%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-size: 119%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h4 {
	font-size: 100%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h5 {
	font-size: 84%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h6 {
	font-size: 71%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

ul {
	list-style-type: square;
}

ul ul {
	list-style-type: disc;
}

ul ul ul {
	list-style-type: circle;
}

table
{
	border-left: 0px solid #6C7488;
	border-right: 0px solid #6C7488;
}

table table
{
	border-left: 0px solid #CACCCE;
	border-right: 0px solid #CACCCE;
}

/***********************************************/
/* Layout Cells                                */
/***********************************************/

TD#topRowLeft { /*Oeverste venstre felt */
	width: 150px;
	height: 90px;
	background-color: #FFFFFF;
	vertical-align: top;
	text-align: left;
}

TD#topRowRight { /* Oeverste hoejre felt */
	width: 600px;
	height: 90px;
/*	background-color: #6C7488;*/
	background-color: #FFFFFF;
	color: #D90036;
	vertical-align: middle;
	text-align: right;
}

TD#topMenuRow { /* Oeverste menulinje colspan="2" */
	width: 750px;
	height: 10px;
	background-color: #D90036;
	vertical-align: top;
	text-align: right;
}

TD#leftMenuCell { /* Venstre menufelt rowspan="2" */
	width: 150px;
	height: 10px;
	background-color: #FFFFFF;
	vertical-align: top;
	text-align: left;
}

TD#navCell { /* Oeverste linje i hovedomrdet */
	width: 600px;
	height: 30px;
	background-color: #FFFFFF;
	vertical-align: top;
	text-align: left;
	font-size: 71%;
}

TD#MainCell { /* Selve hovedeomrdet */
	width: 600px;
	height: 300px;
	background-color: #FFFFFF;
	vertical-align: top;
	text-align: left;
}

TD#navButtonsRow { /* navigationsknapper under hovedomrdet colspan="2" */
	width: 750px;
	height: 30px;
	background-color: #FFFFFF;
	vertical-align: top;
	text-align: center;
	border-bottom: solid #D90036 4px;
}

TD#bottomLineRow { /* Bundlinje til logoer og navn colspan="2" */
	width: 750px;
	height: 90px;
	background-color: #FFFFFF;
	background-image: url(../images/fodstrimmel.png);
	background-repeat: no-repeat;
	vertical-align: top;
	text-align: center;
}


/***********************************************/
/* Components                                  */
/***********************************************/

/************* #topRow styles ******************/

DIV#toprow {
	font-size: 300%;
/*	color: #FFFFFF;*/
	color: #6C7488;
/*	color: #D90036;*/
/*	color: #000000;*/
	padding: 0px 10px 0px 0px;
	text-transform: lowercase;
}


/************* #topMenu styles *****************/

DIV#topMenu {
	font-size: 71%;
	line-height: 100%;
	font-weight: normal;
	padding: 3px 0px 3px 0px;
}

DIV#topMenu a {
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 0px 10px 0px 20px;
}


/************** #leftMenu styles  ******************/

DIV#leftMenu {
	font-size: 71%;
	line-height: 100%;
	position: relative;
	padding: 0px;
}

DIV#leftMenu div.hr {
	border-bottom: 1px solid #FFFFFF;
	max-height: 0px;
	margin: 10px 10px 8px 32px;
	padding: 0px 0px 0px 0px;
}

DIV#leftMenu input {
	font-size: 84%;
	border: 1px solid #D90036;
	margin: 0px 10px 5px 0px;
	padding: 1px 3px 1px 3px;
	width: 100px;
}
DIV#leftMenu ul div.header {
	margin: 0px 0px 0px 0px;
	padding: 2px 10px 2px 0px;
	width: 106px;
	text-align: left;
	color: #6C7488;
	float: right;
}

DIV#leftMenu a {
	display: block;
	text-transform: uppercase;
	color: #D90036;
	margin: 0px 0px 10px 10px;
	padding: 2px 10px 2px 5px;
	/* background-color: #6C7488;*/
	/* font-weight: bold; */
}

DIV#leftMenu ul {
	display: block;
	list-style: none;
	margin: 0px;
	padding: 50px 0px 0px 0px;
	text-align: right;
	border: thin none Blue;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
DIV#leftMenu li {
	border-bottom: 1px solid #FFFFFF;
}

/* fix for browsers that don't need the hack */
html>body DIV#leftMenu li {
	border-bottom: none;
}


/************* #FAG styles ***********************/

DIV#FAG {
	font-weight:bold;
	text-transform: uppercase;
	font-size: 119%;
	color: #6C7488;
	float: left;
	padding: 5px 0px 0px 20px;
}


/************* #udskriv styles ********************/

DIV#udskriv {
	float: right;
	padding: 5px 10px 0px 0px;
}


/************* #opdateret styles ******************/

DIV#opdateret {
	color: #6C7488;
	float: right;
	padding: 5px 10px 0px 0px;
}


/*************** #Main styles ******************/

DIV#Main {
	padding: 10px 20px 10px 20px;
	font-size: 71%;
}

DIV#Main H3 {
	font-weight: bold;
	margin: 0px 0px 2px 0px;
}

DIV#Main IMG {
	margin: 0px 0px 0px 0px;
	border-width: 0;
}

DIV#Main INPUT {
	font-size: 119%;
}

DIV#Main TEXTAREA {
	font-size: 119%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

DIV#Main .brødtekst {
	text-align: left;
	padding: 0px 5px 5px 0px;
	font-size: 100%;
}

DIV#Main .brødtekst H3 {
	margin: 10px 0px 0px 0px;
	font-weight: normal;
}

DIV#Main TABLE {
	font-size: 100%;
}

DIV.gamle_elever {
	margin: 10px 20px 10px 20px;
	font-size: 71%;
	overflow: hidden;
}

DIV.gamle_elever TABLE {
	font-size: 100%;
	border:0px solid green;
}

DIV.gamle_elever TD {
	empty-cells: show;
}

DIV.gamle_elever FORM {
	color: #6C7488;
	margin: 0px 0px 10px 0px;
	min-height: 35px;
	text-align: left;
	border:0px solid blue;
}

DIV.gamle_elever SELECT {
	color: #D90036;
	margin: 0px 0px 0px 0px;
	font-size: 100%;
	border: thin solid #6C7488;
}

DIV.gamle_elever INPUT {
	padding-left: 3px;
	padding-right: 3px;
}

TABLE.Afsnitstabel {
	border: 0px;
	border-width: 0px;
	width: 560px;
	margin: 0px 0px 20px 0px;
}

TABLE.Afsnitstabel TR TH {
	text-align: left;
	vertical-align: top;
	padding: 0px 10px 5px 0px;
	font-size: 119%;
	font-weight: bold;
	height: 10px;
}

TABLE.Afsnitstabel TR {
	height: 16px;
}

TABLE.Afsnitstabel TR TD {
	text-align: left;
	vertical-align: top;
	padding: 0px 0px 3px 0px;
}

TABLE.Afsnitstabel TR TD.højre {
	text-align: right;
}

DIV#Main TABLE.Elevliste {
	text-align: center;
	margin: 0px 0px 10px 0px;
}

TABLE.Elevliste TR TD {
	text-align: center;
	vertical-align: top;
}

TABLE.Kartotek {
	margin: 0px auto 10px auto;
	border: solid #6C7488 1px;
	border-collapse: collapse;
	width: 560px;
}

TABLE.Kartotek TD, TABLE.Kartotek TH {
	text-align: left;
	vertical-align: top;
	padding: 2px 5px 2px 5px;
	border: solid #6C7488 1px;
}

TABLE.Elevliste TR TD.højre {
	text-align: right;
	vertical-align: top;
}

TABLE.elevtabel {
	width: 400px;
	height: 150px;
}

TABLE.elevtabel TR TD {
	text-align: center;
	font-size: 119%;
	vertical-align: bottom;
}


/************* #navButtons styles ******************/

DIV#navButtons {
	padding: 5px 0px 5px 0px;
	font-size: 71%;
}


/**************** #bundLinje styles *****************/

DIV#bundLinje {
	text-align: center;
	padding: 20px 130px 0px 170px;
	color: #6C7488;
}

DIV#bundLinje h3 {
	text-transform: uppercase;
	margin: 0px 0px 3px 0px;
}

DIV#bundLinje table {
	text-align: left;
	width: 450px;
}

DIV#bundLinje td {
	text-align: left;
	padding: 3px 10px 0px 0px;
	color: #6C7488;
	font-size: 71%;
}

DIV#bundLinje a {
	color: #6C7488;
}

DIV#bundLinje a:hover {
	color: #D90036;
}

/***********  printer styles ********************/

@media print {
#topRowLeft, #topRowRight, #topMenuRow, #leftMenuCell, #udskriv, #navButtonsRow, #bottomLineRow {
	display: none;
}
}
