/* CSS Document */

	body {
	padding:0;
	margin:0;
	width:100%;
	font-size:1em;
	font-family:arial,verdana,sans-serif;
	/*background-color: #EBEBEB;*/
	/*background-image: url(../images/symInfoBG.gif);*/
	background-repeat: repeat-x;    
	/* min-width: 800px; */
}
	h1 {padding:0; margin:0; font-size:1em; color:#666}
	
	A, A:visited {color:#415F78; text-decoration:none}
	A:active, A:hover {color:#021D33; text-decoration:none}
	
	#mastheadPane {position:relative; width:765px; height:83px}
	#mastheadLogo {}
	#mastheadLogo #mastheadData {float:right; width:585px}
	#mastheadTitle {line-height:40px; text-indent:10px}
	#mastheadLinks {line-height:20px; height:25px; font-size:.7em}
	
	a.mastheadLink, a.mastheadLink:visited {color:#000; padding:3px 10px 3px 10px; background:url(../images/mastheadDiv.gif) no-repeat right}
	a.mastheadLink:active, a.mastheadLink:hover {color:#FFF; padding:3px 10px 3px 10px; background:#F27F1A url(../images/mastheadDiv.gif) no-repeat right}
	
	a.headerLink, a.headerLink:visited {color:#666; text-decoration:none}
	a.headerLink:active, a.headerLink:hover {color:#666; text-decoration:underline}
	
	 #datePicker
        {
            display:none;
            position:absolute;
            border:solid 2px black;
            background-color:white;
        }
          #datePicker1
        {
            display:none;
            position:absolute;
            border:solid 2px black;
            background-color:white;
        }
        .content
        {
            width:400px;
            background-color:white;
            margin:auto;
            padding:10px;
        }       
	

