/* ================================
    CSS STYLES FOR Surpha
    v.2003.01.14
   ================================
*/
body
{
	font-size: 11pt;
	color: black;
	font-family: Arial, Sans-Serif;
	list-style-type: square;
	background-color: #ffffff;
}

.Title
{
	font-weight: bold;
	font-size: 10pt;
	color: #004376;
	font-family: Arial, Sans-Serif;
/*	font-variant: small-caps;*/
}

.SubTitle
{
	font-weight: bold;
	font-size: 10pt;
	color: #1B6CA2;
	font-family: Arial, Sans-Serif;
}

.Head1
{
	font-weight: bold;
	font-size: 16pt;
	color: #003066;
	font-family: Arial, Sans-Serif;
	font-variant: small-caps;
}

.Head2
{
	font-weight: bold;
	font-size: 12pt;
	color: #1B6CA2;
	font-family: Arial, Sans-Serif;
	font-variant: small-caps;
}

.Head3
{
	font-weight: bold;
	font-size: 11pt;
	color: #545454;
	font-family: Arial, Sans-Serif;
}

.ColHead
{
	font-weight: bold;
	font-size: 11pt;
	color: white;
	font-family: Arial, Sans-Serif;
}

.Area2
{
	font-size: 9pt;
	color: white;
	font-family: Arial, Sans-Serif;
}

.Copyright
{
	font-size: 8pt;
	color: silver;
	font-family: Arial, Sans-Serif;
}

.FormError
{
	font-size: 9pt;
	color: red;
	font-family: Verdana, Sans-Serif;
}

.ControlText	/* used in text boxes, etc. */
{
	font-size: 10pt;
	color: black;
	font-family: Verdana, Sans-Serif;
}

.FormTitle
{
	font-weight: bold;
	font-size: 10pt;
	color: #003066;
	background-color:#EEEEEE;
	font-family: Arial, Sans-Serif;
}

.FormActionButton
{
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial, Sans-Serif;
/*	background-color: Silver;*/
}

.TopBar
{
	font-weight: bold;
	font-size: 8pt;
	color: white;
	font-family: Arial, Sans-Serif;
}

.NavBar
{
	font-weight: bold;
	font-size: 8pt;
	color: #003066;
	font-family: Arial, Sans-Serif;
}

.AccountNav
{
	font-weight: bold;
	font-size: 8pt;
	color: #003066;
	font-family: Arial, Sans-Serif;
	background-color: #A3D9FF;
}

.BottomBar
{
	font-weight: bold;
	font-size: 8pt;
	color:Gray;
	font-family: Arial, Sans-Serif;
}

/* GENERAL ================================================================ */

/* text style used for most text rendered by modules */
.Normal
{
	font-size: 11pt;
	color: black;
	font-family: Arial, Sans-Serif;
}

.NormalSmall
{
	font-size: 9pt;
	color: black;
	font-family: Arial, Sans-Serif;
}

/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.NormalCheckBox
{
    margin-left: -4px;
    font-family: Arial, Sans-Serif;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.NormalRadio
{
    font-family: Arial, Sans-Serif;
    font-size: 11px;
    font-weight: normal;
    text-indent: -5px;
}

/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.NormalButton
{
    font-family: Arial, Sans-Serif;
    font-size: 11px;
    font-weight: normal;
    text-indent: -5px;
/*    border-style: solid;
    border-width: 1px;
    border-color: #cccc99; */
    background-color:#ccccaa;    
}

.NormalRed
{
    font-family: Arial, Sans-Serif;
    font-size: 11pt;
    font-weight: normal;
    color: red
}

.NormalBold
{
    font-family: Arial, Sans-Serif;
    font-size: 15px;
    font-weight: bold;
}

.NormalSmallBold
{
	font-family: Arial, Sans-Serif;
	font-size: 9pt;
	font-weight: bold;
}

.NormalItalic
{
    font-family: Arial, Sans-Serif;
    font-size: 11px;
    font-weight: bold;
}

.TableHeader
{
	font-weight: bold;
	font-size: 11pt;
	color: black;
	font-family: Arial, Sans-Serif;
	background-color: #CCD8E1;
}

.TableBody
{
	font-size: 11pt;
	color: black;
	font-family: Arial, Sans-Serif;
	background-color: white;
}

.TableAttention
{
	border-right: #ccd8e1 thin inset;
	border-top: #ccd8e1 thin inset;
	font-weight: bold;
	font-size: 11pt;
	border-left: #ccd8e1 thin inset;
	color: white;
	border-bottom: #ccd8e1 thin inset;
	font-family: Arial, Sans-Serif;
	background-color: #1b6ca2;
}

.LegalNormal
{
	font-size: 9pt;
	color: black;
	font-family: Arial, Sans-Serif;
}

.Tab_Active
{
	font-weight: bold;
	font-size: 8pt;
	text-transform: capitalize;
	color: white;
	font-family: Arial, Sans-Serif;
}

.Tab_Inactive
{
	font-weight: bold;
	font-size: 8pt;
	text-transform: capitalize;
	color:Gray;
	font-family: Arial, Sans-Serif;
	text-decoration: none;
}


/* =================================================================== */
a:link {}

A:link  {
/*    text-decoration: none;
    color:  black;
*/
}

A, A:hover {
/*    text-decoration: underline;
    color:  blue;
*/
}

TD
{
	font-size: 11pt;
	color: black;
	font-family: Arial, Sans-Serif;
}

SMALL   {
    font-size:  9pt;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    height:1pt;
    text-align:left
}


