﻿/*
Meridian Solutions Inc
------------------------------------
Revision: 19-Feb-2008

*/

.textBox
{
	border: solid 1px #b5bbb2;
	font-family: Verdana, Arial, Tahoma;
	font-weight: normal;
	font-size: 11px;
	height: 17px;
	color:Black;
	background-color: White;
	
}
.textArea
{
	border: solid 1px #b5bbb2;
	font-family: Verdana, Arial, Tahoma;
	font-weight: normal;
	font-size: 11px;
	color:Black;
	background-color: White;
}

.button
{
	border: solid 1px #b5bbb2;
	font-family: Verdana, Arial, Tahoma;
	font-weight: normal;
	font-size: 11px;
	height: 17px;
	color:Black;
	background-color: White;
}
.dropdown
{
	border: solid 1px #b5bbb2;
	font-family: Verdana, Arial, Tahoma;
	font-weight: normal;
	font-size: 11px;
	color:Black;
}

.txtNormal
{
	font-family: Verdana, Arial, Tahoma;
	font-weight: normal;
	font-size: 11px;
	color:Black;
	text-decoration:none;
}
.txtBold
{
	font-family: Verdana, Arial, Tahoma;
	font-weight: bold;
	font-size: 11px;
	color:Black;
	text-decoration:none;
}
.txtRedNormal
{
	font-family: Verdana, Arial, Tahoma;
	font-weight: normal;
	font-size: 11px;
	color:Red;
	text-decoration:none;
}
.txtRedBold
{
	font-family: Verdana, Arial, Tahoma;
	font-weight: bold;
	font-size: 11px;
	color:Red;
	text-decoration:none;
}
.txtLarge
{
	font-family: Verdana, Arial, Tahoma;
	font-weight: bold;
	font-size: large;
	color:Black;
	text-decoration:none;
}

.txtMedium
{
	font-family: Verdana, Arial, Tahoma;
	font-weight: bold;
	font-size:medium;
	color:Black;
	text-decoration:none;
}
.txtSubH
{
	font-family: Verdana, Arial, Tahoma;
	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;
}

