
body
{
	background: url(/images/temp-bg2.gif) repeat-x 0 0;
	margin: 0px;
	font: 1.0em Georgia, Verdana, sans-serif;
	line-height: 1.4em;
	height: 100%;
}

h1, h2, h3
{
	color: #2863F0;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}

hr
{
	border: 1px solid #ddd;
}

a 
{
	color: #10A600;
	font-weight:bold;
	text-decoration: none;
}

a:hover
{
	color: #14D800;
	font-weight:bold;
	text-decoration: underline;
}

.fakeLink 
{
	color: #10A600;
	font-weight:bold;
}

.imgBorder
{
	border: 4px solid #e0e0e0;
}

.imgBorder0
{
	border: 1px solid #333333;
}

.imgBorder1
{
	border: 1px solid #333333;
	margin-top: 5px;
	margin-bottom: 5px;
}

.imgBorder2
{
	border: 1px solid #333333;
	margin: 10px 0px 10px 10px;
}

.imgBorder3
{
	border: 1px solid #333333;
	margin: 0px 0px 0px 10px;
}

.nanoText
{
	font: 9px Arial, sans-serif;
	color: #555;
}

#navbar
{
	margin-top: 10px;
}

#main
{
	width: 960px;
	margin: 20px auto 0;
}

#screen
{
	margin-top: 20px;
}

#footer
{
	font-family: Verdana, Arial, sans-serif;
	background: url(/images/footer-bg.gif) repeat-x;
	padding: 20px;
	min-height:180px;
}

#footer a
{
	color: #008000;
	font-weight:bold;
	text-decoration: none;
}

#footer a:hover
{
	color: #00D302;
	text-decoration: none;
}

.medText
{
	font-size: 12px;
}

.nanoText
{
	font-size: 11px;
}

.sideMenuLink
{
	font: 14px "Trebuchet MS", Verdana, Arial, sans-serif;
	
	margin-left: 12px;
	color: #555;
	font-weight:bold;
	text-decoration: none;
}

.sideMenuLink:hover
{
	color: #999;
	text-decoration: none;
}

.sideMenuSelected
{
	font: 14px "Trebuchet MS", Verdana, Arial, sans-serif;
	margin-left: 12px;
	font-weight: bold;
	color: #2863F0;
}

.sideMenuBg
{
	background: url(/images/sidemenu/menu-top.gif) no-repeat;
}
.sideMenuRow
{
	background: url(/images/sidemenu/menu-middle.png) no-repeat;
}

.supportTableRow
{
	height: 35px;
}

.smallText
{
	font: 10px Verdana, Arial, sans-serif;
}


.code
{
	font-family: "Courier New", Courier, monospace;
	font-size: 1.0em;
	background-color: #F3F3F3;
	padding: 10px;
}

.inlineCode
{
	font-family: "Courier New", Courier, monospace;
	font-size: 1.2em;
}

.actionScriptCode
{
	font-family: "Courier New", Courier, monospace;
	font-size: 1.0em;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
}

.configTableCol1
{
	background-color: #E5E5E5;
	font-family: "Courier New", Courier, monospace;
	font-size: 1.0em;
	line-height: 24px;
	border: thin #FFFFFF;
	vertical-align: top;
	white-space: nowrap;
	padding: 5px;
	margin: 0px;
}

.configTableCol2
{
	background-color: #F3F3F3;
	border: thin #FFFFFF;
	vertical-align: top;
	padding: 5px;
	margin: 0px;
}

.shcaseTitle
{
	font: 130% Arial, Verdana, sans-serif;
	color: #2863F0;
	font-weight: bold;
}

.box
{
	padding: 10px;
	background-color: #DDDDDD;
}

.propTableCol1
{
	background-color: #E5E5E5;
	border: thin #FFFFFF;
	vertical-align: top;
	white-space: nowrap;
	padding: 5px;
	margin: 0px;
	font-weight: bold;
}

.propTableCol2
{
	background-color: #F3F3F3;
	border: thin #FFFFFF;
	vertical-align: top;
	padding: 5px;
	margin: 0px;
}

.propInnerBox
{
	margin: 10px;
	padding: 10px;
	background-color: #DDDDDD;
}

/* ---------------- */

#dloadBox
{
	width: 320px;
	background: url(/images/grey-box-320.gif) no-repeat;
}


#dloadError
{
	font: 80% Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #cc0000;
}


