

/* design css */
.sc_maintitle {
	text-align: center;
font-size: 13px;
color: #333333;
font-weight: bold;
font-style: normal;
text-decoration: none;}
.sc_titlelink {
	color: #0000FF;
font-size: 12px;
text-align: left;
font-weight: normal;
font-style: normal;
text-decoration: none;}
a.sc_titlelink:hover {
	color: #555555;
text-align: left;
font-weight: normal;
font-style: normal;
text-decoration: none;}
.sc_description {
	font-size: 12px;
text-align: left;
font-weight: normal;
font-style: normal;
text-decoration: none;}
.sc_title {
	font-size: 13px;
color: #333333;
font-weight: bold;
text-align: left;
font-style: normal;
text-decoration: none;}
.sc_article {
	overflow: hidden;
	font-size: 12px;
text-align: left;
font-weight: normal;
font-style: normal;
text-decoration: none;}
.sc_footerlink {
	color: #0000FF;
font-size: 10px;
text-align: left;
font-weight: normal;
font-style: normal;
text-decoration: none;}
.sc_footerlink:hover {
	color: #888888;
text-align: left;
font-weight: normal;
font-style: normal;
text-decoration: none;}


/* smartlink */
a.sc_smartlink {
	text-decoration:none;
}
a.sc_smartlink span.link {

font-weight: normal;
font-style: normal;

	color:#009900;
	text-decoration:underline;
	border-bottom:1px solid #009900;
}
a.sc_smartlink:hover span.link {

font-weight: normal;
font-style: normal;

	color:#009900;
	text-decoration:underline;
	border-bottom:1px solid #009900;
}
/* smartlink hover */
a.sc_smartlink {
	position: relative;
}
a.sc_smartlink span.hover {
	display: none;
	cursor: pointer;
}
a.sc_smartlink:hover span.hover {
  display: block;
	background-image: url("http://www.smartcontent.info/sc/images/smartlinkad.gif");
	
  position: absolute;
  top: -118px;
  left: 0px;
  width: 272px;
  height: 120px;
}
a.sc_smartlink:hover span.hover div.content {
	color: black;
	text-align: left;
	text-decoration: none;
	font: normal normal normal 12px verdana;
	border: 0px;
	overflow: hidden;
	
  position: absolute;
  top: 1px;
  left: 1px;
  width: 269px;
  height: 102px;
  padding-top: 1px;
  padding-left: 1px;
}
a.sc_smartlink:hover span.hover div.content img {
	border: 0px;
	float: right;
}
a.sc_smartlink:hover span.hover div.xeal {
  position: absolute;
  top: 94px;
  left: 214px;
  width: 53px;
  height: 22px;
}
/* IE */
a.sc_smartlink:hover {
	background:;
}
a.sc_smartlink:hover span.hover {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.smartcontent.info/sc/images/smartlinkad.gif', sizingMethod='crop');
}


/* index->archive list */
div.sc_archivelist {
//	float:left;
	text-align:left;
}
div.sc_archive {
}
a.sc_archive {
	color: #0000FF;
font-size: 10px;
text-align: left;
font-weight: normal;
font-style: normal;
text-decoration: none;}
a.sc_archive:hover {
	color: #888888;
text-align: left;
font-weight: normal;
font-style: normal;
text-decoration: none;}
		
/* xealbar */
.sc_xealbar {
	text-align:center;
	font-size:7pt;
}
.sc_xealbar a {
	color: #0000FF;
font-size: 10px;
text-align: left;
font-weight: normal;
font-style: normal;
text-decoration: none;}
.sc_xealbar a:hover, {
	color: #888888;
text-align: left;
font-weight: normal;
font-style: normal;
text-decoration: none;}


/* quote styling */
/* template2 */
.sc_qt2 {
	margin:0px;
	padding:0px;
	text-decoration:none;
	color:#357;
	font-size:1.1em;
	font-family: Arial,Helvetica, sans-serif;
	font-weight: bold;
	border-bottom: 4px solid #357;
	border-top: 4px solid #357;
	text-align:left;
	line-height: 1.5em;
}
.sc_qt2 div {
	margin:0px 0px 1.2em;
}
.sc_qt2 .lquot, .sc_qt2 .rquot {
	line-height: 1em;
	font-size:2.5em;
	font-family:Georgia,times new roman,Helvetica,sans-serif;
	position:relative;
	top:.3em;
	z-index: 10;
}
.sc_qt2 .rquot {
	line-height: 0px;
	top:.35em;
}
/* template1 */
.sc_qt1 {
	margin:0px;
	padding:0px;
	text-decoration:none;
	color:#357;
	font-size:1.1em;
	font-family: Arial,Helvetica, sans-serif;
	font-weight: bold;
	border: 1px dotted #CCC;
	text-align:left;
}
.sc_qt1 div {
	margin: 0 .8em .8em;
}
.sc_qt1 .lquot, .sc_qt1 .rquot {
	color: #AAA;
	font-size:2.5em;
	font-family: Arial,times new roman,Helvetica,sans-serif;
	position:relative;
	top:.3em;
	z-index: 10;
}
.sc_qt1 .rquot {
	display: none;
}
/* template0 */
.sc_quote,.sc_qt0 {
	margin:0px;
	padding:0px;
	text-decoration:none;
	color:#357;
	font-size:1.1em;
	font-family: Arial, sans-serif;
	font-style: italic;
	font-weight: bold;
	border: 0;
	text-align:left;
}
.sc_quote div,.sc_qt0 div {
	margin:0px 0px .5em;
}
.sc_quote .lquot, .sc_quote .rquot,.sc_qt0 .lquot, .sc_qt0 .rquot {
	font-size:1.25em;
	font-family: Verdana,Helvetica,sans-serif;
	position:relative;
	top:.1em;
	z-index: 10;
}
.sc_quote .rquot,.sc_qt0 .rquot {
	line-height: 0px;
}


/* float styling */
.sc_float {
	padding:3px;
	text-align:left;
	margin-bottom:3px;
	margin-top:6px;
}
.sc_float_left {
	float:left;
	margin-right:10px;
}
.sc_float_right {
	float:right;
	margin-left:10px;
}


