body {
	background-color: #000;
	background-attachment: fixed;
	background-repeat: repeat;
	color: #f7f7f7;
}

body, input, textarea, select, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1,h2,h3,h4 {
	color: #f7f7f7;
}

h1,h2 {
	font-family: monospace;
}

#page {
	margin: 50px;
	margin-bottom: 25px;
	padding: 10px;
	width: auto;
}

#container {
	width: 100%;
}

#content {
}

.boxes {
	-moz-columns: 2 500px;
	-webkit-columns: 2 500px;
	columns: 2 500px;
}

#menu {
}

#menu ul {
	list-style: none;
	height: 50px;
	padding: 0;
}

#menu ul li {
	float: left;
	margin: 5px;
}

#menu ul li a {
	height: 31px;
	line-height: 31px;
	font-weight: bold;
	padding: 0 10px;
	font-size: 12px;

	/* Taken from admin page style */
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #eee;
	border-color: #ccc #ccc #aaa;
	border-image: none;
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 0 1px #fff inset;
	color: #222;
	cursor: pointer;
	display: inline-block;
	margin-right: 5px;
	overflow: hidden;
	position: relative;
	text-align: center;
	text-decoration: none !important;
	text-shadow: 0 1px 0 #fff;
	white-space: nowrap;
	word-wrap: normal;
}

#menu ul li a:active {
    background-color: #5fabda;
	color: #000;
	box-shadow: 0 1px 2px #aaa inset;
	text-shadow: 0 1px 0 #eee;
}

#menu ul li.current a {
    background-color: #5fabda;
	color: #000;
	box-shadow: 0 1px 2px #aaa inset;
	text-shadow: 0 1px 0 #eee;
}

input[type=submit]{
	height: 31px;
	line-height: 31px;
	font-weight: bold;
	padding: 0 10px;
	font-size: 12px;

	/* Taken from admin page style */
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #eee;
	border-color: #ccc #ccc #aaa;
	border-image: none;
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 0 1px #fff inset;
	color: #222;
	cursor: pointer;
	display: inline-block;
	margin-right: 5px;
	overflow: hidden;
	position: relative;
	text-align: center;
	text-decoration: none !important;
	text-shadow: 0 1px 0 #fff;
	white-space: nowrap;
	word-wrap: normal;
}

input[type=submit]:active{
    background-color: #5fabda;
	color: #000;
	box-shadow: 0 1px 2px #aaa inset;
	text-shadow: 0 1px 0 #eee;
}

input[type="submit"]::-moz-focus-inner {
	border: none;
}

#lillamy-menu form {
	float: left;
	border: 2px solid #5fabda;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 10px;
	margin-left: 20px;
	margin-top: 20px;
}

#lillamy-menu-body{
	margin: 0;
	padding: 0;
	background-color: #000;
	background-image: none;
	color: #f7f7f7;
}

.touchform label {
	font-size: 150%;
}

.touchform div {
	margin: 10px;
}

.error {
	color: #f00;
	font-weight: bold;
}

.success {
	color: #060;
	font-weight: bold;
}

.lista {
	border-collapse: collapse;
}

.lista th {
	background-color: #5b5b5b;
	color: #fff;
	font-weight: normal;
}

.lista tr:nth-child(odd) {
	background-color: #e0e0e0;
	color: #000;
}

.lista tr:nth-child(even) {
	background-color: #fafafa;
	color: #000;
}

.lista th, .lista td{
	border: 1px solid #ccc;
	padding: 5px;
}

#starbox{
	color: #333;
	background-color: gold;
	padding: 4px;
}

/***********************************************************
 * Väder
 **********************************************************/
.vader_ljus {
	background-color: #f7f7f7;
	color: #191a1c;
	font-weight: bold;
}

.vader_mork {
	background-color: #191a1c;
	color: #f7f7f7;
	font-weight: bold;
}

.vader_bla {
	background-color: #2ab2ea;
	color: #f7f7f7;
	font-weight: bold;
}

/***********************************************************
 * Pollen
 **********************************************************/
.pollen th {
	background-color: #f7f7f7;
	color: #191a1c;
	font-weight: bold;
}

.pollen td {
	background-color: #191a1c;
	color: #f7f7f7;
	font-weight: bold;
}

/***********************************************************
 * Hållplatser
 **********************************************************/
.hallplatser_box {
	background-color: #f7f7f7;
	color: #191a1c;
	/*float: left;*/
	width: 500px;
	margin: 10px;
	border: 1px solid #ccc;
	display: inline-block; /* fix for column breaking */
}

.hallplatser_box h2 {
	display: block;
	background-color: #2ab2ea;
	color: #f7f7f7;
	margin: 0px;
	padding: 5px;
}

.hallplatser_box table {
	width: 100%;
}

.hallplatser_box th {
	background-color: #191a1c;
	color: #f7f7f7;
	text-align: left;
}

.hallplatser_box tr:nth-child(odd) {
	background-color: #e0e0e0;
	color: #000;
	height: 25px; /* för att få plats med ikonen på lilla my, höjden för bold text är 23px */
}

.hallplatser_box tr:nth-child(even) {
	background-color: #fafafa;
	color: #000;
	height: 25px; /* för att få plats med ikonen på lilla my, höjden för bold text är 23px */
}

.icon_ok {
	color: green;
	font-weight: bold;
}

.icon_passed {
	color: blue;
	font-weight: bold;
}

.icon_warning {
	color: orange;
	font-weight: bold;
}

.icon_critical {
	color: maroon;
	font-weight: bold;
}


/***********************************************************
 * Kalender
 **********************************************************/
.event_box {
	background-color: #f7f7f7;
	color: #191a1c;
	/*float: left;*/
	width: 300px;
	margin: 10px;
	border: 1px solid #ccc;
	display: inline-block; /* fix for column breaking */
}

.event_box span {
	display: block;
	padding: 5px;
}

.event_box span.when {
	background-color: #4986e7;
	color: #f7f7f7;
	font-weight: bold;
}

.event_recurring {
	color: #646870;
}

.event_recurring span.when {
	background-color: #8FB1E7;
}
