@import url(/styles/live/brisago/articles.css);
@import url(/styles/live/brisago/navigation.css);
@import url(/styles/live/brisago/formmanager.css);
@import url(/styles/live/thickbox.css);

/* Structure */
html {
    background-image: url(/images/brisago/bg_repeat.jpg);
    background-repeat : repeat-x;
    background-color: #F39C00;
    height: 100%;
}

body {
    margin : 0;
    padding : 0;
    font-family : Verdana, Helvetica, Arial , sans-serif;
    font-size : 13px;
    color : #414241;
    text-align : left;
    background-image : url(/images/brisago/bg_center.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    line-height: 150%;
}

.mceVisualAid {
    border : 1px dashed #ffbbbb;
}

p {
    margin: 0;
}

input {
    margin: 0;
}

input.button {
    height: 21px;
    padding: 0 6px;
}

/* Images */
img {
    border: 0;
}

.headimage {
	margin-left: 136px;
}

.clear {
    clear: both;
}

ul  {
    margin-left: 0px;
    padding: 15px;
}


/* Links */
a {
    text-decoration: none;
    color: #EC7107;

}

a:hover {
    text-decoration: none;
    color: #DA180E;
}

/* remove dashed boxes from around links in firefox */
a:focus {
    user-focus: none;
    outline: none;
    -moz-user-focus: none;
    -moz-outline: none;
}

/* Headings */
h1 {
    margin: 0;
    font-weight: bold;
    font-size: 16px;
    padding: 0px 0px 18px 0px;
    color: #414241;
}

h2 {
    margin: 0;
    font-weight: bold;
    font-size: 13px;
    color: #414241;
    padding: 0px 0px 8px 0px;
}

h3 {
    font-weight: normal;
    font-size: 13px;
    margin: 0;
    padding: 0;
}


/* Body - Container */
#container_tb {
    margin: 0 auto;
    width: 1068px;
    background-image: url(/images/default/border.gif);
    background-repeat: repeat-y;
}

#container {
    width: 960px;
    margin: 0 auto;
}

#header {
    width: 960px;
    float: left;
    position: relative;
    z-index: 9;
}

#header h1 {
    color: white;
    font-size: 20px;
    font-weight: normal;
    padding: 18px 0px 26px 13px;
    z-index: 10;
}

#header a {
    color: white;
}

#serviceNavView {
    position: absolute;
    top: 16px;
    right: 10px;   
    z-index: 20;
}

#topnav {
    width: 918px;
    float: left;
    padding: 0px 0px 0px 42px;
    margin-bottom: -12px;
}

#sidenav {
    background-color: #F5F5F5;
    width: 230px;
    min-height: 480px;
    height: auto !important;  /* for modern Browsers */
    height: 480px;  /*for IE */
    padding: 10px;
    float: left;
}

#contentTopBorder {
    position: absolute;
    top: -10px;
    left: -2px;
}

#contentWrapper {
    width: 960px;
    min-height: 480px;
    height: auto !important;  /* for modern Browsers */
    height: 480px;  /*for IE */
    float: left;
    background-image: url(/images/brisago/content_border_repeat.png);
    background-repeat: repeat-y;
    position: relative;
}

#content {
    padding: 23px 25px 20px 44px;
    float: left;
}

#contentBottomBorder {
    position: absolute;
    bottom: -23px;
    left: 1px;     
}

#footer {
    padding: 10px;
    width: 940px;
    height: 80px;
    clear: both;
}


.label {
    display: block;
}

input.field {
    background-color: #CDCDCD;
    border: 1px solid #A0AEC0;
    padding:2px;
}


ul	{
	list-style-position:outside;
}


/* validator icons */
#xhtml {
	display:block;
	float: left;
	height: 16px;
	width: 16px;
	margin: 5px 5px 5px 0;
	background-image: url(/images/default/xhtml_valid.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#xhtml:hover {
	background-position: -16px 0px;
}

#css {
	display:block;
	float: left;
	height: 16px;
	width: 16px;
	margin: 5px;
	background-image: url(/images/default/css_valid.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#css:hover {
	background-position: -16px 0px;
}

#sitemap {
	display:block;
	float: left;
	height: 16px;
	width: 16px;
	margin: 5px;
	background-image: url(/images/default/sitemap.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#sitemap:hover {
	background-position: -16px 0px;
}

a.sitemaptop {
	display: block;
	background-image: url(/images/default/sitemapline.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	width: 300px;
}

a.sitemaplow {
	display: block;
	padding-left: 20px;
	width: 280px;
}

div.userimg{
width:90px;
float:left;
}
