/*	Main stylesheet for OnPosition.se
	
	Simon Otter
	Copyright © 2007-2009 OnPosition AB */

/*	Structure */
body {
	margin: 0 0;
	padding: 30px 0;
	
	text-align: center;
	
	color: black;
	background-color: #DDD;
}

#root {
	width: 700px; height: auto;
	padding: 0;
	
	background-color: rgb(255, 255, 255);
	
	text-align: left;
	font-family: "Arial", sans-serif;
	/* debug shadows*/
	visibility: visible; 
}

#header {
	width: 700px; height: 200px;
	margin: 0;
	
	background-image: url(../gfx/Header2.png);
	background-repeat: no-repeat;
}

#header #menu {
	height: 0;
	
	text-align: right;
	font-size: 12px;
}

#menu .cell {
	width: 96px; height: 21px;
	padding: 4px 0 0 0;
	
	text-align: center;
	vertical-align: middle;
	
	display: run-in;
	float: right;
}

#content {
	width: 660px; height: auto;
	min-height: 300px;
	padding: 20px;
	
	background-image: url(../gfx/ContentBG.gif);
	background-repeat: repeat-x;
	
	overflow: hidden;
}

div.divider {
	height: 1px;
	border-bottom: 1px solid #CCCCCC;
	margin: 10px 0 10px 0;
}

/*	Text elements */
p, .column {
	text-align: justify;
	font-size: 14px;
	line-height: 18px;
}

p {
	margin: 0 0;
	padding: 0 0 16px 0;
}

p.notification {
	text-align: left;
	padding: 0 15px 0 15px;
}

.column {
	width: 300px;
	padding: 0 15px 0 15px;
	
	float: left;
}

h1 {
	margin: 0 0 10pt 0;
	
	font-size: 30px;
	line-height: 36px;
}


h2 {
	margin: 0 0 0 0;
	
	font-size: 21px;
	line-height: 26px;
}

a, a:link {
	color: #5CB937;
}

#menu a {
	color: black;
	text-decoration: none;
}

a:hover {
	color: #016F19;
}

/*	Images */
.icon {
	width: 32px; height: 36px;
	padding: 0px 0 0 0;
	margin: 0 15px 0 0;
	
	display: inline;
	float: left;
}

div.mapicon {
	background-image: url("../gfx/karta.gif");
	background-repeat: no-repeat;	
	
	width: 96px; height: 96px;
	float: right;
	margin: 0 0 0px 11px;
}

.name {
	font-weight: bold;
}

.title {
	/*font-style: italic;*/
}

/*	Shadows */
#shadowN, #shadowNE, #shadowE, #shadowSE, #shadowS, #shadowSW, #shadowW, #shadowNW {
	width:710px; height: auto;
}

#shadowN, #shadowS { background-repeat: repeat-x; }
#shadowW, #shadowE { background-repeat: repeat-y; }
#shadowNE, #shadowSE, #shadowSW, #shadowNW {
	background-repeat: no-repeat;
}

#shadowN, #shadowW, #shadowNW { background-position: left top; }
#shadowNE, #shadowE { background-position: right top; }
#shadowSE { background-position: right bottom; }
#shadowS, #shadowSW { background-position: left bottom; }

#shadowN	{ background-image: url(../gfx/ShadowN.gif); }
#shadowNE	{ background-image: url(../gfx/ShadowNE.gif); }
#shadowE	{ background-image: url(../gfx/ShadowE.gif); }
#shadowSE	{ background-image: url(../gfx/ShadowSE.gif); }
#shadowS	{ background-image: url(../gfx/ShadowS.gif); }
#shadowSW	{ background-image: url(../gfx/ShadowSW.gif); }
#shadowW	{ background-image: url(../gfx/ShadowW.gif); }
#shadowNW	{ background-image: url(../gfx/ShadowNW.gif); }

#shadowN	{ margin: 0 auto 0 auto; }
#shadowNW	{ width: 700px; height: auto; padding: 5px; }



