body
{
	margin:0px;
	padding:0px;
	background-color:#A69276;
	background-image: url('Images/background-gradient.jpg'); 
	background-repeat: repeat-x;
	width: 100%; height: 240px;
	color:#555555;
	font-family:Arial,Tahoma;
	font-size:11pt;
}

.clearfloat
{
    clear: both;
}

/* Common */

.TextColor-Link
{
	color:#003366;
}

.TextColor-Normal
{
	color:#555555;
}

.FontSize-Small
{
	font-size:small;
}

a
{
	text-decoration:none;
	color:#003366;
	font-weight:bold;
}

a:link
{
	text-decoration:none;
	color:#003366;	
	font-weight:bold;	
}

a:visited
{
	text-decoration:none;
	color:#003366;
	font-weight:bold;	
}

a:hover
{
	text-decoration:none;
	color:#993366;
	font-weight:bold;	
}

.pageTitle
{
	font-size:12pt;
	font-weight:bold;
	padding-bottom:20px;
}

.errorText
{
	color:Red;
	font-style:italic;
}

.textBox
{
	width:150px;
}

/* Master Page Styles */
#mainContainer
{
	margin-left:60px;
	margin-top:0px;
	width:870px;
	background-color:White;	
	min-height:1200px;
}

#menuBar
{
	background-image: url('Images/MenuBar-Long.jpg'); 
	background-repeat: repeat-x;
	width: 100%; height: 129px;
}

#logo
{
	margin-top:-120px;
	width:300px;
	height:128px;
    background-image:url('Images/TeamUp-Logo-Small.gif');
    background-repeat:no-repeat;
}

#content
{
	margin-left:108px;
	font-weight:normal;
}

#footer
{
	margin-left:154px;
	width:320px;
	padding-top:40px;
	padding-bottom:20px;
	font-size:9pt;
	color:#555555;
}

#footer a
{

}

#footer a:hover
{
	text-decoration:none;
	
}

/* Custom Link Styles */
#HomeLink,#BottomHomeLink,#SettingsLink,#AboutUsLink,#ContactUsLink,#AdminLink
{
	font-weight:normal;
	color:#555555;
}

.LogoutLink
{
	font-weight:normal;	
	color:#555555;	
}

.loginName
{
	color:#555555;
	font-weight:normal;
}

/* MembersLayoutMaster */

/* Home Page */
#callout
{
	background-image: url('Images/HomeCalloutBackground.jpg');
	background-repeat:no-repeat;	
	height:180px;
}

.calloutTitle
{
	color:White;
	font-size:14pt;
	font-weight: bold;
}

/* Admin Pages */

.adminDescription
{
	padding-right:40px;
}

.adminGrid
{
	font-size:9pt;
	padding-top:40px;
	padding-right:40px;
}

.linkDetailLabel
{
	vertical-align:top;
}

.adminGrid
{
	
}

/* Login Page */
#passwordRecoveryBlock
{
	font-size:smaller;
}

/* Register User */
.createUserButton
{
	margin-left:-552px;
}

.registerErrorMessages
{
	margin-left:20px;	
	color:Red;
}

#AccountType
{
	padding-left:20px;
}

/* Links */

.linkTitle
{
	font-weight:bold;
}

/* Packets */

.sidebarTitle
{
	font-weight:bold;
}


