/* CSS file */
@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:#51616F;
}
.backgroundColor { 
	backgroundColor:#D1D1D1;
	
}

mx|Panel {
	backgroundColor:#D1D1D1;  
	chromeColor:#51616F;
}

s|Panel {
	backgroundColor:#D1D1D1;  
	chromeColor:#51616F;
}
.Panel {
	headerHeight: 20;
	backgroundColor:#D1D1D1;  
	chromeColor:#51616F;
	borderStyle:solid;
	borderColor:#000000;
	borderThickness:1px;
		
}
.Panelheader{
	color: #ffffff;
	fontWeight:bold;
}

.InPanel {
	headerHeight: 0;
	backgroundColor:#D1D1D1;  
	chromeColor:#51616F;
}

.CollapsiblePanel{
	backgroundColor:#D1D1D1;
	chromeColor:#51616F;
}

.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;
}
