﻿/***********************************************************/
/* Theme Button */
/***********************************************************/
a.ThemedLinkButton:link 
{
    background-color:#a32a1a;
	border: 1px solid #333;
	margin-bottom: 3px;
	color: #FFF;
	height: 26px;
	padding: 0 5px 0 5px;
	width: auto;
	overflow: visible;
	text-decoration:none;
	font-size:12pt;
}
a.ThemedLinkButton:visited
{
    background-color:#a32a1a;
	border: 1px solid #333;
	margin-bottom: 3px;
	color: #FFF;
	height: 26px;
	padding: 0 5px 0 5px;
	width: auto;
	overflow: visible;
	text-decoration:none;
	font-size:12pt;
}
a.ThemedLinkButton:hover
{
    background-color:#a9d54e;
    color:#ffffff;
}


/***********************************************************/
/* Login */
/***********************************************************/
#loginContainer
{
    text-align:center;
    width:350px;
    margin:0 auto;
   
}
#loginWrapper
{
    padding:10px 10px 10px;margin:0 auto;
    background-repeat:no-repeat;
    background-position:10px 10px;
}

#loginControls
{
    padding:10px 10px 0px 10px;
}

#loginContainer fieldset
{
    border:solid 1px #b2b4b3;
    margin:0 auto;
}
.loginLegend
{
    color:#b2b4b3;
}
#loginRememberMe
{
    
}
#loginLoginbutton
{
    padding:10px 10px 0px 10px;
}
a.LinkForgot
{
    font-size:8pt;
}

/***********************************************************/
/* Section Editor */
/***********************************************************/
.sectioneditor{
    width:95%;
    clear:both;
    background-color:Transparent;
    text-align: right;
    /*background-image:url('menu/ormSprite.png');*/
    margin-right:20px;
    padding-right:5%;
}
    
sectioneditorimagebutton
{
    
}
sectioneditorlinkbutton
{
    
}
.sectionEditorEmpty
{
    clear:both;
}
.SectionCommandLink
{
    font-size:10pt;
    color:White;
}



/***********************************************************/
/* Image Gallery */
/***********************************************************/
.galleryMenuItemWrapper
{    
    padding-bottom:12px;
}
.galleryMenuItem
{
    width:160px;
    background-image:url('images/menuBg.gif');
    background-repeat:repeat;
    padding:6px 0px 8px 6px;
    border:solid 1px #686a6a;
}
a.galleryMenuItemLink:link
{
    font-size:18px;
    color:#ffffff;
    text-decoration:none;
    padding-left:20px;
}
a.galleryMenuItemLink:hover
{
    font-size:18px;
    color:#ffffff;
    text-decoration:underline;
}

/**************************************************/
/* Registration Begin
/*****************************************************/
.Registration
{
    padding-right:20px;
}
.pstrength-minchar {
font-size : 10px;
}
#password-strength
{
}
.CaptchaTextBoxLabel
{
   float:left;
   width:100%;
   clear:both;
}
.imgCaptcha
{
}
.rcRefreshImage
{
    padding-left:10px;
    
}
.CaptchaTextBoxLabel
{
    
}
.CaptchaTextBox
{
    
}

/**************************************************/
/* Contact Us
/*****************************************************/

.ContactUsMessage
{
    width:440px;
    
}

