/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

@import url(../../../warp/css/layout.css);


/* Spacing
----------------------------------------------------------------------------------------------------*/

.module { margin: 15px; }

#header,
#top-a,
#top-b,
#bottom-a,
#bottom-b,
#innertop,
#innerbottom,
#breadcrumbs,
#footer {
margin: 20px; 
}

#footer{
-moz-border-radius:4px;
border-radius:4px;
/* background:url('../images/footerbg2.png') repeat-x; */
color:#004182;
background: #d4e0ec; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d4e0ec', endColorstr='#edf6ff'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#d4e0ec), to(#edf6ff)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #d4e0ec,  #edf6ff); /* for firefox 3.6+ */ 
/* border: 1px solid #edf6ff; */
}


#header { margin-top: 0px; }

#innertop,
#breadcrumbs { margin-top: 0; }
#innerbottom { margin-bottom: 0; }

#content { margin: 0 20px; }

#top-a > div,
#top-b > div,
#bottom-a > div,
#bottom-b > div,
#innertop > div,
#innerbottom > div { margin: 0 -20px; }

#top-a,
#top-b,
#innertop{
/*	padding-bottom: 20px; */
/*	border-bottom: 1px solid #ddd; */
	margin-top: -20px;
	margin-bottom: -5px;
}

#top-b {
-moz-border-radius: 4px;
border-radius: 4px;
-moz-box-shadow: 0px 1px 6px #888;
-webkit-box-shadow: 0px 1px 6px #888;
box-shadow: 0px 1px 6px #888;
}

#bottom-a,
#bottom-b,
#innerbottom {
	padding-top: 20px;
	border-top: 1px solid #ddd;
}

#footer .module { margin: 0; }

#headerbar { margin: 15px 0; }

/* System Output Disabled */
#header + #bottom-a,
#header + #bottom-b,
#top-a + #bottom-a,
#top-a + #bottom-b,
#top-b + #bottom-a,
#top-b + #bottom-b {
	padding-top: 0;
	border-top: none;
}

/* Layout
----------------------------------------------------------------------------------------------------*/

/* Menubar */
#menubar {
	padding: 5px 5px 5px 0;
	background: #004182;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/* Search */
#search {
/* margin: 3px 3px 0 0; */
position: absolute;
margin: 0;
top: 127px;
right:0;
}

/* Sidebar Backgrounds */
#sidebar-a,
#sidebar-b { position: relative; }

.sidebar-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

.sidebar-a-right #sidebar-a .sidebar-bg,
.sidebar-b-right #sidebar-b .sidebar-bg { background: url(../images/line_dotted_v.png) 0 0 repeat-y; }

.sidebar-a-left #sidebar-a .sidebar-bg,
.sidebar-b-left #sidebar-b .sidebar-bg { background: url(../images/line_dotted_v.png) 100% 0 repeat-y; }

/* ToTop Scroller */
#totop-scroller {
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 1;
	width: 20px;
	height: 20px;
	background: #004182 url(../images/totop_scroller.png) 50% 7px no-repeat;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
}

#headerbar .module{
top: -20px;
max-width: 600px;
}

#main{
margin-top:20px;}