/* 
=======================================
 Container Styles for Libraries
=======================================
*/   

.clsCMOn {
	color: White;
	font-size : 11px;
	text-decoration : none;
    padding: 2px 4px;
    font-family: Tahoma, Arial, Helvetica;
    font-weight: bold;
}

.clsCMOver {
	color: White;
	font-size : 11px;
	text-decoration : none;
    padding: 2px 4px;
    font-family: Tahoma, Arial, Helvetica;
    font-weight: bold;
}

.containermaster_bced {
	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_bced {
	background-color: #264B5D;
	border-bottom: #000000 1px solid; 
}
.containerrow2_bced {
	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: #264B5D;
	border-bottom: #1515E9 1px solid; 
}
.Left_Menu_Row2 {
	background-color: #ffffff;
}
.Left_Menu_Row3 {
	background-color: #ffffff;
}
