﻿/* sectioneditor begin*/
.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:black;
}
/* sectioneditor end*/

/* Link buttons start */
a.ThemedLinkButton:link 
{
    background: url(images/blue_button_bg.gif) no-repeat  25% 50% #333;
	border: 1px solid #0f72ac;
	margin-bottom: 8px;
	color: #FFF;
	height: 32px;
	padding: 0 15px 2pt 15px;
	font-size: 21px;
	font-weight: bold;

}
a.ThemedLinkButton:hover 
{
    background: url(images/grey_button_bg.gif) no-repeat  25% 50% #333;
	border: 1px solid #0f72ac;
	margin-bottom: 8px;
	color: #FFF;
	height: 32px;
	padding: 0 15px 2pt 15px;
	font-size: 21px;
	font-weight: bold;

}
a.ThemedLinkButton:visited 
{
    background: url(images/blue_button_bg.gif) no-repeat  25% 50% #333;
	border: 1px solid #0f72ac;
	margin-bottom: 8px;
	color: #FFF;
	height: 32px;
	padding: 0 15px 2pt 15px;
	font-size: 21px;
	font-weight: bold;
}
/* Link buttons end */
