.lv{
	border: 2px solid #ddd;
	padding: 15px;
	background-color: #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	opacity: .5;
	color: #fff;
}


.cellcss{
	width:400px;
}
td a{
	color:darkblue;
}


fieldset{ 
        border: 1px #777777 solid;
        margin:0;
}

img{
	margin:0px;
	padding:0px;
}
.thdrcell {
    background:#F3F0E7;
    font-family:arial;
    font-size:12px;
    
    padding:5px;
    border-bottom:1px solid #C8BA92;
}

.tdatacell {
    font-family:arial;
    font-size:12px;
    padding:5px;
    background:#FFFFFF
}

.dvhdr1 {
    background:#F3F0E7;
    font-family:arial;
    font-size:12px;
    
    border:1px solid #C8BA92;
    padding:5px;
    width:150px;
}

.dvbdy1 {
    background:#FFFFFF;
    font-family:arial;
    font-size:12px;
    border-left:1px solid #C8BA92;
    border-right:1px solid #C8BA92;
    border-bottom:1px solid #C8BA92;
    padding:5px;
    width:150px;
}

p {
    margin-top:20px;
}

h1 {
    font-size:13px;
}

.dogvdvhdr {
    text-decoration:underline;
    width:200px;
    background:#57634b;
    border:1px solid #C4D5E3;
    
    padding:10px;
    font-size:11px;
}

.dogvdvbdy {
    width:200px;
    background:#FFFFFF;
    border-left:1px solid #C4D5E3;
    border-right:1px solid #C4D5E3;
    border-bottom:1px solid #C4D5E3;
    padding:10px;
    font-size:10px;
}

.pgdiv {
    width:320px;
    height:250px;
    background:#E9EFF4;
    border:1px solid #C4D5E3;
    padding:10px;
    margin-bottom:20px;
    font-family:arial;
    font-size:12px;
}

td a{
    color:#fff;
    font-family:Tahoma;
    font-size:12px;
    
    margin-left:5px;
}

td a:hover{
    color:#777;
    font-family:Tahoma;
    font-size:12px;
    
    margin-left:5px;
    text-decoration:none;
}

div{
    font-family:Tahoma;
    font-size:12px;
}

/*this must be set so that the loading div
can be height:100% */
body{height:100%}

/*this is what we want the div to look like
when it is not showing*/
div.loading-invisible{
    /*make invisible*/
    display:none;
}

/*this is what we want the div to look like
when it IS showing*/
div.loading-visible{
    /*make visible*/
    display:block;
    /*position it at the very top-left corner*/
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-align:center;
    /*in supporting browsers, make it a little transparent*/
    background:#666;
    background:none; /*this line removes the background in IE*/
    opacity:.75;
    filter: alpha(opacity=75);
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    /*set the padding, so that the content
    of the div is centered vertically*/
    padding-top:25%;
}
.page_no{
	text-align: right;
}
.tableApp{
	font-family: Tahoma;
	font-size:12px;
	color:#004B97;
}
.tableApp td table td{
	border:0px solid #ddd;
}
.tableApp a{
	color:#000000;
}

.headerTable3{
	font-size:10px;
	font-family: Verdana;
	font-weight: bold;
	border-top: 1px solid #cadbb9;
	border-bottom: 1px solid #cadbb9;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #cadbb9;
	text-align:right;
}
.headerTable{
	font-size:10px;
	font-family: Verdana;
	font-weight: bold;
	border-top: 1px solid #cadbb9;
	border-bottom: 1px solid #cadbb9;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #cadbb9;
}
.headerTable1{
	background-image:url('../header.gif');
	background-repeat:repeat-x;
	font-size:10px;
	font-family: Verdana;
	font-weight: bold;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #f0f0f0;
}
.page_no a{
	padding: 3px 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #83a825;
	text-align: center;
	text-decoration: none;
	margin-right: 10px;
	border: 1px solid #e5f2bd;
}
.page_no a:hover{
	padding: 3px 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	background-color: #83a626;
	text-decoration: none;
	margin-right: 10px;
	border: 1px solid #e5f2bd;
}
.message {
	font-family: tahoma;
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
}
.star
	{
	 color:#FF0000;
	  font-size:10px;
	}
.err
{
	color:#941d20;
	font-size:13px;
}
.bodytxt{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
color:#000000;
text-decoration:none;
}

.heading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	color: #000000;
	text-decoration:none;
}
.heading a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	color: #000000;
	text-decoration:none;
	
}
.heading a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	color: #000000;
	text-decoration:underline;
}
.link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	vertical-align: middle;
	color: #000000;
	text-decoration:none;
}
.link a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	vertical-align: middle;
	color: #000000;
	text-decoration:none;
	
}
.link a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	vertical-align: middle;
	color: #000000;
	text-decoration:underline;
}

.link1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	vertical-align: middle;
	color: #0000EE;
	text-decoration:none;
}
.link1 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	vertical-align: middle;
	color: #0000EE;
	text-decoration:none;
	
}
.link1 a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	vertical-align: middle;
	color: #0000EE;
	text-decoration:underline;
}

.group_by_cycle{
    text-align: left;
}

.group_by_aggregates{
    text-align: left;
}

.clean-button{
    margin-left:0px;border:0;
}
