﻿body 
{
}

a
{
    color: #0088C5;    
}

.paging
{
	color: #FFFFFF;
}

.paging a:link { text-decoration: none; color: #FFFFFF;}
.paging a:visited { text-decoration: none; color: #FFFFFF;}
.paging a:hover { text-decoration: none; }

.rightborder 
{ 
    border-right: 1px dotted #CCCCCC; 
} 

.leftborder 
{ 
    border-left: 1px dotted #CCCCCC; 
} 

.textDefault
{
    font-family: Arial;
    font-size: 10px;
    color: #676767;
}


.calendarStyle
{
    background-color: #FFFFFF;
    border-color: #CCCCCC;
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    color: #676767;    
}

.logout
{
    font-family: Arial;
    font-size: 11px;
    color: #88C1E0;
    text-align:right;
    font-weight:bold;
}
.footer
{
    font-weight: normal;
    font-size: 8pt;
    color: #cccccc;
    font-family: Arial;
    vertical-align: bottom;
    line-height: 15pt;
}
.text1
{
    color: #1282c0;
    font-family: Arial;
}

.textSmall
{
    font-size: 10px;
    font-family: Arial;
}

.textDefaultReport
{
    font-family: Arial;
    font-size: 11px;
    color: #676767;
}

.textDefaultReportTitle
{
    font-family: Arial;
    font-size: 17px;
    color: #676767;
    font-weight: bold;
}

.textDefaultReportTitleMedium
{
    font-family: Arial;
    font-size: 14px;
    color: #676767;
    font-weight: bold;
}

.topborder_dotted
{ 
    border-top: 1px dotted #CCCCCC; 
}

.bottomborder_dotted
{ 
    border-bottom: 1px dotted #CCCCCC; 
}

.TabHeader
{
	padding:0;
    margin:0;
}

.TabHeader a
{
	border: solid;
	border-width: 1px;
	border-bottom-width: 0;
	margin: 0 0.5em 0 0;
	padding: 10px;	
	color: Black;
	position: relative;
	top: -10px;
	background-color: #E2EFF5;
}

.TabHeader a:hover
{
	color: #FFFFFF;
	background-color: #1E85C8;
}

.TabHeader .TabSelected
{
	padding-bottom: 11px; 
    background: white;
}

.TabContent
{
    border: 1px solid;
    padding-bottom: 10px;
    background-color: white;
}