﻿.Money, .currency { width:90px; text-align:right; }

.cap {}

.date { width:80px; }
.dateWithPicker { width:80px; }


.Print td { font-size:15px; } /* controls the report print font-size */

.GridHeader1 {
	font-weight: bold;
	/*height: 28px;*/
	background-color: #0a64a6;
	color: #ffffff;
}

.GridHeader1 td a:link, .GridHeader1 td a:visited {
	font-weight: bold;
	/*height: 28px;*/
	background-color: #0a64a6;
	color: #ffffff;
}


.GridHeader1 td 
{
	padding:6px;
}

.GridTable  
{
	background-color: #ccc;
}
.GridDataTr td
{
	background-color: #ffffff;
	padding:3px;
	font-weight:bold;
}



body {
	font-family: Verdana, Arial, Sans-Serif;
	font-size:11px;
	background-color: #ffffff;
}

.logo 
{
	color:#ffffff;
	font-size:36px;
	padding: 5px 5px 28px 5px;
}

.featureTable
{
	height:400px;
}

tHead
{
  display : table-header-group;
}

a:link{
	color: #0000ff;
	text-decoration: none;
}

a:visited{
	color: #0000ff;
	text-decoration: none;
}

a:hover{
	color: #0000ff;
	text-decoration: underline;
}

a:active
{
	color: #ff0000;
	text-decoration: underline;
}

.menu
{
	padding-right:5px;
}

.menu a
{
	font-size: 10px;
	font-weight: bold;
	color: White;
}

.CompuCareFont1{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	color: White;
}

.CompuCareFont2{
	font-family: Verdana, Arial, Sans-Serif;

	color: Black;
}

h1 { font-size:15px; }

.h3{
	color: #0a06a5;
	text-decoration: underline overline;
}

.MainTable{
	width: 755px;
	height: 160px;
	padding: 0px;
	background-color: #ffffff;
}

.PrinterFriendly{
	width: 650px;
	background-color: #ffffff;
	font-size: xx-small;
}

.SearchTable {
	border: solid 2px #0a64a6;
}

.ValidationErrorText {
    color: red;
    font-size: 10px;  
}

.Grid {
	border: solid 1px #0a64a6;
}

.GridHeader {
	font-weight: bold;
	/*height: 28px;*/
	background: #0a64a6;
}

.GridItem {
	background-color:White;
	vertical-align: middle;
	border: solid 1px #0a64a6;
	/*height: 20px;*/
}

.GridAlter {
	background: ghostwhite;
	vertical-align: middle;
}

.GridPage {
	background: #0a64a6;
	text-align: right;
	text-decoration: underline;
}

.hr1 {
	width: 50%;
	color: #0a06a5;
}

form {
	display:inline;
}


/*
 * SimpleModal OSX Style Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2010 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: osx.css 242 2010-03-14 00:55:02Z emartin24 $
 *
 */

#osx-modal-content, #osx-modal-data {display:none;}

/* Overlay */
#osx-overlay {background-color:#000; cursor:wait;}

/* Container */
#osx-container {background-color:#eee; color:#000; font: 16px/24px "Lucida Grande",Arial,sans-serif; padding-bottom:4px; width:825px; -moz-border-radius-bottomleft:6px; -webkit-border-bottom-left-radius:6px; -moz-border-radius-bottomright:6px; -webkit-border-bottom-right-radius:6px; border-radius:0 0 6px 6px; -moz-box-shadow:0 0 64px #000; -webkit-box-shadow:0 0 64px #000;}
#osx-container a {color:#ddd;}
#osx-container #osx-modal-title {color:#000; background-color:#ddd; border-bottom:1px solid #ccc; font-weight:bold; padding:6px 8px; text-shadow:0 1px 0 #f4f4f4;}
#osx-container .close {display:none; position:absolute; right:0; top:0;}
#osx-container .close a {display:block; color:#777; font-weight:bold; padding:6px 12px 0; text-decoration:none; text-shadow:0 1px 0 #f4f4f4;}
#osx-container .close a:hover {color:#000;}
#osx-container #osx-modal-data {font-size:10px; padding:6px 12px;}
#osx-container h2 {margin:10px 0 6px;}
#osx-container p {margin-bottom:10px;}
#osx-container span {color:#777;}


/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2010 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 242 2010-03-14 00:55:02Z emartin24 $
 *
 */

#basic-modal-content { display:none; }

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {height:150px; width:400px; color:#bbb; background-color:#fff; border:1px solid #444; padding:12px;}
#simplemodal-container code {background:#141414; border-left:1px solid #65B43D; color:#bbb; display:block; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a { color:#000; }
#simplemodal-container a.modalCloseImg { }
#simplemodal-container #basic-modal-content { padding:1px; }
