/* CSS for Norrskedika.com */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat:repeat-x;
	background-image:url(img/background.jpg);
	background-repeat:repeat-x;
	background-color: #545454;
}
/*
.bg{
	background-image:url(img/bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}
*/
.fade{
	background-image:url(img/fade.jpg);
	background-repeat:repeat-x;
	font-size:10px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}a:visited {
	color: #FFFFFF;
	text-decoration: none;
}a:hover {
	color: #FFFFFF;
	text-decoration: none;
}a:active {
	color: #FFFFFF;
	text-decoration: none;
}
/* Heading */
.heading {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
}
/* SIDEBAR */
.sidebar {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}
/* Main Text */
.text {
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
color: #000000;
}
/* Heading Small */
.headingsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
/*********************************************/
/* Links 								     */
/*********************************************/

a#links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:hover#links {
	text-decoration:underline;
}
a#textunderline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}
a:hover#textunderline {
text-decoration:underline;
}
a#kommande {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:hover#kommande {
	text-decoration:underline;
}
a#textlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	font-weight:bold;
}
a:hover#textlink {
font-weight:bold;
text-decoration:underline;
}
/* BUTTONS */
.textbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a#button {
	color: #FFFFFF;
	text-decoration: none;
}
a#button:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
a#buttonblack {
	color: #000000;
	
	text-decoration: none;
}
a#buttonblack:hover {
	color: #000000;
	text-decoration:underline;
}
a#buttonorange {
	color: #FF9801;
	
	text-decoration: none;
}
a#buttonorange:hover {
	color: #FF9801;
	text-decoration:underline;
}

.dummy {font-size: 1px}
/*****************************************************/

/* CALENDAR StyleSheet */

.mainTable {
	background-color: #1A1A1A;
	width: 175px;
}
.monthRow {
	background-image: url("img/monthBg.gif");
	background-color: #D8E2EC;
	text-align: center;
	vertical-align: middle;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: Bold;
	color: #FFFFFF;
	height: 25px;
}
.monthRow a:link, .monthRow a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.monthRow a:hover {
	color: #FF0000;
}
.dayNamesText {
	background-image: url("img/dayBg.gif");
    font-family: Tahoma, Verdana, Arial, sans-serif; 
	font-size: 10px; 
	font-weight: Bold; 
	color: #FFFFFF;
	height: 15px;
	width: 25px;
}
.rows {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #433D27;
    line-height: 15pt;
	text-align: center;
	vertical-align: middle;
}

