﻿body
{
	font-family			:	"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size			:	15px;
	line-height			:	1.166;
	padding				:	0;
	margin				:	0;
	background-color	:	#FFFFFF;
	text-align			:	left;
	color				:	White;
}

a:link, a:visited{
	margin			: 0px;
	padding			: 0px;
	list-style-type	: none;
	font-family		: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight		: normal;
    color			: #FFFFFF;
    text-align		: left;
	text-decoration	: none;
}

a:hover
{
	text-decoration	: underline;
}

.DdlMaster
{
	border:	solid 1px #66666;
}

.MyMessageTab
{
		color: #333333;
}

.MyMessageTab a:link
{
	    color: #333333;
}

.MyMessageTab a:visited
{
	    color: #333333;
}

.TagCloud
{
		color: #333333;
}

.TagCloud a:link
{
	    color: #333333;
}

.TagCloud a:visited
{
	    color: #333333;
}

.Content
{
		color: #333333;
}

.Content a:link
{
	    color: #333333;
}

.Content a:visited
{
	    color: #333333;
}

.HoverContent
{
		color: #333333;
		font-size:smaller;
}

.HoverContent a:link
{
	    color: #333333;
	    font-size:smaller;
}

.HoverContent a:visited
{
	    color: #333333;
	    font-size:smaller;
}

.ButtonStyle
{
	    border-color:#CCCCCC;
	    background-color:#333333;
	    color:#FFFFFF;
}

.ButtonStyle[disabled]
{
	    border-color:#CCCCCC;
	    background-color:#CCCCCC;
	    color:#000000;
}

.PreviewPic
{
    max-height: 150px;
    max-width: 150px;
    width: expression(this.width > 150 ? 150: true);
}

.ProfilePic
{
    max-height: 210px;
    max-width: 210px;
    width: expression(this.width > 210 ? 210: true);
}

.AvatarPic
{
    max-height: 70px;
    max-width: 70px;
    width: expression(this.width > 70 ? 70: true);
}

.LogoPic
{
    max-height: 120px;
    max-width: 120px;
    width: expression(this.width > 120 ? 120: true);
}

.LeftMenuLogo
{
	display:	block;
	margin:		0;
    max-height: 85px;
    max-width: 85px;
    width: expression(this.width > 85 ? 85: true);
}

.PrivateLogoPic
{
	display:	block;
	margin:		0;
    max-height: 85px;
    max-width: 85px;
    width: expression(this.width > 85 ? 85: true);
}


.MyHomePic
{
    max-height: 64px;
    max-width: 64px;
    width: expression(this.width > 64 ? 64: true);
}

.MyHomePicSmall
{
    max-height: 32px;
    max-width: 32px;
    width: expression(this.width > 32 ? 32: true);
}


.MbLarge
{
    max-height: 70px;
    max-width: 70px;
    width: expression(this.width > 70 ? 70: true);
}

.MbSmall
{
    max-height: 30px;
    max-width: 30px;
    width: expression(this.width > 30 ? 30: true);
}

/* Links CSS */

.LinksPink h1
{
		font-size	: medium;
		color		: #CC3366;
}

.LinksPink img
{
	max-height: 90px;
    max-width: 90px;
    width: expression(this.width > 90 ? 90: true);
    border-bottom: solid 10px #CC3366;
}

.LinksPink li
{
		color		: #CC3366;
}

.LinksGreen h1
{
		font-size	: medium;
		color		: #99FF33;
}

.LinksGreen img
{
	max-height: 90px;
    max-width: 90px;
    width: expression(this.width > 90 ? 90: true);
    border-bottom: solid 10px #99FF33;
}

.LinksGreen li
{
		color		: #99FF33;
}

.LinksBlue h1
{
		font-size	: medium;
		color		: #3399CC;
}

.LinksBlue img
{
	max-height: 90px;
    max-width: 90px;
    width: expression(this.width > 90 ? 90: true);
    border-bottom: solid 10px #3399CC;
}

.LinksBlue li
{
		color		: #3399CC;
}

.blockIMG
{
display:	block;
margin:		0;
}

input.btn
{
    color: #4169e1;
    background-color: #ffffff;
    border: solid 1px #b0c4de;
    font-weight: bold;     
}
input.btn[disabled]
{
    color: #a9a9a9;
}

.PopUp
{	
	display:none;
}

/* MYHOME INVITES TAB STYLE */

.NewsTab
{
	background-color:Silver;
	color: Black;
}

.NewsTab .ajax__tab_header 
{
    font-weight: bold;
    background-color: White;
    color: Black;
}
.NewsTab .ajax__tab_outer
{
    background-color: White;
    color: Black;

}
.NewsTab .ajax__tab_inner
{
    padding: 6px;
    margin-right: 1px;
    margin-left: 1px;
    margin-top: 1px;
    margin-bottom: 1px;
}
.NewsTab .ajax__tab_hover .ajax__tab_outer
{
    background-color: #FFFFFF;
}
.NewsTab .ajax__tab_hover .ajax__tab_inner
{
    background-color: #FFFFFF;
}
.NewsTab .ajax__tab_active .ajax__tab_outer
{
    background-color: #C0C0C0;
}
.NewsTab .ajax__tab_active .ajax__tab_inner
{
    background-color: #C0C0C0;
}

/* ajax__tab_technorati-theme theme */
.ajax__tab_technorati-theme .ajax__tab_header 
{
    font-family:"Helvetica Neue", Arial, Sans-Serif;
    background:url(img/technorati/tab-line.png) repeat-x bottom;
    font-size:12px;
    display:block;
}
.ajax__tab_technorati-theme .ajax__tab_header .ajax__tab_outer 
{
    background:url(img/technorati/tab.png) no-repeat left top;
    border-color:#222;
    color:#222;
    padding-left:10px;
    margin-right:3px;
}
.ajax__tab_technorati-theme .ajax__tab_header .ajax__tab_inner 
{
    background:url(img/technorati/tab.png) no-repeat right top;
    border-color:#666;
    color:#666;
    padding:3px 10px 2px 0px;
}
.ajax__tab_technorati-theme .ajax__tab_hover .ajax__tab_inner 
{
    color:#000000;
}
.ajax__tab_technorati-theme .ajax__tab_active .ajax__tab_outer 
{
    background:url(img/technorati/tab.png) no-repeat 0pt -40px;
    border-bottom-color:#ffffff;
}
.ajax__tab_technorati-theme .ajax__tab_active .ajax__tab_inner 
{
    background:url(img/technorati/tab.png) no-repeat right -40px;
    color:#000000;
    border-color:#333
}
.ajax__tab_technorati-theme .ajax__tab_body 
{
    font-family:verdana,tahoma,helvetica;
    font-size:10pt;
    padding:8px;
    background-color:#ffffff;
    border:solid 1px #d7d7d7;
    border-top-width:0;
}

/* Accordion */
.accordionHeader
{
    border-bottom: 2px solid #FFFFFF;
    color: white;
    background-color: transparent;
      font-family: Arial, Sans-Serif;
      font-size: 16px;
    padding: 5px;
    margin-top: 0px;
    cursor: pointer;
}
 
#master_content .accordionHeader a
{
      color: #FFFFFF;
      background: none;
      text-decoration: none;
}
 
#master_content .accordionHeader a:hover
{
      background: none;
      text-decoration: underline;
}
 
.accordionHeaderSelected
{
    border-bottom: 2px solid #FFFFFF;
    color: white;
    background-color: transparent;
      font-family: Arial, Sans-Serif;
      font-size: 16px;
    padding: 5px;
    font-weight:bolder;
    margin-top: 0px;
    cursor: pointer;
}
 
#master_content .accordionHeaderSelected a
{
      color: #FFFFFF;
      background: none;
      text-decoration: none;
}
 
#master_content .accordionHeaderSelected a:hover
{
      background: none;
      text-decoration: underline;
}
 
.accordionContent
{
    background-color: #D3DEEF;
    border: 0px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
}

/* Modal Popup */

.modalBackground
{
    filter: Alpha(Opacity=40); -moz-opacity:0.4; opacity: 0.4;
    width: 100%; height: 100%; background-color: #999999;
    position: absolute;
    z-index: 500;
    top: 0px; left: 0px;
}

/* Collapsable Panels */

.collapsePanel 
{
    overflow:hidden;
}


/* Ratings */

.RatingOff { background-image: url(../images/icons/star-off.gif); width: 16px; height: 16px; background-color:Transparent; }     
.RatingOn { background-image: url(../images/icons/star-on.gif); width: 16px; height: 16px; background-color:Transparent;}
.RatingHover { background-image: url(../images/icons/star-on.gif); width: 16px; height: 16px; background-color:Transparent;}  
