﻿body
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url("Images/top_bg.jpg");
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-repeat: repeat-x;
	font-family: Arial;
	color: #555555;
	font-size: 10pt;
}
.registerTab:hover
{
	width: 180px;
	background-color: #FFFFCC;
}
.registerTab
{
	width: 180px;
}
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=50);
	opacity: 0.50;
}
.watermark
{
	color: #bbb;
	background-color: White;
}
.updateProgress
{
	border-width: 1px;
	border-style: solid;
	background-color: #FFFFFF;
	position: absolute;
	width: 180px;
	height: 65px;
}
a.menu
{
	padding: 0px 0px 0px 0px;
}
a.menu:hover
{
	border: none;
	background-color: none;
	padding: 0px 0px 0px 0px;
}

a.img
{
	border: none;
}

a
{
	color: #FF9F3F;
	text-decoration: none;
	padding: 6px 6px 6px 6px;
}
a:hover
{
	color: #C84A2B;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	padding: 5px 5px 5px 5px;
}

.whyjoin
{
	background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    width: 30%;
}

.lightbg
{
	background-color:#ffffff;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    padding: 5px 5px 5px 5px;
}

/* Rating */
.ratingStar {
 font-size: 0pt;
 width: 13px; /*13*/
 height: 13px; /*12*/
 margin: 0px;
 padding: 0px;
 cursor: pointer;
 display: block;
 background-repeat: no-repeat;
}

.filledRatingStar {
 background-image: url(Images/icons/heart_small.png); /* FilledStar.png */

}

.emptyRatingStar {
 background-image: url(Images/icons/heart_small_light.png); /* EmptyStar.png */
}

.savedRatingStar {
 background-image: url(Images/icons/heart_small.png); /* SavedStar.png */
}


/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}




#main_overlay
{
	width: 952px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#register_overlay
{
	background-image: url('Images/register_main_overlay.jpg');
	width: 948px;
	/*height: 413px;*/
	height: 1000px;
	position: relative;
}
.RegisterImage
{
	position: absolute;
	top: 80px;
	left: 70px;
}
.ImageText
{
	position: absolute;
	top: 330px;
	left: 50px;
	color: #921732;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	width: 230px;
}
.RegisterButton
{
	position: absolute;
	top: 345px;
	right: 20px;
}
.pnlRegister
{
	position: absolute;
	top: 25%;
	right: 35%;
	font-size: 10pt;
	font-weight: bold;
	background-color: White;
	width: 300px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #921732;
	z-index: 10002;
}
.pnlRegister input
{
	border: 1px solid #921732;
	padding: 5px 5px 5px 5px;
	font-size: 10pt;
	color: #921732;
}
.pnlRegister select
{
	border: 1px solid #921732;
	padding: 5px 5px 5px 5px;
	font-size: 10pt;
	color: #921732;
	width: 100px;
}
.pnlLogin
{
	position: absolute;
	top: 70px;
	left: 270px;
	width: 250px;
	border: 2px solid #921732;	
	padding: 5px 5px 5px 5px;
	background-color: #F3F2FD;
}
.pnlLogin input
{
	border: 1px solid #921732;
	padding: 2px 2px 2px 2px;
	font-size: 10pt;
	color: #921732;
}
.btnLogin
{
	position: absolute;
	top: 155px;
	left: 440px;
}
.subOverlay
{
	margin-top: 20px;
	border: 1px solid #ccc;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 10px 10px 10px;
}
.line
{
	border-top: 1px solid #ccc;
	height: 1px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.line2
{
	border-top: 1px solid #ccc;
	height: 1px;
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.line3
{
	border-top: 1px solid #ccc;
	height: 1px;
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.contactLeft
{
	border-right: 1px solid #ccc;
	width: 450px;
	height: 400px;
	float: left;
}
.contactLeft input
{
	border: 1px solid #921732;
	padding: 2px 2px 2px 2px;
	font-size: 10pt;
	color: #921732;
}
.mainButton
{
	background-color: #921732;
}
.contactRight
{
	float: right;	
	width: 450px;
	position: relative;
	top: -270px;
}
.lblKnow
{
	width: 300px;
	margin-top: 20px;
	position: relative;
	left: 20px;
}
.AdsKnow
{
	margin-top: 20px;
	margin-left: 40px;
}
.pnlNavDiv
{
	position: absolute;
	top: 57px;
	right: 30px;	
}

.accordionHeader
{
    border: 1px solid #2F4F4F;
    background-color: #F8F0D0;
	border: 1px solid #ccc;
	padding: 5px 5px 5px 5px;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a
{
	color: #921732;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    color: #F8F0D0;
	border: 1px solid #ccc;
	padding: 5px 5px 5px 5px;
	font-size: 11px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    background-color: #F8F0D0;
}

#master_content .accordionHeaderSelected a
{
	color: #F8F0D0;
	background-color: yellow;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    /*background-color: #D3DEEF;*/
	border: 1px solid #ccc;
	padding: 5px 5px 5px 5px;
    background-repeat: repeat-x;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    color: #921732;
}

a.accordionLink
{
	color: #921732;
	text-decoration: none;
}
a img
{
	border: none;
}
.profileTab a
{
	padding-left: 15px;
	position: relative;
	left: -8px;
}
#aboutMe
{
	display: inline;
}
#favoriteThings
{
	display: none;
}
#lookingFor
{
	display: none;
}
#feedbackScore
{
	display: none;
}
#editProfile
{
	display: none;
}
.text
{
	color: #888;
}
.pnlSearch
{
	background-color: White;
	width: 330px;
	height: 50px;
	position: absolute;
	top: 0px;
	left: 300px;
	z-index: 100;
	font-size: 8pt;
	font-weight: bold;
}
.button
{
	background-color: #8F1732;
	border: 1px solid #ccc;
	color: White;
}
.searchMiddle1
{
	font-weight: bold;
}
.im
{
	display: inline;
}
.MoreImages
{
	position: relative; 
	top: -3px; 
	left: -3px; 
	border-bottom: 1px solid #921732; 
	border-left: 1px solid #921732; 
	border-right: 1px solid #921732; 
	width: 186px; 
	color: #921732; 
	font-size: 10pt;
	background-color: #F9F0D1;
}
.MoreImages:hover
{
	font-weight: bold;
}
.ProfileTab
{
	color: White;
	padding-left: 4px;
	position: relative;
	top: 2px;
}
.ProfileImageCompatibility
{
	position: absolute;
	top: 140px;	
	left: 10px;
	z-index: 10000;
}
.RankImageCompatibility
{
	position: absolute;
	top: 220px;	
	left: 170px;
}
.ProfileLink:hover
{
	border: 2px solid #F9F0D1;
	padding: 5px 5px 5px 5px;	
}
.pnlPopupMenu
{
	/*background-image: url('App_Themes/Galactica/Images/PopupMenuBG.png');
	background-color: #F9F0D1;*/
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	background-color: White;
	height: auto;
	width: 100px;
	z-index: 10001;
}
.PopupMenuItems
{
	color: #921732;
	width: 100px;
}
.PopupMenuTD
{
	color: #921732;
	font-size: 8pt;
}
.PopupMenuTD:hover
{
	background-color: #921732;
	color: White;
}