/* CSS Document */
* {
padding: 0px;
margin: 0px;
}

body {
	background-color: #ffffff;
	background-image: url(../images/videocast_02.png);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	text-align: justify;
}
a {
color: #000000;
text-decoration: none;
}
a:hover {
color: #0f62c0;
text-decoration: none;
}
.wrapper {
width: 921px;
margin-left: auto;
margin-right: auto;
}
h3 {
font-size: 12px;
font-weight: bold;
color: #000000;
}
h2 {
font-size: 16px;
font-weight: bold;
color: #000000;
line-height: normal;
}
h1{
font-size: 18px;
font-weight: bold;
color: #DD0100;
line-height: normal;
}
h4 {
font-size: 9px;
color: #000000;
font-style: italic;
}
h5 {
font-weight:normal;
font-size: 9px;
}
h6 {
font-size: 14px;
font-weight: bold;
color: #004276;
line-height: normal;
}
.heading_caption {
font-style:italic;
font-size: 12px;
color: #DD0100;
}
.prod img{
padding: 2px;
border: 1px solid #CCCCCC;
}
.spacer {
height: 5px;
}
.story {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px; line-height: 16px;
text-align: justify;
}
.news {
padding: 5px 0px;
color: #ffffff;
}
.news a {
font-size: 11px;
font-weight: bold;
color: #9FBFDF;
text-decoration: none;
}
.news a:hover {
font-size: 11px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
}
.block_stories {
background-color: #F0F0DD;
border: 1px solid #E3E3BE;
padding: 5px;
}
#footer {
background-image: url(../images/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_question {
width: 450px;
height: 50px;
border: 1px solid #C9C9C9;
}
.text_box {
width: 300px;
height: 22px;
border: 1px solid #C9C9C9;
}
.text_box_list {
width: 140px;
height: 23px;
border: 1px solid #E3E3BE;
}
.text_box_news {
width: 107px;
height: 20px;
border: 1px solid #E3E3BE;
margin-bottom: 5px;
}
.text_box_list1 {
width: 280px;
height: 23px;
border: 1px solid #CCCCCC;
}


.menu {
    background-image: url("../images/videocast_11.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    padding: 10px;
}

.mainMenu {
    float: left;
    width: 100%;
}

.mainMenu ul {
    float: left;
    list-style: outside none none !important;
    margin: 0;
    padding: 0;
    width: 100%;
}


.mainMenu ul li {
    border-right: 1px solid #9fbfdf;
    color: #fff;
    float: left;
    padding: 5px 10px;
}


.mainMenu ul li a {
    float: left;
    width: 100%;
	color:#fff;
	font-size:15px;
}


.mainMenu ul li.active a {
    color: #9fbfdf;
}

h2.title{
    background: url("../images/videocast_11.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    border-radius: 7px;
    color: #fff;
    margin: 0 0 30px;
    padding: 10px 15px;
}

.content {
    background-image: url("../images/videocast_18.png");
    background-repeat: repeat-x;
    border-top: 1px solid rgb(255, 255, 255);
    float: left;
    min-height: 450px;
    padding: 40px 2%;
    width: 96%;
}

table.dataTable thead th, table.dataTable thead td {
    border-bottom: 1px solid #111;
    padding: 10px !important;
}

.addForm
{
	float:left;
	width:100%;
}

.addForm .field {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}

.addForm .field label {
    display: block;
    float: left;
    font-family: "Trebuchet MS";
    font-size: 14px;
    height: 32px;
    line-height: 30px;
    width: 115px;
}
.addForm .field .inpTxt {
    display: block;
    float: left;
    font-family: "Trebuchet MS";
    font-size: 14px;
    line-height: 30px;
    padding-left: 5px;
    width: 240px;
}


.addForm .field .inpTxtarea {
    display: block;
    float: left;
    font-family: "Trebuchet MS";
    font-size: 14px;
    height: 300px;
    line-height: 20px;
    padding-left: 5px;
    width: 720px;
}


.addForm .field .inpSbmt {
    background: url("../images/videocast_11.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    padding: 8px;
    text-align: center;
    width: 150px;
}


table.dataTable td  {
    text-align: left;
}