body {
	font-family: verdana,arial,sans-serif;
	font-size:12px;
}
table.gridtable {
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	-webkit-text-size-adjust: none;
	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
	width: 99%;
}
table.gridtable th {
	border-width: 1px;
	padding: 7px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
}
table.gridtable td {
	border-width: 1px;
	padding: 7px;
	border-style: solid;
	border-color: #666666;
}
table.gridtable tr:hover {
	/* Highlight Table Row on Mouse Hover */
	background-color: #B0E2FF;
}
table.gridtable #tableBG {
	/* # = ID selector, . = Class selector */
	background-color: AACDCD;
}

/* this class is used in functions2.php to denote text that has a Title attribute for the tooltip text */
.tooltip {
	border-bottom: 1px dotted;
	position: relative;
}
	
/* For Welcome Page Links that Look Like Buttons */
.link_button {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    background: #4479BA;
    color: #FFF !important;
    padding: 3px 6px 4px 6px !important;
    text-decoration: none !important;
    font-family: verdana;
    font-size: 13px;
}
.link_button.green {
    background: #008A00;
    color: #FFFFFF;
}
.link_button.yellow {
    background: #ffff00;
    color: #000 !important;
}
.link_button.red {
    background: #B80000;
}

.link_button.ltgreen {
    background: #33CC33;
    color: #000 !important;
}

.link_button.pur {
    background: #751975;
}

/* For the DatePicker on Edit and Add pages */
div.ui-datepicker{
    font-size:12px;
}
div.ui-datepicker th{
    background-color: #fcfcfc;
}

/* For Making Flat Input / Textboxes */
input[type=text], input[type=password], textarea
{
    outline: none;
    border-style: solid; 
	border-width: 1px;
	border-color: #BBBBBB;
    padding: 3px;
    font-size: 12px;
}

/* For desktop browsers */
@media screen and (min-width: 769px){

	table.gridtable {
		width: 67%;
		font-size: +1.2em;
	}
}