/* CSS Document */
* {
padding: 0px;
margin: 0px;
}

body {
background-color: #ffffff;
background-image: url(../graphics/scdigest_02.jpg);
background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #414141;
	//text-align: justify;
}
a {
font-weight: bold;
color: #004276;
text-decoration: none;
}
a:hover {
font-weight: bold;
color: #414141;
text-decoration: none;
}
.wrapper {
width: 980px;
margin-left: auto;
margin-right: auto;
}
h3 {
font-size: 10px;
font-weight: bold;
color: #004276;
}
h2 {
font-family: "Times New Roman", Times, serif;
font-size: 16px;
font-weight: bold;
color: #DD0100;
padding-bottom: 5px;
padding-top: 5px;
border-bottom: 1px dotted #CCCCCC;
}
h1 {
font-family: "Times New Roman", Times, serif;
font-size: 16px;
font-weight: bold;
color: #DD0100;
padding-bottom: 5px;
padding-top: 5px;
border-bottom: 1px dotted #ffffff;
}
h4 {
font-size: 11px;
color: #DD0100;
}
h5 {
font-weight:normal;
font-size: 9px;
}
h6 {
font-size: 20px;
font-weight: bold;
color: #004276;
line-height:20px;
}
.prod img{
padding: 2px;
border: 1px solid #CCCCCC;
}
.spacer {
height: 5px;
}
.news a {
font-size: 11px;
line-height:16px;
font-weight: bold;
color: #004276;
text-decoration: none;
}
.news a:hover {
font-size: 11px;
line-height:16px;
font-weight: bold;
color: #414141;
text-decoration: none;
}

.block_stories {
//background-color: #F0F0DD;
font-size: 11px;
background-color: #ebf0f4;
border: 1px solid #7B9CB7;
padding: 5px;
height: 150px;
line-height:normal;
}

.block_videocast {
font-size: 11px;
background-color: #fbefef;
border: 1px solid #FFC1C1;
padding: 5px;
height: 150px;
line-height:normal;
}


.block_author {
font-size:13px;
background-color: #efefef;
border: 1px solid #ccccc;
padding: 5px;
height: 150px;
}


.block_feedback {
background-color: #F0F0DD;
border: 1px solid #E3E3BE;
padding: 5px;

}


.share_tab{
background-color: #EFEFEF;
border: 1px solid #CCC;
padding: 5px;
}

.story {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px; 
line-height: 18px;
color:#000;

//text-align: left;
}

.story  p{
	margin-bottom:10px;
	margin-top:10px;
}

.storytopheading{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 19px;
font-weight: bold;
color: #FFFFFF;
padding:10px;
line-height:25px;
}

.related{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
color: #FFFFFF;
padding:10px;
line-height:20px;
}

.story  ul{

text-indent: 10px;
padding-left: 10px;

	
	}

.story  ol{

text-indent: 10px;
padding-left: 10px;

	
	}

/*=======================Menu======================================*/
#thicktabs{
clear: both;
float: left;
height: 30px;
width: 980px;
font: bold 13px Tahoma;
color: #ffffff;
border-left: 1px solid #ffffff;
}

#thicktabs li{
display: inline;
}

#thicktabs li a{
float: left;
color: #ffffff;
padding: 7px 30px; /*padding of tabs*/
text-decoration: none;
border-right: 1px solid #ffffff;
}

#thicktabs li a:hover{
background-color: #dd0101;
color: #ffffff;
border-right: 1px solid #ffffff;
}
#thicktabs li a.active{
background-color: #dd0101;
color: #ffffff;
border-right: 1px solid #ffffff;
}
#footer {
background-image: url(../graphics/scdigest_100.jpg);
background-repeat: repeat-x;
margin-top: 10px;
height: 90px;
}
#foot a {
color: #ffffff;
text-decoration: none;
}
#foot a:hover {
color: #999999;
text-decoration: none;
}
.text_box_search {
width: 250px;
height: 22px;
border: 1px solid #E3E3BE;
}
.text_box_register {
width: 180px;
height: 22px;
border: 1px solid #41413f;
}
.text_box {
width: 200px;
height: 23px;
border: 1px solid #E3E3BE;


}
.text_box_list {
width: 140px;
height: 23px;
border: 1px solid #E3E3BE;
}

.subheading {
	font-size: 18px;
	color: #CC3300;
	font-weight: bold;
	line-height:20px;
}

/*=======================FAQ======================================*/
#faq{
list-style:none;
}

#faq li, #faq h4, #faq p{
margin:0;
padding:0;
}

#faq li{
border-top: 1px solid #CCCCCC; 
border-bottom: 1px solid #CCCCCC; 
background-color: #F5F5E9; 
padding: 3px;
margin-top: 3px;
}