body {
	background-color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.smalltxt {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.navbar {
	background-color: #CCCCCC;
}


#navbarLinks {
    font-family: "Times New Roman";
    font-size: 20px;
    filter:alpha(opacity=10);
    text-transform : lowercase;
}

#navbarLinks a {
    font-weight: lighter;
    color: #000;
    text-decoration : none;
    letter-spacing : 1px;
} 

#navbarLinks a:hover {
    font-weight: lighter;
    color: #000;
    text-decoration : underline;
    letter-spacing : 1px;
} 

a:link {color: #FFFFFF}     /* unvisited link */
a:visited {color: #CCCCCC}  /* visited link */
a:hover {color: #3399CC}   /* mouse over link */
a:active {color: #FFFFFF}   /* selected link */
.tdfill {
	background-image: url(gallery/themes/hardwired/images/hardwired_bak.gif);
}
.emphasis {
	font-size: 14px;
	font-weight: bold;
}

#PhotoRight {
    float:right; 
	clear:right;
}

.phpmaker {
	color: ; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */	
}

input, textarea, select {	
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
} 


/* main table */
.ewTable {
	width: ; /* table width */	
	color: ; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	border-collapse: collapse;
	border: none;
}

/* main table data cells */
.ewTable td {
	padding: 4px; /* cell padding */
	border: 1px solid; /* cell spacing */
	border-color: #CCCCCC;  /* table background color */
}

/* main table header cells */
.ewTableHeader {
	background-color: #666666; /* header color */
	color: #FFFFFF; /* header font color */	
	vertical-align: top;	
}

.ewTableHeader a {	
	color: #FFFFFF; /* header font color */	
}

/* main table row color */
.ewTableRow {
	background-color: #FFFFFF;
	color: #333333;
}

/* main table alternate row color */
.ewTableAltRow {
	background-color: #F5F5F5; /* alt row color 2 */	
	color: #333333;
}

/* main table edit mode row color */
.ewTableEditRow {
	background-color: #FFFF99; /* edit mode color */
}

/* main table footer section */
.ewTableFooter {
	background-color: #FFFFCC;	
}

/* classes for report */
.ewGroupField {
	font-weight: bold;
}

.ewGroupName {
	font-weight: bold;
}

.ewGroupHeader {
	border-bottom: 3px double Gray;
	border-top: 3px double Gray;
}

.ewGroupSummary {
	border-top: 1px solid Gray;
} 

.ewGroupAggregate {
	font-weight: bold;
}

.ewGrandSummary {
	border-top: 1px solid Gray;
}

/* message */
.ewmsg {
	color: red; /* message color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */	
}
.black {
	color: #333333;
	text-decoration: underline;
}

td.border {
	border-color: #e7e7e7;
	border-width:thin;
	border-right-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
}