@charset "utf-8";
/* CSS Document */

html,body{
	height:100%;
	border:0;
	padding:0;
	margin:0;
	direction:ltr;
}
body
{
	background-color:#ffffff;
	color: #000000;
	font-family:Verdana, Arial;
	font-size:13px;
	text-align:center;
}

a img { border: 0; }

#Top { height:99px;background:url(../Graphics/topback_mingle.gif) repeat-x top;}		
#Top img {float:left;margin-left:0px}
#Top #name {float:left; color:#8988A5; margin:30px 0 0 1px;width:200px;text-align:left}
#Top a:link,a:visited { color:#4F636C;text-decoration: none; }
#Top #topmenu a:hover {text-decoration:none;}
#Top #topmenu a:visited {font-weight:bold;color:#4F636C;}
#Top #flags {float:right;margin:10px 10px 0 0px;width:80px;}

#Top #topmenu {margin:70px 0 0 -200px;float:left;text-align:left;}
#Top  ul { list-style: none; margin:0px 0 0 0; padding:0; }
#Top  ul li { float:left; margin-left:10px; background: url(../Graphics/separator_line.jpg) 0 50% no-repeat; 
			    	padding-left: 10px; font-weight: bold; }
#Top  ul li.first { float: left; margin-left: 0; background:none; padding-left: 0; }
#Top #logout {margin:70px -80px 0 0px;float:right;width:auto;text-align:right;}


#Top #nameHE {float:right;color:#8988A5; margin:30px -80px 0 0px}
#Top #topmenuHE {margin:70px 100px 0 0px;float:right;text-align:left;}
#Top #topmenuHE a:hover {text-decoration:none;}
#Top #topmenuHE a:visited {font-weight:bold;color:#4F636C;}

#Content {width:100%;padding:0;margin:0;float:left;border-bottom:1px solid #CCCCCC;}
#Footer {width:100%;height:20px;margin:10px 0 10px 0;padding:5 0 5px 0;}
#Footer ul { list-style: none; margin:0; padding:0; }
#Footer  ul li { float:left; margin-left:10px; background: url(../Graphics/separator_line.jpg) 0 50% no-repeat; 
			    	padding-left: 10px; font-weight: bold; }
#Footer  ul li.first { float: left; margin-left: 0; background: none; padding-left: 0; }

#Login a:link,a:visited {font-weight:normal;color:#01006f;text-decoration: none;}
#Login a:hover {text-decoration:underline;color:#01006f;}

#Footer .footerLink  {font-weight:normal;color:#8E88A5;text-decoration: none;}
#Footer .footerLink a:link,a:visited {font-weight:normal;color:#8E88A5;text-decoration: none;}
#Footer a:hover {text-decoration:underline;}

.MainPageLink {font-weight:normal;color:#3B5998;text-decoration: none;}
.MainPageLink a:link,a:visited {font-weight:normal;color:#3B5998;text-decoration: none;}
.MainPageLink a:hover {text-decoration:underline;}

a:hover {text-decoration:underline;}
.btn{ width:100px;background:#4F636C; color:#FFFFFF;font-weight:bold }

#SelectLink a:link,a:visited{color:#3f12da;text-decoration:none;}
#SelectLink a:hover {text-decoration:underline;}

#AlbumTop{background: url(../Graphics/AlbumTop.gif) repeat-x top;width:100%;height:28px;}


#LeftMenu
{	
	float:left;
	width:180px;
	margin: 20px 30px 0 0px;
	color:#01006f;
}

#Login 
{
	border:1px solid #c4c7da;
	background-color:#dae1fe;
	padding:5px 5px 5px 5px;
	height:165px;
	text-align:left;
	color:#01006f;
}

#JoinUs
{	
	margin-top:10px;
	border:1px solid #c4c7da;
	background-color:#dae1fe;
	padding:5px 5px 0px 5px;
	height:70px;
	font-size:12px;	
}

body.Mingle{
	overflow:hidden;
	direction:rtl;
}

img{
	border:0;
	margin:0;
	padding:0;
}
h1{
	font-size : 20px;
	color: #660000;
	font-weight: bold;
	margin-bottom:0px;
	margin-top:0px;	
}
h2{
	font-size : 16px;
	color: #C60;
	font-weight: bold;
	margin-bottom:0px;
	margin-top:0px;	
}
h3{
	font-size : 15px;
	color:#005580;
	font-weight: bold;
	margin-bottom:0px;
	margin-top:0px;	
}
h4{
	font-size : 14px;
	color:#000000;
	font-weight: normal;
	margin-bottom:0px;
	margin-top:0px;		
}
h5{
	font-size : 12px;
	color:#000000;
	font-weight: normal;
	margin-bottom:0px;
	margin-top:0px;		
}
#swf {
	 height:100%;
	 width:100%;
}
#FlashTitle {
	text-align:left;
	float:left;
	width:auto;	 
}
#TopMenu2 {
	 position:absolute;
	 top:80px;
	 left:500px;	 
	 direction:rtl;
	 text-align:left;
}

#MainContentHe 
{
	direction:rtl;
	margin-left:auto;
	margin-right:auto;
	width:600px;
}
#MainContentLTR 
{
	direction:ltr;
	margin-left:auto;
	margin-right:auto;
	width:600px;
}

#bottom
{
	float:right;
	margin-right:20px;
	margin-left:20px;
}
#bottomLTR
{
	float:left;
	margin-right:20px;
	margin-left:20px;
}



.black_overlay{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
    cursor:pointer;
}
.white_content {
    display: none;
    position: absolute;
    top: 25%;
    left: 25%;
    width: 600px;
    height: 360px;
    padding: 16px;
    background-color: white;
    z-index:1002;
    overflow: auto;
}


#LoginBox
{
	width:255px;
	height:185px;
	border:1px solid #989bbc;
	background-color:#d8d9fe;
	color:#310033;
	margin:0px auto;
}

#LoginBox #title
{

	height:30px;	
	background-color:#7f89eb;
	border-bottom:1px solid #989bbc;
	text-align:center;
}

#LoginBox #title h3
{
	padding-top:5px;
	color:#ffffff;
}

#LoginBox #content
{
	padding:5px 5px 5px 5px;
	color:#310033;
}

.TableTitle
{
	color:#666666;
	font-weight:bold;
}
