/* CSS Document */

/* General Page Text */

.contentSection{
	height: 450px;
	float: left;
	width: 560px;
	margin-right: 15px;
	overflow: auto;
}

.contentSection h2 {
	font-weight: normal;
	color: #c00;
	border-bottom: 1px dotted #000;
	background: url(../images/bullet_section.gif) no-repeat 0 2px;
	padding: 0 0 5px 20px;
	margin-bottom: 10px;
}

.contentSection p {
	margin-top: 20px;
}

.contentSection img {
    float:left; 
    margin: 0 10px 15px 0;
    border:#000000 solid 1px;
}

/* list - home page */

.listhomeSection{
	height: 550px;
	float: left;
	width: 585px;
	margin-right: 15px;
	overflow: auto;
}

.listhomeSection h2 {
	font-weight: normal;
	color: #c00;
	border-bottom: 1px dotted #000;
	background: url(../images/bullet_section.gif) no-repeat 0 2px;
	padding: 0 0 5px 20px;
	margin-bottom: 10px;
}

.listhomeSection p {
	margin-top: 20px;
}

.listhomeSection img {
    float:left; 
    margin: 0 10px 15px 0;
	padding: 3px;
    border:#000000 solid 1px;
}

.listhomeSection ul.info {
	list-style: none;
	height: 470px;
	overflow: auto;
}

    /*
.listhomeSection ul.info li {
	clear: both;
	width: 265px; 
	height: 160px;
	margin-bottom: 15px;
}*/
/*
  FOR SERVICES PAGE
*/
.listhomeSection ul.info li {
	clear: both;
	width: 500px; /* x-bars */
	height: 160px;
	margin-bottom: 15px;
}

.listhomeSection ul.info li img.infoThumbnail {
	float: left;
	width: 141px;
	margin: 0 10px 15px 2px;
	border:#000000 solid 1px;
}

.listhomeSection li {
	background: url(../images/list_image_bottom.jpg) no-repeat 0 122px;
}


.listhomeSection ul.info li h3 {
	font-size: 1.1em;
	font-weight: normal;
}

.listhomeSection ul.info li h3 a:link, .infoSection ul.info li h3 a:visited {
	color: #900;
	text-decoration: none;
}

.listhomeSection ul.info li p {
	font-size: 1.0em;
	margin-right: 15px;
}




/* main content page */

.contentSection {
	padding-top:10px;
	height:480px;
	overflow:auto;
}

.infoBlock h2 {
	font-weight: normal;
	color: #c00;
	border-bottom: 1px dotted #000;
	background: url(../images/bullet_section.gif) no-repeat 0 2px;
	padding: 0 0 5px 20px;
	margin-bottom: 0px;
}

/* login page */
#mainLogin { float: left; width:505px; }

#mainLogin h2 {
	font-weight: normal;
	color: #c00;
	border-bottom: 1px dotted #000;
	background: url(../images/bullet_section.gif) no-repeat 0 2px;
	padding: 0 0 5px 20px;
	margin-bottom: 10px;
}

#mainLogin #mainAttractionDetail { float: left; width: 569px; height: 800px; background: url(../images/bg_login_main.gif) no-repeat 0 55px; }

#login_main{
  margin:25px;
 float: left; 
 width: 400px; 
 height: 600px; 
}




/*-------------------------------
	SERVICES SECTION WITH SCROLLER
-------------------------------*/

#mainNews {
	float: left;
	width: 735px;
}

#newsSummary2, .newsArticle2 {
margin-top:-10px;
	float: left;
	width: 633px;
	height: 460px;
	overflow:auto;
}

#newsSummary2 ul {
	list-style: none;
}

#newsSummary2 ul li {
	clear: both;
	width: 468px;
	height: 150px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 15px;
	margin-left: 45px;
}

#newsSummary2 ul li .newsSummaryAvatar {
	float: left;
	width: 146px;
	height: 131px;
	background: url(../images/bg_news_summary.gif) no-repeat;
	padding: 4px 0 15px 4px;
}

#newsSummary2 ul li h3 {
	float: left;
	font-size: 1.1em;
	padding: 0 0 5px 15px;
}

#newsSummary2 a, .newsArticle a {
	color: #c00;
	text-decoration: none;
}

#newsSummary2 ul li p {
	float: left;
	width: 280px;
	font-size: 1.0em;
	padding: 0 0 15px 15px;
}

/* news ticker */

.newsticker {
	list-style-type: none;
	border: 1px dashed #fff;
	background: #ccc;
	padding: 3px;
	margin: 0;
}

.newsticker ul li{
 clear:both;
}


/* comments box */

#comment_box{
	clear:both;
	margin-top:5px;
	margin-bottom:5px;
	border:#999999 1px solid;
	padding:15px;
	font-size: 1.1em;
}

#comment_box h4{

	font-size: 1.0em;
}

.commentItems img{
 border:#CCCCCC 1px solid;
 padding: 1px;
}
/*-------------------------------
	VIDEOS 
-------------------------------*/

#videoMain { float: left; width: 735px; }
#videoMain h2 { font-weight: normal; color: #c00; border-bottom: 1px dotted #000; background: url(../images/bullet_section.gif) no-repeat 0 2px; padding: 0 0 5px 20px; margin-bottom: 10px; }


.videoMediaBlock {
	float: left;
	width: 298px;
    margin-right: 15px;
	margin-top:25px;
    border: 1px solid #ccc;
    height:250px;
}

.videoMediaBlock #videoSearch{
	margin:5px;    
}

.videoMediaBlock #videoSearch h3 {
    clear:both;
	color: #999;  
	font-size: 1.3em;
}

.videoMediaBlock #videoSearch ul {
	list-style: none;
	float: left;
	padding-left: 5px;
    margin-bottom:10px;
}

.videoMediaBlock #videoSearch li {
    float: left;
    margin-top:5px;  
    margin-left:14px;
    font-weight: bold;  
}

.videoMediaBlock #videoSearch li a{
	color: #ccc;
	text-decoration: none;
    font-size: 1.1em; 
	font-weight: bold;
}

.videoMediaBlock #videoSearch li a:hover{
	color: #c00;
}


.videoMediaBlock #content h2{
	font-weight: normal;
	color: #c00;
	border-bottom: 1px dotted #000;
	background: url(../images/bullet_section.gif) no-repeat 0 2px;
	padding: 0 0 5px 20px;
	margin-bottom: 10px;
}

.videoMediaBlock img{
	margin:5px;
}

/* VIDEOS INFO SECTION */

.videoInfoLeftBlock {
	float: left;
	width: 313px;
	height: 500px;
}

.videoInfoRightBlock {
	float: right;
	width: 385px;
	height: 500px;
}
.videoInfoBlock {
	float: left;
	width: 735px;
	height: 550px;
	padding-bottom: 15px;
}



.videoInfoSection {
	float: left;
	/*width: 285px;*/
	width: 385px;
	height: 550px;
}

.videoInfoSection h2 {
	font-weight: normal;
	color: #c00;
	border-bottom: 1px dotted #000;
	background: url(../images/bullet_section.gif) no-repeat 0 2px;
	padding: 0 0 5px 20px;
	margin-bottom: 10px;
}

.videoInfoSection ul.info {
	list-style: none;
	height: 510px;
	overflow: auto;
	margin: 0;
}

.videoInfoSection ul.info li {
	clear: both;
	width: 265px; /* x-bars */
	height: 82px;
	margin-bottom: 15px;
}

.videoInfoSection ul.info li img.infoThumbnail {
	float: left;
	width: 82px;
	margin: 0 10px 15px 0;
	border: 1px solid #999;
}

.videoInfoSection ul.info li h3 {
	font-size: 1.1em;
	font-weight: normal;
}

.videoInfoSection ul.info li h3 a:link, .infoSection ul.info li h3 a:visited {
	color: #900;
	text-decoration: none;
}

.videoInfoSection ul.info li p {
	font-size: 1.0em;
	margin-right: 15px;
}

/* ------------------------------- PROFILES------------------------------- */

/*  PROFILES */

#profileMain {
	float: left;
	width: 735px;
}

#profileMain h2 { font-weight: normal; color: #c00; border-bottom: 1px dotted #000; background: url(../images/bullet_section.gif) no-repeat 0 2px; padding: 0 0 5px 20px; margin-bottom: 10px; }

.profile {
	float: left;
	width: 735px;
}

.profile img.profileImage {
	float: left;
	margin: 2px 5px 5px 0px;
	padding: 3px;
	border: 1px solid #999;
}

.profile .comments{
cursor:pointer;

}

#profile_buttons{
	padding-left:10px;

}

#profile_buttons h2{
	background: url(../imsasaagess/bullet_section.gif) no-repeat 0 2px; padding: 0 0 5px 0px; margin-bottom: 10px;
}

profile a {
	color: #c00;
	text-decoration: none;
}

.profile h3 {
	font-size: 1.4em;
	width: 325px;
}


.profileSectionItems {
	margin-top: 15px;
	border-bottom: 1px dotted #000;
}

.profileSection, .relatedItems {
	float: left;
	padding-top: 15px;
}

.profileSection {
	width: 325px;
	margin-right: 25px;
}

.profileSection img.btCommentAdd {
	float: right;
	margin-bottom: 10px;
}

.profileSection ul { clear: both; list-style: none; }
.profileSection ul li { width: 270px; border-bottom: 1px dotted #000; margin-bottom: 10px;}

.profileSection ul li img.userAvatar {
	float: left;
	margin: 0 10px 10px 0;
}

.profileSection ul li h3 {
	font-size: 1.1em;
	width: auto;
}

.profileSection ul li p {
	font-size: 1.1em;
}

.relatedItems {
	width: 200px;
}

.relatedItems ul { margin-left: 25px; }

.profile img.newsSendFriend {
	float: right;
}

.profile h3 {
	margin-bottom: 10px;
}

/* ------------------------------- PROFILES------------------------------- */
/*
AUTHOR
*/

.newsArticle img.authorImage {
	float: left;
	margin: 0 5px 5px 5px;
	padding: 3px;
	border: 1px solid #999;
}

#author_signature{
    text-align:right;
	font-style:italic;
}

#author_signature a{
    text-align:right;
	text-decoration:none;
	font-style:italic;
}

#author_read{
font-size:0.9em;

}

/* MUSIC */

#mainAttraction { float: left; width: 367px; }
#mainAttraction img.flyerPromo { border: 1px solid #ccc; margin-bottom: 15px; }
#mainAttraction dl { font-size: 1.1em; }
#mainAttraction dt { font-weight: bold; color: #c00; text-transform: uppercase; }
#mainAttraction dd { color: #000; margin-bottom: 5px; padding-bottom: 5px; border-bottom: 1px solid #ccc; }
#musicDetail { float: left; width: 569px; height: 300px; }
#musicDetail div{ margin-top:15px;}
#musicDetail{
 font-size: 1.2em;

}




/*-------------------------------
	MUSIC SECTION
-------------------------------*/

#mainEvent { float: left; width: 735px; }
#mainEvent h2, #mainNews h2 { font-weight: normal; color: #c00; border-bottom: 1px dotted #000; background: url(../images/bullet_section.gif) no-repeat 0 2px; padding: 0 0 5px 20px; margin-bottom: 10px; }

#music { float: left; width: 136px; margin-right: 30px; }
#music dl { float: left; width: 134px; font-size: 1.1em; font-weight: bold; color: #666; border-bottom: 1px solid #ccc; border-left: 1px solid #ccc; margin-bottom: 15px; }
#music dt, #music dd { float: left; background: #efefef; border-top: 1px solid #ccc; padding: 3px 5px; }
#music .weekend { background: #f7f7f7; }
#music dt { width: 28px; }
#music dd { width: 122px; border-right: 1px solid #ccc; border-left: 1px solid #ccc; }
#music dd a:link, #calendar dd a:visited { color: #c00; }


/*-------------------------------
	PICTURES SECTION
-------------------------------*/

#left_section { float: left; width: 136px; margin-left:15px;margin-top:10px;margin-right: 30px;  }
#left_section h2, #left_section h2 { font-weight: normal; color: #c00; border-bottom: 1px dotted #000; background: url(../images/bullet_section.gif) no-repeat 0 2px; padding: 0 0 5px 20px; margin-bottom: 10px; }


#left_section dl { float: left; width: 134px; font-size: 1.1em; font-weight: bold; color: #666; border-bottom: 1px solid #ccc; border-left: 1px solid #ccc; margin-bottom: 15px; }
#left_section dt, #left_section dd { float: left; background: #efefef; border-top: 1px solid #ccc; padding: 3px 5px; }
#left_section .weekend { background: #f7f7f7; }
#left_section dt { width: 28px; }
#left_section dd { width: 122px; border-right: 1px solid #ccc; border-left: 1px solid #ccc; }
#left_section dd a:link, #calendar dd a:visited { color: #c00; }




/* SEARCH */
/* + calendar width
#calendar { float: left; width: 136px; margin-right: 30px; }569
*/
#searchDetail { float: left; width: 569px; height: 600px; background: url(../images/bg_scroller_main.gif) no-repeat 0 55px; }

#search_options{
	float: left;
	margin-left:20px;
	width: 100px;
	height: 200px;
}
#search_options a:link{
	font-size:1.2em;
	font-weight:900;
	color:#000000;
	text-decoration:none;
}

#search_options a:visited{
	font-size:1.2em;
	font-weight:900;
	color:#000000;
	text-decoration:none;
}

#search_options a:hover{
	color:#c00;
}


/* SCROLLER  FOR SEARCH */
.searchScrollerMain { display: inline; float: left; overflow: auto; overflow-x: hidden; }
.searchScrollerMain { width: 539px; height: 400px; padding: 0 0 0 15px; margin-top: 8px; } 
.searchScrollerMain ul{ list-style: none; }
.searchScrollerMain li { float: left; width: 117px; height: 220px; margin-right: 12px; margin-bottom: 15px; }
.searchScrollerMain p{ font-size: 1.0em; margin-right: 15px; }
.searchScrollerMain strong{ color: #c00; }
.searchScrollerMain img{ margin-bottom: 5px; border: 1px solid #999; padding:3px; }


/* END SEARCH */



/*  PROFILES */

#profileMain {
	float: left;
	width: 735px;
}

#profileMain h2 { font-weight: normal; color: #c00; border-bottom: 1px dotted #000; background: url(../images/bullet_section.gif) no-repeat 0 2px; padding: 0 0 5px 20px; margin-bottom: 10px; }

.profile {
	float: left;
	width: 735px;
}

.profile img.profileImage {
	float: left;
	margin: 2px 5px 5px 0px;
	padding: 3px;
	border: 1px solid #999;
}

.profile .comments{
cursor:pointer;

}

#profile_buttons{
	padding-left:10px;

}

#profile_buttons h2{
	background: url(../imsasaagess/bullet_section.gif) no-repeat 0 2px; padding: 0 0 5px 0px; margin-bottom: 10px;
}

profile a {
	color: #c00;
	text-decoration: none;
}

.profile h3 {
	font-size: 1.4em;
	width: 325px;
}


.profileSectionItems {
	margin-top: 15px;
	border-bottom: 1px dotted #000;
}

.profileSection, .relatedItems {
	float: left;
	padding-top: 15px;
}

.profileSection {
	width: 325px;
	margin-right: 25px;
}

.profileSection img.btCommentAdd {
	float: right;
	margin-bottom: 10px;
}

.profileSection ul { clear: both; list-style: none; }
.profileSection ul li { width: 270px; border-bottom: 1px dotted #000; margin-bottom: 10px;}

.profileSection ul li img.userAvatar {
	float: left;
	margin: 0 10px 10px 0;
}

.profileSection ul li h3 {
	font-size: 1.1em;
	width: auto;
}

.profileSection ul li p {
	font-size: 1.1em;
}

/* NOT NEEDED
.relatedItems {
	width: 10px;
}*/

.relatedItems ul { margin-left: 25px; }

.profile img.newsSendFriend {
	float: right;
}

.profile h3 {
	margin-bottom: 10px;
}

/* my pics */
#profile_info2 img{
	padding: 3px;
	border:#CCCCCC 1px solid;
	float:left;
	margin:5px;
}
/* my friends */
profile_info3 img{
	padding: 3px;
	border:#CCCCCC 1px solid;
}


/* END PROFILE */


/***************************************************NEW HOME PAGE ************************************************* */

.homeinfoBlock {
	float: left;
	width: 600px;
	height: 250px;
	padding-bottom: 15px;
}

.homemediaBlock {
	float: left;
	width: 280px;
    margin-bottom: 60px;
}


/* MAIN LONG INFO SECTION */
.homeinfoBlock {
	float: left;
	width: 300px;
	height: 600px;
	padding-bottom: 15px;
}

.longinfoSection {
	float: right;
	width: 285px;
	height: 400px;
}

.longinfoSection h2 {
	font-weight: normal;
	color: #c00;
	border-bottom: 1px dotted #000;
	background: url(../images/bullet_section.gif) no-repeat 0 2px;
	padding: 0 0 5px 20px;
	margin-bottom: 10px;
}



.longinfoSection ul.fashioninfo {
	list-style: none;
	height: 390px;
	overflow: auto;
	margin: 0;
}

.longinfoSection ul.fashioninfo li {
	clear: both;
	width: 265px; /* x-bars */
	height: 82px;
	margin-bottom: 15px;
}

.longinfoSection ul.fashioninfo li img.infoThumbnail {
	float: left;
	width: 82px;
	margin: 0 10px 15px 0;
	border: 1px solid #999;
}

.longinfoSection ul.fashioninfo li h3 {
	font-size: 1.1em;
	font-weight: normal;
}

.longinfoSection ul.fashioninfo li h3 a:link, .infoSection ul.fashioninfo li h3 a:visited {
	color: #900;
	text-decoration: none;
}

.longinfoSection ul.fashioninfo li p {
	font-size: 1.0em;
	margin-right: 15px;
}

.longinfoSection ul.info {
	list-style: none;
	height: 525px;
	overflow: auto;
	margin: 0;
}
.longinfoSection ul.info li {
	clear: both;
	width: 265px; /* x-bars */
	height: 82px;
	margin-bottom: 15px;
}

.longinfoSection ul.info li img.infoThumbnail {
	float: left;
	width: 82px;
	margin: 0 10px 15px 0;
	border: 1px solid #999;
}

.longinfoSection ul.info li h3 {
	font-size: 1.1em;
	font-weight: normal;
}

.longinfoSection ul.info li h3 a:link, .infoSection ul.info li h3 a:visited {
	color: #900;
	text-decoration: none;
}

.longinfoSection ul.info li p {
	font-size: 1.0em;
	margin-right: 15px;
}

/* END  MAIN LONG INFO SECTION */

/* PAGINATION */
#pagination {
    margin-top: 20px;

}
UL.pagination {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FLOAT: right; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none; border:0px solid #000; overflow:auto;clear: both;font-size: 9px;
}
UL.pagination LI {
	PADDING-RIGHT: 1px; DISPLAY: block; PADDING-LEFT: 1px; FLOAT: left; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; HEIGHT: 23px;border: 0px solid #000;
}

UL.pagination LI.page_current {
	PADDING-RIGHT: 0px; PADDING-LEFT: 8px; PADDING-BOTTOM: 0px; FONT: bold 10px Verdana; PADDING-TOP: 0px
}
UL.pagination LI.page_separator {
	PADDING-RIGHT: 0px; PADDING-LEFT: 4px; PADDING-BOTTOM: 0px; FONT: 18px/12px Arial; COLOR: #bfbfbf; PADDING-TOP: 0px
}
UL.pagination LI A {
	BORDER-RIGHT: #dfdfdf 1px solid; PADDING-RIGHT: 7px; BORDER-TOP: #dfdfdf 1px solid; DISPLAY: block; PADDING-LEFT: 7px; BACKGROUND: #ffffff; PADDING-BOTTOM: 0px; MARGIN: 0px; BORDER-LEFT: #dfdfdf 1px solid; COLOR: #666666; LINE-HEIGHT: 21px; PADDING-TOP: 0px; BORDER-BOTTOM: #dfdfdf 1px solid; TEXT-DECORATION: none
}

UL.pagination LI A.paginationpage{
	BORDER-RIGHT: #dfdfdf 1px solid; PADDING-RIGHT: 7px; BORDER-TOP: #dfdfdf 1px solid; DISPLAY: block; PADDING-LEFT: 7px; PADDING-BOTTOM: 0px; MARGIN: 0px; BORDER-LEFT: #dfdfdf 1px solid; COLOR: #666666; LINE-HEIGHT: 21px; PADDING-TOP: 0px; BORDER-BOTTOM: #dfdfdf 1px solid; TEXT-DECORATION: none;
 BACKGROUND: #CCC;
}
UL.pagination LI A:hover {
	BORDER-RIGHT: #6B0000 1px solid; BORDER-TOP: #6B0000 1px solid; BACKGROUND: #940000; BORDER-LEFT: #6B0000 1px solid; COLOR: #ffffff; BORDER-BOTTOM: #6B0000 1px solid; TEXT-DECORATION: none
}
UL.pagination LI A.page_previous {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 21px; PADDING-TOP: 0px; HEIGHT: 21px
}
UL.pagination LI A.page_next {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 21px; PADDING-TOP: 0px; HEIGHT: 21px
}

.myaccount h2 {
margin-left:20px;
margin-top:20px;
	font-weight: normal;
	color: #c00;
	border-bottom: 1px dotted #000;
	background: url(../images/bullet_section.gif) no-repeat 0 2px;
	padding: 0 0 5px 20px;
	margin-bottom: 10px;
}


/* PAGINATION AND BREAD CRUMBS */


 .bread_crumbs {
	float:left;
	width:420px;
	margin-bottom:20px;
	margin-left:30px;
}	

.bread_crumbs ul{
	margin-bottom:20px;
}		

.bread_crumbs ul li{
	float:left;
	margin-left:5px;
	list-style:none;
}			
.news_pagination {
	float:left;
	width:420px;
	margin-bottom:20px;
	margin-left:45px;
}	

.news_pagination ul{
}		

.news_pagination ul li{
	float:left;
	margin-left:5px;
	list-style:none;
}


            	.bread_crumbs {
					float:left;
					width:420px;
					margin-bottom:20px;
					margin-left:30px;
				}	
				
				.bread_crumbs ul{
					margin-bottom:20px;
				}		
            	
				.bread_crumbs ul li{
					float:left;
					margin-left:5px;
					list-style:none;
				}			
            	.news_pagination {
					float:left;
					width:420px;
					margin-bottom:20px;
					margin-left:45px;
				}	
				
				.news_pagination ul{
				}		
            	
				.news_pagination ul li{
					float:left;
					margin-left:5px;
					list-style:none;
				}

#tabsdivcontainer a{
text-decoration:none;
}				
#tabsdivcontainer a:hover{
 	color:#0033FF;
}								
#tabsdivcontainer a:hover{
 	color:#0033FF !important;
}				