/* Global styles */
html{
	font-size:11px;
	overflow-x: auto;
}
/* Global styles */
body{
        background: #006699;
	      background-attachment: fixed;
        line-height: 130%;
	      width: 100%;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #000;
        text-align: center;
        margin: 0;
        padding: 0;
}
/* Global link styles */
a:link,
a:active,
a:visited,
a:hover{
        color: #333333;
        text-decoration: none;
}
a:hover{
        color: #9a1602;
        text-decoration: underline;
}

img{
        border: 0; /* stops linked images having borders */
}
/* Default table widths */
table{
        width: 100%;
}
td{
        vertical-align: top;
        font-size: 12px;
}
h1{
 font-size:20px;
 font-weight:bold;
 line-height:24px;
}
h2{
 font-size:16px;
 font-weight:bold;
 line-height:20px;
}
h3{
 font-size:14px;
 font-weight:bold;
 line-height:18px;
}
/* Container and main design */
#container{
        background: transparent;
        width: 990px;
        margin: 20px auto 7px auto;
        text-align: left;
        padding: 0;
}
#wrapper{
        margin:0px;
        background: #006699;
}
#banner{
        background: #006699;
        height: 150px;

}
#banner_content{
        height: 112px;
}
#top_bar{
        background: #FFF;
        color: #fff;
        padding: 0;
        margin: 20px 0 0 0;
        height: 30px;
}
#b_bar{
        background: #006699;
        margin-top:10px;
        padding: 5px;
        height: 30px;
}
#b_bar p.top_user{
        font-weight:bold;
        color: #fff;
        padding: 7px 5px 5px 5px;
        margin: 0;
        border: 0;
}
#b_bar a:link,
#b_bar a:active,
#b_bar a:visited,
#b_bar a:hover{
        color: #fff;
        text-decoration: underline;
}
#b_bar a:hover{
        color: #fff100;
        text-decoration: none;
}

#top_search{
        float: right;
        margin-top:2px;
}
#top_search input.top_input{
        border: 1px solid #DDD;
        background: #efefef;
        color: #000;
        margin: 0;
        padding: 4px;
        height: 16px;
        font-size: 12px;
        width: 240px;
}
#top_search input.top_btn{
        background: #2d93ef;
        margin:0;
        color: #fff;
        height:26px;
        font-weight:bold;
        border:1px solid #fff;
        font-size: 11px;
        padding: 2px 8px 3px 8px;
        vertical-align: top;
}
#bottom_search{
        margin:10px 0 10px 160px;
}
#bottom_search input.bottom_input{
        border: 1px solid #333;
        background: #efefef;
        color: #000;
        margin: 0;
        padding: 4px;
        height: 18px;
        font-size: 12px;
        width: 240px;
}
#bottom_search input.bottom_btn{
        background: #2d93ef;
        margin:0;
        color: #fff;
        height:28px;
        font-weight:bold;
        border:1px solid #333;
        font-size: 11px;
        padding: 2px 8px 3px 8px;
        vertical-align: top;
}
.top_btn{
        border: 1px solid #666666;
        background: url(../images/button.gif) repeat-x;
        margin: 0;
        color: #383838;
        font-size: 11px;
        padding: 4px 8px 4px 8px;
        vertical-align: middle;
        width:80px;
}
.main_content input.top_input{
        border: 1px solid #1C86EE;
        background: #DDD;
        color: #000;
        padding: 4px;
        height: 15px;
        font-size: 12px;
        width: 180px;
}
#sharefriendform input.top_input{
        border: 1px solid #1C86EE;
        background: #DDD;
        color: #000;
        padding: 4px;
        height: 15px;
        font-size: 12px;
        width: 180px;
        margin: 2px;
        vertical-align: top;
}
#sharefriendform textarea.top_input{
        border: 1px solid #1C86EE;
        background: #DDD;
        color: #000;
        padding: 4px;
        font-size: 14px;
        margin: 2px;

}

#banner_text{
        float:left;
        width:730px;
        padding: 25px 0 0 25px;
        
}
#banner_text_right{
       background:#9a1602;
       border:1px solid #fff100; 
       font-size:10px;
       color:#fff;
       float:left;
       width:200px;
       margin:10px 15px 0 0;
       padding:8px;
}
#tabs{
    font-size: 14px;
    margin-left:10px;
    color: #0099FF;
    font-weight: bold;
    height: 29px;
    overflow: 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;
        margin: 0;
        margin-left: 1px;
        padding: 0 0 0 8px;
        text-decoration: none;
}
#tabs a:link span,
#tabs a:active span,
#tabs a:visited span,
#tabs a:hover span{
        float: left;
        display: block;
        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: #fff100; 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: #fff100;
}
#tab_end{
        margin:0;
        font-size:11px;
        font-weight:bold;
        padding-left:20px;
        padding:5px;
        height: 17px;
        color: #6C7B8B;
        text-align:left;
}
#tab_end a:link,
#tab_end a:active,
#tab_end a:visited,
#tab_end a:hover{
        color: #FFFFFF;
        text-decoration: underline;
}
#tab_end a:hover{
        color: #fff100;
        text-decoration: underline;
}
#tab_end span.cat{
        float: right;
        font-size:11px;
        font-weight:bold;
        margin: 3px 3px 0 0;
        padding:0;
        height: 17px;
        color: #FFFFFF;
}
#tab_end span.cat a:link,
#tab_end span.cat a:active,
#tab_end span.cat a:visited,
#tab_end span.cat a:hover{
        color: #fff;
        text-decoration: none;
}
#tab_end span.cat a:hover{
        color: #fff100;
        text-decoration: underline;
}
.small_desc{
     font-size:10px;
     color:#ffffff;
}
#content{
        padding: 8px;
        margin:0;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        line-height:15px;
        min-height:300px;
}
.spacer{
 padding: 10px 0 0 0;

}
/*************************************************
 *Main Content Area boxes, Index Page
*************************************************/
#player_content_col1 {
	border: 1px solid #ddd;
	background: #FFFFFF;
  float: left;
	width: 565px;
	height: 405px;
	margin-right: 8px;
	margin-bottom: 10px;
	padding: 0px;
	z-index:1;
}
#player_content_col2 {
	border: 1px solid #ddd;
	background: #FFFFFF;
  float: left;
	width: 397px;
	height: 405px;
	margin-bottom: 10px;
	padding: 0px;
}
.content_player_col1 {
	padding: 8px;
	margin: 0;
}
.content_player_col2 {
	padding: 8px;
	margin: 0;
}
#utils_content_col1 {
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
  float: left;
	width: 315px;
	height: 235px;
	margin-right: 7px;
	padding: 0px;
}
#utils_content_col2 {
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
  float: left;
	width: 315px;
	height: 235px;
	margin-right: 7px;
	padding: 0px;
}
#utils_content_col3 {
	overflow: hidden;
	background: #FFFFFF;
  border: 1px solid #DDDDDD;
	float: left;
	width: 315px;
	height: 235px;
	margin: 0;
	padding: 0px;
}
.content_utils_col1 {
	padding: 8px;
	margin: 0;
	font-size: 11px;
	line-height: 14px;
}

.border{
        border: 1px solid #ddd;
        margin-bottom:5px;
        background: #fff;
}
.borders{
        border: 1px solid #ddd;
        width:197px;
        margin: 2px 0 2px 0;
        padding: 2px;
        background: #fff;
}
.link_border{
        border: 1px dotted #ddd;
        margin: 5px 0 5px 0;
        padding: 5px;
        background: #EFEFEF;
}
.header,
.m_header,
.maintitle{
        background: #0567c0 url(../images/title_bg.jpg) repeat-x;
        padding: 10px;
        font-family:Arial;
        border-bottom: 1px solid #0567c0;
        font-size:14px;
        color: #FFF;
        font-weight: bold;
}
.header span.cat,
.m_header span.cat,
.maintitle span.cat{
        float:right;
        color: #fff100;
        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: #fff;
        text-decoration: none;
}
.m_header a:hover,
.header a:hover,
.maintitle a:hover{
        text-decoration: underline;
}
.maintitles{
        padding: 5px;
        font-family:Arial;
        font-size:11px;
        color: #104E8B;
        font-weight: bold;
}
.maintitles span.cat{
        float:right;
        color: #fff100;
        font-weight:bold;
}
.maintitles a:link,
.maintitles a:active,
.maintitles a:visited,
.maintitles a:hover{
        color: #fff;
        text-decoration: none;
}
.maintitles a:hover{
        text-decoration: underline;
}
.header img{
        vertical-align: middle;
}
.main_content{
        padding: 5px;
}
.main_content a:link,
.main_content a:active,
.main_content a:visited,
.main_content a:hover{
        color: #2d93ef;
        text-decoration: none;
}
.main_content a:hover{
        color: #9a1602;
        text-decoration: underline;
}
/*************************************************
 *Footer
*************************************************/
#footer {
	background: #333 url(../images/header_bg.jpg) repeat-x bottom left;
	width:990px;
  border-top:2px solid #0567c0;
  margin: 0 auto 0 auto;
	height: 180px;
	margin-bottom: 10px;
	padding: 0px;
	text-align: left;
}
#footer_section {
	width: 975px;
	height:150px;
	margin: 10px 0 10px 0;
}
.footer_headers{
  display:block;
  float:left;
  text-align:left;
  font-size:12px;
  font-weight:bold;
  padding:0;
  margin-bottom:10px;
  color:#666;
}
.footer_col1 { 
  float:left;
  height:150px;
  border-right:1px dotted #ff0000;
  width:245px;
}
.footer_col2 { 
  float:left;
  height:150px;
  border:0;
  width:225px;
}
.footer_col1 div{ 
  margin-left:30px;
}
.footer_col2 div{ 
  margin-left:30px;
}
.footer_col1, .footer_col2 .box {
  display:block;
  text-align:left;
  color: #666;
  font-weight:bold;
  font-size:14px;

}	
#footer_section a:link, #footer_section a:active, #footer_section a:visited {
  font-size: 12px;
	color: #fff;
	font-weight:bold;
	font-size: 12px;
  line-height:18px;
	text-decoration:none;
}
#footer_section a:hover {
	font-weight:bold;
	font-size: 12px;
  color: #fff100;
	text-decoration:underline;
}
.copyright{
  float:left;
  background: #4682b4 url(../images/b_bar.jpg) repeat-x 100%;
	padding: 10px 0px 10px 8px;
	width:982px;
  border-top:2px solid #0567c0;
  color: #fff;
  margin: 0 0 10px 0;
	font-size:12px;
	font-weight:bold;
	text-align:left;
}

.copyright span.fright{
	float:right;
  color: #fff;
	margin-right:8px;
  font-size:10px;
	font-weight:bold;
	text-align:right;
}

.copyright a:link,
.copyright a:active,
.copyright a:visited,
.copyright a:hover{
	color: #fff;
	text-decoration: underline;
}

.copyright a:hover{
	color: #fff;
	text-decoration: none;
}

.content{
        padding: 8px;
}
.titles{
        font-size: 12px;
        font-weight: bold;
        margin-bottom:3px;
}
.titles a:link,
.titles a:active,
.titles a:visited,
.titles a:hover{
        text-decoration: none;
}
.titles span{
        font-size: 11px;
        font-weight: normal;
        float: right;
}
.box img.img{
        border: 2px solid #DDD;
        margin: 0 12px 8px 0;
}
/* Left navigation styles */
.lnav{
        border: 1px solid #383838;
        background: #191919 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-color:transparent;
        background: url(../images/arrow_black.gif) no-repeat 10px 50%;
        display: block;
        padding: 0px 0 3px 25px;
}
.lnav_d{
        background-color:transparent;
}
.linkx a:link,
.linkx a:active,
.linkx a:visited,
.linkx a:hover{
        color: #104E8B;
        text-decoration: none;
}
.linkx a:hover{
        color: #9a1602;
        text-decoration: underline;
}

.media_list_tags a:link,
.media_list_tags a:active,
.media_list_tags a:visited,
.media_list_tags a:hover{
        color: #9a1602;
        text-decoration: underline;
}
.media_list_tags a:hover{
        color: #104E8B;
        text-decoration: none;
}

#nav{
        width: 320px;
        vertical-align: top;
        padding:0;
}
/* Other */
.clear{
        clear: both;
}
.index_spacer{
      clear: both;   
}
.index_thumb{
        background: #fff;
        border: none;
	      padding: 5px;
        border: 1px solid #ccc;
        margin: 3px;
        height:70px;
        width:110px;
}
.index_thumb2{
        background: #fff;
        border: none;
	      padding: 5px;
        border: 1px solid #ccc;
        margin: 3px;
        height:80px;
        width:130px;
}
.small_thumb{
        background: #fff;
        border: none;
	      padding: 3px;
        border: 1px solid #ddd;
        margin: 2px;
        height:45px;
        width:60px;
}
.channel_thumb{
        background: #fff;
        border: none;
	      padding: 5px;
        border: 1px solid #ddd;
        margin: 3px;
        height:90px;
        width:120px;
}
.related_thumb{
        background: #fff;
        border: none;
	      padding: 5px;
        border: 1px solid #ddd;
        margin: 3px;
        height:60px;
        width:80px;
}

.recently_viewed{
	height: 72px;
	overflow: hidden;
	padding: 8px 0 0 12px;
}
.recently_viewed img{
	width: 60px;
	height: 45px;
}
.recently_viewed a:link,
.recently_viewed a:visited,
.recently_viewed a:hover,
.recently_viewed a:active{
	display: block;
	float: left;
	width: 60px;
	overflow: hidden;
	position: relative;
	padding:0 4px 0 0;
	outline: none;
}
p.bookmark {
	padding: 4px;
	margin: 0;
	border: 0;
	float: right;
}
#index_box {
	border:1px solid #1874CD;
	background: #b0c4de url(../images/content_grad.gif) repeat-x 0 100%;
	padding: 10px;
}
#index_box h3 {
	padding: 0;
	margin: 0 0 0.5em 0;
}

.content {
	padding: 8px;
}
.title {
	border-bottom:1px solid #DDD;
  font-size: 18px;
	font-weight: bold;
	padding-top:5px;
  margin-bottom:5px;
  line-height:18px;
}
.title a:link,
.title a:active,
.title a:visited,
.title a:hover {
	text-decoration: none;
	color:#9a1602;
}
.title a:hover{
  text-decoration:none;
  color:#104E8B;
}
.title span {
	font-size: 11px;
	font-weight: normal;
	float: right;
	color:#9a1602;
}
.mail {
	background: url(../images/mail.gif) no-repeat 5px 50%;
	display: block;
	padding: 3px 0 3px 25px;
}
#nav {
	width: 180px;
	vertical-align: top;
	padding-left: 8px;
}
.clear {
	clear: both;
}
.input,
.button {
	border: 1px solid #4F94CD;
	padding: 2px;
	height:17px;
	background: #DDD;
	color: #000;
	font-size: 12px;
	margin: 1px;
	display: inline;
}
.button {
	background: url(../images/button_bg.gif) repeat-x;
	height:24px;
	padding: 0px 4px 3px 4px;
	font-weight: normal;
	color:#FFFFFF;
	font-size:12px;
}
.textarea {
	background:#DDD;
	border:1px solid #4F94CD;
	color:#000;
}
.bookmarks {
	border:1px solid #DDD;
	width:16px;
	height:16px;
	padding:2px;
	margin:0;
}
.form_box {
	background:#fff;
	border:1px #fff solid;
	margin:2px 0 10px 0;
	padding:1px;
	padding-top:5px;
}
.form_box legend {
	background:transparent;
  color:#0567c0;
	font-weight:bold;
	margin-left:20px;
}
.form_box table td {
	padding:4px;
	vertical-align:top;
}
.form_box input.top_input{
        border: 1px solid #ddd;
        background: #efefef;
        color: #000;
        margin: 2px 0 0 0;
        padding: 4px;
        height: 15px;
        font-size: 12px;
        width: 240px;
}
.form_box textarea.top_input{
        border: 1px solid #ddd;
        background: #efefef;
        color: #000;
        padding: 5px;
        font-size: 12px;
        margin: 5px;
}
.form_box input.top_btn{
        background: #1E90FF;
        margin: 0 0 0 0;
        border:1px solid #333;
        color: #fff;
        height:27px;
        font-size: 11px;
        padding: 3px 8px 4px 8px;
        vertical-align: top;
}
.greyb {
	color:#104E8B;
	font-weight:bold;
}
.greybsmallb {
	color:#000;
	font-size:12px;
	font-weight:normal;
}
.greyblarge {
	color:#104E8B;
	font-weight:bold;
	font-size:14px;
	line-height:18px;
}
.line_seperator {
	border-top: 1px solid #104E8B;
	padding: 10px 3px 0 3px;
	margin-bottom:5px;
	margin-top:5px;
}
.tagcloud a:link,
.tagcloud a:visited,
.tagcloud a:active {
	color: #104E8B;
	text-decoration: underline;
}
.tagcloud a:hover {
	text-decoration: none;
	color: #fff;
}
.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:auto;
	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: 5px;
	margin-top: 3px;
}
br {
	clear: left;
}
.index_media_links{
	padding: 0 5px 0 5px;
}
.index_media_links a:link,
.index_media_links a:active,
.index_media_links a:visited,
.index_media_links a:hover {
	color:#fff;
  padding: 0 5px 0 5px;
  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;
	color:#fff100;
}

.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;
}

.commentHead a:link,
.commentHead a:active,
.commentHead a:visited,
.commentHead a:hover{
        color: #104E8B;
        text-decoration: none;
}
.commentHead a:hover{
        text-decoration: underline;
}
/* Required CSS for Paging Class */
#pageLinks {
	padding: 10px 0 3px 0;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
}
#pageLinks a:link,
#pageLinks a:active,
#pageLinks a:visited {
	padding: 0.2em 0.4em 0.2em 0.4em;
	border: 1px solid #BBBBBB;
	background: url(../images/pg.gif) repeat-x;
	text-decoration: none;
	font-size: 12px;
	color: #666666;
	margin-right: 4px;
}
#pageLinks a:hover {
	border: #BBC7E6 1px solid;
	background: url(../images/pg_ac.gif) repeat-x;
	color: #1874CD;
	text-decoration: none;
}
.pagination_active {
padding: 0.2em 0.4em 0.2em 0.4em;
border: 1px solid #BBC7E6;
text-decoration: none;
background: url(../images/pg_ac.gif) repeat-x;
color:#1874CD;
font-size: 12px;
margin-right: 4px;
}
/* MOVED JQUERY DIALOG STYLE INTO MAIN STYLESHEET (NO NEED TO CARRY AND ADDITIONAL SHEET) */
/*dialog*/
.ui-dialog {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Helvetica, Arial, sans-serif;
	background: #DDD;
	color: #000;
	border: 4px solid #1C86EE;
	position: relative;
}
.ui-dialog-content {
	border: 1px solid #1C1C1C;
	background: #DDD;
	color: #000;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	z-index: 99999;
}
.ui-resizable .ui-resizable-handle {
	display: block;
}
body .ui-resizable-disabled .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0px;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0px;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0px;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0px;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 13px;
	height: 13px;
	right: 0px;
	bottom: 0px;
	background: url(../images/222222_11x11_icon_resize_se.gif) no-repeat 0 0;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: 0px;
	bottom: 0px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: 0px;
	top: 0px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: 0px;
	top: 0px;
}
.ui-dialog-titlebar {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	padding: .5em 1.5em .5em 1em;
	font-weight:bold;
  color: #ffffff;
	background: #fff url(../images/maintitle.gif) 0 50% repeat-x;
	border-bottom: 1px solid #1C86EE;
	font-size: 1.1em;
	font-weight: normal;
	position: relative;
}
.ui-dialog-title {
}
.ui-dialog-titlebar-close {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	background: url(../images/888888_11x11_icon_close.gif) 0 0 no-repeat;
	position: absolute;
	right: 8px;
	top: .7em;
	width: 11px;
	height: 11px;
	z-index: 100;
}
.ui-dialog-titlebar-close-hover, .ui-dialog-titlebar-close:hover {
	background: url(../images/454545_11x11_icon_close.gif) 0 0 no-repeat;
}
.ui-dialog-titlebar-close:active {
	background: url(../images/222222_11x11_icon_close.gif) 0 0 no-repeat;
}
.ui-dialog-titlebar-close span {
	display: none;
}
.ui-dialog-content {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	background: #FFFFFF;
	color: #000;
	padding: 1.5em 1.7em;
}
.ui-dialog-buttonpane {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: left;
	border-top: 1px solid #1C86EE;
	background: ;
}
.ui-dialog-buttonpane button {
	margin: .5em 0 .5em 8px;
	color: #555555;
	background: #E6E6E6 url(../images/button.gif) 0 50% repeat-x;
	font-size: 1.1em;
	border: 1px solid #cc0000;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	line-height: 1.4em;
}
.ui-dialog-buttonpane button:hover {
	color: #212121;
	background: #DADADA url(../images/button.gif) 0 50% repeat-x;
	border: 1px solid #cc0000;
}
.ui-dialog-buttonpane button:active {
	color: #222222;
	background: #FFFFFF url(../images/button.gif) 0 50% repeat-x;
	border: 1px solid #cc0000;
}
/* This file skins dialog */
.ui-dialog.ui-draggable .ui-dialog-titlebar,
.ui-dialog.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
/* ClickBank Ads CSS */
.hopfeed_div {
	padding: 5px;
	margin: 0px;
	text-align:left;
}
.hopfeed_header {
	font-size:7pt;
	padding: 0 0 5px 0;
	color: #1874CD;
	font-weight: bold;
	display: block;
	text-decoration: underline;
	text-align: right;
}
.hopfeed_ul {
	list-style:none;
	margin: 0;
	padding: 0 0 0 0;
	clear: both;
}
.hopfeed_li {
	margin:0 0 10px 0;
	padding:0px;
}
.hopfeed_link a{
	font-weight: bold;
}
.hopfeed_desc {
	font-size:8pt;
	margin-top: 5px;
	display: block;
}
  fieldset {
  border: 1px solid #fff;
  background: #fff;
  margin-left: auto;
  margin-right: auto;

}
  fieldset legend{
  color: #ffffff;
  font-weight:bold;


}
  fieldset label {
  display: block;
  margin: 3px 0px 0 0;
}
  fieldset h1 {
  text-align:center;
}
  fieldset input, textarea {
  background: #efefef;
  color: #000;
  font-family:Arial;
  border: 1px solid #333;
  font-weight:normal;
  font-size:14px;
}
  fieldset input {
  background: #efefef;
  color: #000;
  padding:3px;
  border: 1px solid #333;
  font-size:14px;
  font-weight:normal;
  width:300px;
  height:25px

}

 #refreshmsg{
	color: #000;
	font-size:10px;
}
	#submit {
	background: #1874CD;
	border: 1px solid #104E8B;
	color: #FFF;
  width:100px;
	height:30px;

}
	#elem{
	margin-left:10px;
}
	#results{
	color:#104E8B;
}

.dropmenudiv{
	position:absolute;
	top:150px;
	left:300px;
	margin-top:9px;
	border-top:1px solid #104E8B;
	border-left:1px solid #104E8B;
	border-right:1px solid #104E8B;
	font-weight:normal 11px;
	line-height:18px;
	z-index:100;
	background:transparent filter: alpha(opacity=90);
  	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  	opacity:0.90; 
}

.dropmenudiv a:link,
.dropmenudiv a:active,
.dropmenudiv a:visited,
.dropmenudiv a:hover{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #104E8B;
	padding: 1px 0;
	text-decoration: none;
	text-align:left;
	background: #1C86EE;
	color:#ffffff;
}

.dropmenudiv a:hover{
	background: #1874CD;
	text-decoration: underline;
  color:#ffffff;
}

#movie {
    z-index:101;
    position:absolute;
    width: 640px;
    display: block;
    margin:10px;
}

#command {height:18px; display:block; margin:10px;padding:5px;background: #fff; border: 1px dotted #36648B;}

.lightSwitcher {position:absolute; z-index:101; background-image:url(../images/light_bulb_off.png);background-repeat:no-repeat; background-position:left; padding: 0 0 0 15px; outline:none; text-decoration:underline;}
.lightSwitcher:hover {text-decoration:underline;}
/* unused container #shadow1 {background-image:url(../images/lights_out.png); position:absolute; left:0; top:0; width:100%; z-index:100;}*/
.turnedOff {color:#ffff00; background-image:url(../images/light_bulb.png);}
.command_text{font-weight:bold;font-size:12px;color:#104E8B;padding-left:170px;}

#shadow { display: none; position: absolute; background: #000; opacity: 0.9; -moz-opacity: 0.9; -khtml-opacity: 0.9; filter: alpha(opacity=90); width: 100%; height: 100%; top: 0; left: 0; z-index: 99; }

.success {
	border-top: 2px solid #99CCFF;
	border-bottom: 2px solid #99CCFF;
	background-color: #DDEEFF;
	color: #104E8B;
	text-align: center;
	margin: 5px 0px 5px 0px;
	padding: 3px;
}
.success a {
	color: #3399FF;
	font-weight: bold
}
.success a:hover, .success a:active, .success a:focus {
	color: #77CCFF;
}
.error {
	border-top: 2px solid #FFAEAE;
	border-bottom: 2px solid #FFAEAE;
	background-color: #FEEBEB;
	color: #B22222;
	text-align: center;
	margin: 5px 0px 5px 0px;
	padding: 3px;
}
.error a {
	color: #303030;
	font-weight: bold
}
.error a:hover, .error a:active, .error a:focus {
	color: #B22222;
}
.alert {
	border-top: 2px solid #FFE16B;
	border-bottom: 2px solid #FFE16B;
	background-color: #FFEEA8;
	color: #826221;
	text-align: center;
	margin: 5px 0px 5px 0px;
	padding: 3px;
}
.alert a {
	color: #FA9600;
	font-weight: bold
}
.alert a:hover, .alert a:active, .alert a:focus {
	color: #F5C400;
}


