/* Stylesheet for kungalv      *
 * Created 2006 by Fredrik Ehrenholm *
 * Visit www.kungalvhockey.nu       */

* {
	margin: 0;
	padding: 0;
}

body {
	 
	font-family: tahoma, sans-serif;
	text-align: left;
	background: #535353;
	font-size: 13px;
}

#contain_big {
	text-align: left;
	width: 850px;
	background: #535353 url('../images/contain.jpg');
	
}

#contain {
	margin: auto;
	text-align: left;
	width: 790px;
	border-top: 4px solid #FFF;
	
}

#rotera {
	width: 790px;
	background: #FFF;
	height: 68px;
}

#rotera a {
	border-bottom: #FFF 0px dotted;
}

#rotera table {
	margin-left: 4px;
}

#navbar {
	width: 782px;
	height: 40px;
	background: #000 url('../images/menu_bg.jpg');
	position: relative;
	border-left: 4px solid #FFF;
	border-right: 4px solid #FFF;
	border-bottom: 4px solid #FFF;
	
}

ul.nav {
	list-style: none;
	height: 30px;
	position: absolute;
	top: 11px;
	left: 10px;
}

ul.nav li {
	color: #FFF;
	line-height: 15px;
	float: left;
	background: none;
	font-weight: bold;
}

ul.nav li a {
	display: block;
	color: #FFF !important;
	border: none !important;
	background: transparent;
	padding: 2px 5px 0px 5px;
}

ul.nav li a:hover {
	background: #000;
}

#head {
	width: 782px;
	background: #FFF;
	border-left: 4px solid #FFF;
	border-right: 4px solid #FFF;
	border-top: 4px solid #FFF;
}

#head h1 {
	display: none;
}

#head p {
	display: none;
}

#main {
	width: 790px;
	background:  #FFF url('../images/faux.gif') top right repeat-y;
}

#main h4 {
	color: #000;
	margin-bottom: 10px;
	margin-top: 5px;
}

#main h3 {
	padding: 0 15px 0 15px;
	color: #FFF;
	margin-bottom: 20px;
	margin-top: 9px;
}

#gen-cont {
	width: 574px;
	background: none;
	border-left: 4px solid #FFF;
	float: left;
}

#gen-cont a {
	font-size: 11px;
	border: #000 0px dotted;
	background: #666666;
	color: #FFF !important;
	font-weight: bold;
}

#gen-cont p.smaller {
	margin-bottom: 10px;
	font-size: 10px;
	}
	
#gen-cont p {
	margin-top: 19px;
}
	

#gen-cont_sek {
	width: 574px;
	background: none;
	border-left: 4px solid #FFF;
	float: left;
}

#gen-cont_sek a {
	font-size: 11px;
	border: #000 0px dotted;
	background: transparent;
	color: #FF0000!important;
	font-weight: bold;
}

#gen-cont_sek p.smaller {
	margin-bottom: 10px;
	font-size: 10px;
	}

#splash {
	float: right;
	width: 195px;
	background: none;
	margin-top: 35px;
}

#splash h3 {
	padding: 0px 0px 0px 0px;
	color: #ffffff;
	margin-bottom: 5px;
	margin-top: 5px;
}

#splash a {
	color: #FFF;
	border-bottom: #FFF 1px dotted;
}

#splash p {
	line-height: 150%;
}

#sub-cont {
	width: 790px;
	background: #FFF;
	clear: both;
	font-size: 12px
}

#sub-cont p {
	padding: 4px 4px 4px 4px;
	color: #FFF;
	line-height: 125%;
	margin-bottom: 4px;
}

#sub-cont a {
	color: #FFF;
	border-bottom: #FFF 1px dotted;
}

#title-senaste {
	width: 190px;
	height: 160px;
	float: left;
	background: #2D2C2C;
	border-left: 4px solid #ffffff;
	border-right: 4px solid #ffffff;
	border-top: 4px solid #ffffff;
	clear: both;
}

#title-kommande {
	width: 190px;
	height: 160px;
	float: left;
	background: #2D2C2C;
	border-right: 4px solid #ffffff;
	border-top: 4px solid #ffffff;
}

#title-nyheter {
	width: 190px;
	height: 160px;
	float: left;
	background: #2D2C2C;
	border-top: 4px solid #ffffff;
	border-right: 4px solid #ffffff;
}

#title-nya {
	width: 200px;
	height: 160px;
	float: left;
	background: #2D2C2C;
	border-top: 4px solid #FFF;
	border-right: 4px solid #FFF;
}

#title-nya table {
	margin-left: 4px;
	color: #FFF;
}

#footer {
	width: 790px;
	height: 50px;
	background: url('../images/copyright.gif') top right repeat-y;
	clear: both;
}

#footer  p {
	color: #FFF;
	line-height: 125%;
	margin-top: 15px;
	margin-left: 15px;	
}

a, a:link, a:visited {
	color: #0033CC;
	text-decoration: none;
	border-bottom: #0000FF 1px dotted;
}

a:hover {
	color: #0033CC;
}

.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}