﻿.fawtext
{
	font-size: 10pt;
	font-family: 'Trebuchet MS' , arial, helvetica, sans-serif;
}
.fawtextbold
{
	font-weight: bold; 
	font-size: 10pt; 
	font-family: 'Trebuchet MS', Arial, helvetica, sans-serif;
}

/* Start login screen CSS alignments */
#wrapper
{
	margin:0 auto;
	position:absolute;
	top:50%;
	left:50%;
	text-align:left;
}

#divLogin
{
	background-repeat:no-repeat;
}

#divDetails
{
	position:relative; 
}

#divOptions
{
	position:relative;
	 
}

/* End login screen CSS alignments */



.fawsmalltextblue
{
	font-weight: normal;	
	font-size: 9pt;
	font-family: 'Trebuchet MS' , arial, helvetica, sans-serif;
	color: #809dbe;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 1px;
	padding-top: 1px;
}
td.currentvaluetext
{
	font-weight: normal;
	text-align: center;
	font-size: 9pt;
	font-family: 'Trebuchet MS' , Arial, helvetica, Sans-Serif;
	background-color: #eeeeee;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 1px;
	padding-top: 1px;
}
td.currentvaluetexterror
{
	font-weight: normal;
	text-align: center;
	font-size: 9pt;
	font-family: 'Trebuchet MS' , Arial, helvetica, Sans-Serif;
	background-color: #eeeeee;
	color: Red;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 1px;
	padding-top: 1px;
}
.fawsmalltextbold
{
	font-weight: bold;  
	font-size: 9pt; 
	font-family: 'Trebuchet MS', arial, helvetica, sans-serif;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003c7d;
}
.fawsmalltextboldheader
{
	font-weight: bold;
	font-size: 9pt;
	font-family: 'Trebuchet MS', Arial, helvetica, Sans-Serif;
	padding-left: 5px;
	background-color: #a2bfe0;
	
}
.fawsmalltextboldleft
{
	font-weight: bold; 
	font-size: 9pt; 
	font-family: 'Trebuchet MS', arial, helvetica, sans-serif;
	text-align: left;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003c7d;	
	padding-left: 5px;
}
.fawsmalltextboldnounderline
{
	font-weight: bolder;  
	font-size: 10pt; 
	font-family: 'Trebuchet MS', arial, helvetica, sans-serif;
	padding-left: 5px;
	padding-right:5px;		
	text-align:center;
}
.fawsmalltextboldnounderlinecurrent
{
	font-weight: bolder;  
	font-size: 10pt; 
	font-family: 'Trebuchet MS', arial, helvetica, sans-serif;
	padding-left: 5px;
	background-color: #eeeeee;
}

.fawbuttonsmall
{
	width: 120px;
	height: 22px;
	font-size: 9pt;
}
/* BUGFIX : Code added to resolve gemini incident tmac-179 */
.fawbuttonsmaller
{
	width: 75px;
	height: 22px;
	font-size: 9pt;
}

.fawbuttontiny
{
	font-size: 7pt;
}
/* BUGFIX : End code added to resolve gemini incident tmac-179 */
.fawmainbg
{
	background-color: #ffffff;
	/*height: 10px;*/
	/*margin-left: 10px;*/
}
.fawmainbgtable
{
	border-right: #ccddee 1px solid;
	border-top: #ccddee 1px solid;
	border-left: #ccddee 1px solid;
	color: white;
	border-bottom: #ccddee 1px solid;
	height: 20px;
}
.fawmaintable
{
	width: 100%;
	height: 100%;
	padding: 0px, 0px, 0px, 0px;
	margin: 0px, 0px, 0px, 0px;
}
li
{
	line-height: 120%;
}
p
{
	border-right: 0px; 
	padding-right: 0px; 
	border-top: 0px; 
	padding-left: 0px; 
	padding-bottom: 0px; 
	margin: 0px; 
	border-left: 0px; 
	padding-top: 0px; 
	border-bottom: 0px;
}
div
{
	border-right: 0px; 
	padding-right: 0px; 
	border-top: 0px; 
	padding-left: 0px; 
	padding-bottom: 0px; 
	margin: 0px; 
	border-left: 0px; 
	padding-top: 0px; 
	border-bottom: 0px;
}
b
{
	/*font-weight: 700; */
	font-weight: bold;
}
form
{
	margin: 0px;
}
select
{
	font-size: 13px;
}
/*input
{
	font-size: 13px;
}*/



img
{
	border-right: 0px;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px;
	background-color:transparent;
}
div.errorpopup
{
	position: absolute;
	left: 50%;
	top: 35%;
	width: 250px;
	height: 100px;
	margin-left: -125px;
	margin-top: -50px;
	overflow: hidden;
	z-index: 1000;
}
table.errorpopup
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	border-collapse: collapse;
	width: 100%;
	height: 100%;
	background-color: #fcfcfc;
	padding: 4px 4px 4px 4px;
}

td.fawtdborder
{
	font-weight: bold;
	font-family: 'Trebuchet MS Outlook', Arial, helvetica, Sans-Serif;
	font-size: 9pt;
	background-color: #ffffff;	
	font-weight: normal;	
	border-right: #bbbbbb 1px solid;
	border-top: #bbbbbb 1px solid;
	border-left: #bbbbbb 1px solid;
	border-bottom: #bbbbbb 1px solid;
	padding: 1px, 1px, 1px, 1px;
}

th.fawtdborder
{
	font-weight: bold;
	font-family: 'Trebuchet MS Outlook', Arial, helvetica, Sans-Serif;
	font-size: 9pt;
	background-color: #ffffff;	
	font-weight: bold;	
	border-right: #bbbbbb 1px solid;
	border-top: #bbbbbb 1px solid;
	border-left: #bbbbbb 1px solid;
	border-bottom: #bbbbbb 1px solid;
	padding: 10px, 1px, 1px, 1px;
}

.sample {
	font-weight: normal;
	font-family: 'Trebuchet MS', Arial, helvetica, Sans-Serif;
	font-size: 24pt;
	text-align: center;
	border-width: 1px;
	border-spacing: 2px;
	padding: 2px;
	border-style: solid;
	border-color: #bbbbbb;
	border-collapse: separate;
}

tr.samplehd
{
	font-size: 8px;
	
	font-weight: bold;
	font-family: 'Trebuchet MS', Arial, helvetica, Sans-Serif;
	text-align: center;
	border-width: 1px;
	padding: 2px;
	background-color: #eeeeee;		
}

.Grid { border: solid 1px #bbbbbb; }
.Grid td
{
    border: solid 1px #bbbbbb;
    margin: 0px 0px 0px 0px;
    font-family: 'Trebuchet MS', Arial, helvetica, Sans-Serif;
    font-size: 8pt;
    padding: 2px 2px 2px 2px;
    text-align: center;
}
.GridHeader
{
    font-weight: bold;
    background-color: #eeeeee;
}
.GridHeader a
{
    text-decoration: none;
    color: yellow;
    padding: 0px 0px 0px 0px;
}
.GridItem, .GridAltItem
{
    font-size: smaller;
}
.GridItem
{
    background-color: #ffffff;
}

.GridAltItem
{
    background-color: #f6f6f6;
}




.fawcontenttableborder
{
	background-color: #FFFFFF;
}
.fawcontenttableheaderbggrid
{
	/*background-color: #ccddee;*/
	background-color: #eeeeee;
	color: #000000;
	font-weight: bold;
	font-size: 9pt;
	font-family: 'Trebuchet MS', Arial, helvetica, Sans-Serif;
	
}
.fawcontenttablewithborder
{	
	background-color: #eeeeee;
	border-color: #bbbbbb;	
	padding: 3px;
	border-right: #bbbbbb 0px solid;
	border-top: #bbbbbb 1px solid;
	border-left: #bbbbbb 1px solid;
	border-bottom: #bbbbbb 1px solid;
	
	font-weight: normal;
	font-size: 9pt;
	font-family: 'Trebuchet MS' , arial, helvetica, sans-serif;
}

th.fawcontenttablewithborder
{		
	font-weight: bolder;		
	border-right-width: 1px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
}

td.fawcontenttablewithborder
{		
	background-color: #ffffff;
	font-weight: normal;	
	border-right-width: 1px;
	border-top-width: 1px;
	border-left-width: 0px;
	border-bottom-width: 0px;
}

td.tdwithborder
{
	background-color: #ffffff;
	border-color: #bbbbbb;	
	padding: 0px;
	border-right: #bbbbbb 1px solid;
	border-top: #bbbbbb 1px solid;
	border-left: #bbbbbb 1px solid;
	border-bottom: #bbbbbb 1px solid;
	
	font-weight: normal;
	font-size: 9pt;
	font-family: 'Trebuchet MS' , arial, helvetica, sans-serif;
}
th.tdwithborder
{
	background-color: #eeeeee;
	border-color: #bbbbbb;	
	padding: 5px;
	border-right: #bbbbbb 1px solid;
	border-top: #bbbbbb 1px solid;
	border-left: #bbbbbb 1px solid;
	border-bottom: #bbbbbb 0px solid;
	text-align: left;	
	font-weight: normal;
	font-size: 9pt;
	font-family: 'Trebuchet MS' , arial, helvetica, sans-serif;
}

.rowtopborder
{
	border-top: #ccddee 1px solid;
}
.fawcontenttableheadertext
{
	/*font-size: 80%;*/
	font-size: 11pt;
	font-family: 'Trebuchet MS', arial,helvetica,sans-serif;
	color: #000000;
}
.fawcontenttableheadertextsmall
{
	/*font-size: 80%;*/
	font-size: 9pt;
	font-family: 'Trebuchet MS', arial,helvetica,sans-serif;
	color: #000000;
}
.fawoptiontableborder
{
	background-color: #aaaaaa;
}
.fawoptiontableheaderbg
{
	background-color: #eeeeee;
	color: #000000;
}
td
{
	/*font-weight: 400;*/ 
	/*font-size: 11pt; */
	/* color: #000000; */
		font-family: 'Trebuchet MS', arial, helvetica, sans-serif;
	padding:0px;
}
hr {
	border: 0;	
	color: #bbbbbb;
	background-color : #bbbbbb;
	height: 1px;
}
.body
{
	background-color: #ffffff;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: x-small;
}
.mainbodycell
{
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #ffffff;
	vertical-align: top;
	font-size:11pt;
}

/* Start of client customisations */
td.titlelabel
{
	/*color: #275388;*/
	color: #cccccc;
	/*font-weight: bold;*/
	font-family: 'Trebuchet MS', arial, helvetica, sans-serif;
	vertical-align: bottom;
	background-color: #ffffff;
	font-size: 9pt;
	text-align: left;
	padding-left: 10px;
}
td.label
{
	/*color: #a0a0a0;*/
	color: #003366;
	/*font-weight: bold;*/

	vertical-align: bottom;
	background-color: #ffffff;
	font-size: 9pt;
	text-align: left;
	padding-left: 10px;
}
td.navtitle
{
	padding: 0px;
	vertical-align: middle;
	background-color: #eeeeee;
	/*border-left-width: 2px;
	border-top-width: 2px;
	border-bottom-width: 2px;*/
	border-left-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 0px;
	border-color: #bbbbbb;
	border-style: solid;
}
td.navright
{
	padding: 0px;
	vertical-align: middle;
	background-color: #eeeeee;
	/*border-top: #bbbbbb 2px solid;*/
	border-top: #bbbbbb 1px solid;
	border-bottom: #ffffff 1px solid;
}
td.menubar
{
	padding: 0px;
	vertical-align: middle;
	background-color: #eeeeee;
	border-left-width: 0px;
	/*border-top-width: 2px;
	border-bottom-width: 2px;*/
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 0px;
	border-color: #bbbbbb;
	border-style: solid;
}
td.menubarcorner
{
	padding: 0px;
	vertical-align: middle;
	border-color: #ffffff;
	/*background-color: #eeeeee;*/
	border-left-width: 0px;
	/*border-top-width: 2px;*/
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-color: #bbbbbb;
	border-style: solid;
}
td.menubarright
{
	padding: 0px;
	vertical-align: middle;
	border-color: #ffffff;
	/*background-color: #eeeeee;*/
	border-left-width: 0px;
	/*border-top-width: 2px;*/
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 1px;
	border-color: #bbbbbb;
	border-style: solid;
}
td.pagetitle
{
	font-size: 14pt;
	font-family: 'Trebuchet MS' , arial, helvetica, sans-serif;
	color: #003366;
	font-weight: bold;
	letter-spacing: 0px;
	background-color: #ffffff;
	text-transform: uppercase;
}
td.genericcell
{
	background-color: #ffffff;
}


.fawbuttonNormal
{
	/*font-size: 8pt;*/
	font-size: 7pt;
	text-transform: uppercase;
	color: #003366;
	font-family: 'BankGothic Lt BT' , Arial, helvetica, Sans-serif;
	background-color: #eeeeee;
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
}
.fawbuttonHovered
{
	font-size: 8pt;
	text-transform: uppercase;
	color: #003366;
	font-family: 'BankGothic Lt BT' , Arial, helvetica, Sans-serif;
	background-color: #bbbbbb;
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
}
.fawsectionheaderbg
{
	/*background-color: #999999;*/
	background-color: #809dbe;
	/*margin-left: 10px;*/
}
.fawcontenttableheaderbg
{
	background-color: #FFFFFF;
	color: #000000;
}
.fawheadertext
{
	font-weight: bold;
	font-size: 20pt;
	font-family: 'Trebuchet MS' , arial, helvetica, sans-serif;
	color: #FFFFFF;
	padding-right: 30px;
}
.footerBody
{
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}
a
{
	font-weight : normal;

	color: #000000;
}
a:visited
{
	color:#000000;
	font-weight : normal;
}

a.footer
{
	color: #003366;
	background-color: #ffffff;
	font-family: 'Trebuchet MS' , arial, helvetica, sans-serif;
	font-weight: normal;	
	font-size: 9pt;
	vertical-align: top;
	text-decoration: none;
}

a.footer:link:visited
{
	color: #003366;
	background-color: #ffffff;
	font-family: 'Trebuchet MS' , arial, helvetica, sans-serif;
	font-weight: normal;
	width: 100%;
	font-size: 9pt;
	vertical-align: top;	
	text-decoration: none;
	padding-bottom: 0px;
}
a.footer:link:hover
{
	color: #003366;
	background-color: #ffffff;
	font-family: 'Trebuchet MS' , arial, helvetica, sans-serif;
	font-weight: normal;
	width: 100%;
	font-size: 9pt;
	vertical-align: top;	
	text-decoration: underline;
	padding-bottom: 0px;
}

a.selectedstyle:link
{
	font-size: 8pt;
	font-family: 'Trebuchet MS' , arial, helvetica, sans-serif;
	font-weight: normal;
	padding: 0px;
	color: #ffffff;
	background-color: #275388;	
	text-decoration: none;
}
a.selectedstyle:visited
{
	font-size: 8pt;
	font-family: 'Trebuchet MS' , arial, helvetica, sans-serif;
	padding: 0px;
	color: #ffffff;
	font-weight: normal;	
	background-color: #003366;	
	text-decoration: none;	
}

a.nonselectedstyle
{
	font-size: 8pt;
	font-family: 'Trebuchet MS' arial,  helvetica, sans-serif;
	background-color: #ffffff;	
	text-decoration: none;
	font-weight: normal;
}

a.nonselectedstyle:link
{
	font-size: 8pt;
	font-family: 'Trebuchet MS' arial,  helvetica, sans-serif;
	background-color: #ffffff;	
	text-decoration: none;	
}
a.nonselectedstyle:visited
{
	font-size: 8pt;
	font-family: 'Trebuchet MS', arial, helvetica, sans-serif;
	background-color: #ffffff;	
	text-decoration: none;	
}
a.nonselectedstyle:hover
{
	font-size: 8pt;
	font-family: 'Trebuchet MS', arial, helvetica, sans-serif;
	background-color: #ffffff;	
	text-decoration: none;	
}
a.nonselectedstyle:visited:hover
{
	font-size: 8pt;
	font-family: 'Trebuchet MS', arial, helvetica, sans-serif;
	background-color: #ffffff;	
	text-decoration: none;	
}
td.leafstyle
{
	font-size: 8pt;
	font-family: 'Trebuchet MS' , arial, helvetica, sans-serif;
	font-weight:normal;	
	text-decoration: none;	
}

a.leafstyle:link
{
	font-size: 8pt;
	font-family: 'Trebuchet MS' , arial, helvetica, sans-serif;
	font-weight:normal;
	padding: 0px;	
	text-decoration: none;
}
a.leafstyle:visited
{
	font-size: 8pt; 
	font-family: 'trebuchet MS', arial, helvetica, sans-serif; 
	font-weight:normal;
	padding: 0px;
	color: black;	
	text-decoration:none;
}
a.leafstyle:hover
{
	font-size: 8pt; 
	font-family: 'trebuchet MS', arial, helvetica, sans-serif; 
	padding: 0px;
	font-weight:normal;
	color: #000000;	
	text-decoration:none;
}
a.leafstyle:link:visited:hover
{
	font-size: 8pt; 
	font-family: 'trebuchet MS', arial, helvetica, sans-serif; 
	padding: 0px;
	color: black;
	font-weight:normal;
	text-decoration:none;		
}

a.fawheadertextlink:link:visited:hover
{	
	color: #003366;
	text-decoration: underline
}
.fawheadertextnormal
{
	font-weight: normal;
	font-size: 10pt;
	font-family: 'Trebuchet MS' , arial, helvetica, sans-serif; 
	color: #000000;
}
td.menuactionhover
{ 
	padding: 0px;
	background-color: #fbfbfb;
	cursor: hand;
	border-style: solid;
	border-width: 1px;
	border-color: #bbbbbb;
	color: #003366;
	font-family: 'BankGothic Lt BT' , arial, helvetica, sans-serif;
	font-size: 8pt;
	text-align: left;
	text-transform: none;
	vertical-align: middle;
}

td.menuactionnohover
{
	padding: 0px;
	cursor: auto;
	border-style: solid;
	border-width: 1px;
	border-color: #eeeeee;
	color: #003366;
	font-weight: normal;
	font-family: 'BankGothic Lt BT' , arial, helvetica, sans-serif;
	font-size: 8pt;
	text-align: left;
	vertical-align: middle;
}
td.menuactiontext
{
	padding: 0px;
	cursor: pointer;	
	color: #003366;
	font-weight: normal;
	font-family: 'BankGothic Lt BT' , arial, helvetica, sans-serif;
	font-size: 8pt;
	text-align: left;
	vertical-align: middle;
}
/* End of client customisations */

/* Footer page classes */
a.fawfooter:link
{
	/*font-weight: normal;*/
	/*font-size: 80%;*/
	font-size: 14pt;
	font-family: 'Trebuchet MS' , arial, helvetica, sans-serif;
	color: #a0a0a0;
}
a.fawfooter:visited
{
	/*font-weight: normal;*/
	/*font-size: 80%;*/
	font-family: 'Trebuchet MS' , arial, helvetica, sans-serif;
	color: #a0a0a0;
}

/* End footer page classes */

/* Error page classes */
.error
{
	color: red;
	vertical-align: top;
	font-size:large;
	background-color: white;
}
/* End error page classes */

/* Treeview and navigation classes */
.mainbodycelltree
{
	font-family: 'Trebuchet MS' , arial, helvetica, sans-serif;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #ffffff;
	vertical-align: top;
	font-size: 8pt;
	padding: 0px;
	font-weight: bold;
}



/* End treeview and navigation classes */

body.loginbody
{
}

td.logintext
{
	font-size: 8pt;
	color: black;
	font-family: 'Arial Black';
}

td.logintexttitle
{ 
	color: #8290a9;
	background-color: #ffffff;
	font-family: 'Trebuchet MS', arial, helvetica, sans-serif;
	font-weight: bold;
	vertical-align: top;
	font-size: 18pt; 
 }
td.logininstructions
{ 
 font-size: 12pt; 
 color: gray; 
 font-family: 'Trebuchet MS', Arial, helvetica, Sans-Serif; 
}

a.login:link
{
	color: #275388; 
	font-weight: normal; 
	text-decoration: none;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:8pt;
	vertical-align: top;
}

a.login:visited
{
	color: #275388; 
	font-weight: normal; 
	text-decoration: none;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:8pt;
	vertical-align: top;
}
a.login:hover
{
	color: #275388; 
	font-weight: normal; 
	text-decoration: underline;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:8pt;
	vertical-align: top;
}
/* End login classes */

/* FAW Small Text Class */

.input.fawtextinput{ 
	font-weight: normal;
	font-size: 10pt;
	font-family: 'Trebuchet MS' , arial, helvetica, sans-serif;   
	border-style:solid; 
	border-width:1px; 	
	border-color: #bbbbbb;		
}

.fawsmalltext.gray
{
	color: #999;
}

.fawsmalltext.gray a
{
	color: #999;
	
}
.fawsmalltext.gray a:visited
{
	color: #999;
	
}
.fawsmalltext.gray a:active
{
	color: #999;
	
}
.fawsmalltext a
{
	 text-decoration: none;
}

.fawsmalltext
{
	font-weight: normal;
	font-size: 9pt;
	font-family: 'Trebuchet MS' , arial, helvetica, sans-serif;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 1px;
	padding-top: 1px;	

}

.fawsmalltextunderline
{
	font-weight: normal;
	font-size: 9pt;
	font-family: 'Trebuchet MS' , arial, helvetica, sans-serif;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 1px;
	padding-top: 1px;
	text-decoration:underline;	
}


.fawsmalltextWrap
{
	font-weight: normal;
	font-size: 9pt;
	font-family: 'Trebuchet MS' , arial, helvetica, sans-serif;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 1px;
	padding-top: 1px;
	white-space:nowrap;
	min-width:40px;
}

.fawsmalltextwithborder
{
	
	padding: 3px;
	border-right: #bbbbbb 1px solid;
	border-top: #bbbbbb 1px solid;
	border-left: #bbbbbb 1px solid;
	border-bottom: #bbbbbb 1px solid;
	
	font-weight: normal;
	font-size: 9pt;
	font-family: 'Trebuchet MS' , arial, helvetica, sans-serif;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 1px;
	padding-top: 1px;
}
td.fawsmalltextbg
{
	font-weight: normal;
	font-size: 9pt;
	background-color: #eeeeee;
	font-family: 'Trebuchet MS' , arial, helvetica, sans-serif;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 1px;
	padding-top: 1px;
}

a.fawsmalltext
{
	text-decoration: none;	
}


a.fawsmalltext:visited
{
	text-decoration: none;	
}

a.fawsmalltext:hover
{
	text-decoration: underline;
	font-weight: normal;		
}

/* FAW Small Text Red - used when creating an alarm link */
.fawsmalltextred
{
	font-weight: normal;
	font-size: 9pt;
	font-family: 'Trebuchet MS' , arial, helvetica, sans-serif;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 1px;
	padding-top: 1px;
	color: Red;
}

a.fawsmalltextred
{
	text-decoration: none;	
	color: Red;
}


a.fawsmalltextred:visited
{
	text-decoration: none;	
	color: Red;
}

a.fawsmalltextred:hover
{
	text-decoration: underline;
	font-weight: normal;		
	color: Red;
}


.fawGridbottomline
{
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
}


.suggestions {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid black;
    position: absolute;
     background-color: White;
}

.suggestions div {
    cursor: default;
    padding: 0px 3px;
}

.suggestions div:hover {
    background-color: #3366cc;
    color: white;
}