body
{
	background:#fff;
	font:Arial, Tahoma, sans-serif;
	font-size:12px;
	margin:0;padding:0;
}
strong{
  font-weight: bold;
  color: #f5984c;
  text-decoration: none;
}

.header {
 background:url(../img/header.jpg) no-repeat center center;
 width:902px;
 height:137px;
}

#logo {
 background:url(../img/logo.jpg) no-repeat center center scroll;
 width:189px;
 height:125px;
 margin:5px 0 0 40px;
}


  ul.tabs { margin-top:10px;}

 ul.tabs li{
 color:black;

 }
 ul.tabs li a{
 width:138px; height:30px; color:black; font-weight: bold; background:url(../img/menu.gif) no-repeat center bottom; padding-top:15px;  font-size: 12px;
 }

 ul.tabs li a:hover, ul.tabs li a.select{
   background:url(../img/menu_selected.gif) no-repeat center bottom;
  }

  .bannertxt {
     color:#cedab4;
  }

  #page-heading{
     background: url(../img/h2_bg.jpg) repeat-y center top;
     height: 30px;
  	font-size: 18px;
	color:white;
	padding:15px 10px 5px 20px;
	}
  #content {
   background:#DADADA;
    border:1px solid #dadbb1;

  }

  .rss-heading {
     font-size: 14px;
     color:#FF9933 !important;
      font-weight: bold;
  }

 .rss_field {
   height: 35px;
   width :250px !important;
   background: url(../img/rss_input.jpg) no-repeat left center  scroll;
   border: none;
   line-height: 35px;

 }
.rss_input{
 width :202px;
  border:  0px;
  line-height: 25px;
  margin: 5px;
  height: 20px;
}
.rss_button {
  height: 35px;
  width: 30px;
}

.daily_video{

   width: 266px;
 height: 178px;
  background: url(../img/daily_video_bg.jpg) no-repeat right center  scroll;
}

.daily_video h2{

    color:#fff !important;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 0 0 25px;
    text-transform: uppercase;
}

.daily_video .info {
   height: 100px;
    width: 250px;
    display: block;
}

.join_now{
   width: 267px;
 height: 138px;
 margin-top: 20px;
  background: url(../img/1day_join.jpg) no-repeat right center  scroll;
}

.join_now a {
  font-size: 15px;
  font-weight: bold;
  position: relative;
  color: white;
  text-decoration: none;
  top: 105px;
  left:15px;
}


  .right_bar .right_heading{

    background:url(../img/blue_round_bg.jpg) no-repeat center right;
	width:266px;
	height:40px;


  }

  .right_bar h2  {
   font-size:14px;
	color:white;
  }
  .right_bar .right_element{
  background:#fff;
   border:1px solid #ccc;
    border-top:none;
  width:223px;
  min-height:100px;

  }

  .recent_blog ol li {
     margin: 10px 0px;
  }

 .videos {

    background:url(../img/videos_bg.jpg) no-repeat center left;
	width:914px;
	height:147px;

 }
 .videos h2{
   color: #708fa3;
   text-transform: uppercase;
   font-size: 16px;
   margin:20px 0 0 20px;
   display: block;
}
 .videos a {
   text-decoration: none;
   text-transform: capitalize;
 }

.thumbnail{
  border: 2px solid #ccc;
  width: 125px;
  height: 80px;
  float: left;

}


.videos ul li{
  float: left;
  list-style: none;
 margin: 0 10px;

}


.box {
  padding: 20px;

  border: 1px solid #ccc;

}

div.faq{
 margin-left: 5px;
 border: 1px solid #ccc;
 margin:10px 0px;
}

div.faq h3{

  background: #ccc;
  color: white;
  font-size: 16px;
  padding: 5px;
  margin-top: 0px;

}

div.faq div.content{
  padding: 10px;
}



  .footer {  background:url(../img/footer.jpg) no-repeat center center; width:859px;  height:109px; padding-top:10px;   }

  .footer .links{
     margin-top: 30px;
     padding-left: 250px;
     color : #999;
  }
  .footer .links a{
    text-decoration: none;
     color : #999;

  }


.error,.red{
  color:red;
}


/**************************** form and table *****************************************************************/
#main {
	width: 570px;
	padding: 0 19px 0 0;
}
#main div.input {
   padding: 10px;
}


#main table.data {
	border-top: 1px solid #ddd;
	width: 500px;
}


#main table.data tr td ,#main table.data thead tr th{
	background: #f6f6f6;
	padding: 0px 20px;
	height: 29px;
	line-height: 29px;
	border-bottom: 1px solid #ddd;
}

#main table.data thead tr th{
	background: #f0f7fa;
    color: black;
    border-bottom: 1px double #ddd;
}
#main table.data thead tr th a,#main table.data thead tr th a:visited{
   text-decoration: none;
   line-height: 29px;
   color: black;
}


#main table.data tr.odd td {
	background: #fbfbfb;
}

#main table.data tr:hover td { background: #fdfcf6; }

#main table.data .action {
	text-align: right;
	padding: 0 20px 0 10px;
}

#main table.data tr .action a { margin: 0 0 0 10px; text-decoration: none; color: #9b9b9b; }
#main table.data tr:hover .action .edit { color: #c5a059; }
#main table.data tr:hover .action .delete { color: #a02b2b; }
#main table.data tr:hover .action .view { color: #55a34a; }

#main table.data tr:hover .action a:hover { text-decoration: underline; }

#main fieldset {
	border: 0px;
	padding: 19px;
	margin: 0 0 20px 0;
	background: #fbfbfb;
}

#main fieldset p { margin: 0 0 14px 0; float: left; width: 100%;  }

#main fieldset label {
	float: left;
	width: 100px;
	margin: 0 0 7px 0;
	line-height: 12px;
}
input.text {
   font-family: Tahoma;
   line-height: 19px;
  height: 20px;

}
#main fieldset .text-long {
	border: 1px solid #ddd;
	background: #fff url(../img/input-shaddow.gif) no-repeat left top;
	font: 11px Arial, Helvetica, sans-serif;
	color: #646464;
	padding: 5px 7px;
	width: 264px;
	float: left;
		margin: 0 0 10px 0;
}

#main fieldset .text-medium {
	border: 1px solid #ddd;
	background: #fff url(../img/input-shaddow.gif) no-repeat left top;
	font: 11px Arial, Helvetica, sans-serif;
	color: #646464;
	padding: 5px 7px;
	width: 124px;
	float: left;
   		margin: 0 0 10px 0;
}

#main fieldset .text-small {
	border: 1px solid #ddd;
	background: #fff url(../img/input-shaddow.gif) no-repeat left top;
	font: 11px Arial, Helvetica, sans-serif;
	color: #646464;
	padding: 5px 7px;
	width: 44px;
	float: left;
			margin: 0 0 10px 0;
}

#main fieldset .text-long:focus,
#main fieldset .text-medium:focus,
#main fieldset .text-small:focus,
#main fieldset textarea:focus { background: #fdfcf6 url(../img/input-shaddow-hover.gif) no-repeat left top; }

#main fieldset textarea {
	border: 1px solid #ddd;
	background: #fff url(../img/input-shaddow.gif) no-repeat left top;
	font: 11px Arial, Helvetica, sans-serif;
	color: #646464;
	padding: 5px 7px;
	width: 364px;
	float: left;
  		margin: 0 0 10px 0;
	height: 148px;
	overflow: hidden;
}

.button-submit {
	font: 11px Arial, Helvetica, sans-serif;
	color: #646464;
	width: 94px;
	height: 29px;
	cursor: pointer;
	border: none;
	background: url(../img/button-submit.gif) no-repeat left top;
}

/**************************************** form and table end ************************************************************/

