﻿/* login start */
#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;
}
/* login end */

#loginContainer fieldset
{
    border:solid 1px #b2b4b3;
    margin:0 auto;
}
.loginLegend
{
    color:#b2b4b3;
}
#loginRememberMe
{
    
}
#loginLoginbutton
{
    padding:10px 10px 0px 10px;
}
a.LinkForgot
{
    font-size:8pt;
}

/* sectioneditor begin*/
.sectioneditor{
    width:100%;
    clear:both;
    text-align:right;
}
sectioneditorimagebutton
{
    
}
sectioneditorlinkbutton
{
    
}
.sectionEditorEmpty
{
    clear:both;
}
.SectionCommandLink
{
    font-size:10pt;
}
/* sectioneditor end*/

a.ThemedLinkButton:link 
{
    background-image:url('images/imagebuttons/theme_button_bg.gif');
	border: 1px solid #8b3f09;
	margin-bottom: 3px;
	color: #ffffff;
	height: 29px;
	padding: 3px 10px 5px 10px;
	font-size: 11pt;
	font-weight: bold;
	line-height:23px;
	text-decoration:none;
	background-position:-20px;
}
a.ThemedLinkButton:hover 
{
    background-image:url('images/imagebuttons/theme_button_bg.gif');
	border: 1px solid #8b3f09;
	margin-bottom: 3px;
	color: #ffffff;
	height: 29px;
	padding: 3px 10px 5px 10px;
	font-size: 11pt;
	font-weight: bold;
	line-height:23px;
	text-decoration:none;
	background-position:-20px;
}
a.ThemedLinkButton:visited 
{
    background-image:url('images/imagebuttons/theme_button_bg.gif');
	border: 1px solid #8b3f09;
	margin-bottom: 3px;
	color: #ffffff;
	height: 29px;
	padding: 3px 10px 5px 10px;
	font-size: 11pt;
	font-weight: bold;
	line-height:23px;
	text-decoration:none;
	background-position:-20px;
}

/* Image Gallery beging */
.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;
}