﻿/*
Meridian Solutions Inc
------------------------------------
Revision: 19-Feb-2008

*/

.textBox
{
	border: solid 1px #b5bbb2;
	font-family: face=Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	height: 17px;
	color: #ffd8a0;
	background-color: White;
	
}
.textArea
{
	border: solid 1px #b5bbb2;
	
	font-weight: normal;
	
	
	background-color: White;
	font-family: face=Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #525151;
	font-weight: normal;
}

.button
{
	border: 1px solid #E3E3E3;
	font-family: face=Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #006699;
	background-color: #E0E0E0;
	width: 95px;
	height: 25px;
	
	BORDER-RIGHT: #008000 1px solid; 
	BORDER-TOP: #008000 1px solid; 
	BORDER-LEFT: #008000 1px solid; 
	BORDER-BOTTOM: #008000 1px solid;
	
	
}
.dropdown
{
	border: solid 1px #b5bbb2;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	font-size: 12px;
	color:#797954;
	height: 20px;
}

.txtNormal
{
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	font-size: 8pt;
	color:black;
	text-decoration:none;
}
.txtBold
{
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	font-size: 8pt;
	color:Black;
	text-decoration:none;
}
.txtRedNormal
{
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	font-size: 8pt;
	color:Red;
	text-decoration:none;
}
.txtRedBold
{
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	font-size: 8pt;
	color:Red;
	text-decoration:none;
}
.txtLarge
{
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	font-size: large;
	color:Black;
	text-decoration:none;
}

.txtMedium
{
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	font-size:medium;
	color:Black;
	text-decoration:none;
}
.txtSubH
{
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	font-size: small;
	color:Black;
	text-decoration:none;
}

.tblNormal
{
	border-width: 0px;
	border-style: none;
	padding: 0px 0px 0px 0px;
}
.tblBorder
{
	border-width: 1px;
	border-style: solid;
	padding: 0px 0px 0px 0px;
}
.tblPadding
{
	border-width: 0px;
	border-style: none;
	padding: 1px 1px 1px 1px;
}
