html{
/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
      height: 100%;
      margin-bottom: 1px;
      overflow-x: auto;
}
body{
        background: #333333 url(../images/main_bg.jpg);
        background-repeat: repeat-y;
		background-position: center center;
	    font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
        font-size: 11px;
        color: #383838;
        text-align: center;
        margin: 0;
        padding: 0;
}
a:link,
a:active,
a:visited,
a:hover{
        color: #328ccc;
        text-decoration: none;
}
a:hover{
        color: #FFCC33;
        text-decoration: underline;
}
img{
        border: 0; 
}
table{
        width: 100%;
}
td{
        vertical-align: top;
        font-size: 11px;
}
#container{
        width: 941px;
		margin: 0 auto 0 auto;
        text-align: left;
        padding: 0;
}
#wrapper{
        background: #fff;
        border-right-width: 1px;
        border-left-width: 1px;
		border-right-style: solid;
        border-left-style: solid;
        border-right-color: #000000;
		border-left-color: #000000;
}
#banner{
        height: 105px;
        background: url(../images/banner_bg.jpg) repeat-x;
}
#banner_content{
        height: 74px;
}
#top_bar{
        background: #6699FF url(../images/top_bar.png) repeat-x;
		padding: 6px;
        height: 25px;
}
#top_bar p.bookmark{
        padding: 4px;
        margin: 0;
        border: 0;
}
#top_bar a:link,
#top_bar a:active,
#top_bar a:visited,
#top_bar a:hover{
        color: #cfcfcf;
        text-decoration: none;
}
#top_bar a:hover{
        color: #fff;
        text-decoration: underline;
}
#top_search{
        float: right;
}
#top_search input.top_input{
        border: 1px solid #969696;
        background: #EFEFEF;
        color: #383838;
        padding: 5px;
        height: 13px;
        font-size: 10px;
        width: 180px;
        margin: 0;
        vertical-align: middle;
}
#top_search input.top_btn{
        border: 1px solid #969696;
        background: #FFCC33 url(../images/button.png) repeat-x;
        margin: 0;
        font-size: 11px;
	    color:#fff;	
        height:24px;
		padding: 2px;
        vertical-align: middle;
}
#title_text{
        font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
		padding: 15px 0 0 25px;
        font-size: 30px;
        color: #FFFFFF;
        font-weight: bold;
        letter-spacing: -2px;
}
#title_text span{
        float:right;
	    padding:2px 5px 0 0;	
}
#tabs{
	font-size: 12px;
    margin-left:25px;
	color: #FFF;
    font-weight: bold;
	height: 29px;
	overflw: hidden;
}
#tabs ul{
        list-style-type: none;
        margin:0;
        padding:0;
}
#tabs li{
        display:inline;
        margin:0;
        padding:0;
}
#tabs a:link,
#tabs a:active,
#tabs a:visited,
#tabs a:hover{
        float: left;
        background: url(../images/tabss.gif) no-repeat 0 -33px;
        margin: 0;
        margin-left: 1px;
        padding: 0 0 0 6px;
        text-decoration: none;
}
#tabs a:link span,
#tabs a:active span,
#tabs a:visited span,
#tabs a:hover span{
        float: left;
        display: block;
        background: url(../images/tabss.gif) no-repeat 100% -33px;
        padding: 8px 19px 8px 13px;
        font-weight: bold;
        color: #fff;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
/* Hover */
#tabs a:hover{ background-position: 0% -66px; cursor: pointer; }
#tabs a:hover span{ background-position: 100% -66px; color: #fff; cursor: pointer; }
/* Active tab */
#tabs a.active:link,
#tabs a.active:active,
#tabs a.active:visited,
#tabs a.active:hover{
        background-position:0 0;
}
#tabs a.active:link span,
#tabs a.active:active span,
#tabs a.active:visited span,
#tabs a.active:hover span{
        background-position:100% 0;
        color: #fff;
}
#upload{
        float: right;
        padding: 0px 8px 130px 0;
}
#tab_end{
        background: #FFCC33 url(../images/tab_end.png) repeat-x 0 0;
        padding: 8px;
        color: #fff;
        text-align:center;
}
#tab_end a:link,
#tab_end a:active,
#tab_end a:visited,
#tab_end a:hover{
        color: #383838;
        text-decoration: none;
}
#tab_end a:hover{
        color: #0033FF;
        text-decoration: underline;
}
#content{
        padding: 8px;
		min-height:400px;
		background:#fff;
		margin-left:1px;
		width:923px;
}
.border{
        border: 1px solid #ccc;
        background: #fff url(../images/content_grad.gif) repeat-x 0 100%;
}
.header,
.m_header,
.maintitle{
        background: #3399FF url(../images/maintitle.gif) repeat-x 0 100%;
        padding: 8px;
        color: #FFF;
        font-weight: bold;
}
.header span.cat,
.m_header span.cat,
.maintitle span.cat{
        float:right;
        color: #FFF;
        font-weight:bold;
}
.m_header a:link,
.m_header a:active,
.m_header a:visited,
.m_header a:hover,
.header a:link,
.header a:active,
.header a:visited,
.header a:hover,
.maintitle a:link,
.maintitle a:active,
.maintitle a:visited,
.maintitle a:hover{
        color: #FFFFFF;
        text-decoration: none;
}
.m_header a:hover,
.header a:hover,
.maintitle a:hover{
        text-decoration: underline;
}
.header img{
        vertical-align: middle;
}
.main_content{
        padding: 8px;
}
#footer_box{
        border-top: 1px solid #000;
		background: #000;
        margin: 0;
        padding-top: 10px;
}

.copyright{
        text-align: center;
        padding: 5px;
}
.copyright a:link,
.copyright a:active,
.copyright a:visited,
.copyright a:hover{
        color: #328ccc;
        text-decoration: none;
}
.content{
        padding: 8px;
}
.title{
        border-bottom: 1px solid #cfcfcf;
        font-size: 16px;
        font-weight: bold;
        margin-bottom:5px;
}
.title a:link,
.title a:active,
.title a:visited,
.title a:hover{
        text-decoration: none;
}
.title span{
        font-size: 11px;
        font-weight: normal;
        float: right;
}
#pageLinks{
        padding: 10px 0 3px 0;
        text-align: right;
        font-size: 11px;
        font-weight: bold;
}
        #pageLinks em{
                font-style: normal;
                padding: 1px 4px 2px 4px;
                background: #328ccc;
                color: #fff;
                text-decoration: none;
                border: 1px solid #3676ac;
        }
        #pageLinks a:link,
        #pageLinks a:active,
        #pageLinks a:visited,
        #pageLinks a:hover{
                padding: 1px 4px 2px 4px;
                border: 1px solid #838383;
                background: #e3e3e3;
                text-decoration: none;
        }
        #pageLinks a:hover{
                background: #fff;
                color: #328ccc;
                text-decoration: none;
}
.lnav{
        border: 1px solid #ccc;
        background: #fff url(../images/content_grad.gif) repeat-x 0 100%;
}
.lnav a:link,
.lnav a:active,
.lnav a:visited,
.lnav a:hover{
        text-decoration: none;
}
.lnav_l,
.lnav_d{
        background: url(../images/nav.gif) no-repeat 5px 50%;
        display: block;
        padding: 3px 0 3px 15px;
}
.lnav_d{
        background-color: transparent;
}
.mail{
        background: url(../images/mail.gif) no-repeat 5px 50%;
        display: block;
        padding: 3px 0 3px 25px;
}
.vtags{
		background: url(../images/arrow_orange.gif) no-repeat 5px 50%;
        display: block;
        padding: 1px 0 1px 15px;
		font-size:11px;
		font-weight:bold;
}
#media_nav{
        width: 300px;
        vertical-align: top;
        padding-left: 8px;
}
#nav{
        width: 180px;
        vertical-align: top;
        padding-left: 8px;
}
.clear{
        clear: both;
}
.input,
.button{
        border: 1px solid #ccc;
        padding: 2px;
        height:17px;
		background: #FFF;
        color: #383838;
        font-size: 12px;
        margin: 1px;
        display: inline;
}
.inputs{
        border: 1px solid #ccc;
        padding: 2px;
        height:16px;
		background: #ffffff;
        color: #383838;
        font-size: 12px;
        margin: 1px;
        display: inline;
}
.button{
        background: #FFCC33 url(../images/button.png) repeat-x;
        height:24px;
		padding: 0px 4px 3px 4px;
        font-weight: normal;
		color:#fff;
		font-size:12px;
}
.textarea{
	background:#fff;
	border:1px solid #cccccc;
	color:#383838;
}
.bookmarks{
      border:1px solid #000;
	  width:16px;
	  height:16px;
	  padding:2px;
	  margin:0;  
}
.contentstyle{
        border: 1px solid #ccc;
        background: #efefef;
        margin-bottom: 1em;
        padding: 10px;
        clear: both;
        height: 320px;
}
.radio {
        border:0;
        padding:0;
}
.row_l,
.row_d{
        background-color: #fff;
        background: url(../images/nav.gif) no-repeat 10px 50%;
        display: block;
        padding: 3px 0 3px 25px;
}
.row_d{
        background-color: #fff;
}
.form_box {
        background-color:#F5F5F5;
        border-width:1px;
        border-color:#D5D5D5;
        border-style:solid;
        margin:2px 0 10px 0;
        padding:1px;
        padding-top:5px;
}
.form_box legend {
        color:#AFAFAF;
        font-weight:bold;
        margin-left:20px;
}
.form_box table td {
        padding:4px;
        vertical-align:top;
}
.small_desc {
        font-size: 10px;
        padding: 5px 0 5px 3px;
}
.img_border {
        border: 2px solid #437181;
        margin: 0 12px 8px 0;
}
.greyb {
        color:#9F9F9F;
        font-weight:bold;
}
.media_user_details{
        border-bottom: 1px solid #cfcfcf;
        padding:8px;
}
.media_user_details div{
        line-height: 15px;
        padding-left:8px;
        margin-left:60px;
}
.media_thumb{
        border:3px double #cfcfcf;
        margin: 2px;
}
.preview{        
		border:3px double #cfcfcf;
        margin: 2px;
}
.line_seperator{
        border-top: 1px solid #cfcfcf;
        padding: 10px 3px 10px 3px;
        margin-bottom:5px;
		margin-top:5px;
}
.small {
font-size: 10px;
}
.label {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #222222;
}
img.rating {
border: 0px;
padding: 0px;
margin: 0px;
vertical-align: middle;
}
span.rating {
color:#666;
font-size:smaller;
}
.pagination	{
padding: 2px 5px 2px 5px;
margin: 2px;
border: 1px solid #AAD;
text-decoration: none;
color: #009;
}
.pagination_next, .pagination_prev {
padding: 2px 5px 2px 5px;
margin: 2px; border: 1px solid #AAD;
text-decoration: none;
background-color: #FFFFCC;
}
.pagination_active {
padding: 2px 4px 3px 5px;
margin: 2px; border: 1px solid #ccc;
text-decoration: none;
background-color: #328ccc;
color:#fff;
}
a.tags:link, a.tags:active, a.tags:visited {
color: #328ccc;
font-size: 12px;
font-weight: bold;
}
a.tags:hover {
color: #FFCC33;
text-decoration: none;
}
.box {
border:1px solid #ccc;
background: #fff;
margin-top:5px;
margin:bottom:5px;
}
div.video_tags a, div.video_tags a:visited {
font-size: 8pt;
font-weight: bold;
color: #328ccc;
}
div.video_tags a:hover {
color: #FFCC33;
text-decoration: underline;
}
#video_tools_result {
margin-top: 0.5em;
border: #ff9900 1px solid;
background-color: #ffffcc;
padding:1em;
}
.icon_tags{
   padding:5px 0 0 3px;
}
.media_list_info {
        float:right;
        width:155px;
        margin:0 5px 0 5px;
        padding-left:5px;
        white-space:nowrap;
        border-left:1px solid #cfcfcf;
        line-height:15px;
}
.media_list_desc {
        padding-bottom:5px;
        height:38px;
        margin-right:5px;
}
label.fixed,label.fixedw,input.fixed {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 5px;
}
label.fixed {
	text-align: right;
	width: 75px;
	padding-right: 10px;
	margin-top: 5px;
}
label.fixedw {
	text-align: right;
	width: 100px;
	padding-right: 10px;
	margin-top: 3px;
}
br {
	clear: left;
}
.index_media_links a:link,
.index_media_links a:active,
.index_media_links a:visited,
.index_media_links a:hover{
	text-decoration: none;
	font-weight: 200;
}
.index_media_links a.selected:link,
.index_media_links a.selected:active,
.index_media_links a.selected:visited,
.index_media_links a.selected:hover{
	font-weight: bold;
}
.commentEntry {
        margin:6px 0 10px;
}
.commentHead {
        border-top: 1px dashed #cfcfcf;
        padding:4px;
}
.commentHeadHighlight {
        border-top: 1px solid #cfcfcf;
        padding:4px;
        background:#D1DCDF;
}
.commentBody {
        margin-top:4px;
        margin-left:4px;
}



