body {
	background-color : #d5d5d5;
}

div.adminDiv {
	background-color : #E6E6E6;
	padding: 14px;
	border : thin solid #ffffff;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 74%;
	margin-bottom : 3px;
}

h2 {
	font-size : 120%;
	/*color: #808080;*/
	color: #006699;
}

table.navigation {
	padding: 2px;
	
}
table.navigation td {
	border-color : #666666;
	border-style : solid;
	border-width : 1px 1px 1px 1px;
	padding : 2px 4px 2px 4px;
}

table.noborder td {
	border-width : 0px 0px 0px 0px;
}
td.navHilite {
	background-color : #ffffff;
}

table.result {
	width: 95%;
}
td.resultCell {
	background-color : #ffffff;
	padding : 0px 5px 0px 5px;
}
th.result {
	color : #808080;
}

th.wideResult {
	width: 50%;
}
td.detailCellField {
	width : 200px;
	text-align : right;
	vertical-align: top;
}

td.detailCellValue {
	background-color : #ffffff;
}

a {
	/*color: #0066ff*/;
	color: #00cc00;
	text-decoration : none;
}
a:hover {
	/*color: #0066ff*/;
	color: #006699;
	text-decoration : underline;
}

form#idSearch {
	margin : 0px 0px 0px 0px;
}





/*post artist*/
textarea.artistHtmlInput {
	background-color : lightyellow;
	width : 100%;
	height : 340px;
}
textarea.artistShortHtmlInput {
	background-color : lightyellow;
	width : 100%;
	height : 160px;
}
textarea.artistBannerInput {
	background-color : lightyellow;
	width : 100%;
	height : 34px;
}
input.artistThumbInput {
	background-color : lightyellow;
	width : 100%;
	margin : 0px 0px 10px 0px;
}

/*post project*/
textarea.projectHtmlInput {
background-color : lightblue;
	width : 100%;
	height : 340px;
}
textarea.projectShortHtmlInput {
background-color : lightblue;
	width : 100%;
	height : 160px;
}
textarea.projectBannerInput {
	background-color : lightblue;
	width : 100%;
	height : 34px;
}
	/*submit*/
	div.submit {
		background-color : #eee;
		height : 27px;
		
	}
	div.submit input.submitButt {
		margin : 2px 3px 2px 2px;
		float : right;
		height : 25px;
		margin : 0 0 0 2px;
		height : 27px;
	}

/*post participant*/
textarea.participantHtmlInput {
	background-color : #E6E6E6;
	width : 100%;
	height : 68px;
	color : #666666;
}
textarea.participantShortHtmlInput {
	background-color : lightyellow;
	width : 100%;
	height : 240px;
}
textarea.participantBannerInput {
	background-color : lightyellow;
	width : 100%;
	height : 34px;
}
input.adHocArtistPageNameInput {
	background-color : white;
	width : 100px;
	height : 15px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 74%;
	margin : 0 0 3px 4px;
}

input.artistCode {
	background-color : white;
	width : 300px;
}
