﻿/*                    aurora1.css 2012-01-25                  */



/*    --------------  some new test stuff  -----------------  */


strong
	{
	font-weight: 500;
	}
	
/*    --------------  Header classes and sub classes  -----------------  */

h1,h2,h3,h4,h5,h6 
	
	{
	font-weight: 500;
	font-family: 'Century Gothic',Verdana,Arial;
	text-align: center;
	border: 0;
	margin: 0;
	padding: 0;
	}

.h1
	{
	font-size: 20px;
	}	

.h2
	{
	font-size: 18px;
	}	


.h3
	{
	font-size: 16px;
	}

.h4
	{
	font-size: 14px;
	}
	
.h5
	{
	font-size: 12px;
	}
	
.h6
	{
	font-size: 10px;
	}
	
/*    --------------  some older header classes   -----------------  */

h1	
	{
	color: #555555;
	font-size: 10px;
	font-weight: 500;
	font-family: 'Verdana','Arial','Helvetica';
	}

	
h2	
	{
	color: #fa8072;
	font-size: 18px;
	font-weight: 500;
	font-family: 'Century Gothic','Lucida Sans Unicode','Lucida Grande','Arial';
	text-align: center;
	border: 0;
	margin: 0;
	padding: 0;
	}

	
h2.information
	{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	display: none;
	z-index: 1;
	font-size: 9px;
	color: #fa8072;
	font-family: 'Century Gothic','Verdana','Arial';
	}


.headline1
	{
	color: #fa8072;
	font-size: 20px;
	font-weight: 500;
	font-family: 'Century Gothic','Lucida Sans Unicode','Lucida Grande','Arial';
	text-align: center;
	}

.headline2
	{
	color: #fa8072;
	font-size: 18px;
	font-weight: 500;
	font-family: 'Century Gothic','Lucida Sans Unicode','Lucida Grande','Arial';
	text-align: center;
	}

.headline3
	{
	color: #6699CC;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Century Gothic','Verdana','Arial';
	text-align: center;
	}

.headline4
	{
	color: #6699CC;
	font-size: 20px;
	font-weight: 500;
	font-family: 'Century Gothic','Lucida Sans Unicode','Lucida Grande','Arial';
	text-align: center;
	}

.headline5
	{
	color: #6699CC;
	font-size: 14px;
	font-weight: 500;
	font-family: 'Century Gothic','Lucida Sans Unicode','Lucida Grande','Arial';
	text-align: center;
	}

	
/*    --------------  colour classes   -----------------  */
	
.blue
	{ 
	color: #6699CC;
	}

.tomato
	{
	color: #fa8072;
	}
	
.black
	{
	color: #000000;
	}

.grey
	{
	color: #999999;
	}

.dark-gray
	{
	color: #505050;
	}
	
.green
	{
	color: #86CD21;
	}

.apelsin
	{
	color: #FF9933;
	font-weight: 500;
	font-family: 'Century Gothic','Lucida Sans Unicode','Lucida Grande','Arial';
	}

.orange
	{
	color: #CC6000;
	}

.white
	{
	color: #FFFFFF;
	}

.sea
	{
	color: #6699CC;
	}

.red
	{
	color: #FF0000;
	}
	
.blue2
	{ 
	color: #1E90FF;
	}

.grey2
	{
	color: #555555;
	font-size: 10px;
	font-family: 'Verdana','Arial','Helvetica';
	}

.grey3
	{
	color: #777777;
	font-weight: 500;
	font-size: 13px;
	font-family: 'Century Gothic','Lucida Sans Unicode','Lucida Grande','Arial';
	}
	
	

.information
	{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	display: none;
	text-align:center;
	z-index: 1;
	font-size: 14px;
	color: #555555;
	font-family: Verdana, Arial, Helvetica;
	}


.hide 
	{ 
	display: none;
	}

	
.lighten img
	{
/*	filter: alpha(opacity=40);		*/
	opacity: 0.4;
	}

.lighten:hover img
	{
/*	filter: alpha(opacity=100);		*/
	opacity: 1;
	}

.lighten2 img
	{
/*	filter: alpha(opacity=50);		*/
	opacity: 0.5;
	}

.lighten2:hover img
	{
/*	filter: alpha(opacity=100);		*/
	opacity: 1;
	}


/*    --------------  some body classes   -----------------  */



html, Body
	{
	margin: 0;
	padding: 0;
	font-family: 'Century Gothic',Verdana,Arial;
	color: #555555;
	font-size: 10px;
	}


P
	{
	color: #555555;
	font-size: 10px;
	font-weight: 500;
	font-family: Verdana, Arial, Helvetica;
	}


blockquote
	{
	font-family: verdana,arial,sans-serif;
	color: #555555;
	font-size: 10pt;
	}


/*    --------------  some table row classes   -----------------  */



tr.rubrik	
	{
	background: #eeeeff;
	}



tr.grey	
	{
	background: #EEEEEE;
	}

tr.white	
	{
	background: #ffffff;
	}




/*    --------------  some table data classes   -----------------  */



td
	{ 
   font-family: verdana,arial,sans-serif;
	color: #666666;
	font-size: 8pt;
	}


td.grey	
	{
	background: #EEEEEE;
	font-family: verdana,arial,sans-serif;
	color: #6699CC;
	font-size: 14px;
	}

td.grey2	
	{
	background: #ffffff;
	font-family: verdana,arial,sans-serif;
	color: #555555;
	font-size: 11px;
	}



td.foot
	{ 
	vertical-align: middle;
	background-image: url("");
	}


td.tiny
	{
	color: #666666;
	font-family: verdana,arial,sans-serif;
	font-size: 10px;
	}

td.meny
	{ 
	font-size: 12pt;
	font-family: verdana,arial,sans-serif;
	color: #6699CC;
	}


/*    --------------  some list classes   -----------------  */

UL	
	{
	font-family: verdana,arial,sans-serif;
	color: #6699CC;
	font-size: 10pt;
	}

UL.form	
	{
	font-family: verdana,arial,sans-serif;
	color: #6699CC;
	font-size: 8pt;
	}

OL	
	{
	font-family: verdana,arial,sans-serif;
	color: #6699CC;
	font-size: 10pt;
	}

LI	
	{
	font-family: verdana,arial,sans-serif;
	color: #999999;
	list-style: url("/images/dot1.gif");
	font-size: 10px;
	}


li.form	
	{
	font-family: verdana,arial,sans-serif;
	color: #666666;
	list-style: url("/images/dot1.gif");
	font-size: 11px;
	}


/*    --------------  some link classes   -----------------  */


A.info
	{
	font-size: 8px;
	font-family: 'Arial','Helvetica',sans-serif;
	color: #fefefe;
	text-decoration: none;
	}

A:link.info
	{
	font-family: 'Verdana','Arial','Helvetica',sans-serif;
	color: #fafafa;
	} 

A:visited.info
	{
	font-family: 'Verdana','Arial','Helvetica',sans-serif;
	color: #fafafa;
	}   

A:hover.info
	{
	font-family: 'Verdana','Arial','Helvetica',sans-serif;
	color: #aaaaaa;
	}


A.aurora
	{ 
	text-decoration: none;
	}

a.aurora:hover
	{ 
	color: #000000;
	}

a.meny
	{ 
	font-size: 11pt;
	font-family: 'Verdana','Arial','Helvetica',sans-serif;
	color: #6699CC;
	text-decoration: none;
	font-weight: 500;
	}

a.meny:hover
	{
	color: black;
	}


A:link
	{
	font-family: 'Verdana','Arial','Helvetica',sans-serif;
	color: #6699CC;
	}

A:visited
	{
	font-family: 'Verdana','Arial','Helvetica',sans-serif;
	color: #6699CC;
	}




/*    --------------  some general classes   -----------------  */


.data1
	{
	padding-left: 10px;
	height: 15px;
	color: #6699CC;
	font-weight: bold;
	}

.data2
	{
	padding-left: 10px;
	color: #555555;
	}

.data3
	{
	height: 1px;
	background: #cccccc;
	}



/*    --------------  some foot classes   -----------------  */

.foot-ns6
	{
	font-size: 9px;
	font-family: 'Arial','Helvetica';
	color: #000000;
	}

.foot-ie
	{
	font-size: 9px;
	font-family: 'Arial','Helvetica';
	color: #2222FF;
	} 

.foot-ns
	{
	font-size: 10px;
	font-family: 'Arial','Helvetica';
	color: #2222FF;
	}

input.foot-ns6
	{
	color: #000000;
	}

input.ns6
	{
	color: #000000;
	}

input.foot-ie
	{
	color: #000000;
	}

input.foot
	{
	color: #000000;
	}





/*    --------------  some form classes   -----------------  */

input.math
	{
	color: #CC6600;
	font-family: 'Courier New','Comic Sans MS' ;
	font-size: 9pt;
	}

.time2 
	{
	font-family: 'Arial','Helvetica';
	color: #6699CC;
	text-align: center;
	font-size: 12px;
	}

.time3 
	{
	font-family: 'Verduna','Arial','Helvetica';
	color: #FA8072;
	text-align: center;
	font-size: 15px;
	font-weight: normal;
	}

	
.time4
	{
	font-family: 'Verduna','Arial';
	color: #666666;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	}


/*    --------------  other classes   -----------------  */

	
.info
	{
	font-size: 8px;
	font-family: 'Arial','Helvetica';
	color: #efefef;
	}

.update
	{
	font-family: 'Arial','Helvetica';
	font-size: 10px;
	font-style: normal;
	text-align: center;
	color: #555555;
	}

.comment
	{
	font-family: 'Verdana','Arial','Helvetica';
	font-size: 10pt;
	font-style: italic;
	color: #999999;
	}

.comment2
	{
	font-family: 'Verdana','Arial','Helvetica';
	font-size: 8pt;
	font-style: italic;
	color: #999999;
	}



.rubrik 
	{
	font-size: 18pt;
	font-family: 'Century Gothic','Lucida Sans Unicode','Lucida Grande','Arial';
	color: #666666;
	text-align: center;
	} 

.rubrik2 
	{
	background: #ffffff;
	color: #fa8072;
	font-size: 18px;
	font-weight: 500;
	font-family: 'Century Gothic','Lucida Sans Unicode','Lucida Grande','Arial';
	text-align: center;
	height: 25px; 
	} 

.fakta 
	{
	text-align: center;
	}

.dagens
	{
	color: #9C1435;
	font-size: 15px;
	font-weight: 600;
	font-family: 'Comic Sans MS','Arial','Verdana';
	}


.back2
	{	
	background-image: url("/images/back2.jpg");
	}



.time
	{
	font-family: 'Verdana','Arial','Helvetica',sans-serif;
	font-size: 12px;
	color: #CC6000;
	}

.tagline	
	{
	color: #6699CC;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Century Gothic','Lucida Sans Unicode','Lucida Grande','Arial';
	text-align: center;
	}

	/*    --------------  rammar och kontakt boxes   -----------------  */
	
		/*    ----  violet  ---- */ 
	
	.top-left-v, .top-right-v, .bottom-left-v, .bottom-right-v
	{ 
	background-image: url('http://www.aurora.se/images/graphics/ram-violet1.gif'); 
	height: 9px;      
	font-size: 2px;    /* correction IE */
	}	
	
	.inside-v
	{
	border-left: 1px solid #9c00cc; 
	border-right: 1px solid #9c00cc;
	color: #6699FF;
	background: #ffffff;
	padding-left: 5px;
	padding-right: 5px;
	}	
	.top-left-v, .bottom-left-v
	{ 
	margin-right: 9px;
	}
	.top-right-v, .bottom-right-v
	{ 
	margin-left: 9px; 
	margin-top: -9px; 
	}
	.top-right-v
	{
	background-position: 100% 0;
	}
	.bottom-left-v 
	{ 
	background-position: 0 -9px;
	}
	.bottom-right-v 
	{ 
	background-position: 100% -9px;
	}
	.notopgap    { margin-top: 0; } 
	.nobottomgap { margin-bottom: 0; }
	
	
	/*    ----  grey  ---- */ 
	
	.top-left-g, .top-right-g, .bottom-left-g, .bottom-right-g
	{ 
	background-image: url('http://www.aurora.se/images/graphics/ram-grey1.gif'); 
	height: 9px;      
	font-size: 2px;    /* correction IE */
	}	
	.inside-g 
	{
	border-left: 1px solid #6699ff; 
	border-right: 1px solid #6699ff;
	color: #6699FF;
	background: #ffffff;
	padding-left: 5px;
	padding-right: 5px;
	}		
	.top-left-g, .bottom-left-g
	{ 
	margin-right: 9px;
	}
	.top-right-g, .bottom-right-g
	{ 
	margin-left: 9px; 
	margin-top: -9px; 
	}
	.top-right-g
	{
	background-position: 100% 0;
	}
	.bottom-left-g
	{ 
	background-position: 0 -9px;
	}
	.bottom-right-g 
	{ 
	background-position: 100% -9px;
	}
	.notopgap    { margin-top: 0; } 
	.nobottomgap { margin-bottom: 0; }	

	
	
	/*    ----  red  ---- */ 
		
	.top-left-r, .top-right-r, .bottom-left-r, .bottom-right-r 
	{ 
	background-image: url('http://www.aurora.se/images/graphics/ram-red1.gif'); 
	height: 9px;      
	font-size: 2px;    /* correction IE */
	}
	.inside-r
	{
	border-left: 1px solid #6699ff; 
	border-right: 1px solid #6699ff;
	color: #6699FF;
	background: #ffffff;
	padding-left: 5px;
	padding-right: 5px;
	}		
	.top-left-r, .bottom-left-r
	{ 
	margin-right: 9px;
	}
	.top-right-r, .bottom-right-r
	{ 
	margin-left: 9px; 
	margin-top: -9px; 
	}
	.top-right-r
	{
	background-position: 100% 0;
	}
	.bottom-left-r
	{ 
	background-position: 0 -9px;
	}
	.bottom-right-r 
	{ 
	background-position: 100% -9px;
	}	
	.notopgap    { margin-top: 0; } 
	.nobottomgap { margin-bottom: 0; }
	
	
	
		/*    ----  blue  ---- */ 

		
	.top-left-b, .top-right-b, .bottom-left-b, .bottom-right-b 
	{ 
	background-image: url('http://www.aurora.se/images/graphics/ram-blue2.gif'); 
	height: 9px;      
	font-size: 2px;    /* correction IE */
	}
	.inside-b
	{
	border-left: 1px solid #6699ff; 
	border-right: 1px solid #6699ff;
	color: #6699FF;
	background: #ffffff;
	padding-left: 5px;
	padding-right: 5px;
	}
	.top-left-b, .bottom-left-b 
	{ 
	margin-right: 9px;
	}
	.top-right-b, .bottom-right-b 
	{ 
	margin-left: 9px; 
	margin-top: -9px; 
	}
	.top-right-b 
	{
	background-position: 100% 0;
	}
	.bottom-left-b 
	{ 
	background-position: 0 -9px;
	}
	.bottom-right-b 
	{ 
	background-position: 100% -9px;
	}
	.notopgap    { margin-top: 0; } 
	.nobottomgap { margin-bottom: 0; }
	
			
			/*    ----  default to blue  ---- */ 
	
	.top-left, .top-right, .bottom-left, .bottom-right 
	{ 
	background-image: url('http://www.aurora.se/images/graphics/ram-blue2.gif'); 
	height: 9px;      
	font-size: 2px;    /* correction IE */
	}
	
	.inside 
	{
	border-left: 1px solid #6699ff; 
	border-right: 1px solid #6699ff;
	color: #6699FF;
	background: #ffffff;
	padding-left: 5px;
	padding-right: 5px;
	}
	
	.top-left, .bottom-left 
	{ 
	margin-right: 9px;
	}
	.top-right, .bottom-right 
	{ 
	margin-left: 9px; 
	margin-top: -9px; 
	}
	.top-right 
	{
	background-position: 100% 0;
	}
	.bottom-left 
	{ 
	background-position: 0 -9px;
	}
	.bottom-right 
	{ 
	background-position: 100% -9px;
	}

	
	.notopgap    { margin-top: 0; } 
	.nobottomgap { margin-bottom: 0; }
