﻿/* Shaded Border Styles */

/* Main */

#ContentGradientWrapper
{
	clear:both; 
}

#ContentGradientLeft
{
	background:url('/images/Gradients/leftVerticalGradient.gif') repeat-y; 
	float:left; 
	width:5px; 
}

#ContentGradientMain
{
	float:left;
}

#ContentGradientRight
{
	background:url('/images/Gradients/rightVerticalGradient.gif') repeat-y; 
	float:left; 
	width:5px; 
}

.ContentGradientWrapperLarge
{
	width:715px;
	margin-top:8px;
}

.ContentGradientMainLarge
{
	width:689px; 
	margin:8px; 
}

.ContentGradientWrapperSmall
{
	width:520px;
	margin-top:30px;
}

.ContentGradientMainSmall
{
	width:494px; 
	margin:0px 8px 0px 8px;
}

#ContentBottomGradientWrapper
{
    clear:both; 
    line-height:5px;
}

#ContentBottomGradientLeft
{
    background:url('/Images/Gradients/Gradient_Corners.gif') 0px -5px; 
    float:left; 
    width:5px;
}

#ContentBottomGradientCenter
{
    background:url('/Images/Gradients/bottomHorizontalGradient.gif') repeat-x; 
    float:left; 
}

#ContentBottomGradientRight
{
    background:url('/Images/Gradients/Gradient_Corners.gif') -5px -5px; 
    float:left; 
    width:5px;
}

.ContentBottomGradientWrapperLarge
{
    width:715px;
}

.ContentBottomGradientCenterLarge
{
    width:705px;   
}

.ContentBottomGradientWrapperSmall
{
    width:520px;
}

.ContentBottomGradientCenterSmall
{
    width:510px;   
}

.login-switch-banner {
    background-color: #333;
    color: #fff;
    padding: 5px;
    text-align: left;
    margin-right: 5px;
    margin-top: 5px;
}

/* End Main */

/* Footer */
#FooterGradientTopWrapper
{
	width:715px; 
	clear:both; 
	line-height:5px;
}

#FooterGradientTopLeftCorner
{
	background:url('/Images/Gradients/Gradient_Corners.gif'); 
	float:left; 
	width:5px;
	height:5px;
}

#FooterGradientTopHorizontal
{
	background:url('/Images/Gradients/Gradient_Horizontal_Top.gif') repeat-x; 
	float:left; 
	width:705px;
	height:5px;
}

#FooterGradientTopRightCorner
{
	background:url('/Images/Gradients/Gradient_Corners.gif') -5px 0px; 
	float:left; 
	width:5px;
	height:5px;
}

#FooterGradientBodyWrapper
{
	width:715px; 
	clear:both;
}

#FooterGradientBodyLeft
{
	background:url('/images/Gradients/FooterGradientLeft.gif'); 
	float:left; 
	width:5px; 
	height:22px;
}

#FooterGradientBodyMain
{
	float:left; 
	width:705px;
}

#FooterGradientMain
{
    padding:4px 0px 0px 3px;
}

#FooterGradientBodyRight
{
	background:url('/images/Gradients/FooterGradientRight.gif'); 
	float:left; 
	width:5px; 
	height:22px;
}

#NavGradientRight
{
    background:url('/Images/Gradients/rightVerticalGradient.gif') right repeat-y; 
    width:191px;
}

#NavGradientBottomWrapper
{
    clear:both; 
    line-height:5px;
}

#NavGradientBottomCenter
{
    background:url('/Images/Gradients/bottomHorizontalGradient.gif') bottom repeat-x; 
    width:186px; 
    height:5px; 
    float:left;   
}

#NavGradientBottomRight
{
    background:url('/Images/Gradients/Gradient_Corners.gif') -5px -5px;
    float:left; 
    width:5px;
}
/* End Footer */

/* End Shaded Border Styles */