﻿body {
}
label
{
    width: 150px;
    font-size: x-small;
    font-family: Verdana;
    position: relative;
}

Span
{
    font-size: xx-small;
    font-family: Tahoma;
    font-weight: bold;
}

.txtvalue
{
    font-size: xx-small;
    font-family: Tahoma;
    font-weight: bold;
    color: #ff9900;
}

.rptheading
{
    font-size: 8pt;
    font-family: Tahoma;
    font-weight: bold;
    color: #000000;
}
.rpttext
{
    font-size: 8pt;
    font-family: Tahoma;
    font-weight: normal;
    color: #000000;
}

UL
{
    font-weight: bold;
    font-size: 8pt;
    font-family: Verdana;
    list-style-type: none;
    color: #000000;
    margin: 11px 0 0 0px;
    border-right:1px solid #d9e2e8;
}
li
{  
    list-style-type: none;
    font-size: 1em;
    border-top: 1px solid #d9e2e8;
    margin: 11px 0px 0px 0px;
    border-left: 1px solid #d9e2e8; 
    border-right: 0px solid #d9e2e8;
    /*height:0.4em;
	
	
	padding:1.3em 0 0 0;
	
	cursor: pointer;
	*/
   font-weight: normal;
    }

li.Heading
{
    font-weight: bold;
    background-color: #cde2e8;
    border-right:0px;
}
ul.Item
{
    background-color: #ffffff;
    
}
a {text-decoration:none;}


/* pagination links */
.paginationLinks {
	list-style: none;
	margin: 17px 19px 20px 19px;
	overflow: hidden;
	text-align: center;
}
.paginationLinks p {
	float: left;
}
.paginationLinks li {
	display: inline;
	margin-right: 5px;
}
.paginationLinks input {
	background: #0076B0;
	cursor: pointer;
	color: #FFF;
}
.reportHeading
{
    font-weight: bold;
    font-size: 8pt;
    font-family: Verdana;
}
.reportText
{
    font-weight: bold;
    font-size: 8pt;
    font-family: Verdana;
    text-align: left;
}
.rowReportText
{
    font-weight:normal;
    font-size: 8pt;
    font-family: Verdana;
    text-align: left;
}
.rowReportHead
{
    font-weight:bold;
    font-size: 8pt;
    font-family: Verdana;
    text-align: left;
}
.reportValue
{
    font-weight: bold;
    font-size: 8pt;
    font-family: Verdana;
    color: #ff6600;
    text-align: left;
}
.reportMainHead
{
    color: #ffffff;
    height: 27px;
    background-color: #0066cc;
    font-weight: bold;
    font-size: 10pt;
    font-family: Verdana;
}

.reportSubHead
{
    FONT-WEIGHT: bold; 
    FONT-SIZE: 8pt; 
    FONT-FAMILY: Verdana;
    HEIGHT: 20px;
    BACKGROUND-COLOR: #bed6ff
    
}
.scroll {
 overflow:scroll;
}


.userid{
	font:bold 11px Tahoma;
	color:#ffffff;
}
