
body {
	font-family: helvetica, arial, "trebuchet ms", sans-serif; 
	color: #454545;
	line-height: 1.5;
	margin: 0;
	padding: 6px;
	background: none;
	font-size: 12px; 
	font-weight: normal; 

}
.text
{
    position:fixed;
}

.LeftImage
{
    float:left;
    padding: 4px 8px 4px 8px;
    margin-right: 8px;
    border-right: solid 1px;
}
.pdf
{
    background-image: url(~/images/lf-clean/icons/pdf.gif);
    background-repeat:no-repeat;
    background-position:left top;
    padding-bottom: 1px;
    padding-left:20px;
}
.xls
{
    background-image: url(~/images/lf-clean/icons/xls.gif);
    background-repeat:no-repeat;
    background-position:left top;
    padding-left:20px;
    padding-bottom: 1px;
}
.email
{
    background-image: url(~/images/email.gif);
    background-repeat:no-repeat;
    background-position:left top;
    padding-left:22px;
    padding-bottom: 1px;
}
h1, .h1 {
	color: #454545;
	font-family: helvetica, arial, "trebuchet ms", sans-serif;
	font-size: 25px;
	font-weight: bold;
	margin: 0 0 14px 0;
	padding: 0;
	}

h2 {
	border-bottom: dotted 1px #CCCCCC;
	color: #454545;
	font-family: helvetica, arial, "trebuchet ms", sans-serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 30px 0 0;
	padding: 0;
	}

h3 {
	color: #454545;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 25px 0 15px 0;
	padding: 0 0 2px 0;
	}

h4 {
	color: #454545;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 2px 0;
	padding: 0;
	}
h5 {
    border-bottom: dotted 1px #CCCCCC;
    color: #454545;
    font-family: helvetica, arial, "trebuchet ms", sans-serif;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 0;
    margin:0;
}

.FloatingSidebar 
{
    padding:10px;
    background: #DDD url('~/images/LinkBack.gif') repeat-x 0 0;
    border: 1px solid #CCC;
    border-bottom: 1px solid #AAA;
    border-top: 1px solid #DDD;
    margin: 6px 0px 6px 10px;
    float:right;
	text-align: left;
	vertical-align: top;
	width: 200px;
	height: 100%;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-shadow: #EEE 0px 1px;
}
.FloatingSidebarHeader
{
	color: #454545;
	font-family: helvetica, arial, "trebuchet ms", sans-serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 0;
}
.admin_content_wrapper
{
    border: 1px solid red;   
    padding:6px;
}
.admin_content_nav
{
    height: 27px;
    background: #EEEEEE;
    border: 1px dotted black;   
    padding: 1px;
}
	

