/* --------------------------
   General
----------------------------- */
body {
	background: #FFF url('../images/body.png') repeat-x left top;
	color: #666;
	font: normal 12px Arial,sans-serif;
}
.center
{
	text-align: center;
}
/* --------------------------
   Headings
----------------------------- */
h1
{
	font-size:18px;
}

h2
{
	font-weight: bold;
	font-size: 16px;
	margin-top: 10px;
}

h3 
{
	font-weight: bold;
	font-size: 14px;
	margin-top: 10px;
}
/* --------------------------
   Links
----------------------------- */
#helpMenu a {
	color: #777;
	font: bold 12px Arial,sans-serif;
}

/* --------------------------
   Lists, selected, expanded and collapsed
----------------------------- */
ul, ol
{
	margin: 0.2em 0 1.2em 3em;
}

#helpWrapper .quiz li:first-line
{
	font-weight: bold;
}
#helpWrapper li
{
	margin-left: 20px;
	margin-top: 5px;
}

#helpMenu li ul
{
	display: none; /* Hide sub-lists on load */
}
#helpMenu ul 
{
	margin: 0.2em 0 1.2em 20px;
	list-style-image: none;
	list-style-type:none;
}
#helpMenu h1
{
	margin-top: 10px;
	margin-left: 7px;
}
#helpMenu ul ul ul
{
	margin-bottom: 0;
}
#helpMenu .expandable
{
	list-style-image:url('../assets/FluddSubCollapseButton_upIcon.png');
}
#helpMenu .expandable:hover
{
	list-style-image:url('../assets/FluddSubCollapseButton_overIcon.png');
}
#helpMenu li
{
	margin-left: 5px;
	font-weight: normal;
}
#helpMenu .selected
{
	color: #65b019;
}
#helpMenu .expanded, #helpMenu .expanded:hover
{
	list-style-image:url('../assets/FluddSubCollapseButton_selectedOverIcon.png');
}

#helpWrapper .smalltext li
{
	float: left;
	margin-right: 10px;
}

/* --------------------------
   Layout
----------------------------- */
#helpWrapper 
{
	/*width: 800px;
	margin: 0 auto;*/
	background: url(../images/wrapper.png) repeat-y center top;
	width: 922px;
	margin: 0 auto;
}
#helpHeader
{
	width: 100%;
	height: 50px;
	padding: 20px 0;
}
#helpMenu
{
	margin-left: 7px !important;
	margin-left: 4px;
	width: 236px;
}
#helpContent
{
	width: 656px;
	margin-right: 11px !important;
	margin-right: 5px;
	float: right;
}
#helpSearch
{
	margin: 11px;
}
.helpMain
{
	padding: 4px 5px 5px;
}
.subSection
{
	padding: 4px 5px 5px;

}
#helpContent div
{
	/*clear: both; /* to make sure that images are displayed above the next coming div */
}
.helpInfoblock
{
	background: url('../images/help/info.png') no-repeat left top;
	padding-left: 30px;
	margin: 5px 0 10px 0;
	height: auto !important; /* for modern browsers */
	height: 20px; /* for IE5.x and IE6 */
	min-height: 20px; /* for modern browsers */
}

/* --------------------------
   Navigation
----------------------------- */


#helpNavigation
{
	margin-top: 8px;
	/*border-bottom: 1px solid #B5B5B5;*/
}

#helpNavigation .box {
	background: #FFF url('../images/box/box.png') repeat-y left top;
	line-height: 16px;
	margin: 0 10px 10px;
	color: #666;
}
#helpNavigation .box .top, #helpNavigation .box .bottom {
	height: 4px;
	font-size: 0;
	line-height: 0;
	background: url('../images/box/corners.png') no-repeat left top;
	display: block;
}
#helpNavigation .box .bottom {background-position: left bottom;}
#helpNavigation .box .content {padding: 0 15px 5px;}

#helpNavigation .box h1 {
	margin: 5px 0 8px 0;
	padding-bottom: 3px;
	border-bottom: 1px solid #DDD;
}

#helpNavigation .box .content ul {list-style: none;}
#helpNavigation .box .content ul li {border-bottom: 1px solid #FFF;}


/* --------------------------
   Images
----------------------------- */
#helpWrapper img
{
	margin-bottom: -3px; /* to place image in line with text */
}
#helpWrapper img.right
{
	margin: 0 0 5px 10px;
}
#helpWrapper img.left
{
	margin: 0 10px 5px 0;
}

/* ------------------------------------------------------------------------
	Bakgrundsbilder som inte syns med style.css ------------------ 
	Ta bort det h�r n�r style.css �r korrekt l�nkad och images-mappen �r korrekt. 
   ------------------------------------------------------------------------ */
#top div.separator {
	background: url('../images/top_separator.png') no-repeat center center;
}
#logo a {
	background: url('../images/yooba.png') no-repeat left top;
}
#top a#network_home {
	background-image: url('../images/network_home.gif');
}
#top a#network_blog {
	background-image: url('../images/network_blog.gif');
}

#wrapper_outer {background: url('../images/wrapper_outer.png') repeat-x left top;}
#wrapper_inner1 {background: url('../images/wrapper_inner1.gif') no-repeat center top;}
#wrapper_inner2 {
	background: url('../images/wrapper_inner2.gif') no-repeat left bottom;
	padding-bottom: 1px;
}
#wrapper {
	background: url('../images/wrapper.png') repeat-y center top;
}
.rbox .box_top {
	background: url('../images/rbox/top.png') repeat-x left top;
}
.rbox .box_bottom {
	background: url('../images/rbox/bottom.png') repeat-x left top;
}
.rbox .box_top .left, .rbox .box_top .right, .rbox .box_bottom .left, .rbox .box_bottom .right {
	background-image: url('../images/rbox/corners.png');
}

/* --------------------------
   Tables
----------------------------- */

.shortCutsTable
{
	border-collapse:collapse;
	width:600px;
	margin:10px 16px 0 16px;
}

.shortCutsTable td
{
	border:1px solid #ddd;
	padding:5px;
}

.shortCutsTable th
{
	border:1px solid #bbb;
	padding:5px;
	font-size:14px;
	background-color:#eee;
}

.shortCutsTable tr.odd
{
	background-color: #f9f9f9;
}

.shortCutsTable tr:hover 
{
	background-color:#eee;
}

/* --------------------------
   Forms
----------------------------- */

.searchBox { width:185px; height:18px; font-size:12px; }
.searchImageButton { width:22px; height:22px;  }





/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
h2 {

}

p {

}

.helpInfoblock {

}

