/* 
=======================================
 Container Styles for Libraries
=======================================
*/   

.containermaster_orange {
	width: 100%;
	background-color: #ffffff;
	border-right: #000000  1px solid; 
	border-top: #000000  1px solid; 
	border-left: #000000  1px solid; 
	border-bottom: #000000  1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow1_orange {
	background-color: #007FFF;
	border-bottom: #000000 1px solid; 
}
.containerrow2_orange {
	background-color: #ffffff;
}
.Left_Menu_Master {
	width: 100%;
	background-color: #dfe5f2;
	border-right: #1515E9 1px solid; 
	border-top: #1515E9 1px solid; 
	border-left: #1515E9 1px solid; 
    border-bottom: #1515E9 1px solid;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.Left_Menu_Row1 {
	background-color: #FFFDA8;
	border-bottom: #1515E9 1px solid; 
}
.Left_Menu_Row2 {
	background-color: #ffffff;
}
.Left_Menu_Row3 {
	background-color: #ffffff;
}

