﻿/*
Meridian Solutions Inc
------------------------------------
Revision: 19-Feb-2008

*/

.textBox
{
	border: solid 1px #b5bbb2;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #606060;
	background-color: White;
	
}
.textArea
{
	border: solid 1px #b5bbb2;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #606060;
	background-color: White;
}

.button
{
	border: 1px solid #E3E3E3;
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #6B8593;
	background-color: #E6EDF1;
	width: 95px;
	height: 25px;
}
.dropdown
{
	border: solid 1px #b5bbb2;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #606060;
	height: 20px;
}

.txtNormal
{
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #606060;
	text-decoration:none;
}
.txtBold
{
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #606060;
	text-decoration:none;
}
.txtRedNormal
{
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal;
	
	color:Red;
	text-decoration:none;
}
.txtRedBold
{
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal;
	
	color:#32A5D4;
	text-decoration:none;
}
.txtLarge
{
	font-family: Arial, Tahoma, Verdana;
	
	color: #606060;
	font-size: large;
	
	text-decoration:none;
}

.txtMedium
{
	font-family: Verdana, Lucida, Helvetica, Tahoma, Arial;
	font-weight: bold;
	font-size:medium;
	color:Black;
	text-decoration:none;
}
.txtSubH
{
	font-family: Verdana, Lucida, Helvetica, Tahoma, Arial;
	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;
}

