﻿.errormsg
{
    border:2px solid red;
  border-radius: 3px;
    
}

.mailfont
{
     font:12px Arial;
}
.maildata
{
    font:bold 12px Arial;
}
.refreshbutton
{
    width: 19px; 
    padding-left: 15px;
    margin-bottom:4px;
     height: 19px;
}

.label
{
    /*float:left;*/
    font:bold 12px Arial;
    color:#666666;
    text-align:left;
    margin:7px 0px 5px 0px;
    }
.labelvalue
{
   /*float:left;*/
    font:normal 12px Arial;
    color:#666666;
    text-align:left;
    margin:7px 0px 5px 0px;
    width:90%;
    word-wrap:break-word;
}

.titlediv
{
    padding:10px;
     font:bold 16px Arial;
     color:#666666;
     
    }

.titlediv span
{
    border-bottom:1px solid #666666;
    }
    
    .titlediv a
{
    border-bottom:1px solid #666666;
    }
    
    .subtitlediv
{
     margin-left:10px;
     margin-right:10px;
     font:bold 14px Arial;
     color:#666666;
     margin-bottom:5px;
     
    }
.subtitlediv span
{
    border-bottom:1px solid #666666;
    }

     .subtable
{
     padding-top:20px;
     color:#666666;
     
    }
.textbox{border:none; background:url(../images/text-box.jpg) no-repeat; height:22px; width:204px; padding:6px 9px;}

  .forddl
{
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border: 1px solid #BBBBBB;
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) inset;
font-family:Arial;
    font-size:12px;
    padding:3px;
}
.error
{
    font:normal 13px Arial;
    color:Red;
    text-align:left;
    margin:5px 0px;
    
}
     
 .mastertable
{
    
    margin-left:15px;
    margin-right:15px;
    margin-bottom:7px;
    width:97%;
    padding:0px;
    
    }
    
  .mastertable tr td
    {
        padding-top:3px;
        }
.datepicker
{
         -moz-border-radius: 3px 3px 3px 3px;
	   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) inset;
    	border: 1px solid #CCCCCC;
    	color: #424242;
    	font-family: Arial;
    	font-size: 12px;
    	outline: medium none;
    	padding: 5px;
    	margin-left: 0px;
    	width:175px;  
    	font-size:12px; 
}


.ajax__tab_xp .ajax__tab_header
{
    font-family:Arial;
    font-size:12px;
    background-color:#666666;
    }

    
 
      
.input{-moz-border-radius: 3px 3px 3px 3px;
	   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) inset;
    	border: 1px solid #CCCCCC;
    	color: #424242;
    	font-family: Arial;
    	font-size: 12px;
    	outline: medium none;
    	padding: 5px;
    	margin-left: 0px;
    	width:90%;
    	}
 

.disabletext
{
    background:ActiveBorder;
    
}
    	
    	
.btn,
.btn-icon,
.btn-mini
{
	background-repeat: repeat-x;
	color: #FFF;	
	font-weight: bold;
	display: inline-block;	
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	padding: 0 15px 4px;
	padding: 0 7px 4px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.2);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,.25);
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.25);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135,strength=2);
	cursor: pointer;
	position: relative;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}
	
	/* Active/Click state */
	.btn:active, .btn-icon:active, .btn-mini:active { top: 1px; }


/* Sizes */
.btn, .btn-icon { background-position: 0 -80px; font-size: 12px; line-height: 25px; }
.btn.btn-small, .btn-icon.btn-small { background-position: 0 0; font-size: 10px; height: 26px; line-height: 23px; }
.btn.btn-large, .btn-icon.btn-large { background-position: 0 -160px; font-size: 15px; height: 42px; line-height: 40px; }

	/* Sizes - Line height for A buttons need to be different */
	a.btn, a.btn-icon { height: 32px; line-height: 32px; padding-bottom: 0;
    top: 1px;
    left: 17px;
}
	a.btn.btn-small, a.btn-icon.btn-small { line-height: 26px; padding-bottom: 0; }
	a.btn.btn-large, a.btn-icon.btn-large { line-height: 42px; padding-bottom: 0; }
	

/* Fix the button in IE7 :-( */
*+html .btn, *+html .btn-icon { border-color: none ; border: 1px solid transparent; }



/* Set default button colors */
.btn, .btn-icon, .btn-mini,
.btn:visited, .btn-icon:visited, .btn-mini:visited {  background-color: #F90; border-color: #D58000; color: #FFF; }

.btn:hover, .btn-icon:hover, .btn-mini:hover { background-color: #D58000; color: #FFF; }


/* Colors */	
.btn-blue,
.btn-blue:visited { background-color: #066ECD; border-color: #0561B4;
    top: -2px;
    /*left: 8px;*/
    /*width: 98px;*/
    }
.btn-blue:hover { background-color: #0561B4; }
/* Images Overlays - Gradient Effect */
/* 50% Opacity for darker colors */
.btn-blue,
 { background-image: url(../images/bg-dark.png) !important; }

/* Icon Button Styles */
.btn-icon { padding-left: 32px !important; }
*+html .btn-icon { padding-left: 20px !important; padding-right: 5px !important; }

.btn-icon span
{
	background-image: url(../images/amp-btn-icon-sprite.png); 
	background-repeat: no-repeat; 
	background-position: 0 0; 
	width: 16px; 
	height: 16px; 
	position: absolute; 
	left: 6px; 
	top: 6px;
}

	.btn-icon.btn-small span { top: 4px; }
	.btn-icon.btn-large span { top: 12px; }
	@-moz-document url-prefix() { .btn-icon span { left: -24px; top: 0px; } .btn-icon.btn-small span { top: -1px; } .btn-icon.btn-large span { top: 4px; } } 


/* Mini Buttons */
.btn-mini 
{ 
	background-position: 0 0; 
	width: 32px; 
	height: 26px !important; 
	line-height: 500px !important; 
	overflow: hidden;
	padding: 0; 
}

	.btn-mini span 
	{ 
		background-image: url(../images/amp-btn-icon-sprite.png); 
		background-repeat: no-repeat; 
		display: block;
		width: 16px; 
		height: 16px;
		line-height: 0;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -8px;
		margin-top: -8px;
	}
	
	
/* Icon Classes */
.btn-arrow-down span { background-position: -48px 0; }
.btn-arrow-up span { background-position: -32px 0; }
.btn-arrow-right span { background-position: -16px 0; }
.btn-arrow-left span { background-position: 0 0; }
.btn-comment span { background-position: -112px 0; }
.btn-heart span { background-position: -96px 0; }
.btn-star span { background-position: -80px 0; }
.btn-cart span { background-position: -64px 0; }
.btn-print span { background-position: -128px 0; }
.btn-rss span { background-position: -144px 0; }
.btn-person span { background-position: 0 -16px; }
.btn-check span { background-position: -16px -16px; }
.btn-dollar span { background-position: -32px -16px; }
.btn-refresh span { background-position: -48px -16px; }
.btn-home span { background-position: -64px -16px; }
.btn-plus span { background-position: -80px -16px; }
.btn-minus span { background-position: -96px -16px; }
.btn-cross span { background-position: -112px -16px; }
	
	
/* Transparent Button Styles */
.btn-transparent, .btn-transparent:hover { background-color: transparent; filter: none; border-color: transparent\0/; border-color: rgba(0,0,0,.4) !important; margin: 0 1em 0 0; }
*+html .btn-transparent { border: none; }



.btn-blue,
.btn-black,
.btn-purple,
.btn-navy,
.btn-maroon,
.btn-teal,
.btn-grey { background-image: url('../images/bg-dark.png') !important;
    left: -1px;
   /* width: 73px;*/
}
.btn-blue:hover { background-color: #0561B4; }

.tableborder tr th{border:1px solid #CCCCCC;padding:5px;background-color:#CCCCCC;}
.tableborder tr td{border:1px solid #CCCCCC;padding:5px;}
.normaltext
{
    color: #666666;
    font: 12px Arial;
    text-align: left;
    word-wrap: break-word;
}
.tableborder
{
   /* margin-bottom: 15px;*/
    margin-left: 15px;
    margin-right: 15px;
    padding: 0;
    width: 97%;
}
 element.style {
    display: none;
    text-align: center;
    z-index: 20000;
}
.ui-widget-overlay {
    background: url("images/ui-bg_flat_0_aaaaaa_40x100.png") repeat-x scroll 50% 50% #AAAAAA;
    opacity: 0.6;
}
.ui-widget-overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.div-hearing
{
width: 70px;
height: 120px;
background-image:url("../images/hearing.jpg");
right:0;
top:270px;
position: fixed;
display:block;
border-left:1px solid green;
border-top:1px solid green;
border-bottom:1px solid green;
}


.blueheading
{
color: #2078AD;
font-family: Arial,Helvetica,sans-serif;
font-size: 13px;
/*background-color:#def2fe;*/
line-height:30px;
}
.bluetext
{
color: #2078AD;
font-family: Arial,Helvetica,sans-serif;
font-size: 13px;
background-color:#eaf7ff;
}
.blacktext
{
color: #000;
font-family: Arial,Helvetica,sans-serif;
font-size: 13px;

}
.bluetable td,.bluetable th
{
border:solid 2px #def2fe;
padding-left:5px;
height:25px;
vertical-align:middle;
}
.bluecolor
{
background-color:#eaf7ff;
}
.titlediv p
{
    border-bottom:1px solid #666666;
    margin:0;
    }
 .readonly
 {
     background-color:#F1F1F1;
 }   
 
 .blue13_nfont{font:normal 13px Arial, Helvetica, sans-serif; color:#030569;}
.blue_link{font:normal 12px Arial, Helvetica, sans-serif; color:#0896ff; text-decoration:none;}


