li.yuimenuitem {
	/* this is to override the rules for the contextmenu item in the yui library */
	text-align: left;
}

span#flax_activities, span#temporary_activities {
	cursor: pointer;
	background-color: #E5F1F7;
	font-weight: bold;
	min-height: 62px;
	background-position: bottom;
	background-repeat: repeat-x;
	border-bottom: 5px solid Window;
}

div#login_container_id {
	/**border-bottom: solid 2px #029c00;**/
   margin-bottom: 10px;
}	

div#design_container_id  {
	background-color: #ECFFD9;
	width: 95%;
	border: solid 2px #029c00;

	margin-left: 2%;
	margin-right: 2%;
	overflow: auto;
}

div#userlist_container_id{
	background-color: #ECFFD9;
	width: 95%;
	border: solid 2px #029c00;

	margin-left: 2%;
	margin-right: 2%;

}
div#userlist_container_id table {
	text-align : left;
	width: 100%;	
}

div#userlist_container_id table tbody tr td a{
	margin-left: 5px;
	text-decoration: underline;
}

div.add_user_div_class, div#add_student_body_id {
    text-align: center;
    margin-top: 20px;
    
}
div.add_user_div_class a{
    text-decoration: underline;
    font-weight: bold;
    color: blue;
    cursor: pointer;
}
div.close_btn_class {
	text-align: right;
}
span#_am_close_btn_id{
	cursor: pointer; 
 	border:1px solid black;
 	background-color: gray;
}

span#close_btn_id{
 	cursor: pointer; 
 	border:1px solid black;
 	background-color: gray;
}
div.AM_name_div_class {
	text-align: center;
}

/* login body and administration*/
div#login_container_id {
	text-align: right;
}
span#login_btn, span#logout_btn, span#user_account_btn{
/*	margin-left: 20px;*/
}
span.admin_btn {
	color: blue;
	cursor: pointer;
	margin-left: 20px;
	margin-bottom: 10px;

}
span.admin_btn:hover { 
	background:#C6FF8C none repeat scroll 0%;  
	padding-top: 3px;

} 
span#username {
	color: blue;
	font-weight: bold;
	cursor: pointer;
	margin-left: 5px;
}

