﻿
.MenuButton
{
	font-size: 15px;
	color: #0033cc;
	font-family: Verdana;
	background-color: white;
	border-right-style: ridge;
	border-bottom-style: ridge;
}

.ActionButton
{
	float:left;
	font-size: 12px;
	color: #000;
	height: 25px;
	width:80px;
	margin: 0 2px 0 2px;
	font-family: Verdana;
	border-left-style:none;
	border-top-style:none;
	border-right: solid 1px gray;
	border-bottom: solid 1px gray;
	background:url(../Images/Theme/toolgrad.gif) top left repeat-x;
	cursor:hand;
}

.ActionButton:hover
{
	float:left;
	font-size: 12px;
	color: #fff;
	height: 25px;
	margin: 0 2px 0 2px;
	font-family: Verdana;
	border-left: solid 1px gray;
	border-top: solid 1px gray;
	border-right: none;
	border-bottom: none;
	background:url(../Images/Theme/toolgrad.gif) top left repeat-x;
	cursor:hand;
}


.ActionButtonRight
{
	float:right;
	font-size: 12px;
	color: #026698;
	font-family: Verdana;
	border-right-style: ridge;
	border-bottom-style: ridge;
	background-color: #6699ff;
	background:url(../Images/Theme/rtebnhov.gif) top left repeat-x;
	cursor:hand;
}


.WizardButton
{
	float:right;
	font-size: 12px;
	color: #000;
	height: 25px;
	width:80px;
	font-family: Verdana;
	border-left-style:none;
	border-top-style:none;
	border-right: solid 1px #000;
	border-bottom: solid 1x #000;
	background:url(../Images/Theme/rtebnhov.gif) top left repeat-x;
	cursor:hand;
}

.WizardButtonDisabled
{
	float:right;
	font-size: 12px;
	color: #000;
	height: 25px;
	width:80px;
	font-family: Verdana;
	border-left-style:none;
	border-top-style:none;
	border-right: none;
	border-bottom: none;
	background:url(../Images/Theme/rtebnhov.gif) top left repeat-x;
}

.WizardButtonPaypal
{
	float:left;
	font-size: 12px;
	color: #fff;
	height: 40px;
	width:150px;
	font-family: Verdana;
	border-left-style:none;
	border-top-style:none;
	border-right: none;
	border-bottom: none;
	background:url(https://www.paypal.com/en_US/i/btn/btn_xpressCheckout.gif) top left no-repeat;	
	cursor:hand;
}


.WizardDisableButton
{
	float:right;
	font-size: 12px;
	color: #fff;
	height: 25px;
	width:80px;
	font-family: Verdana;
	border-left-style:none;
	border-top-style:none;
	border-right: groove 1px #000;
	border-bottom: groove 1px #000;
	background:url(../Images/Theme/rtebnhov.gif) top left repeat-x;
	cursor:hand;
	display:none;
}

.WizardButton:hover
{
	float:right;
	font-size: 12px;
	color: #fff;
	height: 25px;
	font-family: Verdana;
	border-left: groove 1px #000;
	border-top: groove 1px #000;
	border-right: none;
	border-bottom: none;
	background:url(../Images/Theme/rtebnhov.gif) top left repeat-x;
	cursor:hand;
}


.MailToolBarButton
{
	float:left;
	text-align:left;
	font-size: 1.1em;
	color: white;
	height:25px;
	margin: 0 2px 0 2px;
	/*background:url(../Images/Theme/partgrad.gif) top left repeat-x;*/
	border-style:none;
	background-color:#bababa;
	cursor:hand; 
}

.MailToolBarButton:hover
{
	float:left;
	text-align:left;
	font-size: 1.1em;
	color: #026698;
	height:25px;
	margin: 0 2px 0 2px;
	border-style:none;
	/* background:url(../Images/Theme/rtebnhov.gif) top left repeat-x; */
	background-color:#FeFEFE;
	cursor:hand;
}

.LangMenuButton
{
	float:left;
	font-size: 0.9em;
	text-align:left;
	color: black;
	height:20px;
	border-style:none;
	background-color:#bababa;
	cursor:hand; 
	width:80px;
	height:25px;
	padding-left: 30px;
	background:url(../Images/flag-usa.gif) center left no-repeat; 
}

.LangMenuButton:hover
{
	color: white;
	background-color:blue;
	cursor:hand;
	width:40px;
}

.NewIcon {
	background-repeat: no-repeat;
	background-position: left center;
	background-image:url(../Images/Database/DbEdit.gif);
	padding: 0 0 0px 20px; 
}

.ReplyIcon {
	background-repeat: no-repeat;
	background-position: left center;
	background-image:url(../Images/Icons/1023.gif);
	padding: 0 0 0px 20px; 
}

.AcceptIcon {
	background-repeat: no-repeat;
	background-position: left center;
	background-image:url(../Images/Database/11.gif);
	padding: 0 0 0px 20px; 
}

.DeclineIcon {
	background-repeat: no-repeat;
	background-position: left center;
	background-image:url(../Images/Database/12.gif);
	padding: 0 0 0px 20px; 
}

.SendIcon {
	background-repeat: no-repeat;
	background-position: left center;
	background-image:url(../Images/Database/09.gif);
	padding: 0 0 0px 20px; 
}

.DeleteIcon {
	background-repeat: no-repeat;
	background-position: left center;
	background-image:url(../Images/Database/DbDeleteSm.gif);
	padding: 0 0 0px 20px; 
}

.CancelIcon {
	background-repeat: no-repeat;
	background-position: left center;
	background-image:url(../Images/Icons/3021.gif);
	padding: 0 0 0px 20px; 
}

.MailMenuButton
{
	float:left;
	text-align:left;
	padding-left:15px;
	font-size: 1.1em;
	color: #005994;
	height:25px;
	Border-Style:None;
	background-color: #ededed;
	cursor:hand;
}

.MailMenuButtonActive
{
	float:left;
	text-align:left;
	padding-left:15px;
	font-size: 1.1em;
	color: #005994;
	height:25px;
	Border-Style:groove;
	background-color: #cdcdcd;
	cursor:hand;
}

.MailMenuButton:hover
{
	float:left;
	text-align:left;
	padding-left:15px;
	font-size: 1.1em;
	color: white;
	height:25px;
	border-right: groove 2px #000;
	border-bottom: groove 2px #000;
	background:url(../Images/Theme/topgradlight.gif) top left repeat-x;
	cursor:hand;
}

