/*h3 
{
    font-size: 15px;
    margin: 0px;
    padding: 0px;
    padding-bottom: 10px;
    padding-top: 3px;
    color: #0E5BA9;
}*/

h4
{
    font-size: 13px;
    margin: 0px;
    padding: 0px;
    padding-bottom: 10px;
    padding-top: 3px;
    color: #000;
}


.styledTable  {
	border-collapse: collapse;  
	border: 1px solid #333; 
}


.styledTable th,
.styledTable .footer td {
	border:1px solid #333; 
	padding:3px; 
	color:#FFFFFF; 
	font-weight:bold; 
	text-align: left;
	background-image: url(/images/TableSlice.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #0E5BA9;
	
}

.styledTable .red 
{
    background-image: url(/images/RedTableSlice.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #6E090B;
}

.styledTable td {
	padding:3px; 
	border: 1px solid #eaeaea;
	
}

.styledTable .alternate td {
	background-color:#F8F8F8;
}

.styledTable .redText td {
	color: red;
}

.styledTable .greenText td {
	color: green;
}

.styledTable .shaded td {
	background-color:#c0c0c0;
}

.styledTable th a, 
.styledTable th a:link, 
.styledTable th a:visited 
{
    color: #fff;
}

.styledTable th a:hover
{
    color: #eaeaea;
}

.styledTable .pager td
{
    text-align: right;
    font-size: 12px;
    background: #eaeaea;
}

.styledTable .total td
{
    text-align: left;
    font-size: 11px;
    background: #c0c0c0;
    color: #000;
}

.styledTable .empty td
{
    background-color: #f8f8f8;
    font-size: 15px;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: left;
    background-image: url(/images/exclamation.gif);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 40px;
}


.pager td span 
{
    background: #0D5CAA;
    padding-left: 3px;
    padding-right: 3px;
    border-top: 1px solid #C0C0C0;
    border-left: 1px solid #C0C0C0;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
    text-decoration: none;
    font-size: 11px;
    color: #fff;
}

.pager td a:link,
.pager td a:active,
.pager td a:visited,
.pager td a,
a:link.boxLink,
a:active.boxLink,
a:visited.boxLink,
a.boxLink
{
    background: #DCDCDC;
    padding-left: 3px;
    padding-right: 3px;
    border-top: 1px solid #C0C0C0;
    border-left: 1px solid #C0C0C0;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
    text-decoration: none;
    font-size: 11px;
    color: #333;
}

.pager td a:hover,
a:hover.boxLink 
{
     background: #0D5CAA;
     color: #fff;
}

.paddedRight 
{
    padding-right: 3px;
}

a:hover.boxLink
{
    background: #E2E2E2;
    color: #000;
}

.inputTable td, .inputTable th 
{
    padding: 4px;
}

.alert, #alert 
{
    color: #cc3300;
    font-weight: bold;
}

.button1, #button1, .Button1, .buttonAlert
{
    background: url(/images/fade.png); 
	border: 1px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #000;
	padding: 2px;
	font-weight: bold;

}

.buttonAlert 
{
    color: #800000;
}

#tabNavContainer 
{
    padding-bottom: 10px;
}

#tabNav {
	height: 24px;
	margin: 0;
	padding-left: 10px;
	background: url(/images/tabBottom.gif) repeat-x bottom;
}

#tabNav li {
	margin: 0; 
	padding: 0;
  	display: inline;
  	list-style-type: none;
}
	
#tabNav a:link, #tabNav a:visited {
	float: left;
	background: #FBFBFB;
	font-size: 13px;
	line-height: 18px;
	padding: 2px 10px 2px 10px;
	margin-right: 4px;
	border: 1px solid #333;
	text-decoration: none;
	color: #666;
}

#tabNav a:link.active, #tabNav a:visited.active, #tabNav a:hover.active {
	border-bottom: 1px solid #FBFBFB;
	background: #F6F3EB;
	color: #000;
	font-weight: bold;
}

#tabNav a:hover{
	background: #0D5CAA;
	color: #FFF;
}

.plainNavText 
{
    font-size: 9px;


}

hr.dashed {
	border: none; /* mozilla */
	height: 1px;
	color:#fff; /* ie */
	background-color: #fff; /* mozilla */
	border-bottom: 1px dashed #c0c0c0;
}

.highlight 
{
    font-weight: bold;
    font-style: italic;
}

.smallText 
{
    font-size: 10px;
}