#large_container	{
	margin-left: auto;
	margin-right: auto;
/*	text-align: left;*/
	position: relative;
	display: table;
	height:100%; 
	width:1000px;
	}

#select_usr_type	{
	position:absolute;
	top:79px;
	text-align:center;
	width:746px;
	left: 2px;
	}

#create_new_user	{
	position:absolute;
	top:174px;
	text-align:center;
	width:748px;
	left: -4px;
	}

#my_bookings	{
	position:absolute;
	top:207px;
	text-align:center;
	width:1166px;
	left: -3px;
	height: 192px;
	}

#links	{
	position:absolute;
	top:654px;
	text-align:center;
	width:808px;
	left: 1px;
	}

#Dev_Msg	{
	position:absolute;
	top:537px;
	text-align:center;
	width:748px;
	left: 1px;
	}


#client_header	{
	position:absolute;
	top:75px;
	align:center;
	width:610px;
	}



#abc	{
	width:auto;
	height:11px;
	position:fixed;
	top:11px;
	left:10px;
	z-index:1;
	font-size: 11px;
	color: #FFFFFF;
	}

#top	{
	width:100%;
	height:15px;
	position:fixed;
	top:1px;
	left:0px;
	padding:8px;
	background-color:#FF9966;
	z-index:1;
	font-size: 15px;
	font-weight:bold;
	text-align:center;
	text-valign:middle;
	color: #FFFFFF;
	}

#xxbtn_Save_Client	{
	width:auto;
	height:auto;
	position:absolute;
	top:-31px;
	left:600px;
	}
	
#DatePart_yyyy	{
	width:189px;
	height:35px;
	position:absolute;
	top:45px;
	left:151px;
	}

#ACTIVITY_LABEL	{
	width:auto;
	height:35px;
	position:absolute;
	top:51px;
	left:600px;
	}

#selSELECT_ACTIVITY	{
	width:216px;
	height:26px;
	position:absolute;
	top:7px;
	right:25px;
	z-index:1;
	}

#Co_Logo	{
	width:100px;
	height:100px;
	position:fixed;
	top:45px;
	right:25px;
	z-index:1;
	}

#sa_nav_bar	{
	width:auto;
	height:auto;
	position:absolute;
	left: 200px;
	top:50px;
	font-size: 12px;
	color: #FFFFFF;
	}

#nav_bar	{
	width:1289px;
	position:absolute;
	left: 32px;
	bottom:-20px;
	padding:1px;
	background-color:#6699FF;
	font-size: 10px;
	text-align:right;
	color: #FFFFFF;
	}

#nav_bar_2	{
	width:100%;
	height:10px;
	position: fixed;
	bottom:22px;
	padding:1px;
	background-color:#6699FF;
	font-size: 9px;
	text-align:right;
	color: #FFFFFF;
	z-index:1;
	}

#under_construction	{
	position:fixed;
	top:300px;
	right:15px;
	width:350px;
	background-color:#317195;

	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
	margin-left:10px;
	
	color: #FFFFFF;
	}


#pow_by	{
	width:100%;
	height:10px;
	position: fixed;
	bottom:10px;
	background-color:#FF9966;
	font-size: 9px;
	text-align:right;
	color: #FFFFFF;
	z-index:1;
	}



#ButtonPos	{
	position:relative;
	top:11px;
	left:-12px;
	width:auto;

	}

#button {
	width: 24em;
	border-right: 1px solid #bcbcbc;		/* 1px solid #000;*/
	padding: 0 0 0 0;						/* 0 0 1em 0;*/
	margin-bottom: 1em;						/* 1em;*/
/*	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;*/
	background-color: #d7d7d7;				/*#90bade;*/
	color: #333;
	}
#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}
		
#button li {
	border-bottom: 1px solid #bcbcbc;		/*#90bade;*/
	margin: 0;
	}
		
#button li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 1px solid #bcbcbc;			/*10px solid #1958b7;*/
	border-right: 0px solid #bcbcbc;		/*10px  solid #508fc4;*/
	background-color: #d7d7d7;				/*#2175bc;*/
	color: #000000;
	text-decoration: none;
	width: 100%;
	}

html>body #button li a {
	width: auto;
	}

#button li a:hover {
	border-left: 1px solid #bcbcbc;			/*10px solid #1c64d1;*/
	border-right: 0px solid #bcbcbc;		/*10px solid #5ba3e0*/
	background-color: #a0a0a0;				/*#2586d7;*/
	color: #fff;
	}
		

