﻿lbody
{
font-family: Arial;
font-size: 13px;
color: #1E4584;
}

html, body , .wrapper{
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: center;      
  }  

body img 
{
    border:0px;
}

/* Module Style*/
table {
    border : 0px;
    padding:1px;
    border-spacing: 0px;    
}

td
{
    font-size:7pt;
    font-family:Arial;  
}

/* Hyperlink */
/*

A:Link
{
    text-decoration: none;
    color:#000000;
}	
		
A:visited	{	
	text-decoration: none;
	color:#000000;
	}	
*/


A:active	{	
	text-decoration: none;
	color:#FF8000;
	}	
		
A:hover	
{	
    text-decoration: none;
    color:#0000FF;
}



/* Header */
.header1
{
    font-family: Arial;   
    text-align:left ;
    vertical-align:top;    
    background-image:url(../Image/gradient_box.png);   
    background-repeat:repeat-x ; 
    padding-left:20px;    
}

.header2
{
    font-family:Arial;
    font-size: 16px;
    font-weight:bold;
    vertical-align:middle; 
    color: Black;
    height:60px;
}


.header3
{
    text-align:right ;
    vertical-align:middle;  
    padding-right:20px;
}


/* Button */
.btn
{
	filter:	progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#cecfde);
	cursor:	hand;
	padding-left: 3px;
	padding-right: 3px;
	border:	1px solid #7b9ebd;
	font-size:7pt;
	font-family:Arial;
}

/* textbox */
.txt 
{
	font-family:Arial;
    FONT-SIZE: 12px;
    border:solid 1px #d4d4d4;
    width:150px;  
 }
 
.watermarked {
    font-family:Arial;
    FONT-SIZE: 12px;
	border:1px solid #BEBEBE;
	background-color:#d4d4d4;
	color:gray;
}	

/* Label */
.lbl
{
    font-family : Arial;
    font-size: 7pt;
    color:#000000;    
}

.blbl
{
    font-family : Arial;
    font-size: 7pt;
    color:#000000;
    font-weight:bolder;    
}

/* hyperlink*/
.hl
{
    font-family: Arial;
    font-size: 7pt;
    text-decoration:underline;
    color:#000000;
    border:0px;
}

/* link button */
.lb
{   
    font-family:Arial;
    font-size:7pt;
    color:#000010;
    text-decoration: none;  
    border:0px;   
}

/* Drop down list */
.ddl
 {
	font-family:Arial;
	font-size:x-small;
	border:solid 1px #cecfde;
 }
 
 /* Radio Button */
 .rd
 {
	font-family: Arialf;
    font-size: 10px;    
    color: #000000;
 }
 
 /* Error */
 .err
 {
    font-family: Arial;
    font-size: 7pt;    
    text-decoration:none;
    color:red;
 }

 /* Table */
 .tbl
 {
    border :1;
    border-color:Maroon;
 }

.box
{
    border-left-color: #006699; 
    border-bottom-color: #006699; 
    border-top-style: solid; 
    border-top-color: #006699; 
    border-right-style: solid; 
    border-left-style: solid; 
    border-right-color: #006699; 
    border-bottom-style: solid;
    border-width : thin ;
}


/* modalProgress Popup */

.modalProgressGeneralBackground 
{
    background:#FEFEFE;
	filter:alpha(opacity=0);
	opacity:0.8;  
}

.modalPopup
{    
    /*position:fixed ;    
    left:2px;
    bottom:2px;
    text-align:center;*/
    padding-top: 10px; 
    border-style:solid; 
    border-width:1px; 
    background-color:White; 
    width:165px; 
    height:50px;
}

/*Reorder List*/
.dragHandle {
	width:10px;
	height:15px;
	background-color:#607bc2;
	background-image:url(../images/bg-menu-main.png);
	cursor:move;
	border:outset thin white;
}

.callbackStyle {
	border:thin blue inset;	
    background-image:url(../images/bg_nav.gif);
}

.callbackStyle table {
	background-color:#5377A9;	
	color:Black;
}

.reorderListDemo li {    
	list-style:none;
	margin:0px;        
	background-image:url(../images/bg_nav.gif);
	background-repeat:repeat-x;
	color:#000000;
}

.reorderCue {
	border:dashed  thin black; 
	width:100%;
	height:25px;
}

.itemArea {
	margin-left:0;
	width:100%;
	font-family:Arial;
	font-size:1em;
	text-align:left;
    background-image:url(../images/bg_nav.gif);
}

/*For panel Grouping text color*/
legend { 
      color:#2461BF;
      font-size:8pt;        
} 

/*TreeView level */
.treelvl0{
    filter:	progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#d1e7fd, EndColorStr=#496b82);
    width:170px;   
    height:25px; 
    text-align:left ;
    Font-Size:11pt ;        
}


.treelvl1{    
    filter:	progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#d1e7fd, EndColorStr=#496b82);
    width:170px;   
    height:25px; 
    text-align:left ;
    Font-Size:10pt ;   
    font-family:Arial;
}

.treelvl2{
    background-image:url(http://localhost:16000/WebApp/App_Themes/Theme1/Image/gradient_box.png);    
    width:300px;   
    height:25px;
    text-align:left ;
    Font-Size:10pt ; 
}

@media print 
{
    .NoPrint {
    display: none ;
    }
    
    .Print {
    display:block;
    }
}