﻿/***********************************************************/
/* Registration */
/***********************************************************/
.Registration
{
    
}
.Registration
{
    
}



/***********************************************************/
/* 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;
}

/***********************************************************/
/* Theme Button */
/***********************************************************/
a.ThemedLinkButton:link 
{
    background-image:url('menu/ormSprite.png');
	border: 1px solid #8b3f09;
	margin-bottom: 3px;
	color: Black;
	height: 29px;
	padding: 3px 10px 5px 10px;
	font-size: 11pt;
	font-weight: bold;
	line-height:23px;
	text-decoration:none;
	background-position: 0 -406px;
}
a.ThemedLinkButton:hover 
{
    background-image:url('menu/ormSprite.png');
	border: 1px solid #8b3f09;
	margin-bottom: 3px;
	color: red;
	height: 29px;
	padding: 3px 10px 5px 10px;
	font-size: 11pt;
	font-weight: bold;
	line-height:23px;
	text-decoration:none;
	background-position: 0 -406px;
}
a.ThemedLinkButton:visited 
{
    background-image:url('menu/ormSprite.png');
	border: 1px solid #8b3f09;
	margin-bottom: 3px;
	color: black;
	height: 29px;
	padding: 3px 10px 5px 10px;
	font-size: 11pt;
	font-weight: bold;
	line-height:23px;
	text-decoration:none;
	background-position: 0 -406px;
}

/***********************************************************/
/* Image Gallery */
/***********************************************************/
.galleryOuterWrapper
{
    background-color:Black;
    background-image:url('images/bottomBodyBg.jpg');
    border-top:solid 2px black;
    border-bottom:solid 2px black;
}
.galleryMenuItemWrapper
{    
    padding-bottom:4px;
}
.galleryMenuItem
{
    width:135px;
    background-repeat:repeat;
    padding:6px 0px 8px 6px;
    border:solid 1px #686a6a;
}
a.galleryMenuItemLink:link
{
    font-size:12px;
    color:red;
    text-decoration:none;
}
a.galleryMenuItemLink:hover
{
    font-size:12px;
    color:black;
    text-decoration:underline;
}

/**************************************************/
/* Registration Begin
/*****************************************************/

.pstrength-minchar {
font-size : 10px;
}
#password-strength
{
    padding-left:200px;
}
.CaptchaTextBoxLabel
{
   float:left;
   width:200px;
}
.imgCaptcha
{
    padding-left:200px;
}
.rcRefreshImage
{
    padding-left:200px;
}
/**************************************************/
/* Registration End
/*****************************************************/