﻿body
{
}

p {}

em 
{
	font-style:italic;
	color: Red;	
}

i {font-style: italic;}

strong {font-weight:bold;}

table { 
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	border-collapse: collapse;
	border: 1;
	border-bottom-color: Black;
	border-spacing: 0;
	border-top: none;
	width: 100%;	 
}

table a { 
}

table a:visited { 
}

tr.odd {
	background-color: #ebf3ff;
}

tr a { 
}

tr:hover a { 
}


caption {
	height: 45px;
	line-height: 44px;
	color: #60634E;
	font-weight: bold;
	text-align: center;  
	margin: 0;
	padding: 0;
	background: #ffffff url(images/caption_feedback.gif) no-repeat;
	border-left: 2px solid #616161;
	border-right: 2px solid #616161;
	font-size: 18px;
}

thead th { 
	color: #000;
	background: #ffffff url(images/tbar.gif) repeat-x;
	font-size: 16px;
}

.userFeedBackTable
{
	width: 428px;
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	border-collapse: collapse;
	border: 1;
	border-bottom-color: Black;
	border-spacing: 0;
	border-top: none; 
	font-size: 12px;	
}

.userFeedBackDIV
{
	padding-left: 500px;
	font-size: 12px;
	font-family: Arial, Century Gothic, Verdana;
}

.gridviewHeaderStyle
{ 
    background-color: #cccccc;
    /*background-color:#E2E2E2;*/
    font-family: Arial, Century Gothic, Verdana;
    font-size: 12px;    
}

.gridviewRowStyle
{ 
	font-family: Arial, Century Gothic, Verdana;
	font-size: 10px;
}

.gridViewAlternatingRowStyle
{
	font-family: Arial, Century Gothic, Verdana;
	font-size: 10px;
	background-color:WhiteSmoke;
}

.reportTitle
{
	 font-weight: bold;
	 font-size: 20px;
	 color: #000000;
	 font-style: normal;
	 font-family: Arial, Century Gothic, Verdana;
}

.dateRevised
{ 
    font-size: 10px;
    color: Red;
}

.serviceProviderInfo
{ 
	text-align: left;
	font-size: 10px;
	font-family: Arial, Century Gothic, Verdana;
}
.updateButton 
{
	 background-color: #33FF33;
	 font-weight: bold;
	 text-align: center; 
	 font-family: Verdana, Arial, Century Gothic;
	 font-size: 14px; 
}

.divUpdateButton
{
	background: #ffffff url(images/tbar.gif) repeat-x;
    padding-left: 400px;
}

.updateProgress
{
	padding-left: 440px;
}

.tablePipelineRow 
{  
	background-color: #FF9966;  
}

.tableDetailRow
{
	background-color: #999999; 
}

.tableAgentRow
{ 
	background-color: #999966;
}

.tablePointRow
{ 
	background-color: #cccc00;
}

.changeDateIcon
{ 
	font-size: 10px;
	font-family: Arial, Century Gothic, Verdana;
	height: 25px;
	vertical-align: baseline;
}

.customerIndexTable
{ 
	font-size: 10px;
	border-width: 0;
	padding: 2;
	font-family: Arial, Century Gothic, Verdana;
	border-color: #000000;
	text-align: left;
	width: 100%;
	
}

.userFeedBackFlyOutBox
{  
	display: none; 
	position: absolute;
	width: 428px; 
	z-index: 3; 
	opacity: 0; 
	filter: (progid:DXImageTransform.Microsoft.Alpha(opacity=0)); 
	font-size: 12px; 
	border: solid 5px #FF9966; 
	background-color: #FFFFFF; 
	padding: 5px;
}

.userFeedBackCloseButtonBox 
{
	float: right;  
}

.userFeedBackCloseButton
{ 
	background-color: #FF9966; 
	color: #000000; 
	text-align: center; 
	font-weight: bold; 
	text-decoration: none; 
	border: outset thin #FFFFFF; 
	padding: 5px;
}

.asyncPostBackPanel {
    position: absolute;
    width: 100%; 
    left: 40%;
    top: 40%;
    background-color: #F1F4FA;
    border: solid 1px #00008B;
    text-align: left;
    vertical-align: middle;
    padding: 10px;
    font: Verdana;
    font-weight: bold;
    font-size: 14pt;
} 

/* set PagerStyle to this class if paging is implemented */
.pagerClass, .pagerClass table, .pagerClass td
{	
	width:10px;
	padding-left:5px;	
}


