﻿body
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;	
}


.error
{
	color: red;
	text-align: left;
}

#ErrorMessage
{
	background-color: Yellow;
	padding: 3px;
	color: Red;
	text-align: left;
	width: 400px;
	display: none;
	border: 1px solid red;
}


.success
{
	color: Green;
	text-align: left;
}

#ProgressStatus
{
	background-color: blue;
	position: fixed;
	display: none;
	padding: 2px;
}

.footer
	{
	margin:20px auto;
	width:960px;
	bottom: 5px;
	position: static;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	}
	
	.footer a
	{
		color: #2F3F49;
	}
	
/******************************* Web Template ********************************************/

.bgImage
{
	background: #EEFBF4 url(http://images.s3fox.net/basic/bgMainImage.png) repeat-x scroll center top;
	margin: 0px;
}


.bgFadeImage
{
	z-index:50;	
}

.header
{
	margin: 5px auto;
	width: 950px;
	height: 65px;
}

.header img
{
	border: 0px;
	float: left;
}

.s3foxTitle
{
	margin-top: 10px;
}

.container
{
	margin: 0px auto;
	width: 960px;
	z-index:100;
	background: url(http://images.s3fox.net/basic/content.png) repeat-y;
}



.actualContainer
{
	margin-left: 10px;
	margin-right: 10px;
	padding: 8px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

#s3foxDownload
{
	color:white;
	float:right;
	margin-right:20px;
	font-style: italic;
	font-size:20px;
}

/*************************************************  TOOLBAR BUTTONS *************************************************/

.toolbar 
{
	float:right;
	height: 35px;	
	width:600px;
}

.toolbar div
{
	float:left;
	width:120px;
	height:35px;
	background-repeat:no-repeat;
}

.toolbar_home
{	
	background-position:0px 0px;
	background-image:url(http://images.s3fox.net/basic/toolbar_home.png)
}

.toolbar_home:hover
{
	background-position:0px -36px;
}

.toolbar_home[selected=true]
{
	background-position:0px -72px;
}

.toolbar_features
{	
	background-position:0px 0px;
	background-image:url(http://images.s3fox.net/basic/toolbar_features.png)
}

.toolbar_features:hover
{
	background-position:0px -36px;
}

.toolbar_features[selected=true]
{
	background-position:0px -72px;
}


.toolbar_faqs
{
	width:90px !important;
	background-position:0px 0px;
	background-image:url(http://images.s3fox.net/basic/toolbar_faqs.png)
}

.toolbar_faqs:hover
{	
	background-position:0px -36px;
}

.toolbar_faqs[selected=true]
{
	background-position:0px -72px;
}

.toolbar_developers
{	
	width : 150px !important;
	background-position:0px 0px;
	background-image:url(http://images.s3fox.net/basic/toolbar_developers.png)
}

.toolbar_developers:hover
{
	background-position:0px -36px;
}

.toolbar_developers[selected=true]
{
	background-position:0px -72px;
}

.toolbar_support
{	
	background-position:0px 0px;
	background-image:url(http://images.s3fox.net/basic/toolbar_support.png)
}

.toolbar_support:hover
{
	background-position:0px -36px;
}

.toolbar_support[selected=true]
{
	background-position:0px -72px;
}


/**************************************** PAGE CSS *************************************/

.panel
{
	margin:10px;	
	border:1px solid #CCCCCC;
	float:left;
	width:440px;
	line-height:1.6em;	
}

.panel_header
{
	background-image:url(http://images.s3fox.net/basic/panel_header.png);
	background-repeat:repeat-x;
	height:30px;
	font-weight:bold;
	padding-left:10px;	
	color:black;
}

.panel_content
{
	padding-left:10px;
}

.panelNoBorder
{
	margin:10px;	
	border:0px solid #CCCCCC;
	float:left;
	width:440px;
	line-height:1.6em;	
}

