/* CSS file */
@font-face
{
    src: url("/assets/fonts/Vera.ttf");
    fontFamily: main;
    fontStyle: normal;
    fontWeight: normal;
    advancedAntiAliasing: true;
}

@font-face
{
    src: url("/assets/fonts/VeraBd.ttf");
    fontFamily: main;
    fontStyle: normal;
    fontWeight: bold;
    advancedAntiAliasing: true;
}

global {
    focusThickness: 2;
    focusBlendMode: difference;
    letterSpacing: .5;
    fontThickness: -25;
}

Application {
	backgroundColor: #CCCCCC;
	backgroundGradientColors: #CCCCCC, #EEEEEE;
	backgroundGradientAlphas: 0.6, 0.4;
	themeColor: #CCCCCC;
	fontFamily:main;
}

Label {
	font-size:10;
}

DataGrid {
	selectionColor:#3366CC;
	textSelectedColor:white;
	use-roll-over:false;
	headerColors: #FFFFFF, #CCCCCC;
}

List {
	selectionColor:#3366CC;
	textSelectedColor:white;
	use-roll-over:false;
}	

ComboBox {
	selection-color: #3366CC;
	roll-over-color: #3366CC;
	text-selected-color: white;
	text-roll-over-color: white;
	font-weight: bold;
}

TextInput {
	font-weight:normal;
	borderColor: #666666;
}

LinkBar {
	color: #6B5B5B;
	disabledColor: #186CDD;
	text-roll-over-color: #186CDD;
}

LinkButton {
	font-weight:bold;
	font-size:10;
	color:#186CDD;
	roll-over-color: white;
	selection-color: white;
}

FormItem {
	font-weight:bold;
	font-size:10;
	color:#999999;
}

.linkSelected {
	font-weight:bold;
	font-size:10;
	color: #6B5B5B;
}

.linkUnSelected {
	color:#186CDD;
	font-size:10;
	font-weight:bold;	
}

.reportLabel {
	font-weight:bold;
	font-size:10;
	color:#999999;
}

.controlLabel {
	font-weight:bold;
	font-size:10;
	color:#999999;
}

.normalLabel {
	font-weight:normal;
	font-size:10;
	color:black;
}

.formField {
	color:black;
}

.contentArea {
	background-color: #F0F0F0;
}
	
.viewTitle {
	font-size: 14;
	font-weight: bold;
	color: black;
}


.subTitle {
	font-size: 10;
	font-weight: bold;
	color: black;
}

.bottomRightButton
{
	vertical-align : bottom;
	horizontal-align : right;
	padding-right : 16;
	padding-bottom : 16;
}