

/*Stallarna orginal*/
body {

/*	background-color: #FBFEC7;*/ /*Blekgul*/
	background-color: #ffffff; /*Vit*/
	font-family: verdana;
 	/*scrollbar-face-color: #EEEFD7;*/		/* själva ytan*/
 	/*scrollbar-shadow-color: #2A4485;*/	/* kantskugga*/
 	/*scrollbar-highlight-color: #2A4485;*/
 	/*scrollbar-3dlight-color: #2A4485;*/ 	/* liten kant runt skiten*/
 	/*scrollbar-darkshadow-color: #2A4485;*/ 
 	/*scrollbar-track-color: #2A4485;	*/	/* underlaget*/
 	/*scrollbar-arrow-color: #2A4485;*/		/* pilarna*/
}

.table1 {
	background: #2A4485;  /*Den blåa färgen i ramarna*/
}

.table2 { 
	background: #3333FF;
}

.table3 {
/*		background: url("http://www.wadur.vxu.se/~sabbacus/projekt/alstermobusstrafik/public_html/templates/default/fade.gif");*/
/*		background: url("fade.gif");*/
}

table4 {
	background: #ffffff;
}

td { 
	font-size: 9pt;
	color: #000000;	/*Svart*/
}
th { 
	font-size: 9pt;
	color: #000000;	/*Svart*/
}
th.normal {
	background-color: #EEEFD7; /*Färgen i tabellrutorna*/
}

td.normal {
	background-color: #ffffff; /*Färgen i tabellrutorna*/
}

td.abnormal {
	background-color: #cccccc;
}

td.header {
	background-color: #ffffff; /*Färgen i tabellrutorna*/
	color: #2A4485;	/*blå*/	
}
td.blueheader {
	background-color: #2A4485; /*Färgen i tabellrutorna*/
	color: #ffffff;	/*blå*/	
}

td.bg {/*Ska sättas till samma som bakgrundsfärgen på SIDAN*/
	background-color: #ffffff;
}

td.black {
	background-color: #000000;
}

td.white {
	background-color: #ffffff;
}


a {  
	text-decoration: none;
	color: #2A4485;
	font-size: 9pt;	
}

a:hover {
/*	background-color: #2A4485;*/
	color: #ff0000;
	text-decoration: underline;
}
a.blueheader {
	color: #ffffff;	/*blå*/	
}

a.header {
	/*color: #ffffff;	*//*blå*/	
	font-weight: bold;
}

i {
	font-style: italic;
	
}
i.shrink {
	font-size: 8pt;
	color: #123456;
}
i.fade {
	font-size: 6pt;
	color: #123456;
}

input.normal {
	background-color: #CCCC99;
}
input.abnormal {
	background-color: #BCBC93;
}
textarea {
	font-size: 9pt;
	font-family: verdana;
}


/*
textarea.abnormal {
	font-size: 10pt;
	font-family: verdana;
}*/
