@CHARSET "ISO-8859-1";

body {  
		font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 13px;
		margin: 0px;
        padding: 2% 15% 2% 15%;
        background-color: #fff;
        overflow-y: scroll;
}

a { text-decoration: none; }

table {
		font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 13px;	
}
.site {
		border: 2px solid #D2D44B;
		background-color: #FCFCEA;
}

.header {
	border-bottom: 2px solid #D2D44B;
	padding: 2px;
}

.footer {
	border-top: 2px solid #D2D44B;
	padding: 2px;
}

.main {
	padding: 5px;
}

.extLinks {
	text-decoration: none;
	color: #000000;
}

#numberInfo {
			 font-size: 10px;
			 color: grey;
}

#disabled_screen {
   background-color:gray;
   display:none;
   filter:alpha(opacity=50);
   -moz-opacity:.50;
   opacity:.50;
   height:100%;
   left:0px;
   position:fixed;
   top:0px;
   width:100%;
   z-index:6;
}

#text {
   display:none;
   left:10px;
   position:relative;
   top:10px;
   z-index:50;
}
