/* -------------------------------------------- HEADER STYLES -------------------------------------------- */
body, p, td, li {
		color: #CED390;
}	
a { text-decoration: underline;
	color: #282828;	}
a:hover {text-decoration: none;}
/* -------------------------------------------- FOOTER STYLES -------------------------------------------- */
/* ---------------------------------------- Content Panel STYLES ----------------------------------------- */	
#default-live {
	padding-top: 0px;
	padding-left: 10px;
}
#default-live #content{
	color: #CED390;
	overflow: auto;
	width: 300px;
	height: 260px;
	text-align: justify;
	margin-left: 5px;
	
	/* IE only */
	scrollbar-arrow-color: #000000;
	scrollbar-base-color: #02141E;
	scrollbar-darkshadow-color: #02141E;
	scrollbar-face-color: #2F3A34;
	}

#default-lcp {	
	padding: 6px 0px 5px 5px;	
	}
#default-lcp #content{
	color: #7F8F72;
	overflow: hidden;
	width: 240px;
	height: 50px;
	text-align: justify;
	margin-left: 5px;
	
	/* IE only */
	scrollbar-arrow-color: #181C1E;
	scrollbar-base-color: #12202B;
	scrollbar-darkshadow-color: #12202B;
	scrollbar-face-color: #12202B;
	}
/* ------------------------------------------- Textbox-Search ------------------------------------------- */

#textstyle{	width: 99%;}
.textbox{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: lowercase;
	background-color: #D2CE84;
	background-position:  center;
	text-align: left;
	vertical-align: middle;
	border: 1px color:#000000;
}

/* ------------------------------------------- HTML INCLUDES------------------------------------------- */

#html-links{
	color: #5891A4;
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 1px 1px 1px 1px;
	text-align: left;
	letter-spacing: 1px;
	}
#html-links a { 
	text-decoration: none;
	color: #FFFFFF;