﻿/*This CSS file is to handle newly ajax added features. Walid Jad Nov 18 2009*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Modal Dialoge

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#modalwrapper
{
	display: none;
	width: 100%;
	height: 120%;
	z-index: 500;
	position: absolute;

	left: 0px;
	top: 0px;
	padding-top:10em;
}
#modalBackground
{
	background-color: #000000;
	filter: alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	width: 100%;
	height: 120%;
	position: absolute;
	margin: 0px;
	left: 0px;
	top: 0px;
	z-index: -1;
}

#modalPopup
{
	margin: 0em auto auto auto;
	padding-right: 0px; /*OVERFLOW-Y: scroll;*/
	font-weight: normal !important; /*OVERFLOW-X: hidden;*/
	width: 400px;
	height: 124px;
	background-color: White;
	z-index: 1000;
	padding-top:.5em;
}

#skipIntro:hover
{
	/* cursor: pointer;*/
}
#innerDiv
{
	margin: auto auto;
	width: 95%;
	height: 50px;
	
}
#wrapper
{
	margin: 0px auto;
	width: 810px;
	position: relative;
}
#modal_welcome
{
	width: 100%;
	text-align: center;
	font-weight: normal;
	font-size: 16px;
	color: #285383;
	line-height: 1em;
	padding-top: 15px;
}





fieldset {   
margin: 0em 0em 0em 0.1em;   
padding: 0;  
text-align:left;
float: left;     
clear: both;     
width: 100%;     
margin: 0 0 .4em 0;     
padding: 0;     
border: 1px solid #BFBAB0;     
background-color: #F2EFE9;   
}  
legend {   
margin-left: 1em;   
color: #000;  
font-weight: bold;  
}  
fieldset ol {   
padding: 0em 0em 0 0em;   
list-style: none;  
}  
fieldset li {   
padding-bottom: 1em;  
padding-left:0em;
}  
fieldset.submit {   
float: none;     
width: auto;     
border-style: none; 
text-align:right;    
  
background-color: transparent;
}
label {    
float: left;    
width: 8em;    
margin-right: 1em;    
text-align: left; 
}

fieldset span {   
background-color:#cc6600;
text-align:left;
margin-left:0.5em;
width:50px;
font-size:medium;

border: 1px solid #BFBAB0;     
background-color: #F2EFE9;   
}
fieldset span.current {   
background-color:#cc6600;
text-align:left;
margin-left:0.5em;
width:50px;
font-size:medium;
font-weight:bold;
color:#663300;
border: 1px solid #BFBAB0;     
background-color: #F2EFE9;   
}






