@import url(/styles/live/badbalgach/articles-print.css);
@import url(/styles/live/badbalgach/ch.iframe.snode.gallery-print.css);
@import url(/styles/live/badbalgach/formmanager.css);

/* Structure */

html {
	height: 100%;
    background-color : #ffffff;
}

body {
    margin : 0;
    padding : 0;
    font-family : Arial, Verdana, Helvetica, sans-serif;
    font-size : 14px;
    line-height: 120%;
    color : #000;
    text-align : left;
    height: 100%;
}

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

p {
    margin: 0;
}

input {
    margin: 0;
}

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

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


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

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

/* 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;
    padding: 0 0 10px 0;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
}

h2 {
    margin: 0;
    padding: 0 0 7px 0;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

h3 {
    margin: 0;
    padding: 0 0 5px 0;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
}


/* Body - Container */

#container_tb {
    clear: both;
    float: left;
	min-height: 100%;
	height: auto !important;
	width: 100%;
}

#header {
}


#signet {
    display: none;
}

#sidenavwrapper {
    display: none;
}

#address {
    color: black;
    font-size: 10px;
}

#footer {
    display: none;
}


.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;
}