﻿#divCommunityMenu
{
	width: 200px;
	border: solid 0px black;
	float: left;
	font-size: 12px;
}
#divCommunityMenu h3
{
	font-size: 14px;
}
#divCommunityMenu a
{
	text-decoration: none;
}

.CommunityMenuItem
{
	width: 158px;
	padding: 5px 5px 5px 30px;
	border: solid 0px black;
	display: block;
}
.CommunityMenuItem:hover
{
	background-color: #EFEFF7;
	cursor: hand;
	cursor: pointer;
}
.CommunityMenuItem_selected
{
	width: 158px;
	padding: 5px 5px 5px 30px;
	border: solid 0px black;
	display: block;
	background-color: #EFEFF7;
	cursor: hand;
	cursor: pointer;
}

#divCommunityMain
{
	width: 746px;
	border: solid 0px black;
	float: right;
}

#divCommunityMemberSearch
{
	width: 100%;
}

/*format the Contact Us link*/
.contact
{
	font-size:15px; 
	font-weight:bold;
	/*font-size: 12px;*/
   	 font-family: Sans-Serif;
    	font-style: italic;
	text-decoration:none;
	color: Black;
}

.loginlogout
{
 font-size: 14px;
 font-family: Arial;
 color: #677cab;
    
}

.LoginControlLink
{
	color: #0700fe;
}

.logintext
{
	font-size: 10px;
	font-family: Arial;
	color: #677cab;
}

.loginheading
{
	color: #ffffff;
	font-size: 11px;
	font-family: Verdana;
}

.logintopone
{
	background-color: #677cab;
	padding: 2px 0px 0px 2px;
	float: left;
	width: 232px;
	height: 19px;
	font-weight: bold;
}
.logintoptwo
{
	background-color: #677cab;
	padding: 2px 2px 0px 0px;
	float: right;
	width: 14px;
	height: 19px;
	position: absolute;
}
.loginNewMember
{
	font-size: 11px;
}
.loginpassword
{
	width: 135px;
}

.latestheading
{
 color: #E86717;
 font-family: Tahoma, Geneva, sans-serif; 
 font-size: 14px;
}

.latestnewcontent
{
 color: #000000;
 font-family: Tahoma, Geneva, sans-serif; 
 font-size: 14px;
}



.latestcontent
{

 font-family: Arial; 
 font-size: 11px;
}


.MemberName
{
	font-weight: bold;
}


.membersName
{
	font-weight: bold;
	font-size: 11px;
	font-family: Arial;
}

.membersPosition
{
	font-size: 10px;
	font-family: Arial;
}

.membersEmail
{
	font-size: 10px;
	font-family: Arial;
}

.membersSite
{
	font-size: 10px;
	font-family: Arial;
}


/*** css for the add forum control ***/

#divAddForum
{
	position: absolute;
	width: 500px;
	height: 270px;
	display: none;
	border: solid 4px #525252;
	background-color: White;
	z-index: 9998;
}
/* this is the div that holds the add forum control */

#divAddForumControl
{
}

#divAddForumControl .TitleBar
{
	background-color: #3a3a3a;
	height: 21px;
	color: White;
	font-weight: bold;
	padding-left: 5px;
}
#divAddForumControl .ToolBar
{
	background-color: #9b9c9b;
	color: White;
	font-weight: bold;
	padding: 3px;
}
#divAddForumControl .ControlBar
{
	background-color: #e8e8e8;
	height: 28px;
	text-align: right;
	vertical-align: top;
	padding-right: 2px;
	padding-top: 2px;
}

#divInputTabe
{
	border: solid 1px #dddddd;
	margin: 3px;
	padding: 3px;
}



/* *** CSS for drop shadow effect *** */

.toplevelcontainer
{
	margin: 0px auto 0px auto;
	width: 950px;
}
.shadow
{
	float: left;
	background: url(/images/shadowAlpha1.png) no-repeat bottom right !important;
	background: url(/images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
	margin: 10px 0 0 5px;
}
.shadow-container
{
	margin: -10px 0 0 -10px;
	padding: 0 6px 6px 0;
}


/* *** css for main menu selected  *** */
.MenuItemSelected
{
	font-style: italic;
	background:url(../images/menu_a_bg.jpg);
	color:#FFFFFF;
}


/*----------------- Bradut: 2010-02-09----------------------------------------*/




.SubMenuItemSelected
{
	font-style: italic;
	background:url(../images/menu_a_bg.jpg);
	color:#FFFFFF;
}

#mypopup
{
	z-index: 999999 !important;
}
