﻿*{
margin: 0;
padding: 0;
}
html, body {
height: 100%;
margin: 0;
padding: 0;
text-align: center;
}
#frame {

margin-left: auto;
margin-right: auto;
width: 800px;
text-align: left;
}
#maincontentframe {
	border: solid 1px #343434;
	height: 514px;
}
.topnavigation {
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 14px;
	color: #666666;
	padding-top: 50px;
}
.topnavigation A {
	color: #666666;
	text-decoration: none;
}
.topnavigation A:Hover {
	text-decoration: underline;
	color: #5c259f;
}
.bottomnavigation {
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 12px;
	color: #666666;
}
.bottomnavigation A {
	color: #666666;
	text-decoration: none;
}
.bottomnavigation A:Hover {
	text-decoration: underline;
	color: #5c259f;
}
.MainText {
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 14px;
	color: #333333;
}
.MainText A {
	color: #5c259f;
	text-decoration: none;
	font-size: 12px;
}
.MainText A:Hover {
	color: #5c259f;
	text-decoration: underline;
}
.MainTextGreen {
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 14px;
	color: #009933;
}
.MainTextSmall {
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 12px;
	color: #333333;
}

/* the overlayed element */
.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(../images/misc/white.png);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:640px;		
	
	/* some padding to layout nested elements nicely  */
	padding:35px;

	/* a little styling */	
	font-size:11px;
}

/* default close button positioned on upper right corner */
.apple_overlay .close {
	background-image:url(../images/misc/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}