﻿/* CSS Document */

.buttons-text tr td
{
	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	text-transform: uppercase;
	text-align: center;
	vertical-align:middle;
}

.buttons-text tr td a
{
	color: #000;
	font-size:13px;
	text-decoration:none;
}

.buttons-text tr td a:hover
{
	color: #FFFFFF;
	
	//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.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;
	margin-top: 0px;
}
.right {
	text-align:right;
}


/* Buttons and button links */
input[type=submit].tfbutton4 {
	background: #438db8 url('../img/search.png') no-repeat;
	display: inline !important;
    font-size: 110% !important;
    width: 30px !important;
}

.tftextinput4 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 0 !important;
    border-color: #0076a3 -moz-use-text-color #0076a3 #0076a3;
    border-image: none;
    border-style: solid none solid solid;
    border-top-left-radius: 5px;
    border-top-right-radius: 0 !important;
    border-width: 1px 0 1px 1px;
    font-family: "Trebuchet MS",​Arial,​Sans-Serif;
    font-size: 17px;
    *font-weight: bold;
    height: 24px;
    margin: 5px -5px -5px;
}

.tfbutton4 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #0076a3 #0076a3 #0076a3 -moz-use-text-color;
    border-image: none;
    border-radius: 0 5px 5px 0;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px 0;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    height: 31px;
    margin: 2px -125px -121px;
    padding-left: 18px;
	border-radius: 1px 5px 5px 1px !important;
	height:26px !important;
}
.tfbutton4:hover {  background: #438db8 url('../img/search.png') no-repeat !important; }
.inactive {
    background-color: #d3d3d3;
    color: #808080;
} 

.alternateRow	tr:nth-child(odd)	{ 
	background-color:#fff; 
}
.alternateRow	tr:nth-child(even){ 
	background-color:#eee; 
}
/* table tr td {
    padding: 2px;
    border-bottom: 0px solid #ddd;
}
.noAlternateRow	tr:nth-child(odd)	{ 
		background-color:#fff; 
}
.noAlternateRow	tr:nth-child(even){ 
	background-color:#fff; 
}
.TwoAlternateRow	tr:nth-child(4n), .TwoAlternateRow	tr:nth-child(4n-1) {
    background: #fff;
}
.TwoAlternateRow	tr:nth-child(4n-2), .TwoAlternateRow	tr:nth-child(4n-3) {
    background: #eee;
} */
.colorIndex{
	width:14px;
	height:10px;
	border-bottom: 0px solid #ddd;
}
.textFont{
	font-size:12px;
	border-bottom: 0px solid #ddd;
}
.colorindex{
	width:12px;
	height:5px;
	padding-top:12px;
	border-bottom: 0px solid #ddd;
}
.indextext{
	font-size:10px;
	border-bottom: 0px solid #ddd;
}
.leftAlign{
	text-align:left;
	padding-left:10px;
}

.rightAlign{
	text-align:right;
	padding-right:10px;
}
.hvr tbody tr:hover{
  background:#FFCC00 ! important;
  color:black ! important;
}