/* ================================
    CSS STYLES FOR CORPCOMCONTACT 
   ================================
*/   

MENU
{
    font-family: Verdana, Arial;
    font-size: 11px;
    font-weight: bold;

}
	.StandardBackground
{
	background-color:ece9d8;
	text-indent: 5px;
}

/*	.DefaultMenu
{
    background-color: #ece9d8;
	color: black;
	font-size: 11px;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top-width:thin;
    border-top-style:groove;
    border-bottom-width:thin;
    border-bottom-style:groove;
	text-indent: 5px;

}
	.SelectedMenu
{
    background-color: #ffffff;
	color: black;
    font-size: 11px;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top-width:thin;
    border-top-style:groove;
    border-bottom-width:thin;
    border-bottom-style:groove;
	text-indent: 5px;
}
*/
	.NavMenu
{
	border-right: #ece9d8 thin solid;
	border-top: #ece9d8 thin solid;
	border-left: #ece9d8 thin solid;
	border-bottom: #ece9d8 thin solid;
	font-weight: bold;
	font-size: 10px;
	color: blue;
	text-indent: 7px;
	background-color: #ece9d8;
	border-style:outset;
	border-width:1px;
	cursor:hand;
	/*border-color:Gray;*/

}

	.NavHoverMenu
{
    background-color: Red;
	color: White;
    font-size: 10px;
    font-weight: bold;
    /*border-top-width:thin;
    border-bottom-width:thin;*/
	text-indent: 7px;


}


TABSTRIP
{
FONT-WEIGHT:bold
}
.TabDefaultStyle
{
	border:solid 1px black;
	background:#dddddd;
	padding-left:5px;
	padding-right:5px;
}
.TabHoverStyle
 {
	color:red
}
.TabSelectedStyle
{
	border:solid 1px black;
	border-bottom:none;
	background:white;
	padding-left:5px;
	padding-right:5px;
}
.SepDefaultStyle
{
	border-bottom:solid 1px #dddddd;
} 

MultiPage
{
 BORDER-RIGHT:#dddddd 1px solid;
 PADDING-RIGHT:5px; 
 BORDER-TOP:medium none; 
 PADDING-LEFT:5px; 
 PADDING-BOTTOM:5px; 
 BORDER-LEFT:#dddddd 1px solid; 
 PADDING-TOP:5px; 
 BORDER-BOTTOM:#dddddd 1px solid
}


BODY
{
	font-weight: normal;
	font-size: 0.8em;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: steelBlue;

}
/* */
.highlight
{
	text-decoration: none;
	color:black;
	background:yellow;
}
.HomeHead
{
    color: #ffffff;
    font-family: Verdana, Arial;
    font-size: 13px;
    font-weight: bold;
    BACKGROUND-COLOR: #0054e3;

}

/* 
.ContentHead
{
	font-weight: bold;
	font-size: 16px;
	color: dimgray;
	font-family: Verdana, Arial;
	height: 35px;
	background-color: #ffffcc;
}

.SubContentHead
{
    background-color: #ffffff;
    color: dimgray;
    font-family: Verdana, Arial;
    font-size: 18px;
    font-weight: bold;
    height: 20px
}
*/
.TableDefaultStyle
{
	border:solid 1px #dddddd;
	background:white;
	padding:0 0 0 0; 
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
}

/* */
.ErrorText
{
    color: red;
    font-family: Verdana, Arial;
    font-size: 12px;
    line-height: 20pt;
    font-weight:bold
}
/*
.MostPopularHead
{
    background-color: darkred;
    color: white;
    font-family: Verdana, Arial;
    font-size: 11px;
    font-weight: bold
}

A.MostPopularItemText, A.MostPopularItemText:link, A.MostPopularItemText:visited
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 11px;
    text-decoration: none
}

A.MostPopularItemText:hover
{
    color: red;
    font-family: Verdana, Arial;
    font-size: 11px;
    text-decoration: underline
}

.ProductListHead
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 12px;
    font-weight: bold;
    line-height: 14pt;
    text-decoration: underline;
}
.DropDownListItem
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 10px
}
*/
.AlphaIndex
{
    /*background-color: #dddca3;*/
    color: black;
    font-family: Verdana, Arial;
    font-size: 11px;
    font-weight:bold;
    padding-left: 5px;
    padding-right: 5px

}

.ListHead
{

	FILTER: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#dddca3',endColorstr='#ffffff',gradientType='0');
    color: black;
    font-family: Verdana, Arial;
    font-size: 12px;
    font-weight: bold;
    line-height: 20pt;
    padding-left: 5px;
    padding-right: 5px

}

.ListSubHead
{
    background-color: #ece9d8;
    color: black;
    font-family: Verdana, Arial;
    font-size: 11px;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px

}

.ListItem
{
    background-color: #f0f4f8;
    color: black;
    font-family: Verdana, Arial;
    font-size: 10px;
}

.ListItemAlternate
{
	font-size: 10px;
	/*color: black;
	background-color: #d8e4f8;*/
	font-family: Verdana, Arial;
	color: black;
    background-color: Honeydew;

}



/* text style for the links */
A.IndexLink, A.IndexLink:link, A.IndexLink:visited
{
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    color: black;
    font-size: 11px;
    line-height: 20pt;
    padding-left: 3px;
    padding-right: 3px;
    font-weight: bold

}

A.IndexLink:hover    
{
    text-decoration: underline;
    color: white;
}


A.SiteLink, A.SiteLink:link, A.SiteLink:visited
{
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    color: #dddddd;
    font-size: 11px;

}   

A.SiteLink:hover    
{
    text-decoration: underline;
    color: white;
}

A.SiteLinkBold, A.SiteLinkBold:link, A.SiteLinkBold:visited
{
    color: #dddddd;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  11px;
    font-weight: bold
}

A.SiteLinkBold:hover
{
    color: white;
    text-decoration: none;
}


A.MenuUnselected, A.MenuUnselected:link, A.MenuUnselected:visited
{
    color: goldenrod;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  12px;
    font-weight: bold;
    line-height: 16px;
    padding-left: 10px
}

A.MenuUnselected:hover
{
    color: white;
    text-decoration: underline;
    padding-left: 10px
}

A.MenuSelected
{
    color: white;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  12px;
    font-weight: bold;
    line-height: 16px;
    padding-left: 10px
}

A.MenuSelected:hover
{
    color: white;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    padding-left: 10px
}
/**/


/* GENERAL */

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
    
}
/*
.NormalDouble
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 20px    
}
*/
/* text style used for textboxes in the admin pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
}

.NormalLabel
{
    font-family: Verdana, Helvetica, sans-serif;
    color: Gray;
    font-size: 10px;
    font-weight:bold;
    line-height: 12px;
    padding-left: 5px; 
    padding-right:5px;
}

/* text style used for selects in the admin pages, for Nav compatibility 
.NormalSelect
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: normal;
}

/* text style used for textboxes in the edit pages, for Nav compatibility 
.EditTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: normal;
    border-style: solid;
    border-width: 1px;
    border-color: #999966;
    width: 100%;
}

 text style used for controls in the admin and edit pages, for Nav compatibility 
.NormalControl
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

 text style used for checkboxes in the admin and edit pages, for Nav compatibility 
.NormalCheckBox
{
    margin-left: -4px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
*/
/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.SmallCheckBox
{
    margin-left: 4px;
    margin-top: -4px;
    font-family: Verdana, Helvetica, sans-serif;
    position:absolute;
	width: 15px; 
	height: 15px;
}

/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.NormalRadio
{
    font-family: Verdana, Helvetica, 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: Verdana, Helvetica, 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: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalWhite
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: white
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px    
}

.NormalItalic
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-style:italic;
    font-weight: normal;
    line-height: 16px    
}
/*
.NormalBanner
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size:18px;
	font-weight: bold;
    color: Red;
}
*/
.NormalRedBG
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color:White;
    background-color:Red;
    padding:4px 4px 4px 4px;
}

A:link  {
    text-decoration: none;
    color:  blue;
}

A, A:hover {
    text-decoration:none;
    color:  blue;
}

A, A:visited {
    text-decoration: none;
    color:  blue;
}

/*	
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 {
    height:1pt;
    text-align:left
}
*/

