﻿/* Default Settings */
html {
height: 100%;
}


body 
{
    margin:0;
    padding: 0;
    background-image: url(Images/Reaul_Background.jpg);
    background-color:#000000;
	
	background-repeat: no-repeat;
	background-position:center top;
    
    font-family:Arial, Verdana, Sans-Serif;
    color:#cccccc;
  
    
}
p, dl { margin: 0;
    padding: 0;

}

h1
{
    font-size: 25px;
    font-weight: bold;
}

h2
{
    font-size: 20px;
    font-weight: bold;
}

h3
{
    font-size: 16px;
    font-weight: bold;
}

h4
{
	font-size: 14px;
	font-weight: bold;
}

/*Default Link Style */

 A:link {color:#92ba98 ; text-decoration:none; font-weight: bold;}
 A:visited{color: #92ba98 ; text-decoration: none; font-weight: bold;}
 A:hover {text-decoration: underline; color: #92ba98; font-weight: bold;}
 A:active {color: #92ba98 ;text-decoration: none; font-weight: bold;}

#spanChecking, #spanErrorMessage {
  padding-left: 22px;
  margin-left: 5px;
  background-position: left;
  background-repeat: no-repeat;
  font-weight:bold;
  color: Black;
} 
.taken 
{
  background-image: url(Images/cancel_16.png);
  background-repeat: no-repeat;
  background-position: left;
} 
.available {
  background-image: url(Images/accepted_16.png);
  background-repeat: no-repeat;
  background-position: left;
}



.Error
{
	color: Red;
	font-weight: bold;
}
.Success
{
	color: Green;
	font-weight: bold;
}

.notice 
{
background:#ffffff;
padding:17px;
width: auto;
margin: 10px 0;
border: solid 2px #A56B07;
}

/************************************************
***********  Page Layout Styles *****************
*************************************************/

#headernav
{
	color:White;
	margin:0;
	padding: 5px 0px;
	position:absolute;
	top:325px;
	width:1006px;
	z-index:6000;
	text-align: center;
	background: #666666;
	opacity: .90;	
	filter:alpha(opacity=90);
	height: 15px;

}

#headernav li
{
	display: inline;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;

}

#headernav a
{
	color: White;
	background-image: url(Images/Reaul_LinkDot.png);
	background-repeat: no-repeat;
	text-decoration: none;
	padding: 5px;
	background-position: center;
		

}

#headernav a.activeSlide 
{
background-image: url(Images/Reaul_LinkDot_Active.png);
background-position: center;
background-repeat:no-repeat;
color:White;
text-decoration:none;

}
#headernav a:focus { outline: none; }

#BodyTop
{ 
	
	/*margin-left: auto;
    margin-right: auto;
    background: url(images/Reaul_WebBody_Bg.png) top;
    background-repeat: no-repeat;
   */
}


#BodyWrapper
{
 /*
	width:1020px;
	margin-left: auto;
    margin-right: auto;
    background: url(images/Reaul_MainContent_Bg.png) repeat-y top;
  */
}

#MainContainer
{
    width: 960px;
	margin: 0 auto;
	min-height: 100%;
    text-align:left;
  
    
}

#MainContainer_SubPages 
{
    background: url(images/Reaul_MainContent_Bg.png) repeat-y top;
}

#SectionSpacer
{
	/*
	    background-color: #BF0000;
	    height: 15px;
	    width: 1006px;	    
	*/
}

#SubContainer 
{    
    width:960px;    
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 0;
    margin-top: 0;
    overflow: hidden;
}


/* Center Column of Page */

#CenterColumn
{
    padding: 20px;
    background-color: #CCCCCC;
}

/* Left Column of Page */
#LeftColumn
{
	float: left;
	margin: 0 10px 0 0;
	width: 620px;
	min-height: 100%;
}

.content
{
	background-color: #091014;
	padding: 16px 16px 10px;
	margin: 0 0 20px 0;
/*
background:#DDDAB8 url(Images/Reaul_Section_Btm.gif) no-repeat scroll center bottom;
margin:0 0 20px 0;
padding:16px 16px 10px;
*/
}

.subcontent
{
	/*
	background:#DDDABE url(Images/Reaul_LargeSection_Btm.gif) no-repeat scroll center bottom;
	margin:0 0 20px 0;
	padding:16px 16px 10px;
	*/
}


.videoHeader
{
	background:url(Images/Reaul_VideoHeader.jpg);
	width: 620px;
	height: 430px;
}

.movieBox
{
	padding: 65px 20px 0px 20px;
}
#movie_player
{
	height: 355px;
	width: 580px;
}



/*Right Column of Page */
#RightColumn 
{
	float: right;
	margin: 0 0 0 10px;
	width: 320px;
	min-height: 100%;
}

.SectionHeader
{
	padding: 0;
	margin: 0;
	height: 90px;
}

#communityHeader
{
	background:url(Images/Reaul_CommunityHeader.jpg);
	height: 90px;
	width: 320px;	
}
#communityBox
{
	background:#091014;
	width: 320px;
	padding: 10px;
	
}

#communityIconList
{

	padding: 0px;
	margin: 0px;
	
}

#communityIconList li
{
	display: inline;
	list-style: none;
	padding: 10px;
	margin: 0px;
	
}

#musicPlayer
{
	width: 320px;
	padding: 20px 0px 10px 0px;	
}

/***********************************************
******** Styles for Article Details Page *******
***********************************************/

.ArticleDetailsBox
{
    height: 100%;
    margin: 10px;
    padding: 0;
    border: 0;  
}

.ArticleTitle
{
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
    color: White;
    text-decoration: none;
}

.highlight
{
   background-color: #fefbd2;
   color: #000080;
}

/*************************************************
*****     Header Styles and Settings     *********
**************************************************/

#header
{
	/*
    padding: 0;
    margin-left:auto;
    margin-right:auto;
    height: 140px;

    width: 1020px;
	*/
}
/*
#subheader
{
    padding: 0;
    margin: 0;
    background-position: left top;
    background-repeat: repeat-x;
    height: 157px;
}
*/
#HeaderBanner
{
	width: 960px;
	height: 430px;
	background:url(Images/Reaul_HeaderBanner.jpg) no-repeat;
	padding: 0;
    margin-left:auto;
    margin-right:auto;
}

#HeaderBanner div
{
 
	/*
	width: 960px;
	height: 350px;
	padding: 0;
	text-align: left;
	*/
}

.headeritem
{
	/*
	width: 1006px;
	height: 365px;
	*/
}

#s7 { width: 230px; height: 230px; border: 1px solid #ddd; background-color: #eee; }
#s7 div { width: 200px; height: 200px; padding: 15px; color: #333; text-align: left; font-size: 16px; overflow: hidden }


#subheaderbanner
{   
	/*
    margin-left:auto;
    margin-right:auto;
    height: 200px;

    width: 1020px;
	*/
}

/***********************************************
*********         Header Menu        ***********
************************************************/
 
#NavBar /* headerNav */
{
	height: 30px;
	position:absolute;
	top: 400px;
	margin: 0 auto;
	padding: 0;
	width: 960px;
	z-index: 6000;
}

#NavBar .transparency  /* headerNav .transparency */
{
	opacity: .25;
	filter: alpha(opacity=25);
	-moz-opacity:0.25;  
	background-color: #000;
	width: 960px;
	height: 30px;
	position:absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
}
 
 #menu /*mainMenu */
{
	font-size: 18px;
	color: white;
	text-align:left;
	margin: 0px;
	padding: 5px 0 0;
}

#menu li /* mainMenu li */
{
	display: inline;
	list-style: none;
	padding: 2px 12px 0px 12px;
	margin: 0px;
	
}
 
 
#headermenu_bg
{
    height:30px;

    margin-left:auto;
    margin-right:auto;
    width: 1020px;
}    

/*
#headermenu
{
    height: 30px;

    margin-left:auto;
    margin-right:auto;
    width: 760px;
}

.headermenulink
{
    
    font-family:Arial;
    font-size: 14px;
    color: White;
    font-weight:bold;
    text-decoration: none;
    width: 100%;    
    text-align: center;
}
    
.headermenulink A:link {color: white;text-decoration: none}
.headermenulink A:visited{color: white;text-decoration: none}
.headermenulink A:hover {color: white;text-decoration: none}
.headermenulink A:active {color: white;text-decoration: none}
*/
/* SumMenu Links */
/*
.headersubmenulink
{
    
    font-family:Arial;
    font-size: 12px;
    font-weight:bold;
    text-decoration: none;
    text-align: left;    
}

.headersubmenulink A:link {color:#0079bd; background-color: #CCCCCC; display:block;     padding: 5px; }
.headersubmenulink A:visited{color: #0079bd; background-color: #CCCCCC; display:block;     padding: 5px;}
.headersubmenulink A:hover {text-decoration: none; color: #0079bd; background-color: #f6f6f6;  display:block;}
.headersubmenulink A:active {color: #0079bd ; text-decoration: none; background-color: #CCCCCC; display:block; padding: 5px;}

*/
/*******************************************
*********** Default Form Styles ************
*******************************************/

/*For use with wrapper div */
select
{
border: 1px solid #666666
}

input, textarea
{
border: 1px solid #666666
}

.form
{
	color: Black;
	font-weight: bold;
}

.form_bg 
{
    background-color: #E0E0E0;
    padding: 5px;
    margin: 0;
    border: solid 1px #B0B0B0;
}

table.form
{
    padding: 5px;
    width: 100%;
}

table.form th
{
    color: Black;
    text-align: left;
    font-weight: bold;
    width: 20%;
    vertical-align: top;
}

table.form td
{
    color: #000000;
    text-align: left;
    font-weight: normal;
    /*width: 80%;    */
}

.form A:link {color:black;}
.form A:visited{color: black;}
.form A:hover {text-decoration: underline; color: black;}
.form A:active {color: black;text-decoration: none}

.FormText
{
    font-family: Arial;
    font-weight: bold;
}
.CustomFormField
{
    width: 300px;
}

.CustomCell
{
    width: 40px;
    text-align: center;
}


/*********************************************************
***    Asp.net controls and overall classes for UI     ***
**********************************************************/

/* Header Styles for Controls */


/* Need to rename the sectionheader class for the admin headers */
.ProfileSectionHeader
{
}
.ProfileSubSectionHeader
{   
    color: #FFFFFF;
    background: #646464;
    border-top: solid 1px #B0B0B0;
    border-right: solid 1px #B0B0B0;
    border-left: solid 1px #B0B0B0;
    font-weight: bold;
    padding: 5px;
    margin: 20px 0px 0px 0px;
    
    /*
    color: white;
    font: normal bold 18px Arial;
    text-align: left;
    margin: 20px 0px 0px 0px;
    padding: 5px;
    */
}

.TableSectionHeader
{
    height: 15px;
    background: #646464;
    border-top: solid 1px #B0B0B0;
    border-right: solid 1px #B0B0B0;
    border-left: solid 1px #B0B0B0;
    color: White;
    font-weight: bold;
    padding: 5px;
    margin-top: 20px;     
}

.TableSectionHeader A:link {color:white;}
.TableSectionHeader A:visited{color: white;}
.TableSectionHeader A:hover {text-decoration: underline; color: white;}
.TableSectionHeader A:active {color: white;text-decoration: none}

.TableSubSectionHeader
{
    text-align: right;
    background: #E0E0E0;
    border: solid 1px #B0B0B0;
    color: #343434;
    font-weight: bold;
    padding: 5px;
    margin: 0px 0px 20px 0px;
}

.TableSubSectionHeader_Item
{
    padding: 0px 5px 0px 10px;
}


/* Tour Dates Gridview - Coupled with Skin file */

.TourGrid
{
 border: solid 0 #fff;
 background: #091014;
 margin: 0px 0px 20px 0px;
 font: normal bold 13px "Arial", "Helvetica", sans-serif;
}

.TourGrid td
{
 border-bottom: solid 2px #333333;
 padding: 10px 0px 10px 15px;
 color: #fff;
 /*background: #DDDABE;*/
}

.TourDate
{
    width: 96px;
}

.TourVenue
{
    width: 154px;
}

.TourLocation
{
    width: 115px;
}

.TourBody
{
    font-size: 12px;
    font-weight: normal; 
}

.TourTickets
{
	font-size: 12px;
	color: #92ba98;
	text-decoration: none;
}


/* Default Style for Gridviews - Coupled with Skin file */

.GridTitle
{

}

.GridDescript
{
    font: normal 11px Arial;    
}

.GridArticleTitle
{
    font-weight:bold;
}

.Grid td
{
  border: solid 1px #E0E0E0;
}
.Grid
{
    border: solid 1px #B0B0B0;
    background: #ffffff;
    margin: 0px 0px 20px 0px;
}    
.Grid th
{
    border-top: solid 1px #B0B0B0;
    border-bottom: solid 1px #B0B0B0;
}


.Grid A:link {color:black;}
.Grid A:visited{color: black;}
.Grid A:hover {text-decoration: underline; color: black;}
.Grid A:active {color: black;text-decoration: none}

/* Default Style for DetailsView - Coupled with Skin file */

.DetailsView td
{
  border: solid 1px #E0E0E0; 
}
.DetailsView
{
    border: solid 1px #B0B0B0;
       margin: 10px 0px 10px 0px;
}    
.DetailsView th
{
    border-top: solid 1px #B0B0B0;
    border-bottom: solid 1px #B0B0B0;
}

/* Default Style for DataList - Coupled with Skin file */

.DataList
{
    margin: 10px 0px 10px 0px;
}
.DataList td
{
  padding: 10px 0px;
  color: Black;
}
  
.DataList th
{
    border-top: solid 1px #B0B0B0;
    border-bottom: solid 1px #B0B0B0;
}

/* Style for Post Section Gridview - Coupled with Skin file */
.Posts
{
    border: solid 1px #B0B0B0;
    background: #ffffff;
    margin: 0px 0px 0px 0px;
}    
.Posts th
{
    border-top: solid 1px #B0B0B0;
    border-bottom: solid 1px #B0B0B0;
}
.Posts td
{
border: solid 1px #E0E0E0;
}

.post_breadCrumb
{
    color: White;
    font: normal bold 14px Arial;
    padding: 5px;
    vertical-align: middle;
    margin-bottom: 5px;
}

.post_breadCrumb A:link {color: #906728; text-decoration: underline;}
.post_breadCrumb A:visited{color: #906728; text-decoration: underline;}
.post_breadCrumb A:hover {text-decoration: underline; color: White;}
.post_breadCrumb A:active {color: #906728; text-decoration: underline;}

.post_sectionHeader
{
    height: 15px;
    background: #646464;
    border-top: solid 1px #B0B0B0;
    border-right: solid 1px #B0B0B0;
    border-left: solid 1px #B0B0B0;
    color: White;
    font-weight: bold;
    padding: 5px;   
}

.post_sectionHeader A:link {color:white; text-decoration: underline;}
.post_sectionHeader A:visited{color: white; text-decoration: underline;}
.post_sectionHeader A:hover {text-decoration: underline; color: white;}
.post_sectionHeader A:active {color: white;text-decoration: underline;}

.post_threadTitle
{
   margin-bottom: 5px;
    color: White;
    font: normal bold 20px Arial;
    padding: 10px;
}

.post_EditFeatures
{
padding: 4px;
 width: 20%;
 float: right;
 text-align: right;
}

.post_Quote
{
   color: White;
   width: 70px;
   display: block;   
   text-align: center;
   font: normal bold 12px Arial;      
}

.post_Quote A:link {color: White; text-decoration:none; display: block;    background-color: #027abb;}
.post_Quote A:visited{color: White; text-decoration: none; display: block;    background-color: #027abb;}
.post_Quote A:hover {text-decoration: none; color: White; background-color:#8adbff; display: block;}
.post_Quote A:active {color: White; text-decoration: none; display: block;    background-color: #027abb;}

.post_Date
{
    font: normal normal 11px Arial;
}

.post_info
{
   background-color: #f9eaa6;
   font-weight: bold;
   text-align: center;
}

.post_authorInfo
{
    vertical-align: top;
}

.post_TitleHeader
{
   background-color: #A0A0A0; 
}
.post_Title
{
   padding: 4px;
   
   color: white;
   font: normal bold 13px Arial;
   width: 75%;
}

.post_Body
{
   padding: 5px;
}

.post_Footer
{
    height: 15px;
    background-color: #646464;
    border-right: solid 1px #B0B0B0;
    border-bottom: solid 1px #B0B0B0;
    border-left: solid 1px #B0B0B0;
    color: White;
    font-weight: bold;
    padding: 5px;
}

.post_Footer A:link {color:white; text-decoration: underline;}
.post_Footer A:visited{color: white; text-decoration: underline;}
.post_Footer A:hover {text-decoration: underline; color: white;}
.post_Footer A:active {color: white;text-decoration: underline;}

.post_FeedBack
{
    background-color: White;
    font: normal bold 12px Arial;
    padding: 5px;
    border: solid 1px Green;
    vertical-align: middle;
    margin-bottom: 5px;
}


/****************************************************
************   User Controls Styles        **********
*****************************************************/

/* AdBanner UserControl */
.AdBanner
{
 text-align: center;
 margin: 10px auto 10px auto;
}

/* File Upload Box */

.FileUploadBox 
{
    border: solid 1px #E0E0E0;
    background: white;
    padding: 10px;    
}

/* Comments Box */
.CommentHeader
{
    font: normal bold 16px Arial;
    color: #000000;
}


.CommentInfo td
{
    padding: 0;
    color: #92ba98;
    font-size: 10px;
    border-bottom: dashed 1px black;
}
.CommentListBox
{
    margin-top: 20px;
    background: #CCCCCC;
    padding: 15px;
}

.addCommentBar
{
    background: #333333;
    padding: 5px;
    margin-top: 20px;
    border: solid 1px #B0B0B0;
    color: White;
}

.CommentLoginMessage
{
    margin-top: 20px;
    padding: 10px;
    background-color: #E0E0E0;
    font-weight: bold;
    color: Black;
    text-align: center;
}

/* Admin Comments Listing */

.CommentAdmin
{
    font: normal 12px/14pt Arial;
}


.CommentInfoAdmin
{
    font: normal 10px Arial;
    padding: 5px 0px 0px 0px;
}


/* News Box - RSS */

.newsHeader /* Reaul 3.0 News Header Graphic */
{
	background:url(Images/Reaul_NewsHeader.jpg);
	width:620px;
	height:90px;
}


div.listingbox /* .newsListbox */
{
    background:#091014;
	width: 620px;
	padding: 0;
	margin: 0;
}



/* Special Listing Item Style for Listing Page */

.article_listing_table
{
	/*margin-top: -21px;  Sets the gridview back near the sectionheader, the pager causes a gap */
	width: 100%;
	background-color: #091014;
}

	
div.rss_listing 
{
	background-color: #091014;
	/*
    padding: 0;
    margin: 0 0 15px;
    width: 640px;
	*/
}

.rss_readall
{
	height: 25px;
	text-align: right;
}

.listing_item /* .newsIten li */
{
    padding: 16px 16px 10px;
    margin: 0 0 15px;
}

.mobile_section_header
{
 height: 150px;
 width: 640px;
}
.listing_title /* .newsItem_Title */
{
	color: #92BA98;
	font-family:"Arial",sans-serif;
	font-size:18px;
	font-weight:bold;
	font-style: italic;
	padding-bottom:10px;
	text-decoration:none;
}

.listing_title A:link {color:#92BA98; text-decoration: none;}
.listing_title A:visited{color: #92BA98; text-decoration: none;}
.listing_title A:hover {text-decoration: none; color: #92BA98;}
.listing_title A:active {color: #92BA98 ;text-decoration: none}

.listing_abstract
{
    font-size: 14px;
    padding-bottom: 15px;
    padding-top: 15px;
}

.listing_body
{
    font-size: 12px;
    padding-bottom: 20px;
}

.listing_location_title
{
    font-size: 14px;
    font-weight: bold;
}

.listing_location
{
   font-weight: bold;
   padding-bottom: 10px;
}   

.listing_infobar
{    
    color: White;
    font-size: 12px;
    padding:5px;
    background: #1f2c29;
}


/******************** Login Box *************************/

.signUp
{
	background:url(Images/Reaul_SignUp.jpg);
	width: 320px;
	height: 65px;
}


#LoginSection
{
	background-image: url(Images/Reaul_Join_Box.gif);
	background-repeat: no-repeat;
	height: 135px;
	padding: 0 10px 0px 10px;
	margin: 0px auto 10px auto;
}

#LoginSection A:link {color:white; font-size: 11px; padding: 0px 5px 0px 0px;}
#LoginSection A:visited{color: white;}
#LoginSection A:hover {text-decoration: underline; color: white;}
#LoginSection A:active {color: white;text-decoration: none}

#LoginHeader
{
    font-size: 14px;
    font-weight: bold;    
}

#LoggedIn
{
 padding: 25px 0px 0px;
}

#Login
{
 padding: 10px 0;
}

#LoginUsername
{
	font-family:"Arial","Helvetica",sans-serif;
	font-size: 16px;
	font-weight: bold;
}

#LoginMyAccountLinks
{
	padding: 15px 0px 0px;
}



.LoginBox
{
    margin-top: 0;
    padding: 5px;
   /* width: 450px; */
   /* height: 50px; */
  /*  background: #4C321B;  */     
}

.LoginBox A:link {color:white;}
.LoginBox A:visited{color: white;}
.LoginBox A:hover {text-decoration: underline; color: white;}
.LoginBox A:active {color: white;text-decoration: none}

.LoginForm
{
    padding-top: 5px;   
}
.LoginBoxFooter
{
    padding: 5px 0 0 0;
    text-align: center;
}

.LoginFailure
{
    color:Red;
    font-weight: bold;
}
.logintitle
{
    font-size: 14px;
    font-weight: bold;
    color: white;
    display:block;
    height:20px;
    background-color:#491E4C;
    padding: 5px 0px 0px 0px;
    text-align:center;
    margin: 0px 0px 5px 0px;
}
/******************************************************************/
/* Welcome Box */

.welcomebox
{
    padding: 2px;
    background-color: #7c542c;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

/* Access Denied Page Error Message Style */

.AccessDenied
{
    margin: 10px 0 10px 0;
    padding: 10px;
    background-color: White;
    width: auto;
    color: Red;
    font-weight: bold;
    text-align: center;
}

/* Error Message Style */
.ErrorMessage
{
    color: Red;
    
}

/********************************************
**********   Music Download Page    *********
*********************************************/

.MC_LoginRegister
{
    width:675px;
    padding: 10px;
    margin: 0px 0px 0px 0px;
        background-color: #333333;
    border: solid 1px #666666;    
}

.MC_Login_leftcolumn
{
    float: left;
    width: 330px;
    height: 100px;
    padding: 0px 0px 0px 0px;
    border-right: solid 1px White;
    font-size: 14px;
}

.MC_Login_rightcolumn
{
    float: right;
    width: 325px;
    padding: 0px 0px 0px 0px;
      font-size: 14px;
}

.MC_Player
{
    
    padding: 10px;
    background-color: #333333;
    border: solid 1px #666666;
}

.MC_Player_leftcolumn
{    
    float: left;
    width: 300px;
    padding: 0px 5px 0px 0px;
    text-align: center;
}

.MC_Player_rightcolumn
{
    float: right;
    width: 300px;
}

.MC_Instructions
{
    /*z-index: 500;
    position: relative;
    top: -50px;
    left: 20px;*/

    border: solid 1px #666666;
    padding: 5px;
    font-size: 11px;
    text-align: left;
}

.MC_PINfield
{
    padding: 2px 2px 2px 4px;
    font-size: 10px;
    color: #BBB;
    border-color: #444; 
    border-width: 1px;
    border-style: solid;
    background-color:#222;
    width:175px;
}

.MC_SubmitBtn
{
    background-color:#222;
    border-color: #000000;
    border-width: 1px;
    border-style: solid; 
    padding: 3px;
    color: #DDD;
    font-size:10px;
}


/********************************************
**********       Footer       ***************
*********************************************/
#footer
{
	/*background: #ffffff;	*/
    clear: both;
    color: White;
    position: relative;
    margin:20px 0 0 0;
    width: 100%;

}

#footer ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#footer_platforms li
{
	float: left;

}

#footer_platforms
{
background-color:#7F7F7F;
	height:58px;
	padding: 0;
	margin:0;
    width: 1006px;
}

#footer_platforms a {
display:block;
margin:12px 0 0 35px;
text-indent:-9999px;
}

#footer_platforms .myspace
{
	background:transparent url(images/Reaul_myspace.png) no-repeat scroll left top;
	height:38px;
	width:142px;
	margin-left: 150px;
}


#footer_platforms .myspace:hover {
background:transparent url(images/Reaul_myspace.png) no-repeat scroll left -39px;
}

#footer_platforms .facebook
{
	background:transparent url(images/Reaul_facebook.png) no-repeat scroll left top;
	height:40px;
	width:105px;
}

#footer_platforms .facebook:hover {
background:transparent url(images/Reaul_facebook.png) no-repeat scroll left -39px;
}

#footer_platforms .ilike
{
	background:transparent url(images/Reaul_ilike.png) no-repeat scroll left top;
	height:38px;
	width:87px;
}

#footer_platforms .ilike:hover {
background:transparent url(images/Reaul_ilike.png) no-repeat scroll left -39px;
}


#footer_platforms .youtube {
background:transparent url(images/Reaul_youtube.png) no-repeat scroll 0 0;
height:40px;
width:95px;
}

#footer_platforms .youtube:hover {
background:transparent url(images/Reaul_youtube.png) no-repeat scroll left -39px;
}

#footer_platforms .itunes
{
	background:transparent url(images/Reaul_itunes.png) no-repeat scroll left top;
	height:38px;
	width:108px;
}

#footer_platforms .itunes:hover {
background:transparent url(images/Reaul_itunes.png) no-repeat scroll left -39px;
}

#footer_remainder
{
	/*background: #000000;*/
	font-size: 12px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 6px 0;
	text-align: center;
}

#footer_remainder li
{
	display: inline;
}

#footer_remainder a
{
	color: #ffffff;
	margin: 0 15px;
	text-decoration: none;
}


/* Privacy Policy Page */

.PrivacyPolicy
{
    text-align: left;
    padding: 20px;
    font-size: 13px;
}
.PrivacyPolicy p
{
    padding: 10px 0px 10px 0px;
}


/****************************************************
************ Poll Box User Control Style ************
****************************************************/
/*
.pollbox
{
   font-size: 11px;
}

.pollcontent
{
   padding: 6px;
}

.pollquestion
{
   font-size: 13px;
   font-weight: bold;
}

.polloptions
{
   padding-top: 10px;
   padding-bottom: 4px;
}

.pollbar
{
   background-color: red;
   font-size: 4px;   
}
*/
.progressbarcontainer
{
   width: 98%;
   height: 15px;
   border: solid 1px black;
   padding: 1px;
}

.progressbar
{
   width: 0px;
   background-color: Red;
   height: 15px;
}


/* News letter Styles */

.newsletterbox
{
   font-size: 11px;
}

.newsletterboxcontent
{
   padding: 6px;
}