/* CSS file */
@namespace s "library://ns.adobe.com/flex/spark";
@namespace mx "library://ns.adobe.com/flex/mx";
@namespace components "common.components.*";


global
{
	modal-transparency-blur: 0;
	modal-transparency: 0.95;
	modal-transparency-color: #003090;

	modal-transparency-duration: 400;

	fontSize: 14;
	fontFamily: Meiryo;

	focusColor: #AAFFFF;
}

s|BorderContainer.Background
{
	/*backgroundColor : #6090F0;*/
	backgroundColor : #003090;
}
mx|LinkButton
{
	color: #FFFFFF;
}
mx|AdvancedDataGrid
{
	fontSize: 12;
	fontFamily: Meiryo;
}
mx|Alert
{
	fontSize: 12;
	modal-transparency-blur: 0;
	modal-transparency: 0.5;
	modal-transparency-color: #F0F0FF;
	modal-transparency-duration: 0;
}
s|TitleWindow
{
	modal-transparency-blur: 0;
	modal-transparency: 0.3;
	modal-transparency-color: #FFFFFF;
	modal-transparency-duration: 0;
}
s|Label
{
	verticalAlign: middle;
	paddingTop: 2;
	paddingBottom: 2;
}
s|Label.DayLabel
{
	textAlign: center;
	verticalAlign: middle;
	fontWeight: bold;
}
s|Label.StatusLabel
{
	textAlign: center;
	fontWeight: bold;
	paddingLeft: 2;
	paddingRight: 2;
	color :#FFFFFF
}
s|Label.CountLabel
{
	paddingTop: 4;
	textAlign: center;
	fontWeight: bold;
	color: #FFFFFF;
}
s|Button
{
	color: #000000;
}
components|ButtonDIC
{
	chromeColor: #AAFFFF;
	color: #000000;
}

mx|AdvancedDataGridHeaderRenderer
{
	color: #000000;
	fontSize: 12;
	fontWeight: normal;
	fontFamily: Meiryo;
	verticalAlign: middle;
}


