/* CSS Document */
html {
	height: 100%;
}
body {
	background-color:#ffffff;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	height: 100%;
}
table{
	padding:0px;
}
a{
	color: #A90B0C;
	text-decoration:underline;
}
a:hover{
	color: #A90B0C;
	text-decoration:none;
}









/* NAV LISTING ITEMS ------------------------------------------------------------*/
#lb-navigation {
	padding-top:130px;
	padding-left:18px;
	width:170px;
	
}
#lb-btn a {
	display: block;
	background-image:url(../images/lb-nav-ico-1.jpg);
	background-position:5px 5px;
	background-repeat:no-repeat;
	
	padding-top:4px;
	padding-bottom:4px;
	padding-left:25px;
	color:#B13638;
	text-decoration:none;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	/*border-bottom:1px #8C4042 dashed;
	margin: 4px 4px 0px 4px ;*/
}
#lb-btn a:hover {
	background-color:#93181B;
	background-image:url(../images/lb-nav-ico-2.jpg);
	background-position:5px 5px;
	background-repeat:no-repeat; 
	color:#FFFFFF;
}
#lb-btn-stat a{
	display: block;
	background-color:#93181B;
	background-image:url(../images/lb-nav-ico-2.jpg);
	background-position:5px 5px;
	background-repeat:no-repeat; 
	
	padding-top:4px;
	padding-bottom:4px;
	padding-left:25px;
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;	
}
#lb-btn-split {		
	border-bottom:1px #8C4042 dashed;
}











/* FORM ELEMENTS ------------------------------------------------------------*/
.lb-form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	
	background: url(../images/sl-from-field.jpg) top left repeat-x;
	border: 1px solid #CCCCCC;
	background:#fafafa;
	padding: 1px;
	color: #ACA4A9;
	
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
	}
	
textarea:focus, input:hover, input:focus {
	background-image: url(../images/sl-from-field2.jpg);
	background:#f6f6f6;
}

.lb-form-btn-submit {
	width:80px;
	height:26px;
	overflow:hidden;
	border:0;
	background:url(../images/lb-btn-submit.gif) no-repeat 0 0;
	/*display:block;*/
	cursor:pointer !important; cursor:hand;
}
.lb-form-btn-submit:hover {
	background:url(../images/lb-btn-submit.gif) no-repeat 0 0;
	background-position:0 -26px;
}
.lb-form-btn-reset {
	width:80px;
	height:26px;
	overflow:hidden;
	border:0;
	background:url(../images/lb-btn-reset.gif) no-repeat 0 0;
	/*display:block;*/
	cursor:pointer !important; cursor:hand;
}
.lb-form-btn-reset:hover {
	background:url(../images/lb-btn-reset.gif) no-repeat 0 0;
	background-position:0 -26px;
}


	









/* IMAGE ITEMS ------------------------------------------------------------*/
.lb-img2{
	border:3px #FFFFFF solid;	
}
.lb-img{
	/*margin:-1px;*/
	padding:2px;	
}
.lb-img-holder{
	float:left;
	width:70px;
	height:71px;
	background-image:url(../images/lb-img-bg3.jpg);
	background-repeat:no-repeat;
	padding:3px;
}
/*.lb-img-holder{
	float:left;
	width:85px;
	height:86px;
	background-image:url(../images/lb-img-bg.jpg);
	background-repeat:no-repeat;
	padding:2px;
}*/
.lb-img-date{
	margin-bottom:-3px;
	margin-left:-5px;
}












/* GENRAL ITEMS ------------------------------------------------------------*/
#lb-title {
	font-size:14px;
	color: #2ba6b8;
	font-weight:bold;
	padding-bottom:12px;
}
#lb-title2 {
	font-size:12px;
	color: #AB2D05;
	font-weight:bold;
}
#lb-container-box {
	border:1px #CCCCCC dashed;
	background-color:#FFFFFF;
	font-size:9pt;
	font-family:Tahoma;
	padding:2px;
}
.lb-container-box-bottom {
	border-bottom:1px #E7E7E7 dashed;
}
.lb-hr {
	border-top: 1px #E1DFDF dashed;
}
.lb-color {
	color: #2ba6b8;
	font-size:9pt
}
.lb-color2 {
	color: #ABA7A6;
	font-size:9pt;
