﻿/*
	top level container
*/

td.prompt {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;

}

td.topic {
	background: #535353;
	color: #F0F1F2;
	font-size: 9pt;
    font-family: Arial;
}

td.label {
	text-decoration: none;
	color: #333333;
	font-size: 8pt;
	font-weight: normal;
    font-family: Arial;
}

fieldset {
	text-decoration: none;
	color: #333333;
	font-size: 8pt;
	font-weight: normal;
    font-family: Arial;
}


/*
	sub level container
*/

input.tny_field	{
    border-style:inset; 
    border-width:1px; 
	width:25px;
	height:20px;
	text-decoration: none;
	color: black;
	font-size: 8pt;
	font-weight: bold;
	font-family: Arial;	
}

input.sm_field	{
    border-style:inset; 
    border-width:1px; 
	width:85px;
	height:20px;
	text-decoration: none;
	color: black;
	font-size: 8pt;
	font-weight: bold;
	font-family: Arial;	
}

input.md_field	{
    border-style:inset; 
    border-width:1px; 
	width:130px;
	height:20px;
	text-decoration: none;
	color: black;
	font-size: 8pt;
	font-weight: bold;
	font-family: Arial;	
}

input.lg_field	{
    border-style:inset; 
    border-width:1px; 
	width:200px;
	height:20px;
	text-decoration: none;
	color: black;
	font-size: 8pt;
	font-weight: bold;
	font-family: Arial;	
}

input.xlg_field	{
    border-style:inset; 
    border-width:1px; 
	width:271px;
	height:20px;
	text-decoration: none;
	color: black;
	font-size: 8pt;
	font-weight: bold;
	font-family: Arial;	
}

textarea.txtbox	{
    border-style:inset; 
    border-width:1px; 
	text-decoration: none;
	color: black;
	font-size: 8pt;
	font-weight: bold;
	font-family: Arial;	
}


.even {
    background-color:#DDDDFF;
}

.uneven {
    background-color:#FFFFFF;
}

.ghover {
	background-color:#6699FF;
	color:#FFFFFF;
}
