
@namespace s "library://ns.adobe.com/flex/spark";
@namespace mx "library://ns.adobe.com/flex/mx";

@namespace containers "com.routing.containers.*";
containers|CollapsiblePanel {
	backgroundColor:#F2F8FF;
	chromeColor:#6f9ab5;
	
}
.backgroundColor { 
	backgroundColor:#F2F8FF;
	
}
mx|Panel {
	backgroundColor:#F2F8FF;  
	chromeColor:#6f9ab5;
}

s|Panel {
	backgroundColor:#F2F8FF;  
	chromeColor:#6f9ab5;
}
.Panel {
	headerHeight: 20;
	backgroundColor:#F2F8FF; 
	chromeColor:#6f9ab5;
	
}

.Panelheader{
	color: #ffffff;
	fontWeight:bold;
}
.InPanel {
	headerHeight: 0;
	backgroundColor:#F2F8FF;
	chromeColor:#6f9ab5;
}



.textinput{
	borderColor:Black;
}

.textinputgrayed{
	borderColor:Black;
	fontWeight:bold;
	contentBackgroundColor:#e0e0e0;
}
.Button {
	borderColor:Black;
	fontWeight:bold;
	color:Black;
}
.TabNavigator{
	borderColor:Black;
	fontWeight:bold;
}

.NavigatorContent {
	borderColor:Black;
}
.DataGridColumn{
	backgroundColor:White;
}
.CheckBox{
	fontWeight:bold;
}
mx|DataGrid
{
	alternatingItemColors: #ffffff, #ffffff;
	headerStyleName	:mydataGridHeaderStyle;
}
.mydataGridHeaderStyle {
	fontWeight: bold;
	fontStyle: normal;
	textDecoration: underline;
	}
.transperantCanvas
{
	backgroundColor:#D1D1D1;
}
.validationSummary{
	fontFamily:Verdana;
	fontSize :13px;
	contentBackgroundColor:#FAFAD2;
}
.twhelp{
	color: #ffffff;
	fontWeight:bold;
	textAlign:center;
}

