﻿Body
{
    border: 0px none #000000;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0px;
    border-collapse: inherit;
}

A
{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: #485468;
}

.tcommTextHeaderUnderLine
{
    font-size: 12px;
    font-family: Arial;
    text-decoration: underline;
    font-weight: 600;
    white-space: nowrap;
}
/* Menu Text Style */
.tcommMenuHeader
{
    font-size: 15px;
    color: #365F91;
    vertical-align: middle;
    font-family: Calibri;
    height: 28px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}

.tcommMenuText
{
    font-size: 15px;
    color: #365F91;
    vertical-align: middle;
    font-family: Calibri;
    height: 28px;
    cursor: pointer;
    text-decoration: none;
    list-style-type: square;
}

.tcommMenuDivider
{
    background-color: #FFFFFF;
    height:1px;
}


/* Main Body Text Style */
.tcommTextBold
{
    font-size: 12px;
	color: #485468;
	vertical-align:middle;
	font-family: Arial;
	height:20px;
	font-weight:bold;
}

.tcommTextUnderLine
{
    font-size: 12px;
    color: #485468;
    vertical-align: top;
    font-family: Arial;
    height: 20px;
    text-decoration: underline;
    cursor:default;
}

.tcommTextNormal
{
    font-size: 12px;
    color: #485468;
    vertical-align: middle;
    font-family: Arial;
}

.tcommLeftSpacing
{
    width:15px;
}

.tcommRightSpacing
{
    width:15px;
}

.tcommTextDivider
{
    background-color: #FFFFFF;
    height:8px;
}

.tcommColumnDivider
{
    width:5px;
}

.tcommHeaderDivider
{
    height:20px;
}

.tcommFooterDivider
{
    height:20px;
}

.tcommListedText
{
    line-height:1.5;
    text-align:left;
    font-size: 12px;
    color: #485468;
    font-family: Arial;
    font-weight: bold;
    vertical-align: middle;
    height:20px;
}

.tcommListedTextMultiLine
{
    line-height:1.5;
    text-align:left;
    font-size: 12px;
    color: #485468;
    font-family: Arial;
    font-weight: bold;
    vertical-align: middle;
}

.tcommNumListedText
{
    font-size: 12px;
    color: #485468;
    font-family: Arial;
    height: 20px;
    list-style-type: decimal;
    list-style-image: none;
    list-style-position: outside;
    font-weight: bold;
}
.tcommABCListedText
{
    font-size: 12px;
    color: #485468;
    font-family: Arial;
    height: 20px;
    list-style-type:lower-alpha;
    list-style-image: none;
    list-style-position: outside;
    font-weight: bold;
}

.tcommLabelHeader
{
    font-size: 16px;
	color: #485468;
	font-family: Arial;
	
}

.tcommLabel
{
    font-size: 12px;
    color: #485468;
    font-family: Arial;
}

.tcommTextBox
{
    font-size: 12px;
	color: #485468;
	font-family: Arial;
}


.tcommTextBoxMultiLine
{
    font-size: 12px;
	color: #485468;
	font-family: Arial;
	Height:50px; 
	Width:320px;
}

.tcommTextBoxLong
{
    font-size: 12px;
	color: #485468;
	width:200px;
	font-family: Arial;
}



.tcommRequiredText
{
	font-weight: normal;
	font-size: 12px;
	color: #BB0000;
	font-family: Arial;
}


/* Error Message */
.tcommErrorText
{
	font-weight: normal;
	font-size: 12px;
	color: red;
	font-family: Arial;
}

/* Error Message */
.tcommErrorText
{
	font-weight: normal;
	font-size: 12px;
	color: red;
	font-family: Arial;
}

/* For Form Buttons */
.tcommButton
{
	font-weight: normal;
	font-size: 12px;
	color: black;
	font-family: Arial;
	width:80px;
	height:25px;
}

.tcommCheckBox
{
	font-weight: normal;
	font-size: 12px;
	color: #485468;
	font-family: Arial;
	height:25px;
}


.tcommDropDownList
{
    font-size: 12px;
	color: #485468;
	font-family: Arial;
}

.tcommDropDownListSmall
{
    font-size: 12px;
	color: #485468;
	font-family: Arial;
	width:100px;
  
}

.accordionHeader
{
    color: white;
    background-color:Transparent; 
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
    padding: 0px;
    margin-top: 2px;
    cursor: pointer;
}

.accordionContent
{
    background-color: Transparent;  
    color: white;
    border:none;
    border-top: none;
    padding: 2px;
    padding-top: 2px;
}

