﻿/* CSS Document */

.buttons-text tr td
{
	size:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight: bold;
	text-align: center;
	vertical-align:middle;
}

.buttons-text tr td a
{
	color: #FFFFFF;
	text-decoration:none;
}

.buttons-text tr td a:hover
{
	color: #000;
	//text-decoration:underline;
}

.buttons-text{
	background-image:url('../img/greenbg.jpg');
	background-repeat:repeat-x;
	height:37px;
	border:0px;
	margin:0px;
	padding:0px;
}
.noClass tr td{
	border:0px;
	margin:0px;
	padding:0px;
}
.menuTable tr td
{
	border:0px;
	margin:0px;
	padding:15px;
	text-align: center;
	vertical-align:middle;
}

div.actionButton,
div.indentButton {
	float:right;
}

div.indentButton  a{
	background:#62af56;
	background: -webkit-gradient(linear, left top, left bottom, from(#a8ea9c), to(#62af56));
	background-image: -moz-linear-gradient(top, #a8ea9c, #62af56);
	border-color: #2d6324;
	border-radius: 8px 8px 8px 8px;
	text-decoration: none;
	color: #000;
	display: inline;
	font-size: 12px;
	font-weight: bold;
	padding:4px 8px;
	height:24px;
	min-width: 0;
}

div.actionButton  a{
	background:#62af56;
	background: -webkit-gradient(linear, left top, left bottom, from(#a8ea9c), to(#62af56));
	background-image: -moz-linear-gradient(top, #a8ea9c, #62af56);
	border-color: #2d6324;
	border-radius: 8px 8px 8px 8px;
	text-decoration: none;
	color: #000;
	display: inline;
	font-size: 16px;
	font-weight: bold;
	padding:4px 8px;
	height:34px;
	min-width: 0;
}

div.actionButton a:hover,
div.indentButton a:hover {
	background:#4ca83d;
	background: -webkit-gradient(linear, left top, left bottom, from(#85e573), to(#4ca83d));
	background-image: -moz-linear-gradient(top, #4D77BB, #1B417C);
	color: #fff;
}

div.patInfo {
	float:left;
	font-weight:bold;
	font-size:16px;
	color:#EE3322;
}
div.patInfo label{
	font-weight:bold;
	font-size:16px;
	color:#000;
}
.right {
	text-align:right;
}