/*****************************************************
 Gallery style sheet (Clean)
*****************************************************/

@import "Clean_Frame.css";
@import "Clean_Item.css";
@import "Clean_Menu.css";

/* List of items in Edit Screen */
TD.Gallery_Row {
	font-family: Verdana;
	font-size: 10px;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #EFEFEF;
}

TD.Gallery_SubHeader, .Gallery_SubHeader {
	background-color: #ececec;
	font-weight: bold;
	font-size: 8pt;	
	color: #4455aa;
	font-family: Verdana;
}

TD.Gallery_RowPanel, .Gallery_RowPanel {	
	color: #003366;		
	font-family: Verdana;
    font-size: 11px;
    font-weight: normal;	
	border-right: #999999 1px solid;
	border-top: white 1px solid;	
	border-left: white 1px solid;
	border-bottom: #999999 1px solid;	
	background-color: #ececec;	
}

.Gallery_NormalGrey {
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
    color: #999999;
}


