﻿/* 
	MasterPage 
*/
#banner						{height:auto; left:0px; top:0px; background-image:url(../Images/topstrip.gif); background-repeat:repeat-x;  }
#MasterPageHeader			{height:155px; left:0px; top:0px; width:1024px;margin:0px auto; text-align:left; background-image:url(../Images/topstrip.gif); background-repeat:repeat-x;  }
#MasterPageContainer		{width:1024px; margin:0px auto; background:#ffffff; }
#MasterPageContainerHeader	{height:20px; background:#ff9900; text-align:left;  }
#MasterPageLeftPanel		{width:15%; margin:0px auto; float:left; text-align:left;}
#MasterPageCenterPanel		{width:60%; margin:0px auto; float:left; text-align:left;}
#MasterPageRightPanel		{width:25%;	margin:0px auto; float:right; text-align:left;}
#MasterPageFooter			{text-align:center; width:1024px; margin:0px auto; height:120px; background-image:url(../Images/topstrip2.gif); background-repeat:repeat-x; }
#MasterPageFooterLeft		{width:33%; margin:0px auto; float:left; text-align:center; margin-top:25px; }
#MasterPageFooterCenter		{width:34%; margin:0px auto; float:left; text-align:center; margin-top:10px; }
#MasterPageFooterRight		{float:right; text-align:center; width:33%; margin-top:25px; }
#Copyright					{background: #2c476d; text-align:center; }

#NewsRepeaterItemTemplate   {font-size:12pt; line-height:19pt; }

#LoginStatus				{vertical-align:middle; float:right; padding-right:10px; letter-spacing: .1em; color: #2c476d; font-weight: bold; font-size: 8pt; }

/* MENU */
#hnavigation				{/*position:absolute;*/ height:auto; width:800px; left:200px; top:129px; z-index:5; }


#ActivityListMainDiv		{ }

#TeamAdminMainDiv
{
	width:100%;
}



#TestMenuItem
{
	text-align:center;
	background-image: url("../Images/Menu/empty_Bt.jpg");
}

/* Person */
#PersonContainer
{
	/*background-color:Fuchsia;*/
	width:100%;
	text-align:left;
}

#PersonPhotoDiv
{
	float:left;
}

#PersonData
{
	text-align:left;
	/*background-color:Green;*/
	float:right;
	width:80%;
}

/*
	PersonDetailUserControl
*/
#PersonDetailMainDiv		{width:100%; }
#PersonDetailPhotoDiv		{width:25%; float:left; }
#PersonDetailDataDiv		{width:74%; float:right; }

#ClearFloatDiv				{clear:both; }
