/* Default CSS Stylesheet for a new Web Application project */
html,body {
	height: 100%;
}
div#screenspace {
	height: 100%;
}
BODY
{
	font-weight: normal;
	font-size: 12pt;
	word-spacing: normal;
	text-transform: none;
	color: gray;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	height: 100%;
	background-color: white;
}


A.homepagemenu, A.homepagemenu:link, A.homepagemenu:visited
{
	font-weight: bold;
	font-size: 12px;
	vertical-align: middle;
	color: gray;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

A.homepagemenu:hover
{
    color: #ff00ff;
    text-decoration: none;
    vertical-align:middle;
}



/* */
.copyright
{
	font-weight: normal;
	font-size: 12px;
	color: #cccccc;
	font-family: Verdana, Arial;
	height: 35px;
}

.RequestQuote
{
	font-weight: bold;
	font-size: 12px;
	color: gray;
	font-family: Verdana, Arial;
	height: 15px;
}

A.RequestQuote:hover
{
	font-weight: bold;
	font-size: 12px;
	color: Black;
	font-family: Verdana, Arial;
	height: 15px;
}


.ItemName
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 12px;
    font-weight: bold;
    line-height: 14pt;
    text-decoration: none;
}

.ProjectName
{
    color: gray;
    font-family: Verdana, Arial;
    font-size: 12px;
    font-weight: bold;
    line-height: 14pt;
    text-decoration: none;
}

.ItemImg
{
	left: 0px;
	position: relative;
	top: 0px;
}
.ItemImgHover
{
	left: 2px;
	position: relative;
	top: 2px;
}

/* */
.PortfolioHead
{
	font-weight: bold;
	font-size: 18px;
	color: dimgray;
	font-family: Verdana, Arial;
	text-align: center;
}

/* */
.HomePageTitles
{
	font-weight: bold;
	font-size: 16px;
	color: dimgray;
	font-family: Verdana, Arial;
	text-align: center;
}

/* */
.WelcomeHead
{
	font-weight: bold;
	font-size: 20px;
	color: black;
	font-family: Verdana, Arial;
	text-align: center;
}

.WelcomeContent
{
	border-right: #ffcc00 1px solid;
	padding-right: 10px;
	border-top: #ffcc00 1px solid;
	padding-left: 10px;
	font-weight: normal;
	font-size: 17px;
	padding-bottom: 10px;
	border-left: #ffcc00 1px solid;
	width: 332px;
	color: #ffcc00;
	padding-top: 10px;
	border-bottom: #ffcc00 1px solid;
	font-family: Verdana, Arial;
	height: 225px;
	background-color: lightyellow;
	text-align: justify;
}

.Enlarge
{
	font-weight: bold;
	font-size: 12px;
	left: 150px;
	color: black;
	font-family: Verdana, Arial;
	position: relative;
	height: 35px;
	background-color: white;
	text-align: center;
}

.Return
{
	font-weight: bold;
	font-size: 12px;
	color: black;
	font-family: Verdana, Arial;
	position: relative;
	height: 35px;
	background-color: white;
	
}

.SideMenueItem
{
	border-top: #999999 1px solid;
	font-weight: bold;
	font-size: 12px;
	background-image: url(images/side_menue_bgrd.gif);
	color: #00ccff;
	border-bottom: #999999 1px solid;
	font-family: Verdana, Arial;
	height: 35px;
	background-color: white;
	text-align: center;
}

.txtBox
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	font-weight: bold;
	font-size: 14px;
	border-left: gray 1px solid;
	color: dimgray;
	border-bottom: gray 1px solid;
	font-family: Arial, Verdana;
	background-color: whitesmoke;
	text-align: left;
}

.menutxtBox
{
	border-right: dimgray 1px solid;
	border-top: dimgray 1px solid;
	font-weight: bold;
	font-size: 14px;
	border-left: dimgray 1px solid;
	color: black;
	border-bottom: dimgray 1px solid;
	font-family: Arial, Verdana;
	background-color: whitesmoke;
	text-align: left;
}


.datagrid
{
	vertical-align:top;
}

.SideMenueItemSelected
{
	
	border-top: #999999 1px solid;
	font-weight: bold;
	font-size: 12px;
	background-image: url(images/side_menue_bgrd_selected.gif);
	color: #ffcc00;
	border-bottom: #999999 1px solid;
	font-family: Verdana, Arial;
	height: 35px;
	background-color: white;
	text-align: center;
}

/* */
.ContentHead
{
    background-color: #dddca3;
    color: dimgray;
    font-family: Verdana, Arial;
    font-size: 20px;
    font-weight: bold;
    height: 35px
}

/* */
.SubContentHead
{
    background-color: #dddca3;
    color: dimgray;
    font-family: Verdana, Arial;
    font-size: 18px;
    font-weight: bold;
    height: 20px
}

/* */
.UnitCost
{
    color: #808080;
    font-family: Verdana, Arial;
    font-size: 15px;
    line-height: 20pt
}

/* */
.ModelNumber
{
    color: #808080;
    font-family: Verdana, Arial;
    font-size: 11px;
    line-height: 20pt
}

/* */
.ErrorText
{
    color: red;
    font-family: Verdana, Arial;
    font-size: 12px;
    line-height: 20pt
}
.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;
}
.ProductListItem
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 10px
}

.FolderListHead
{
	padding-left: 5px;
	font-weight: bold;
	font-size: 11px;
	background-image: url(images/heading_bckg.gif);
	color: black;
	line-height: normal;
	background-repeat: repeat-x;
	font-family: Verdana, Arial;
}

.CartListItem
{
	padding-left: 5px;
	font-size: 11px;
	background-image: url(images/bgrd.gif);
	color: gray;
	background-repeat: repeat-x;
	font-family: Verdana, Arial;
	background-color: #ffffff;
}

.FolderListItemAlt
{
	padding-left: 5px;
	font-size: 11px;
	background-image: url(images/bgrd_magenta.gif);
	color: black;
	background-repeat: repeat-x;
	font-family: Verdana, Arial;
}

.FolderListFooter
{
	background-image: url(images/heading_bckg.gif);
	line-height: 10pt;
	background-repeat: repeat-x;
}

/* text style for the links */
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
{
	padding-left: 10px;
	font-weight: bold;
	font-size: 12px;
	color: gray;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

A.MenuUnselected:hover
{
    color: #ff00ff;
    text-decoration: underline;
    padding-left: 10px;
    text-decoration: none;
}

A.MenuSelected
{
	padding-left: 10px;
	font-weight: bold;
	font-size: 12px;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

A.MenuSelected:hover
{
	padding-left: 10px;
	color: royalblue;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

/* 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: 1.2em;
    font-weight: normal;
}

/* 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 */
.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
}

.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-weight: bold;
    line-height: 16px    
}

A, A:hover {
    text-decoration: underline;
    color:  black;
}





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
}

.EditLink
{
	font-size: 12px;
	padding-left: 5px;
	font-weight: bold;
	color: fuchsia;
	text-decoration: none;
}

.EditLink:hover
{
	font-size: 12px;
	padding-left: 5px;
	font-weight: bold;
	color: fuchsia;
	text-decoration: underline;
}

.DeleteLink
{
	font-size: 12px;
	padding-left: 5px;
	font-weight: bold;
	color: red;
	text-decoration: none;
}

.DeleteLink:hover
{
	font-size: 12px;
	padding-left: 5px;
	font-weight: bold;
	color: red;
	text-decoration: underline;
}

.AddLink
{
	padding-right: 15px;
	padding-left: 8px;
	font-weight: bold;
	font-size: 12px;
	left: 6px;
	color: blue;
	position: relative;
	text-align: center;
	text-decoration: none;
}

.AddLink:hover
{
	padding-right: 15px;
	padding-left: 8px;
	font-weight: bold;
	font-size: 12px;
	left: 6px;
	color: blue;
	position: relative;
	text-align: center;
	text-decoration: underline;
}