﻿
.TextBoxHTML
{
	width : 50px;
	height : 15px;	
}
/*--Header tags : Start--*/
h1,h2,h3,h4,h5,h6
{
	font-family : Garamond,Arial;
	color : White;
	display : block;
	background-color : #BF2F37;
	padding : 2px 0px 5px 2px;
	text-align : justify;
}
h1
{
	font-size : 250%;
}
h2,#Title
{
	font-size : 200%;	
	background-color : #006350;
}
h3
{
	font-size : 150%;
	background-color : Transparent;
	color : #BF2F37;
}
h4
{
	font-size : 125%;
}
/*--Header tags : End--*/

/*-- Hyperlinks : Start --*/

a, a.visited
{
	color : #006350;
	
	text-decoration : none;
}
a:hover
{
	text-decoration : underline;	
	color : #EEB30E;	
	height : inherit;
	
	background-color : Transparent;
}


/*-- Hyperlinks : End --*/

/*-- Table : Start--*/
th
{
	background-color :#6699ff;
	color : White;
}
td
{
	padding: 0px 2px 0px 2px;
}
tr
{	
	border : solid 1px black;
}
/*-- Tables : End--*/
/*-- Lists --*/
/*Definition lists*/
dt {
  font-weight: bold;
  color: black;/* #006350;*/
  display: block;
  padding-bottom : 10px;
  padding-top : 4px;
}

dd {
  margin-left: 0;
  padding-left: 45px; 
}
ol, ul {
  margin: 10px 30px;
  padding: 0 30px;
}

ol {
  color: #644664;
  font-weight : bold;	
}

ol span {
  color: #EEE;
}

ul {
 /* list-style-image: url(../images/bg/bullet.gif); */
}

input.button 
{
	padding: 2px; 
  color: #BF2F37;
  background: #EEE;
  border: 1px solid #BF2F37;
  padding: 2px 5px; 
  color: #BF2F37;
  background: #9FF3FF;
  border-width: 1px;
  font-weight : bold;
  border-style: solid;
  border-color: #BF2F37 #FFF #00DFFF #00DFFF #FFF;
  
}
.Message,.Failure,.Success
{
	font-weight : bold;	
}
.Success
{
	color : Green;	
}
.Failure
{
	color : Red;
}


