/*Normalize*/

/* Normalizes margin,padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0px; padding : 0px; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
a 
{
	outline-color:invert;
	outline-style:none;
	outline-width:medium;
}
a, a:link, a:visited 
{
	color:#0281CA;
	text-decoration:none;
	font-size: 12px;
	font-weight: 600;
}
fieldset,img { border : 0px; }
body, form, html
{
  height: 100%;
  font-family:Helvetica,Arial,Verdana,sans-serif;   
}
#main_login
{
	position: absolute;
	left : 620px;
	top : 6px;
	width: 350px;
	text-align: right;
	vertical-align: middle;
	font-family:Helvetica,Arial,Verdana,sans-serif;
}
#main_login input[type=text], form div#main_login input[type=password]
{
	width: 100px;
}
input.openid_submit 
{
	color:#999999;
	font-weight: 500;
}
div#header
{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 80px;	
}
#header #logoheader {
	height: 80px;
	width: 200px;
	float: left;
	background-attachment: scroll;
	background-image: url(../images/logoh2.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent : -9000px;
}
#header #logoheader a
{
	display: block;
	height: 80px;
	width: 180px;
}
#header_wrapper_inner {

	width: 100%;
	border-right: 0px solid black;
	border-left: 0px solid black;	
	background-color: #ffffff;
}
#header
{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 85px;	
}
ul, li 
{
	list-style-type:none;
}
#content
{
	margin-top: 0px;
	border: 0px solid #990000;
	width: 100%;
	/*height: 282px;*/
}
#newTopMenu
{
    text-align: right;
    /*margin-top: 60px;*/
    margin-top: 83px;
    margin-right: 15px;
}
#newTopMenu a {

	text-decoration: none;
	margin: 4px;

	color:#415973;
	font-size:12px;
	font-weight:bold;
	line-height:190%;

	font-family:Helvetica,Arial,Verdana,sans-serif;

	/*font-size-adjust:none;*/
	font-style:normal;
	font-variant:normal;
	
	text-align: left;
}
#newTopMenu li 
{
	/*display: inline;
	color: #aaaaaa;*/
	padding-right: 6px;
	padding-left: 6px;
	/*font-size: 14px;
	padding-bottom: 3px;
	height: 24px;

	font-family:Helvetica,Arial,Verdana,sans-serif;

	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;	*/
}

#footer
{
    clear: both; 
    height: 211px; 
    padding: 0px; 
    font-family:Helvetica,Arial,Verdana,sans-serif;
}

#footer_left, #footer_right
{
    width: 50%;
    float: left;   
}

#footer_right
{
    text-align: right;   
}

#footer_links
{
    text-align: right; 
    width: 100%;  
    color: #888888;
}

#footer_wrapper_inner 
{
	width: 1000px;	
	
	height: 50px;
	margin-left: auto;
	margin-right: auto;

	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	/*background-color: #333333;*/

	padding-top: 40px;
}
#footer_content_wrapper 
{
	width: 100%;	

	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	/*background-color: #333333;*/
	height: 211px;
	background-image: url(/images/floetvConceptFooter.jpg);
	background-repeat: repeat-x;	
}
#footer_copyright 
{
	color:#888888;
	font-family:Arial,Helvetica,Verdana,sans-serif;
	font-size:11px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:140%;
	margin:0pt;
	padding:0pt;
	text-align:left;
	width: 1000px;
}
.footer_trademark 
{
	color:#555555;
	font-family:Arial,Helvetica,Verdana,sans-serif;
	font-size:11px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:140%;
	margin:0pt;
	padding:0pt;
	text-align:left;

}
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0px; }

/* Removes border from fieldset and img */

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

#spacer
{
    display: block; 
    height: 80%; 
    float: left; 
    width: 1px; /* 1px would be enough this is for display only */ 
    font-size: 1px; /* to make sure width is not overridden */ 
    padding: 0px; 
    margin: 0px; 
    background-color: white; /* visual effect only */ 
} 

#usersprograms
{
    min-height: 70px;
    max-height:375px; 
    height: 375px;
    overflow:auto; 
    border:solid 1px #CCCCCC; 
    border-top-width: 0px;   
}

#header #choice_wrapper #topmenu {
	padding-top: 14px;
	width: 500px;
	font-family:Helvetica,Arial,Verdana,sans-serif;
}

#toolbar_new div 
{
	text-align: right;
}

/*#newTopMenu ul 
{
	border: 1px solid #990000;	
}*/

#contentwrap
{ 
    display: block; 
    width: 99.9%; /* to suit but leave room for spacer */ 
    text-align: center; 
    padding: 0px; 
    margin: 0px; 
} 

#contentwrapper
{
    width: 100%;
    text-align: left;
}

#contentwrapper_inner
{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;   
}

#content_wrapper_inner 
{
	width: 1000px;	
	/*width: 100%;*/
	margin-right: auto;
	margin-left: auto;
	border-left: 0px solid black;
	border-right: 0px solid black;
	background-color: #000000;
}

.content_wrapper_inner 
{
	width: 1000px;	
	/*width: 100%;*/
	margin-right: auto;
	margin-left: auto;
	border-left: 0px solid black;
	border-right: 0px solid black;
	background-color: #000000;
}

#content_wrapper, .content_wrapper 
{
	/*float: left;*/
	
	height: 282px;
	width: 100%;	
	margin-top: 0px;
	border-left: 0px solid black;
	border-right: 0px solid black;
	background-color: #000000;	
}

/*
.content_wrapper 
{
	height: 282px;
	width: 100%;	
	margin-top: 0px;
	border-left: 0px solid black;
	border-right: 0px solid black;
	background-color: #000000;	
}
*/

#editor_wrapper #content_wrapper
{
    height: 101%;   
}

#editor_wrapper
{
    height: 100%;
    clear: right;
}

#contentmain
{ 
    margin: 0px; 
    padding: 0px; 
    /*border: 1px solid blue; */
} 

/*footer*/


/*header*/

#topmenu a 
{
	text-decoration: none;
	margin: 4px;

	color:#999999;
	font-size:20px;
	font-weight:normal;
	line-height:190%;

	font-family:Helvetica,Arial,Verdana,sans-serif;

	/*font-size-adjust:none;*/
	font-style:normal;
	font-variant:normal;

	text-align: left;
}

#header #menubar_wrapper #choice_wrapper #topmenu a:hover
{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0066CC;	
}

/*
#header #menubar_wrapper  #searchwrapper 
{
	float: right;
	margin-top: -22px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
#header #menubar_wrapper #choice_wrapper #searchwrapper #searchlabel 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
*/
#header #topmenu li 
{
	display: inline;
	color: #ffffff;
	padding-right: 6px;
	padding-left: 6px;
	font-size: 18px;
	padding-bottom: 3px;
	height: 24px;	
}

#head_bar_content_wrapper 
{
	width: 100%;	
	/*height: 64px;*/
	border-right: 0px solid #000000;
	border-left: 0px solid #000000;
	margin-top: 0px;
}

#head_bar_content_wrapper_inner 
{
	color:#444444;
	font-size:24px;
	font-size:18px;
	font-weight:normal;
	/*line-height:115%;*/

	font-family:Helvetica,Arial,Verdana,sans-serif;

	font-style:normal;
	font-variant:normal;

	width: 100%;	
	/*height: 64px;*/
	height: 34px;
	/*
	margin-top: 12px;
	*/
	margin-top: 0px;
	text-align: left;
	
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	background-color: #eeeeee;
	/*padding-top: 12px;*/
	background-image: url(/images/floetvConcept.jpg);
	background-repeat: repeat-x;
	
}

#player
{
	width: 480px;
	height: 270px;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	/*display: inline;*/
	color: White;
	background-color: Black;
	margin-top: 0px;	
}

.pageHeading
{
	height:82px;
	color: #FFFFFF;
	font-size: 30px;
	font-family:Verdana;
	padding-top:20px;
}

#rotation ul li 
{
	background:#FFFFFF none repeat scroll 0%;
	display:block;
	margin:0pt 0pt 10px;
	padding:10px;
}


div .feature_img 
{	
	float:left;
	height:80px;
	margin:0pt 10px 0pt 0pt;
	position:relative;
	width:120px;
}

.editorial h4 a, .editorial h4 a:visited 
{
	color:#333333;
	text-decoration:none;
}

.editorial h4 
{
	font-size:13px;
}

a:hover
{
    text-decoration: underline;
}

h4 
{
	color:#666666;
	font-size:115%;
}

div .content_container 
{
    text-align:left;
}

.editorial p.meta 
{
	color:#cccccc;
	font-size:10px;
    padding-top:1em;	
}

/*comments*/

/*** IDs ***/

#commentsBlock
{
    /*width: 582px;*/
    width: 100%;
    margin: 0px 0px 0px 0px;
    color: #444444;
    font-family: Helvetica,Arial,Verdana,sans-serif;    
}

#commentsBlock a:link, #commentsBlock a:hover, #commentsBlock a:active, #commentsBlock a:visited
{
    /*
    color: #415973;
    font-family: arial,helvetica,clean,sans-serif;
    text-decoration: none;
    */
}

#commentsHeader
{
    color:#444444;
	font-size:24px;
	font-weight:normal;
	line-height:115%;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	font-style:normal;
	font-variant:normal;
}

#commentsLabel
{    
    float: left;
}

#newCommentButton
{
	float: right;
}

#loginToPostLabel
{
    font-size: 16px;
    margin-right: 0px;
}

#commentForm
{
    width: 100%;
    margin-top: 20px;
}

#commentTextAreaLabel
{
    font-size: 13px;
}

#commentsFooterContent
{  
    margin-top: 10px;
}

/*** Classes ***/

.hidden
{
    display: none;
}


/* Invalid css needs to be double checked: No line type */
.root
{
    margin-top: 0px;
    border-color: #CCCCCC;
    border-width: 1px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;    
}

.comment
{    
	background-color: #ECECEC;
    border: solid 1px #CCCCCC;
    border-right-width: 0px;
    border-top-width: 0px;
    border-left-width: 0px;
    padding: 3px 5px 3px 5px;
    margin-top: 5px;
    font-size: 14px;
    line-height: 14px;
}

.replyingToComment
{
    background-color: #D1D7E7;
}

.closeForm
{
    float: right;
}

.commentFormContainer
{
    width: 100%;
}

.commentFormTextarea
{  
    width: 95%;
    height: 60px;
    margin-left: 0px;
    margin-right: 0px;    
    border: solid 1px #999999;
        
}

.commentThumbnailContainer
{
	float:left;
	width: 40px;
	height: 40px;
	margin-right:6px;
}

.commentThumbnail
{
	max-width: 40px;
	max-height: 40px;	
}

.commentThumbnail img
{
	/*border: none;*/
}

.replyButton
{
    font-size: 13px;
    float: right;
    margin-top: 0px;    
}

.commentDate
{   
    color: #999999;
    font-family: Helvetica,Arial,Verdana,sans-serif;    
    text-align: right;
    margin-left: 5px;
    font-size: 11px;
}

.commentBody
{
    font-size: 13px;
    text-align: justify;
    margin-top: 3px;
    margin-left: 10px;
    margin-right: 30px;
}

/*feedback*/

.feedbackPageContentWrapper
{
	width: 1000px;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
}

/*follow*/

.followingArtistContainer
{
    float: left;
    padding-right: 8px;
    
    /*width: 100%;   */
    /*min-height: 70px;*/
}

.followingArtistContainer a
{
	font-weight: 500;
}

.followingArtistContainerInnerTop
{   
    border: solid 1px #cccccc;
    width: 64px;
    height: 64px;
    /*float: left;*/
    margin-top: 3px;
}

.followingArtistContainerInnerBottom
{
    /*float: left;*/
    /*margin-left: 10px;*/
    line-height: 125%;
    max-width: 65px;
    text-align: left;
}

.followingArtistThumbnail
{    
    width: 64px;
    height: 64px;
    /*float: left;    */
}

#profileImage
{
    float: left;
    position: absolute;
    bottom: 5px;
}

#profileImage img
{
	height: 64px;
	width: 64px;
}

/*registration*/

.noregpanel, .notloggedin, .regpanel
{
	/*background-color: #000000;
	color: #FFFFFF;	*/
	height: 270px;
	padding-top: 10px;
	font-family:Helvetica,Arial,Verdana,sans-serif;
    font-size:18px;
}

.noregpanel a
{
    font-family:Helvetica,Arial,Verdana,sans-serif;
    font-size:18px;
}

.regpanel tr td
{
    padding-top: 6px;
    padding-left: 6px;
    padding-right: 6px;   
}

.regtextfield
{
    width: 150px;
}

.errormessage
{
    color: Red;   
}


/*userpage*/

.sectionHeadingWrapper
{
    text-align: left;
    color:#444444;
	font-size:18px;
	font-weight:normal;
	/*line-height:115%;*/
	font-family:Helvetica,Arial,Verdana,sans-serif;
	font-style:normal;
	font-variant:normal;
	position: relative;
	padding-bottom: 2px;
}
.sectionHeadingLabel
{
    font-size: 12px;	
    font-weight: 600;
}

#FloeHeadingWrapper
{
	min-height: 64px; /*height of profile image*/
}

#FloeHeadingTextWrapper
{
	float: left;
	position: absolute;
	bottom: 5px;
	left: 75px;
}

#FloeHeading
{
	font-size: 20px;
}

#followUser
{
	font-size: 12px; 
	font-weight: 600; 
	padding-top: 5px;
}

#stopFollowingUser
{
	font-size: 12px; 
	font-weight: 600;
	padding-top: 5px; 
}

.sectionText
{
	padding: 5px;
}

.paragraphSection
{
	padding-top:15px;
}

.paragraphSection ul, .paragraphSection li
{
	margin-left: 10px;
	list-style-type: disc;
}

.section
{
    padding-bottom: 20px;
    width: 600px;
}

.underline
{
    border-bottom: 1px solid #cccccc;
}

.sectionSubHeadingLabel
{
    font-size: 16px;
}

.floeLogoThumbnail
{
    width: 70px;
    height: 80px;
    float: left;
}

.videoThumbnailContainer
{
    /*border: solid 1px black;*/
    text-align: left;
    width: 120px;
    float: left;
    margin-right: 30px;
}

.programContainer
{
    width: 100%;   
    min-height: 64px;
    margin-top: 5px;
    position: relative;
}

.producerThumbnailContainer
{
	width:64px;
	height:64px;
}

.programContainerDisplayName
{
	font-weight:500;
}

.programContainerEdit
{
	font-weight:500;
}

.producerThumbnail
{
	max-width: 64px;
    max-height: 64px;
}

.producerThumbnailOnProgramThumbnail
{
	position: absolute; 
	width: 35px; 
	height: 35px; 
	right: -10px; 
	bottom: -5px;
	border: solid 1px #d5d5d5;
	display: none;
}

.programContainerInnerLeft
{   
    border: solid 1px #cccccc;
    float: left;
    /*margin-top: 3px;*/
    /*position: relative;*/
}

.programContainerInnerRight
{
    float: left;
    margin-left: 10px;
    line-height: 125%;
}

.programThumbnail
{    
    width: 102px;
    height: 60px;
    float: left;
    /*position: relative;    */
}

.programThumbnail img
{
	display: block;
}

.adsenseBanner
{
    display: none;
}

#main_menu_wrapper
{
    width: 300px;
    float: right;
    text-align: right;
}

#sub_content_wrapper {
	width: 100%;
	height: 100%;	
	/*width: 1000px;*/
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	background-color: #ffffff;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/images/mainbg.gif);
	background-repeat: repeat-x;
}

#content_secondary_text_wrapper_inner 
{
	color:#555555;
	font-size:13px;
	line-height:140%;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;

	width: 1000px;	
	margin-right: auto;
	margin-left: auto;
	
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	/*background-color: #fefefe;*/
	
	text-align: left;
}

#content_secondary_text_left_col
{
    /*width: 494px;*/
    width: 468px;
    margin-top: 10px; 
    margin-left: 15px;
    margin-right: 40px; 
    float:left;
}

#content_secondary_text_right_col
{
    width: 468px;
    margin-top: 10px;
    /*margin-left: 10px;*/
    float:left;
}

#producerSearchResultsDiv
{
    margin-top: 15px;
}

.SearchResultProducerContainer
{
    width: 100%;   
    min-height: 75px;
}

.SearchResultProducerContainerInnerLeft
{   
    border: solid 1px #cccccc;
    float: left;
    margin-top: 3px;
}

.SearchResultProducerContainerInnerRight
{
    float: left;
    margin-left: 10px;
    line-height: 125%;
}

.columns
{
    width: 335px; 
    padding-top: 18px; 
    margin-right: 10px; 
    float:left;
}

#column3
{
    width: 300px;
}

/**************************************************************************************/
/*******************************All Assets Page **************************************/
/**************************************************************************************/

.audio_asset_wrapper
{
    border-bottom: solid 1px black;
    padding-bottom: 6px;
    margin-bottom: 6px;
}

.audio_title
{
    width: 200px;
    height: 20px;
    display: block;
    float: left;
    font-weight: bold;
    padding-right: 6px;
}

.audio_desc
{
    width: auto;
    height: 20px;
    display: block;
}

.audio_asset_header_wrapper
{
    border-bottom: dashed 1px black;
    margin-bottom: 10px;
}
.audio_asset_title_header
{
    float: left;
    font-size: 14pt;
    padding-right: 6px;
    width: 200px;
}
.audio_asset_desc_header
{
    font-size: 14pt;
    width: auto;
}

.image_asset_wrapper
{
    float: left;
    height: 112px;
    width: 112px;
}