body {
	background: #0e79ce;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333;
}

#contentHolder {
	background: url(../images/background.gif) center top repeat-y #0e79ce;
	left: 50%;
	margin-left: -365px;
}

#menu {
	background-color: #0e79ce;
	width: 120px;
	margin-left: 10px;
	margin-top: -4px;
	color: #000;
	border: 1px solid #000;
	float: left;
}

#menuItem a {
	color: #fff;
	text-decoration: none;
	background-color: #0e79ce;
	display: block;
	padding: 3px 5px 3px 5px;
	width: 110px;
}

#menuItem a:hover {
	color: #000;
	background-color: #fff;
	padding: 3px 1px 3px 9px;
}

#menuItemSelected {
	padding: 3px 7px 3px 10px;
	background-color: #000;
	font-weight: bold;
	color: #fff;
}

#content {
	left: 124px;
	padding: 13px 7px 20px 7px;
	width: 590px;
}

#content h1 {
	font-size: 14pt;
	padding-left: 20px;
}

#footer {
	background: url(../images/footer.gif) center bottom no-repeat #0e79ce;
	height: 70px;
	width: 730px;
}

#footerImg {
	padding: 5px 8px 0 8px;
}

#footerContent {
	color: #fff;
	font-size: 8pt;
	text-align: right;
	margin-top: -17px;
}

/*-------------------------------------------------------------------------*/

ul.thumb {
	margin-top: 20px;
	padding-bottom: 20px;
  	line-height:1.4em;
	list-style:none;
}

li.thumb {
	display:block;
	float:left;
	padding: 5px;
}

div.thumb {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333;
	width: 120px;
	text-align: center;
}


span.header {
	color: #fff;
	font-family: Trebuchet MS;
	font-size: 12pt;
	background-color: #000;
	padding: 0 10px 0 10px;
	border-top: 1px solid #000;
}

span.headerRight {
	color: #fff;
	font-family: Trebuchet MS;
	font-size: 14pt;
	font-weight: bold;
	padding-right: 10px;
}


a.header {
	font-family: Trebuchet MS;
	font-size: 10pt;
	text-decoration: none;
	color: #0e79ce;
	padding: 3px 10px 1px 10px;
	border-top: 1px solid #000;
}

a.header:hover {
	color: #fff;
	text-decoration: none;
	background-color: #0e79ce;
}

.phpmaker {
	color: #000;
	font-family: Trebuchet MS;
	font-size: 9pt;
}

input, textarea, select {	
	font-family: Trebuchet MS;
	font-size: 9pt;
} 

a {
	color: #0e79ce;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

html>body table.tableCustom {
	padding-bottom: 20px;
}

table.search {
	border: 1px solid #333;
	background-color: #eee;
	padding: 5px;
}

html>body table.search {
	padding: 10px;
}

/* main table */
.mainTable {
	color: #000;
	font-family: Trebuchet MS;
	font-size: 9pt;
	border-collapse: collapse;
	border: none;
	margin-top: -20px;
}

.mainTable td {
	padding: 4px;
}

.itemLink {
	position: relative;
}

.imgItem {
	width: 100px;
	height: auto;
}

.imgItemPlus {
	position: absolute;
	z-index: 2;
	right: 10px;
	bottom: 10px;
}



#itemview img {
	width: 240px;
	height: auto;
}

#attachmentview .attachment img {
	width: 480px;
	height: auto;
}

.mainTableFootNavig {
	margin-top: -18px;
}

html>body .mainTableFootNavig {
	margin-top: 2px;
}

/* main table header cells */
.mainTableHeader {
	background-color: #000;
	color: #fff;
	vertical-align: top;
}

.mainTableHeader a {	
	color: #fff;
}

.mainTableHeader a:hover {	
	color: #fff;
}

/* main table row color */
.mainTableRow {
	background-color: #fff;
}

/* main table alternate row color */
.mainTableAltRow {
	background-color: #eee;
}

/* main table highlight color */
.mainTableHighlightRow {
	background-color: #afdcff;
}

/* main table select color */
.mainTableSelectRow {
	background-color: #777;
}

/* main table footer section */
.mainTableFooter {
	background-color: #FFFFCC;	
}

/* classes for report */
.mainGroupField {
	font-weight: bold;
}

.mainGroupName {
	font-weight: bold;
}

.mainGroupHeader {
	border-bottom: 3px double Gray;
	border-top: 3px double Gray;
}

.mainGroupSummary {
	border-top: 1px solid Gray;
} 

.mainGroupAggregate {
	font-weight: bold;
}

.mainGrandSummary {
	border-top: 1px solid Gray;
}

/* message */
.mainmsg {
	color: red;
	font-family: Trebuchet MS;
	font-size: 9pt;
}
