﻿.DashboardButton {
   border-top: 1px solid #18222a;
   border-left: 0px solid #ffffff;
   border-right: 0px solid #ffffff;
   border-bottom: 0px solid #ffffff;
   background: #273038;
   background: -webkit-gradient(linear, left top, left bottom, from(#18222a), to(#273038));
   background: -webkit-linear-gradient(top, #18222a, #273038);
   background: -moz-linear-gradient(top, #18222a, #273038);
   background: -ms-linear-gradient(top, #18222a, #273038);
   background: -o-linear-gradient(top, #18222a, #273038);
   padding: 15px 30px;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #ffffff;
   font-size: 14px;
   font-weight:bold;
   font-family: 'Open Sans';
   text-decoration: none;
   vertical-align: middle;
    margin: 0px;
    text-align:left;
   }
.DashboardButton:hover {
   border-top-color: #ffffff;
   background: #ffffff;
   color: #18222a;
      margin: 0px;
   }
.DashboardButton:active {
   border-top-color: #18222a;
   background: #18222a;
      margin: 0px;
   }






.ButtonStyleGreen {
	color: rgb(255, 255, 255);
	background-color: #00b200;
	display: inline-block;
	position: relative;
	padding: 0.563em 1.125em 0.813em;
	cursor: pointer;
	font-size: 1.6rem;
	line-height: 1.3;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	border-radius: 0.25em;
	width: auto;
	transition: all 0.15s linear 0s;
	border: 0px;
	-webkit-appearance: none;
}

	.ButtonStyleGreen:hover {
		text-shadow: 0px 0.075em 0.075em rgba(0, 0, 0, 0.5);
		text-decoration: none;
		color: white;
		background-color: goldenrod;
		border: 0px;
	}






.ButtonStyle {
color: rgb(255, 255, 255);
background-color: #C6001C;
display: inline-block;
position: relative;
padding: 0.563em 1.125em 0.813em;
cursor: pointer;
font-size: 1.6rem;
line-height: 1.3;
text-align: center;
vertical-align: middle;
margin: 0px;
border-radius: 0.25em;
width: auto;
transition: all 0.15s linear 0s;
border: 0px;
-webkit-appearance: none;
}

.ButtonStyle:hover {
  text-shadow: 0px 0.075em 0.075em rgba(0, 0, 0, 0.5);
  text-decoration: none;
  color: white;
  background-color: #022444;
  border: 0px;
}



.ButtonStyleWhite {
color: #ffffff;
background-color: #c6001c;
display: inline-block;
position: relative;
cursor: pointer;
text-align: center;
vertical-align: middle;
margin: 0px;
border-radius: 0.25em;
width: auto;
transition: all 0.15s linear 0s;
border: 0px;
   font-size: 14px;
   font-weight:bold;
   font-family: 'Open Sans';
}

.ButtonStyleWhite:hover {
  text-shadow: 0px 0.075em 0.075em rgba(0, 0, 0, 0.5);
  text-decoration: none;
  color: #18222A;
  background-color: #FFFFFF;
  border: 0px;
}

.MerchantMenuButton {
	background-color:#8f8c8f;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #8f8c8f;
	display:inline-block;
	color:#ffffff;
	font-family: 'Open Sans';
	font-size:15px;
	font-weight:bold;
	padding:5px 2px;
	text-decoration:none;
}

.MerchantMenuButton:hover {
	background-color:#e0e0e0;
	color:#343434;
}

.MerchantMenuButton:active {
	position:relative;
	top:1px;
}

.MerchantButtonStyle {
	background-color:#058414;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #058414;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:5px 2px;
	text-decoration:none;
}

.MerchantButtonStyle:hover {
	background-color:#058414;
}

.MerchantButtonStyle:active {
	position:relative;
	top:1px;
}

.left {
    width: 27%;
    text-align: right;
    float: left;
    margin: 0.3em;
}

.right {
    width: 70%;
    float: left;
    margin: 0.3em;
}

#content {
	margin-bottom: 5px;
	overflow: auto;
}

#pWidth {
	width: 800px; 
	text-align: left; 
	margin: 0 auto 0 auto; 
	position: relative; 
}