﻿body 
{
	color:#696969;
	font-family: Verdana, Century , Times New Roman;
	font-size:9pt;
	
}


.Txt
{
	font-size:8pt;
	}
	
A:link
{
		color:#017CC0;
		text-decoration:none;
	}
	
	A:visited
	{
		color:#017CC0;
		text-decoration:none;
		}
	A:hover
	{
		color:#80D1EF;
		}
	
	a.TxtMenu:link 
	{
		color:#ffffff;
		text-decoration:none;
	}
a.TxtMenu:visited 
{
	color:#ffffff;
		text-decoration:none;
	}
	
	

a.TxtMenu:hover 
	{
		color:#80D1EF;
		
	}
	
	.recom
{
font-size:10pt;
	}

.label{
	font-family: Verdana, Century , Times New Roman;
	font-size:10pt;
	color:#017CC0;
}


.label2{
	font-family: Verdana, Century , Times New Roman;
	font-size:8pt;
	color:#97b4d8;
}


.label3{
	font-family: Verdana, Century , Times New Roman;
	font-size:9pt;
	color:#ADADAD;
}
.BtnImg
{
	 cursor: pointer;
	}
			
			.TxtContact
{
	font-family: Verdana, Century , Times New Roman;
     color: #2E2E2E;
     font-size: 7pt;
  border-bottom:solid;  
  border-bottom-color:#ECE9D8;
  border-bottom-width:1px;  
   border-left:solid;  
   border-left-width:3px;
   border-left-color: #ACA899;   
   border-right:solid;
   border-right-width:3px;
   border-right-color: #ECE9D8;   
   border-top:solid;
   border-top-width:3px;
   border-top-color: #ACA899;
   
}


		
	.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

   .MsjBackground {
            background-color:Gray;
            filter:alpha(opacity=70);
            opacity:0.7;
        }
        .confirm{
           background-color:White;
           padding:10px;
           width:370px;
           color:Red;
    border-width:3px;
	border-style:solid;
	border-color:Gray;
	       
        }    

 
        
/* dialog frame */
.modal-dialog
{
    position:absolute;          
    border-width:1px;
	border-style:solid;
	border-color:Gray;
}

/* dialog contents container */
.modal-dialog .container
{
    font-family:tahoma,helvetica,arial,sans-serif;
    font-size:11px;
    width:340px;
    border:solid 1px #99aabd;
    background-color:#F2F9FF;
} 

/* dialog header */
.modal-dialog .header
{
    background:url(../img/sprite.gif) repeat-x 0px -1100px;	
    height:25px;
    padding-top:5px;
}

/* dialog header message */
.modal-dialog .header .msg
{ 
	text-align:left;
    vertical-align:middle;
    padding-left:6px;
    color:#fff;
    font-size:12px;
    font-weight:bold;
}         

/* dialog body */
.modal-dialog .body2
{
    height:50px;
    background-color:#F2F9FF;
} 

/* dialog body message */
.modal-dialog .body2 h2
{
    padding-top:10px;
    background-color: #F2F9FF;
    font-size:10pt;
    text-align:center;
    font-weight:normal;
}  

/* dialog footer */
.modal-dialog .footer
{
    height:30px;
    background-color: #F2F9FF;
} 

/* dialog footer buttons */
.modal-dialog .footer .right
{
    background-color: #F2F9FF;
    float:right;
    text-align:right;
    padding-bottom:6px;
    padding-right:6px;
    font-size:8pt;
} 

/* dialog footer checkbox */
.modal-dialog .footer .left
{
    background-color: #F2F9FF;
    float:left;
    text-align:left;
    padding-bottom:6px;
    padding-left:6px;
} 

/* dialog close */
.modal-dialog .close
{
    right:4px;	
    background: url(../img/icons.gif) no-repeat -732px 0px;	
    width:16px;	
    cursor:hand;	
    position:absolute;	
    top:5px;	
    height:16px;
}

/* dialog close hover */
.modal-dialog .close:hover { background: url(../img/icons.gif) no-repeat -749px 0px;	}

/* modal overlay */
.modalBackground 
{
    background-color:Gray;
    filter:alpha(opacity=50);
    opacity:0.5;
}  


