BODY 
{
    background-color:#F5F4F5;
}

/* search grid table style */
table.ihp-theme
{
    font-family:Arial,Helvetica,sans-serif;
    font-size:smaller;
    color:#333333;
    border-collapse:collapse;
    border-style:none;
    border-width:0px;
	width:600px; 
}

/* header cell style */
.ihp-theme th
{
    background-color:#4A3276; 
	color:#fff;
	font-weight:bold;
	text-align:left; 
}  

/* common cell styles */
.ihp-theme th, .ihp-theme td
{
    border-style:none;
    border-width:0px;
    padding: 2px 2px 2px 2px;
    text-align:left;
    cursor:hand;
    vertical-align: top;
}

/* alternating row style */
.ihp-theme .data-row { background-color:#DCFFBF; }
/* CCEFAF */

/* alternating row style */
.ihp-theme .alt-data-row { background-color:#FFF; }

/* mouseover row style */
.ihp-theme .row-over, .ihp-theme .column-over, .ihp-theme .cell-over { background-color:#E7E1ED; }

/* mouseover row style */
.ihp-theme .row-select, .ihp-theme .column-select, .ihp-theme .cell-select
{ 
    background:#BCE774;
    color:#555;
}

/* error message style */
.ErrorMessage
{
    font-style:italic;
    font-family:Arial,Helvetica,sans-serif;
    font-size:smaller;
    color:Red;
}

/* Vocab detail hover div */
.row-hover 
{
    display:none;
    z-index: 101;
    position:absolute;
    background-color: #E7E1ED;
    height:auto;
    left: 80%;
    font-family:Arial,Helvetica,sans-serif;
}

/* code details table style */
table.ihp-detail-theme
{
    font-family:Arial,Helvetica,sans-serif;
    font-size:smaller;
    color:#333333;
    border-collapse:collapse;
    border-style:none;
    border-width:0px;
	width:100%; 
} 

/* common cell styles */
.ihp-detail-theme th, .ihp-detail-theme td
{
    border-style:none;
    border-width:0px;
    padding: 10px 2px 10px 2px;
    text-align:left;
}

/* alternating row style */
.ihp-detail-theme .field-head 
{ 
    background-color:#4A3276; 
    font-weight:bold;
	color:#fff;
	width:25%;
	text-align:right;
	vertical-align: top;
}
.ihp-detail-theme .data-row { background-color:#DCFFBF; }
.ihp-detail-theme .alt-data-row { background-color:#FFF; }

/* Hosted Portal Logo */
.Logo
{
    border-style:none;
    border-width:0px;
    vertical-align:bottom;
    width: 265px;
    height: 38px;
}

.Powered
{
    border-style:none;
    border-width:0px;
    vertical-align:middle;
    width: 170px;
    height: 30px;
}

/* XML Div */

.XMLDiv
{
    font-family:Arial,Helvetica,sans-serif;
    font-size:x-small;
    color:#a0a0a0;
} 
a
{
    font-family:Arial,Helvetica,sans-serif;
    font-size:smaller;
    color:#4A3276;
}
.vocablabel {
	font: 12px Arial, Helvetica, sans-serif;
	color: #999999;
}

.resultslabel {
	font: 12px Arial, Helvetica, sans-serif;
	color: #4A3276;
}

#ErrorMessage A {
	font-style:italic;
    font-family:Arial,Helvetica,sans-serif;
    color:Red;
}

