*
{
	margin: 0px;
	font-family: Arial;
	font-size: 10pt;
}

body
{
	background-color: rgb(255,255,255);
	text-align: center;
}

a
{
	text-decoration: none;
	color: rgb(0,0,0);
}

a:hover
{
	text-decoration: underline;
}

table#containerTable
{
	width: 800px;
	margin: 0px auto;
	text-align: left;
}

table#containerTable thead tr.loginStatus th
{
	text-align: right;
	background-color: rgb(230,230,230);
}

table#containerTable thead tr.loginStatus th span.loginStatus
{
	font-weight: normal;
}

table#containerTable tfoot tr td.signature
{
	color: rgb(50,50,50);
	font-size: 8pt;
	font-style: italic;
	text-align: center;
	background-color: rgb(200,200,200);
}

table#containerTable tfoot tr td.signature a
{
	color: rgb(20,20,20);
	font-size: 8pt;
	font-style: italic;
}

.loginBox input[type="text"],
.loginBox input[type="password"]
{
	border-color: rgb(200,200,200);
	border-style: solid;
	border-width: 1px;
	width: 250px;
}

.loginBox a
{
	margin-top: 10px;
	float: left;
}

table.divider
{
	width: 100%;
}

table.divider td
{
	width: 50%;
	vertical-align: top;
}

table.divider > tbody > tr > td:first-child,
table.divider td.left
{
	text-align: right;
}

table.divider > tbody > tr > td:last-child,
table.divider td.right
{
	text-align: left;
}

table.listTable
{
	width: 100%;
	
	/*
	border-color: rgb(150,150,150);
	border-style: solid;
	border-width: 1px;
    */
    
	border-collapse: collapse;
}

table.listTable td
{
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	background-color: rgb(223,228,231);
}

table.listTable .padding
{
	padding-left: 0px;
	padding-right: 0px;
	text-align: left;
	width: 10px;
	min-width: 10px;
}

table.listTable tbody tr.odd td
{
	background-color: rgb(255,255,255);
}

table.listTable thead th,
table.listTable tfoot td
{
	/*background-color: rgb(150,150,150);*/
	background-color: rgb(255,255,255);
	width: 300px;
	text-align: left;
	/*color: rgb(255,255,255);*/
	color: #b21721;
}

table.listTable tbody tr.selected td a
{
	color: rgb(198,0,25); /* rgb(150,150,150); */
}

table.listTable tbody tr.selected td a.selectedFirmButton
{
	color: rgb(0,0,25); /* rgb(150,150,150); */
}

table.listTable tbody tr.selected td
{
	background-color: rgb(170,170,170); /* rgb(150,150,150); */
}

table.listTable a
{
	/*color: rgb(0,0,255);*/
	color: rgb(0,0,0);
}

table.listTable  a.selectedFirmButton
{
	color: rgb(0,0,25); /* rgb(150,150,150); */
	font-weight: bold;
}


table.listTable a:hover
{
	text-decoration: none;
}

.test { color: Fuchsia; }


.tabContainer input,
.tabContainer select
{
	margin-bottom: 15px;
	width: 90%;
	border-color: rgb(198,0,25);
	border-style: solid;
	border-width: 1px;

}

.tabContainer span.check input /*[type=checkbox]*/
{
    width: 20px;
    float: right;
    margin-top: -15px;
    margin-right: 35px;
}

textarea
{
	margin-bottom: 15px;
	width: 90%;
	border-color: rgb(198,0,25);
	border-style: solid;
	border-width: 1px;
	overflow: hidden;
	height: 50px;
}

div.callManagerPanel
{
	font-family: verdana,tahoma,helvetica;
	font-size: 10pt;
	border: 1px solid #999999;
	padding: 8px;
	background-color: rgb(220,220,220);
	height: 85%;
	margin-top: 15px;
}

div.callManagerPanel textarea
{
	margin: 0px;
	overflow: auto;
}

textarea
{
	overflow: auto;
}

div.percentages 
{
	font-weight: normal;
	float: left;
	text-align: left;
	width: 100%;
	vertical-align: top;
}

div.percentages table 
{
    border: 0px;
    width: 100%;
    border-collapse: collapse;
    margin: 0px;
    padding: 0px;
}

div.percentages table td 
{
    border: 0px;
    border-collapse: collapse;
    margin: 0px;
    padding: 0px;
}

div.percentages table tr 
{
    border: 0px;
    border-collapse: collapse;
    margin: 0px;
    padding: 0px;
}

div.percentages table tr td.sectionCount,
div.percentages table tr td.sectionPercentage
{
    width: 25px;
    text-align: right;
}

div.percentages table tr.negative td.sectionCount,
div.percentages table tr.negative td.sectionPercentage
{
    color: rgb(255,0,0);
}

div.percentages table tr td.sectionName
{
    font-weight: bold;
}

div.percentages span
{
	margin-right: 5px;
	margin-left: 5px;
}

div.percentages span.negative strong,
div.percentages span.postitive strong
{
	color: rgb(0,0,0);	
}

div.percentages span.negative
{
	color: rgb(255,0,0);
}

div.venezuBox 
{
    background-image: url('/images/gradient.png');
    background-repeat: repeat-x;
    background-position: top left;
    background-color: rgb(223,228,231);
    padding: 0px; 
    border-color: #a6a8a9;
    border-width: 1px;
    border-style: solid;
    width:100%;
}

div.venezuBox2
{
    background-image: url('/images/gradient.png');
    background-repeat: repeat-x;
    background-position: top left;
    background-color: rgb(223,228,231);
    padding: 0px; 
    border-color: #a6a8a9;
    border-width: 5px;
    border-style: solid;
}

div.margin
{
    margin: 10px;
}

div.header
{
    text-align: left;
    margin: 10px;
}

p.header, p.header span
{
    color: #b21721;
    font-size: 16pt;
}


table.projectStatistics
{
    margin: 0px;
    width: 100%;
}


table.projectStatistics td
{
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    padding: 10px;
}

table.projectStatistics td.goals
{
    border-right: 2px solid white;
}

div.callListContainer
{
    background-color: rgb(255,255,255);
    margin-top: -6x;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
    padding-top: 10px;
}

div.pager 
{
    margin: 10px;
}

input.emailButton
{
    width: 100%;
}

.modalBackground 
{
    background-color:Gray; 
    filter:alpha(opacity=70); 
    opacity:0.7;
}
 
table.control
{
    border:0px;
    margin:0px;
    width:100%;
}

table.control td
{
    border:0px;
    margin:0px;
    padding: 0px;
    text-align: left;
}

table.filterTable
{
    border: 0px;
    margin: 0px;
    line-height: 10px;
    border-collapse: collapse;
    padding: 0px;
    width: 100%;
}

table.filterTable td
{
    border: 0px;
    margin: 0px;
    line-height: 10px;
    /*border-collapse: collapse;*/
    padding: 2px;
    text-align: left;
    width: 33%;
}

table.filterTable td.action
{
 
    width: 25px;
}
  
th.filterHeader,
td.filterHeader
{
    color: #b21721;
    font-size: 12pt;
    text-align: left;   
    font-weight: normal;
    padding: 4px;
    padding-left: 12px;
}
  
table.filterTable td select.filter,
table.filterTable td input.filter
{
   margin-right: 2px;
   width: 160px;
   
}  

[disabled] 
{
    opacity : 0.4;
    filter: alpha(opacity=40);
}

span#logoutTimer 
{
    float:left;
    text-align: left;
    font-style: italic;
    font-weight: normal;
    color: Gray;
}