/* Content */

/*****************************************************
Main colors
*****************************************************/
td.HeaderRow
{
    color: 00CCFF;
    font-weight:bold;
}

td.SubForRow
{
    background-color: #000000;
}


td.SubForAlternate
{	 
    background-color: #048CE9;
}


/*****************************************************
Table Header and cell definitions
*****************************************************/
th
{    
    background-color: #4455aa
}

td.SubForAmaHeaderBackgroundAlternate
{
    background-color: #00CCFF;
}

td.AHourHeaderBackgroundButton
{
    background-color: #FE009A	;
}

.dataList
{
    color:#000;
}
.dataList a
{
    color:#00CCFF;
}

.clsImage
{
    border: 1px solid #00A0C6;color: #00A0C6;
}

.dataList input
{
    border: 0px;
}

.searchList
{
    color:#FFF;
}

/** Info Buyer **/
.infobuyer_header
{
    width:620px;
    margin:15px 5px 5px 5px;
    overflow:hidden;
    float:left;
    background-color: #000000;
    -moz-border-radius: 8px;  
    -webkit-border-radius: 8px;  
    border-radius: 8px;
}
.infobuyer_header img
{
    width:80px;
    height:85px;
    margin:5px 10px 5px 5px;
}
.infobuyer_body
{
    width:620px;
    margin:35px 5px 5px 5px;
    overflow:hidden;
    float:left;
    background-color: #000000;
    -moz-border-radius: 8px;  
    -webkit-border-radius: 8px;  
    border-radius: 8px;
}
.infobuyer_body hr
{
    float:left;
    width:570px;
    margin: 5px 20px 5px 20px;
}
.infobuyer_Bodydet
{
    overflow:hidden;
    float:left;
    width:570px;
    margin:15px 20px 5px 20px;
}
.infobuyer_Bodydet img
{
    height:auto;
    width:auto;
    float:left;
    margin:5px 10px 5px 5px;
}
.text_infobuyer
{ 
    color: #FFFFFF;
    text-align:justify;
    float:left;
}

.linkMenuPage
{
    padding: 10px 75px 0px 0px;
    float:left;
    font-weight:bold;
    text-align:left;
}
a.linkMenuPage
{
	color: #F2D837;
    font-weight: bold;
}
.linkPage
{
    width:570px;
    padding: 0px 0px 20px 275px;
    float:left;
    font-weight:bold;
    text-align:center;
}


div.htmltooltip{
position: absolute; /*leave this and next 3 values alone*/
z-index: 1000;
left: -1000px;
top: -1000px;
background: #000;
border: 5px solid #00A0C6;
color: white;
padding: 3px;
width: 250px; /*width of tooltip*/
}
#tooltip{
position: absolute; /*leave this and next 3 values alone*/
z-index: 1000;
left: -1000px;
top: -1000px;
background: #000;
border: 5px solid #00A0C6;
color: white;
padding: 3px;
width: 250px; /*width of tooltip*/
}
#tooltip h3, #tooltip div { margin: 10;font-size: 12px; }
        