/*
 *	This CSS overrides the default dojo theme for various widgets
 */
 
/* Buttons */
.athena .dijitButtonNode {background: orange; color: #FFF; font-weight: bold;}
.athena .dijitButtonHover .dijitButtonNode {background: orange; color: #FFF; font-weight: bold;}
.athena .dijitComboBox .dijitButtonNode {background: #2898AF;}
.athena .dijitButtonDisabled .dijitButtonNode {background: Gray;}
.athena .dijitButtonDisabled .dijitButtonText {color: #FFF;}

/**
 * CSS for the Dojo Grid
 */
.athena .dojoxGridHeader .dojoxGridCell {
	background: #D9E8EB;
	color: #4A8CA4 !important;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
}


.athena .dojoxGridContent .dojoxGridCell, 
.athena .dojoxGridHeader .dojoxGridCell {
	border: none;
	text-align: left !important;
	padding-left: 10px;
	cursor: pointer;
}

.athena .dojoxGrid {
	border-bottom: 5px solid #1D7C90;
	border-left: 1px solid #B9BEBE;
	border-right: 1px solid #B9BEBE;
}

.athena .dojoxGridContent .dojoxGridCell {
	border-left: 1px solid #B9BEBE !important;	
}
.athena .dojoxGridContent {
	margin-left: -1px;
	border-bottom: 1px solid #B9BEBE;
}

.athena .dojoxGridHeader {
	background-color: #D9E8EB;	
}
	
.athena .dojoxGrid {
	font-size: 12px !important;	
	background-color: #FFF;
	overflow: visible;
}

.athena .dojoxGridView, .athena .dojoxGridHeader {
	left: 0px !important;	
	right: 0px;
	width: auto !important;
}

.athena .dojoxGridScrollbox {
	overflow-x: hidden;	
}
.athena .dojoxGridRowOdd {
	background-color: #E6E5E1;	
}

.athena .dojoxGridRowSelected {
	background-color: #AEC7E3;	
}
/**
 * End CSS for the Dojo Grid 
 */

/*
** Themes section: 
*/
/* Dojo TitlePane (profile)*/
.athena .dijitTitlePane .dijitClosed, .athena .air .dijitTitlePane .dijitClosed {
	background: #B7DFE7;
}
.athena .dijitTitlePane .dijitOpen, .athena .air .dijitTitlePane .dijitOpen {
	background: #EC9206;
}
.athena .earth .dijitTitlePane .dijitClosed {
	background: #669900;
}
.athena .earth .dijitTitlePane .dijitOpen {
	background: #996533;
}
.athena .fire .dijitTitlePane .dijitClosed {
	background: #FF6600;
}
.athena .fire .dijitTitlePane .dijitOpen {
	background: #CD3301;
}
.athena .water .dijitTitlePane .dijitClosed {
	background: #3398CC;
}
.athena .water .dijitTitlePane .dijitOpen {
	background: #330099;
}