﻿.CompInfoHeader
{
    width: 190px;
    height: 30px;
    background-image: url(../../Images/header_compinfo.gif);
    background-repeat: no-repeat;
}

.CompInfoTable 
{
    font-size: 11px;
    width: 187px;
}

.CompInfoRow
{
    background-color: #FFFFFF;
    line-height: 22px;
}

.CompInfoRowAlt
{
    background-color: #F5F5F5;
    line-height: 22px;
}

.CompInfoTable A 
{
    padding-left: 5px;
    text-decoration: none;
}

.CompInfoTable A:HOVER
{
    text-decoration: underline;
}

/* Detail view */
.CompInfoDetail .Table 
{
    width: 100%;
    font-size: 12px;
    background-color: #CCCCCC;
}

.CompInfoDetail thead td
{
    font-weight: bold;
    background-color: #EFEFEF;
}

.CompInfoDetail .Row td
{
    font-size: 11px;
    background-color: #FFFFFF;
}

.CompInfoDetail .RowAlt td
{
    font-size: 11px;
    background-color: #FCFCFC;
}

.CompInfoDetail tbody .ActivityCol
{
    width: 250px;
}

.LazyDog 
{
    font-size: 11px;
    margin-top: 20px;    
}

.TableBG 
{
	width: 798px;
	background-color: #EFEFEF;
}

.TableInnerBG 
{
	background-color: #FFFFFF;
}

/* Classes for Ajax rendered links */
.CompInfoLinkList 
{
    background-color:#FBFBFB;
    padding:2px;
    margin-top:1px;
    height:18px;
    clear:both;
}

.CompInfoLinkListImg
{
    float:left;
    margin-left:2px;    
}

.CompInfoLinkListText 
{
    float:left;
    line-height:18px;
}

.CompInfoWaitBox_container
{
	position: absolute;
	z-index: 10000;
	background-color: #e5e5e5;
	filter:alpha(opacity=70);
	opacity:70.0;
	padding: 10px;
	position: absolute;
	z-index: 1000000;
}

.CompInfoWaitBox_innerContainer
{
	background-color: #FFFFFF;
	width: 130px;
	height: 50px;
	padding: 20px;
	text-align: center;
	z-index: 1000001;
}

.CompInfoWaitBox_innerText
{
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	color: #999999;
}