/*   Styles specific to the CONTENT section */


#Content HR {margin-left:50px;margin-right:25px;margin-top:20px;margin-bottom:15px;}

#Content UL {
	list-style-image:url(../images/tbi_bullet.png);
}

#Content UL LI {
	margin-bottom:1em;
}

#Content TABLE {
	border:1px solid black;
	margin-bottom:20px;
}

#Content TR TH {
	background-color:#003366;
	border:1px solid black;
	color:white;
	font-weight:bold;
	font-size:90%;
	vertical-align:middle;
	text-align:left;
	padding:3px;
	margin:0px;
}

#Content TR TD {
	border:1px solid black;
	color:black;
	padding:5px;
	padding-left:3px;
	vertical-align:top;
	text-align:left;
	/*font-size:80%;*/
}

#Content TR TD UL LI {
	margin-left:-15px;
}

#Content H1 {
	font-size:140%;
	color:#000066;
	font-weight: bolder;
}
#Content H2 {
	font-size:120%;
	color:#000066;
	font-weight: bolder;
}

#Content h3 {
	color: #000066;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size:1.0em;
	font-weight:bold;
	font-style:normal; 
	margin-top: 10px;
	margin-bottom: 10px;
}

#Content h4 {
	color: #000056;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size:.9em;
	font-weight:bold;
	font-style:normal; 
	margin-top: 10px;
	margin-bottom: 10px;
}



#Content .nobullet {
	list-style-type:none !important;
	list-style-image:none;
}

#Content P.totop {
	width:100%;
	text-align:right;
	background-image:url(../images/to_top.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:30px;
	margin-right:60px;
	height:25px;
}

#Content .rightjust {
	text-align:right;
}

#Content .center {
	text-align:center;
}


#Content P.totop A {
	text-decoration:none;
	text-size:90%;
}

#Content .announce {
	color:#000066;
	font-weight: bolder;
	font-size:120%;
	margin-right:60px;
	padding:10px;
	border:1px solid gray;
}	




#news ul.norm {
	margin-top:8px;
	list-style-image:url(../images/sci_bullet.png);
	margin-left:25px;
}

#news ul.norm li {
	margin-bottom: 4px;
	padding: 0 0 8px;
	font: .9em Arial, Helvetica, Geneva, sans-serif;
}

#news .feedTitle {
	font-size:140%;
}

#news #creditfooter {
	display:none;
}

#news .headline a:link, #news .headline a:visited {
	margin-bottom:4px;
	color:blue;
	display:block;
}

#news #socialbadges IMG {
	border:none;
	margin:0px;
	padding:0px;
}


.msktc {
	margin: 5px;
	padding: 5px;
	background-color: #FFFFCC;
	font-size: large;
	text-decoration: none;
	border: 2px solid #CCCCCC;
}
img { border: none;
padding: 15px }

/*Yuan*/
#Content TABLE.device_catalog{
	border:none;
	margin-bottom:20px;
}
.device_catalog {
    border-collapse: collapse;
    margin: 0;
    width: 680px;
	background: none repeat scroll 0 0 #FFFFFF;
    border-right: 0 none;
    clear: both;
    color: #333333;
    margin-bottom: 10px;
    width: 100%;
}

#Content TABLE.device_catalog TH{
	background-color:#003366;
	border:1px solid black;
	color:white;
	font-weight:bold;
	font-size:90%;
	vertical-align:middle;
	text-align:left;
	padding:3px;
	margin:0px;
}

#Content TABLE.device_catalog TD{
	border:1px solid black;
	color:black;
	padding:5px;
	padding-left:3px;
	vertical-align:top;
	text-align:left;
	/*font-size:80%;*/
}

img.thumb {
    border: 0 none;
    padding: 0;
    width: 250px;
	height:226px;
}
