/* =========================================
    CSS STYLES LEADTOOLS Web Services.NET Site 
    v1.0, 10/2002
   =========================================
*/   

/* GLOBAL SITE SETTINGS */
/* These settings apply to the site as a whole */

.input {
	font-family: Arial;
	font-size: 10pt;
	border-color: #A4B97F;
	border-width: 1;
	color: #000066;
}


/*
*
*  Define Styles for HTML Tags
*
*/

BODY /* background color for the content part of the pages */
{
    background-color: #FFFFFF;
}

H1  {
    font-family: Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H4  {
    font-family: Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H5, DT  {
    font-family: Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

H6  {
    font-family: Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

TFOOT, THEAD    {
    font-family: Arial, Helvetica;
    font-size:  12px;
    color: darkred;
}

TH  {
    vertical-align: baseline;
    font-family: Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: darkred;
}

A:link  {
    text-decoration:    none;

}

A:visited   {
    text-decoration:    none;

}

A:active    {
    text-decoration:    none;

}

A:hover {

    text-decoration: none;
    border-bottom-style: solid; 
    border-bottom-width: 1px;
    border-bottom-color: Navy;
}

SMALL   {
    font-size:  8px;
}

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 {
    color: #000000;
    height:1pt;
    text-align:center;
    width:90%
}


input {
	font-family: Arial;
	font-size: 12px;
	border-color: #A4B97F;
	border-width: 1;
	color: #000066;
}

textarea {
	font-family: Arial;
	font-size: 12px;
	border-color: #A4B97F;
	border-width: 1;
	color: #000066;
}
select {
	font-family: Arial;
	font-size: 12px;
	border-color: #A4B97F;
	border-width: 1;
	color: #000066;
}

/* Desktop Portal Banner */
/* The standard Portal banner at the top of each .aspx page */
.HeadBg {
    background-color: navy;
    width: 100%;
	height: 104px;
	background-repeat: repeat;
    background-image: url(/images/support-portal-bg.jpg);

}

.HeadLogo 
{
	background-image: url(/images/Web-Services-portal.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 78px;
}

.HeadLogoRight
{
	width: 99px;
	height: 33px;
	border: 0;
	background-image: url(/images/poweredby_simple.gif);
	background-repeat:no-repeat;
}

.HeadTableBG
{	
	/*Filter:Glow(Color=#DDDDDD, Strength=2);*/
	text-align:right;
	height: 20px;
	width:100%;	
}

.SiteTitle { /* style for the text of the site title */
    font-family: Arial,Helvetica;
    font-size: 26px;
    font-weight: bold;
    color: #000066;
}

.SiteHeading {
    font-family: Arial,Helvetica;
    font-size: 16px;
    font-weight: bold;
    color:#FFFFFF;
}

.HeadBgLink { /* text style for the site links (at extreme top-right of header) */
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color:#FFFFFF;
 
    
} 

A.HeadBgLink:link { /* hyperlink style for the site links */
    text-decoration:    none;
    color:#FFFFFF;
    
}

A.HeadBgLink:visited  {
    text-decoration:    none;
    color:#FFFFFF;

}

A.HeadBgLink:active   {
    text-decoration:    none;
     color:#FFFFFF;
}

A.HeadBgLink:hover    {
    text-decoration: none;
    border-bottom: solid; 
    border-bottom-width: 1px;
    border-bottom-color: Red;
    color:#FFFFFF;
    /*Filter:Glow(Color=#FF4444, Strength=2);*/
}

/* The tab bar in the portal banner at the top of each .aspx page */
.TabBarBg /* This is the background of the table which houses the tab bar */
{
	background-color: #FFFFFF;
	background-image: url(/images/TabBarBg.jpg);
	background-repeat:repeat-x;
}

.TabBarLowerBg /* This is the background of the table row which appears under the tab bar */
{
	background-color: #FFFFFF;
	height: 6px;
}

.TabBarParentSettings
{
	text-align: left;
	padding-left: 10px;	
}


.TabTemplateLeftSpacer
{
	width: 1px;
	height: 25px;
	background-image: url(/images/TabTemplateLeftSpacer.jpg);
	background-repeat:no-repeat;
}

.TabTemplateLeft
{
	width: 9px;
	height: 25px;	
	background-image: url(/images/TabTemplateLeft.jpg);
	background-repeat:no-repeat;	
}

.TabTemplateBG
{
	background-image: url(/images/TabTemplateBG.jpg);
	background-repeat:repeat-x;	
}

.TabTemplateRight
{
	width: 5px;
	height: 25px;	
	background-image: url(/images/TabTemplateRight.jpg);
	background-repeat:no-repeat;	
}

.TabTemplateRightSpacer
{
	width: 1px;
	height: 25px;	
	background-image: url(/images/TabTemplateRightSpacer.jpg);
	background-repeat:no-repeat;
}

.SelectedTabTemplateLeftSpacer
{
	width: 1px;
	height: 25px;
	background-image: url(/images/SelectedTabTemplateLeftSpacer.jpg);
	background-repeat:no-repeat;
}

.SelectedTabTemplateLeft
{
	width: 9px;
	height: 25px;	
	background-image: url(/images/SelectedTabTemplateLeft.jpg);	
	background-repeat:no-repeat;
}

.SelectedTabTemplateBG
{
	background-image: url(/images/SelectedTabTemplateBG.jpg);
	background-repeat:repeat-x;	
}		

.SelectedTabTemplateRight
{
	width: 8px;
	height: 25px;	
	background-image: url(/images/SelectedTabTemplateRight.jpg);
	background-repeat:no-repeat;	
}

.SelectedTabTemplateRightSpacer
{
	width: 1px;
	height: 25px;	
	background-image: url(/images/SelectedTabTemplateRightSpacer.jpg);
	background-repeat:no-repeat;
}

.OtherTabsBg { /* background/border colors for the unselected tabs */
    background-color: #E0DFED;
    border-color: black;
}

.TabBg { /* background/border colors for the selected tab */
    background-color: #FFFFFF;
    border-color: #9999CC;
}

.OtherTabs { /* text style for the unselected tabs */
    font-family: Arial, Helvetica;
    font-size: 10;
    color:#000066;
    text-decoration:none;
    font-weight: bold;
}

A.OtherTabs:link    { /* hyperlink styles of the unselected tabs */
    text-decoration:    none;
    color:#000066;
}

A.OtherTabs:visited { /* hyperlink styles of the unselected tabs */
    text-decoration:    none;
    color:#000066;
}

A.OtherTabs:active  { /* hyperlink styles of the unselected tabs */
    text-decoration:    none;
    color:#000066;
}

A.OtherTabs:hover   { /* hyperlink styles of the unselected tabs */
    text-decoration:    none;
    color:#000066;
    border: none;
}


/* text style for the selected tab */
.SelectedTab {
    font-family: Arial, Helvetica;
    font-size: 12;
    color:#003399;
    font-weight: bold;
}


/* MODULES */
/* style for the modules of the site */
.ModuleHeaderLeft 
{
	width: 6;
	height: 33;
	background-color: lavender;
	background-image: url(/images/ModuleHeaderLeft.jpg);
}

.ModuleHeaderCenter 
{
	height: 33;	
	background-color: lavender;
	background-image: url(/images/ModuleHeaderCenter.jpg);
}

.ModuleHeaderRight 
{
	width: 6;
	height: 33;
	background-color: lavender;
	background-image: url(/images/ModuleHeaderRight.jpg);
}

.ModuleLeft 
{
	width: 6;
	height: 1;
	background-color:lavender;
	background-image: url(/images/ModuleLeft.jpg);
}

.Module
{
	background-color: #FFFFFF;
	padding:10px 10px 10px 10px
}

.ModuleRight 
{
	width: 6;
	height: 1;
	background-color: lavender;
	background-image: url(/images/ModuleRight.jpg);
}

.ModuleFooterLeft 
{
	width: 6;
	height: 7;
	background-color: lavender;
	background-image: url(/images/ModuleFooterLeft.jpg);
}

.ModuleFooterCenter 
{
	height: 7;	
	background-color: lavender;
	background-image: url(/images/ModuleFooterCenter.jpg);
}

.ModuleFooterRight 
{
	width: 6;
	height: 7;
	background-color: lavender;
	background-image: url(/images/ModuleFooterRight.jpg);
}

.ModuleHead
{
    font-family: Arial, Helvetica;
    font-size:  18px;
    text-align: center;
    font-weight:    normal;
    color: #000000;   
}


/* style of item titles on edit and admin pages */
.Head
{
    font-family: Arial, Helvetica;
    font-size:  20px;
    font-weight:    bold;
	color: #7E8F55;	
}

.SubHead    {
    font-family: Arial, Helvetica;
    font-size:  15px;
    font-weight:    bold;
    color: darkred;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial, Helvetica;
    font-size:  13px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    line-height: 13px;
    color: #444444;
}

.NormalLabel
{
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    line-height: 13px;
    color: Navy;
    border-color: Gray;
    padding: 2px, 2px, 2px, 2px;
    text-align: center;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial, Helvetica;
    font-size: 13px;
    font-weight: normal;
}

.NormalDropDown
{
    font-family: Arial, Helvetica;
    font-size: 13px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
}

/* DATAGRID SETTINGS */
/* NOTE: THIS WILL AFFECT ALL DATAGRIDS ON THE SITE. */
.DataGrid
{
	background-color: #EBEBEB;
	border-color: #000066;
	border-style: solid;
	border-width: 1;
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.DataGridHeader
{
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;	
	text-align: center;
	background-color: #EBEBEB;
	color: #000066;
}

.DataGridItem
{
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;	
	background-color: #FFFFFF;
	color: #444444;
}

.DataGridAlternatingItem
{
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;	
	background-color: #F0FFC3;
	color: #444444;	
}

.DataGridPager
{
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
}

/* text style used for most text rendered by modules */
.DataGridNormal
{
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    border-color: #CCCCCC;    
}

.DataGridNormalBold
{
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    border-color: #CCCCCC;    
}

.LoginHeading {
    font-family: Arial,Helvetica;
    font-size: 14px;
    font-weight: bold;
    color:#000066;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: darkred;
}



/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:hover    {
    text-decoration: none;
    border-bottom: solid; 
    border-bottom-width: 1px;
    border-bottom-color: Red;
}

/* LEAD FAQ Specific Styles */
.leadapi 
{
	color: Navy;
	font-weight:bold;
}
.leadcomment 
{
	color:Green;
}


