/* MAIN */

html						{	height:100%;
								width:100%; } 
	
body 						{ 	height:100%;
								width:100%;
								margin-top: 0px;
								margin-bottom: 0px;
								margin-left: 0px;
								margin-right: 0px;
								padding: 0px;
								
								min-width:962px;
								min-height:702px;		
								background-color: black;
								
								font-size: 11px;
								line-height: 13px; 
								font-family: Tahoma;
								color: white;  } 			

td							{	font-size: 11px;
								line-height: 13px; 
								font-family: Tahoma;
								color: white;  } 		
								
form 						{	margin: 0px;}			
hr	 						{	margin: 0px; padding:0;}																		


/* PAGE CENTERING */

#outer						{	height:100%;
								width:100%;
								display:table;
								vertical-align:middle; }

#container 					{	position:relative;
								vertical-align:middle;
								display:table-cell;
								height: 500px; } 

#inner 						{	width: 962px;
								height: 702px;
								margin-left:auto;
								margin-right:auto; }	
	
	
/* DEFAULT CLASSES */	

.slide 						{ 	position: absolute; }
.center_box					{ 	border: 1px solid #8b8b94; }

.miniDropdown 				{ 	font-size: 9px; }	/* outdated */				
.mini_dropdown 				{ 	font-size: 9px; }
.mini_textfield 			{ 	font-size: 9px; }
.mini_login 				{ 	font-size: 9px; }				
.mini_checkbox	 			{ 	font-size: 9px; }	
.mini_file_upload 			{ 	font-size: 9px; }	
.mini_button	 			{ 	font-size: 9px; }

.bg							{	}


/* MAIN LINKS */

a:link 						{ 	color: #123456; text-decoration: none; }		
a:visited 					{ 	color: #123456; text-decoration: none; }
a:active 					{ 	color: #123456; text-decoration: none; }	
a:hover 					{ 	color: #123456; text-decoration: none; }	


/* DEFAULT SIZES */

.small						{	font-size: 10px; line-height: 12px; }
.medium						{	font-size: 12px; line-height: 14px; }
.large						{	font-size: 14px; line-height: 16px; }
.xlarge						{	font-size: 16px; line-height: 16px; }

.size8						{	font-size: 8px; line-height: 10px; }
.size9						{	font-size: 9px; line-height: 11px; }
.size10						{	font-size: 10px; line-height: 12px; }
.size11						{	font-size: 11px; line-height: 13px; }
.size12						{	font-size: 12px; line-height: 14px; }
.size13						{	font-size: 13px; line-height: 15px; }
.size14						{	font-size: 14px; line-height: 16px; }
.size16						{	font-size: 16px; line-height: 18px; }
.size18						{	font-size: 18px; line-height: 20px; }
.size21						{	font-size: 21px; line-height: 23px; }
.size24						{	font-size: 24px; line-height: 26px; }
.size28						{	font-size: 28px; line-height: 30px; }
.size32						{	font-size: 32px; line-height: 34px; }
.size36						{	font-size: 36px; line-height: 38px; }
.size48						{	font-size: 48px; line-height: 50px; }


/* CUSTOM CLASSES */

.header_bg					{ 	background-image: url(../images/background/header_bg.gif); background-repeat: repeat-x; background-attachment: scroll; }
