/* This file needs to be saved in the UTF-8 format in order to handle EditMenuName attributes with non-english characters */

/* --- Divs used for page structure ---*/
.center
{
  width:964px;
  margin:0 auto;
}

div.clear
{
	clear: both;
}	

#containerdiv
{
	margin: auto 0;
}

	#headerdiv
	{
		float:left;
		width:780px;
	}
	#headerIcons
	{
	    width:154px;
	    float:right;   
	}
	
	#topmenudiv
	{
		font-family:Arial;
		clear:both;
		width:100%;
		height:47px;
		background-image:url(/images/avantime/menu_bg.gif);
	}
		#topmenucontrol
		{
			float:left;
		}
	.SearchBox
	{
	    border:solid 0px #000000;   
	    font-family:Arial;
	    font-size:11px;
	    top:17px;
	    width:103px;
	    color:#565656;
	}
		
	#maincontainerdiv
	{
		
	}
		#leftmenudiv
		{
			clear:both;
			float: left;
			width: 150px;
		}

		#maincontentdiv
		{
			text-align:left;
			min-height: 400px;
			float: left;
			width: 450px;
		}
		#rightmenudiv
		{
			float: left;
			width: 177px;
			text-align:left;
		}
			
	#footerdiv
	{
		margin:0 auto;
		width:965px;
		color:#57757f;
		
	}
	#spacerdiv
	{
		width:965px;
		height:50px;
	}
	
	
/************ Start Page ***********/
	
#startpagemaincontainerdiv
{
	width: 964px;
	float:left;
}
	#startpageleftmenudiv
	{
		text-align:left;
		float: left;
		width: 430px;
		margin-left:4px;
	}

	#startpagemaincontentdiv
	{
		text-align:left;
		float: right;
		width: 342px;
	
	}
	#startpagerightmenudiv
	{
		float: right;
		width: 155px;
		text-align:left;
	}


.rightaligned
{
	text-align: right;
}
.leftaligned
{
	text-align: left;
	
}
.leftfloating
{
	float: left;
}
.rightfloating
{
	float: right;
	text-align:left;
}
.leftfloatingselected
{
	float: left;
	text-align:left;
	color:#00bce2;
	text-decoration:none;
}
.Spacer
{
	height:50px;
	width:10px;
}
