body.enter {
        margin:0px;
        padding:0px;
        color: #000000;
        background-color: #BABABA;
}
body.in {
        margin:0px;
        padding:0px;
        color: #000000;
        background-color: #E7E8E9;
}
form {
        margin:0px;
        padding:0px;
}
textarea {
        font: 13/15px "Times New Roman", Times, serif;
		  background-color: #E7E8E9;
        border: 1px solid #8D99B2;
			width: 400px;
}
input {
        font: 13/15px "Times New Roman", Times, serif;
		  background-color: #E7E8E9;
        border: 1px solid #8D99B2;
		  
}
.inputSingleLineField {
                  width: 400px;
}
.inputbutton {
        font: 13/15px "Times New Roman", Times, serif;
        color: White;
		  background-color: #B0B8C2;
        border: 1px solid #8D99B2;
        padding: 0px 1px 1px 1px;
        width: 60px;
}
.mainTable{
	height: 100%;
}
.pageTitle {
        font: bold 18px "Times New Roman", Times, serif;
        color: #EC8E00;
}
.label {
        font: 13/15px "Times New Roman", Times, serif;
        color: #333333;
}
.message {
        font: bold 13/15px "Times New Roman", Times, serif;
        color: Red;
}
.pager {
        font:  bold 12/13px "Times New Roman", Times, serif;
        text-decoration: none;
        color: White;
}
a.pager {
        font:  12/13px "Times New Roman", Times, serif;
        text-decoration: none;
        color: #C9CCD1;
}
a.pager:hover {
        font:  12/13px "Times New Roman", Times, serif;
        text-decoration: underline;
        color: Black;
}
.textAccented {
        font:  bold 13/15px "Times New Roman", Times, serif;
        text-decoration: none;
        color: #47536B;
}
.text {
        font: 13/15px "Times New Roman", Times, serif;
        text-decoration: none;
        color: #455067;
}
a.text {
        font:  13/15px "Times New Roman", Times, serif;
        text-decoration: none;
        color: #CC6600;
}
a.text:hover {
        font:  13/15px "Times New Roman", Times, serif;
        text-decoration: underline;
        color: Red;
}
.tdOutlined {
        border: 1px solid #949CA9;
		  font: 13px/15px "Times New Roman", Times, serif;
        text-decoration: none;
        color: #E3E4E8;
}
.titilesInTable {
        font: bold 13px/15px "Times New Roman", Times, serif;
        text-decoration: none;
        color: #4D5A73;
}
.techniquesInTable {
        font: italic 11px/13px "Times New Roman", Times, serif;
        text-decoration: none;
        color: #6E7F9E;
}
.itemName{
        font:  15px/17px "Times New Roman", Times, serif;
        text-decoration: none;
        color: #47536B;
}
.itemDescription{
        font:  11px/13px "Times New Roman", Times, serif;
        text-decoration: none;
        color: #5D6D8D;
}
a.designed {
        font: 10px/12px Arial, Helvetica, sans-serif;
        text-decoration: none;
        color: #B2B7BD;
}
a.designed:hover {
        font: 10px/12px Arial, Helvetica, sans-serif;
        text-decoration: underline;
        color: #767676;
}