﻿/*
Meridian Solutions Inc
------------------------------------
Revision: 19-Feb-2008

*/

.textBox
{
	border: solid 1px #b5bbb2;
	font-family: Verdana, Lucida, Helvetica, Tahoma, Arial;
	font-weight: normal;
	font-size: 8pt;
	height: 17px;
	color:Black;
	background-color: White;
	
}
.textArea
{
	border: solid 1px #b5bbb2;
	font-family: Verdana, Lucida, Helvetica, Tahoma, Arial;
	font-weight: normal;
	font-size: 8pt;
	color:Black;
	background-color: White;
}

.button
{
	border: solid 1px #b5bbb2;
	font-family: Verdana, Lucida, Helvetica, Tahoma, Arial;
	font-weight: normal;
	font-size: 8pt;
	height: 17px;
	color:Black;
	background-color: White;
}
.dropdown
{
	border: solid 1px #b5bbb2;
	font-family: Verdana, Lucida, Helvetica, Tahoma, Arial;
	font-weight: normal;
	font-size: 8pt;
	color:Black;
	height: 20px;
}

.txtNormal
{
	font-family: Verdana, Lucida, Helvetica, Tahoma, Arial;
	font-weight: normal;
	font-size: 8pt;
	color:#333333;
	text-decoration:none;
}
.txtNormal1
{
	font-family: Verdana, Lucida, Helvetica, Tahoma, Arial;
	font-weight: normal;
	font-size: 9pt;
	color:Black;
	text-decoration:none;
	
}


.text12
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: white;
	text-decoration: none;
	
}
.txtBold
{
	font-family: Verdana, Lucida, Helvetica, Tahoma, Arial;
	font-weight: bold;
	font-size: 8pt;
	color:Black;
	text-decoration:none;
}
.txtRedNormal
{
	font-family: Verdana, Lucida, Helvetica, Tahoma, Arial;
	font-weight: normal;
	font-size: 8pt;
	color:Red;
	text-decoration:none;
}
.txtRedBold
{
	font-family: Verdana, Lucida, Helvetica, Tahoma, Arial;
	font-weight: bold;
	font-size: 8pt;
	color:#FF9C00;
	text-decoration:none;
}
.txtLarge
{
	font-family: Verdana, Lucida, Helvetica, Tahoma, Arial;
	font-weight: bold;
	font-size: large;
	color:Black;
	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;
}
.tabRose
{
    
    background:#EBCACB;
}
.tabRed
{
    
    background:#A50021 ;
    
}
.navigation{
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #A50021 ;
	text-decoration: none;
	
	
}
.devider{
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	color: #CCCCCC;
	text-decoration: none;
}

.menu
{
    font-family:"Tahoma";
    color:#FFFFFF;
 
    background-color:#314E6D;
    border-color:#426382;
    font-size:11px;
    font-style:normal;
    font-weight:bold;
    border-bottom-style:inset;
   
    height:20px;
   
    width:100%;
    
                    
}

.menu a:hover 
{
    font-family:"Tahoma";
    color:#FFFFFF;
    background-color:#2A4460;
    border-color:#426382;
    font-size:11px;
    font-style:normal;
    font-weight:bold;
    width:100%;
                    
}

.border {
	border: 1px solid #97C9F3;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:White;
	width: 200px;
	background-color:#466A8A;
	
}
.btn {
	border: 1px solid #E3E3E3;
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #6B8593;
	background-color: #E6EDF1;
	width: 95px;
	height: 25px;
}