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

body {
    margin : 0;
    padding : 0;    
    font-family: Arial, Helvetica, sans-serif;
    font-size : 12px;
    color : #66666E;
    text-align : left;
}

.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;
	display: none;
}


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

}

a:hover {
    text-decoration: none;
}

/* 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: 17px;
    margin: 5px 0px 12px 0px;

}

h2 {
    margin: 0;
    font-weight: bold;
    font-size: 14px;
    margin: 10px 0px 5px 0px;

}

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


/* Body - Container */
#container_tb {
    width: 100%;
}

#container {
    width: 100%;
}

#logo {
    display: none;
}

#topnav {
    display: none;
}

#sidenav {
    display: none;
}

#sidenavRight {
    display: none;
}

#content {
    width: 100%;
}

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

/* Cycle */
.pics { display: none; }
.pics img { display: none;}
