
.NoMarginBody {
	color: #000000;
	background-color: #E0E4D6;
	margin:0;
}

.Obj-Title {
	color: #000;
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: small;
	font-weight: bold;
	padding:10px;
}

#Obj-List, #Obj-View, #Obj-Edit, #Mulilingual_Fields, #Checkbox_List {
	color: #000;
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: small;
	border: #000000 1px;
	background-color: #FFFFFF;   /* #aaf; */
/*	padding:5px;	*/
	padding:0px;
}

#Obj-List th {
	background-color: #94A6B9;   /* #aaf; */
	padding: 2px;
}

#Obj-List td {
	vertical-align: top;
	padding: 2px;
}


/* #Obj-List td.Action {
	background-color: #aaa;
} */

#Obj-List tr {
	background-color: #ddd;
}

#Obj-List tr.Odd {
	background-color: #81BD2A;
}

#Obj-List td.Action select{
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: x-small;
}

/*-------------------------*/

/*#Obj-View, #Obj-Edit {
	color: #000;
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: small;
}*/

#Obj-View th, #Obj-Edit th {
	background-color: #81BD2A;   /* #aaf; */
	text-align: right;
	vertical-align: top;
	padding: 5px;
}

#Obj-Edit th {
	padding-top: 8px
}

#Obj-View td, #Obj-Edit td {
	vertical-align: top;
	padding: 5px;
}

#Obj-View tr, #Obj-Edit tr {
	background-color: #CCF194;
}

/*-------------------------*/

#Mulilingual_Fields {
	background-color: #94A6B9;   /* #aaf; */
}

/*-------------------------*/

#Checkbox_List {
	background: transparent;
}
#Checkbox_List td {
	padding: 0px;
	padding-right: 7px;
}


/*-------------------------*/

INPUT, TEXTAREA, SELECT {
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: small;
	border: red 1px;
}

INPUT.Obj-Button {
	font-weight: bold;
	color: #000033;
/*	background-color: #99ccff;	*/
	background-color: #81BD2A;   /* #aaf; */
	background-image: url(img/button2.jpg);
	background-repeat: repeat;
	border: #f0f8ff thin outset;
/*	border-top: #f0f8ff thin outset;
	border-bottom: #f0f8ff thin outset;
	border-right: #f0f8ff thin outset;
	border-left: #f0f8ff thin outset;	*/
}
