/* 
================================
 Container Styles for SYGPRO
================================
*/   

.containermaster {
	width: 100%;
	background-color: transparent;
	border-right: #7994cb 0px solid; 
	border-top: #7994cb 0px solid; 
	border-left: #7994cb 0px solid; 
	border-bottom: #7994cb 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.title {
	font-size: 17pt; 
	color: #c7c8c9; 
	font-family: Verdana
	line-height: 38px;
}
.inpagerootmenuitem {
	font-size: 17pt; 
	color: #c7c8c9; 
	font-family: Verdana
	line-height: 38px;
}
.inpagerootmenuitemselected {
	padding: 2px 5px 3px 5px;
	font-size: 17pt; 
	color: #5B5B60;
	font-weight: normal; 
	font-family: Verdana
	line-height: 38px;
	background: white;
}


































































