body, input, select {
	font-family: "Trebuchet MS";
	font-size: 12px;	
}

body {
	margin: 20px;
}

th {
	padding: 5px;
	text-align: left;
	background: #a9c8e7;
}

hr {
	color: #DDDDDD;
}

a {
	color: #0000AA;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

img {
	border: 0px;
}

table {
	border: 0px;
}

table.information {
	width: 100%;
	border-spacing: 0px;
}

.logo {
	padding-left: 5px;
	padding-top: 5px;
}

.subtitle, #subtitle {
	color: #666666;
	font-style: italic;
	border-bottom-color: #a9c8e7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.summary, #summary {
	border-top-color: #a9c8e7;
	border-top-width: 1px;
	border-top-style: solid;
}

.groupname, #groupname {
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.groupname, .grouptext, .groupactions, #groupname {
	padding: 5px;
	font-size: 16px;
	font-weight: bold;
	background: #a9c8e7;
}

.groupactions, .fieldname, #fieldname {
	text-align: right;
}

.grouptext, .leftcornercell, #leftcornercell {
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topleft: 5px;
	border-radius: 5px 0px 0px 5px;
}

.groupactions, .rightcornercell, #rightcornercell {
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
	border-radius: 0px 5px 5px 0px;
}

.fieldname, #fieldname {
	color: #666666;
	width: 20%;
	padding-right: 3px;
}

#userlabel {
	float: right;
	padding-top: 10px;
	padding-right: 10px;
}

#topo {
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #a9c8e7;
	width: 100%;
	height: 70px;
}

.productgroup, #productgroup {
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #d2e2f2;
	margin-bottom: 20px;
	width: 100%;
	border: 1px solid #a9c8e7;
}

.graycell, #graycell {
	background: #e2fae6;
}

#member {
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #d9e9e9;
	padding: 5px;
	margin-bottom: 10px;
}

#member_name {
	font-size: 16px;
}

#member_controls {
	float: right;
	padding-right: 10px;
}

#member_pendings {
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 5px;
	background-color: #FFF;
}

#button_hint, .hint {
	color: #444;
	font-size: 12px;
	font-style: italic;
}

.flashnotice {
	-moz-border-radius: 5px; 
	border-radius: 5px;
	padding: 5px; 
	font-size: 14px; 
	background: #d6f8da; 
	/* border: 1px solid #87e994; */
	font-weight: bold;
}

input.button_add {
	background-image: url('../images/add.png');
	background-repeat: no-repeat;
	background-position: 2px;
	padding-left: 20px;
	border-color: silver;
}

input.button_accept {
	background-image: url('../images/accept.png');
	background-repeat: no-repeat;
	background-position: 2px;
	padding-left: 20px;
	border-color: silver;
}

input.button_cancel {
	background-image: url('../images/cross.png');
	background-repeat: no-repeat;
	background-position: 2px;
	padding-left: 20px;
	border-color: silver;
}

input.button_ignore {
	background-image: url('../images/arrow_redo.png');
	background-repeat: no-repeat;
	background-position: 2px;
	padding-left: 20px;
	border-color: silver;
}

input.button_find {
	background-image: url('../images/find.png');
	background-repeat: no-repeat;
	background-position: 2px;
	padding-left: 20px;
	border-color: silver;
}

.top_label {
	height: 25px;
	font-size: 18px; 
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 15px;
	border-bottom: #DDD 2px solid;
}

.right_label {
	float: right;
}

.left_label {
	float: left;
}

.errorExplanation {
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 3px solid red;
	background-color: rgb(255,240,240);
	padding-left: 15px;
	margin-bottom: 15px;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.code {
	background-color: silver;
	font-family: "Courier New";
	width: 400px;
}