﻿.TopMembersBox
{
    background-image: url(../Pics/HomePage/TopFriendsBackground.gif);
    background-position: center top;
    background-repeat: no-repeat;
    width: 265px;
}

#MainLinks
{
    position: relative;
    height: 305px;
    width: 380px;
    overflow: hidden;
}

#MainLinks .MainLink
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    opacity: 0.0;
    height: 305px;
}

#MainLinks .MainLink.active
{
    z-index: 10;
    opacity: 1.0;
}

#MainLinks .MainLink.last-active
{
    z-index: 9;
}

#LinksNav
{
    position: absolute;
    top: 200px;
    left: 250px;
    background-color: Red;
    z-index: 20;
}


#LinksNav div
{
    float: left;
    border: 1px solid black;
    margin-right: 5px;
}

#LinksNav .LinkActive a
{
    font-weight: bold;
}


.TopMembersBox2
{
    min-height: 246px;
}

/* ---------------- Search Friends Box ---------------- */
.SearchFriendsBox
{
}

.SearchFriendsBox input, .SearchFriendsBox select
{
    border: 0;
}



.SearchFriendsBox .TextBox
{
    width: 116px;
}


.SearchFriendsBox .Areas
{
    display: block;
    margin-top: 7px;
    width: 126px;
}

.SearchFriendsBox .Cities
{
    display: block;
    margin-top: 7px;
    width: 126px;
}


/* -------------- Who is in mevalim box ---------------- */
.WhoIsInMevalim
{
    overflow: hidden;
    height: 371px; 
    #height:381px;

}

.WhoIsInMevalim .PicsTable
{
    height: 340px;
    overflow: hidden;
    margin-right: 17px;
}

.WhoIsInMevalim .PicsTableRow
{
    height: 50%;
}


/* ----------------- Register Member -------------------- */
.RegisterMember
{
}

.RegisterMember .RegTable .RegRow
{
    height: 30px;
}

.RegisterMember .RegTable .PasswordRow input
{ width:269px;
}

/* ---------------- On base page ----------------------- */


.LoginMenu
{
    width: 760px;
    margin-bottom: 2px;
}

/* ----------- Header.ascx ------------------------ */

#TopBannerContainer
{
    width: 760px;
    height: 200px;
    overflow: hidden;
    margin-top: 10px;
}
#GoogleTopBanner
{
    width: 728px;
    height: 90px;
    overflow: hidden;
}
#TopMenuContainer
{
    height: 22px;
    overflow: hidden;
}

#BachelorPartyContainer
{
    float: right;
    margin-right: 5px;
}

#LogoContainer
{
    float: right;
    margin-right: 5px;
}
#MainMenuContainer
{
    border-right: 1px solid #5BC0E4;
    float: right;
    color: Black;
    font-weight: bold;
    padding-bottom: 9px;
    margin-top: 15px;
    margin-right: 3px;
}

#MainMenuContainer .MenuRow
{
    background-color: #5BC0E4;
    height: 17px;
    background-image: url(../Pics/Base/blue_end.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    margin-top: 9px;
    padding-right: 5px;
    padding-top: 2px;
}

#MainMenuContainer .MenuRow .FirstMenuLink
{
    width: 80px;
    float: right;
}

#MainMenuContainer .MenuRow .MiddleMenuLink
{
    width: 100px;
    float: right;
}

#MainMenuContainer .MenuRow .LastMenuLink
{
    width: 50px;
    float: right;
}


#MainMenuContainer .MenuRow .MenuLink a
{
    color: Black;
}

/* ---------- /Header.ascx ----------------------- */

/* ---------- Member Menu ------------------------ */


.MemberTopMenu
{
    width: 752px;
    height: 22px;
    
    font-size: 12px;
}

.MemberTopMenu a
{
    color: White;
}


/* ---------- Place Owner Menu ------------------- */


.PlaceOwnerMenu
{
    width: 752px;
    height: 22px;
    
    font-size: 12px;
}

.PlaceOwnerMenu a
{
    color: White;
}

/* --------- /Place Owner Menu ------------------- */

/* ---------- Production Owner Menu ------------------- */


.ProductionOwnerMenu
{
    width: 752px;
    height: 22px;
    
    font-size: 12px;
}

.ProductionOwnerMenu a
{
    color: White;
}

/* --------- /Production Owner Menu ------------------- */

/* ---------- Place Top Menu ------------------- */

.PlaceMenu
{
    overflow: auto;
}

.PlaceMenu .PlaceMenuButton, .PlaceMenu .PlaceName
{
    
    float: right;
    padding: 4px 10px 2px 10px;
    margin-right: 2px;
    font-size: 14px;
    width: 100px;
    text-align: center;
}

.PlaceMenu .PlaceMenuButton
{
    height: 20px;
}

.PlaceMenu .PlaceName
{
        
}

.PlaceMenu .PlaceMenuButton
{
    background-image: url(../Pics/ViewPages/Places/PlaceMenuBackground.jpg);
}

.PlaceMenu .PlaceMenuButton a.Selected
{
    color: White;
}

.MainPlaceMenuWrapper
{
    margin-top: 10px;
    padding-right: 75px;
}

.MainShowMenuWrapper
{
    margin-top: 10px;
    padding-right: 75px;
    margin-bottom: 10px;
}

.MainEventMenuWrapper
{
    margin-top: 10px;
    padding-right: 75px;
    margin-bottom: 10px;
}
/* --------- /Place Top Menu ------------------- */

/* ---------- Gallery Header ------------------- */

.GalleryHeader
{
    padding: 5px;
    margin-top: 8px;
}

.GalleryHeader .GalleryName, .GalleryHeader h1
{
    font-size: 20px;
    color: White;
    margin: 5px;
}

.GalleryHeader .DateAndAuthor
{
    margin-top: 15px;
    width: 200px;
}

.GalleryHeader .GalleryDate
{
    float: right;
}

.GalleryHeader .GalleryAuthor
{
    float: left;
}

.GalleryHeader .AddFiles
{
    color: White;
    font-size: 16px;
    margin-left: 10px;
    margin-top: 20px;
}

.GalleryHeader .AddFiles a
{
    color: White;
}

.GalleryHeader .LeftHeader
{
    float: left;
    margin-top: 5px;
}

.GalleryHeader .RightHeader
{
    float: right;
    margin-top: 5px;
}

.GalleryHeader .BoxHR
{
    background-color: #445157;
    height: 1px;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    
}

/* --------- /Gallery Header ------------------- */

/* --------- Place Galleries List -------------- */
.PlaceGalleriesList
{
    width: 360px;
    float: right;
}

.GalleryMedia
{
    float: left;
    width: 378px;
}

.GalleryMedia .GalleryImage
{
    padding: 5px;
}

.GalleryMedia .boxBackground
{
    padding: 5px;
}

.GalleryMedia .TagMe
{
    margin: 5px;
}

/* --------- /Place Galleries List ------------- */
/* --------- New Galleries ------------- */
.NewGalleries
{
}

.NewGalleries h1
{
    font-size: 18px;
}

.NewGalleries .VideoGalleries
{
    float: right;
    width: 378px;
}

.NewGalleries .PictureGalleries
{
    float: left;
    width: 378px;
}
/* --------- /New Galleries ------------- */

/* -------- /CustomPager -------------- */
.CustomPagerCurrentPage
{
	color: white;
}

/*-------- .net ajax Calendar -------------- */

.cal_Theme1 .ajax__calendar_container   {
    background-color: #e2e2e2; 
    border:solid 1px #cccccc;
    color:#495960;
}

.cal_Theme1 .ajax__calendar_header  {
    background-color: #ffffff; 
    margin-bottom: 4px;
    color:#495960
}

.cal_Theme1 .ajax__calendar_title,
.cal_Theme1 .ajax__calendar_next,
.cal_Theme1 .ajax__calendar_prev    {
    color: #004080; 
    padding-top: 3px;
}

.cal_Theme1 .ajax__calendar_body    {
    background-color: #e9e9e9; 
    border: solid 1px #cccccc;
    color:#495960
}

.cal_Theme1 .ajax__calendar_dayname {
    text-align:center; 
    font-weight:bold; 
    margin-bottom: 4px; 
    margin-top: 2px;
    color:#495960    
}

.cal_Theme1 .ajax__calendar_day {
    text-align:center;
 
}

.cal_Theme1 .ajax__calendar_hover .ajax__calendar_day,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_month,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_year,
.cal_Theme1 .ajax__calendar_active  {
    color: #004080; 
    font-weight: bold; 
    background-color: #ffffff;
}

.cal_Theme1 .ajax__calendar_today   {
    font-weight:bold;
}

.cal_Theme1 .ajax__calendar_other,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_today,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_title {
    color: #bbbbbb;
}

/*-------- .net ajax Calendar -------------- */
