/* ---- CUSTOM */
.lhs_top_shadow {
	background-image: url(../images/lhs_top_shadow.jpg);
	background-repeat: no-repeat;
}
.lhs_bottom_shadow {
	background-image: url(../images/lhs_bot_shadow.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.lhs_right_border {

	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #a6a6a6;
}
.content_bk {
	background-image: url(../images/content_bk.jpg);
	background-repeat: repeat-x;
}



/*---- */



/* ---- GLOBAL */
body, td, p, ul, li  {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* ---- */



/* ---- LINKS */
a:link, a:active, a:visited { 
	color: #ff8f3d;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #ff8f3d;
	font-weight: bold;
	text-decoration: underline;
}
/* ---- */



/* ---- CONSTANT - DO NOT REMOVE */
.showspeechbubble {behavior:url(../_css/components/speech_bubble.htc)}
span#my_sc {
	display: none;
	width: 200px;
	height: 10px;
	background-color: #E8E8E8;
	border-width: 2px;
	border-style: solid;
	border-color: #000000;
	filter: alpha(opacity=100);
	position: absolute;
	behavior: url(../_css/components/saved_comments.htc);
}
/* ---- */
