/* 

Notice to Administrators:  
	This file is intended to be modified by Logibec only and will be overwritten when upgrading.  
	If you would like to modify the appearance of the QSS Web Application please review the Customization Guide.

Contents:
	Text, Headers and Links - not specific to a specific application area

*/
.txPageHeader , .txPageHeaderFloat
{
	text-transform: uppercase;
    font-family : "Segoe UI",Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size:medium;
	color: #333399;
    padding: 12px 20px 0px 5px;
    min-width:180px !important;
}

.txPageHeaderFloat
{
    float:left;
}

.txError
, .txHeaderFooterError
{
    color:Red; 
    font-weight:bold;
    font-size:small;
}

.txErrorSmall
{
    color:Red;
    font-size:smaller;
    font-weight:normal; 
}

a.Normal , .txLinksParent a
{
  color:#0000EE;   
}

a.Normal:visited , .txLinksParent a:visited
{
  color:#551A8B;   
}

p.Normal , .txParagraph
{
	line-height: 1.4em;
	color:#000000;
    font-family : "Segoe UI",Arial,Helvetica,sans-serif;
}

ul.Normal
{
	list-style-image: url(Images/bullet.jpg);
	list-style-position: outside;
	list-style-type: disc;
	color: Black;
    font-family : "Segoe UI",Arial,Helvetica,sans-serif;
}

h1.Normal , h2.Normal
{
	font-size:medium;
	font-weight:bold;
}

h1.Normal, h2.Normal, h3.Normal, h4.Normal
{
    font-family : "Segoe UI",Arial,Helvetica,sans-serif;
	color: #333399;
}
