﻿/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    font-weight: normal;
    font-size: 12px;
    word-spacing: normal;
    text-transform: none;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    letter-spacing: normal;
}s

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{

}
H1
{
	font-weight: 700;
	font-size: 24px;
	word-spacing: normal;
	text-transform: none;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}	
		
H2
{
	font-weight: 700;
	font-size: 20px;
	word-spacing: normal;
	text-transform: none;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}	
		
H3
{
	font-weight: 500;
	font-size: 20px;
	word-spacing: normal;
	text-transform: none;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}	
		
H4
{
	font-weight: 500;
	font-size: 20px;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}	
		
H5, DT
{
	font-weight: 700;
	font-size: 16px;
	word-spacing: normal;
	text-transform: none;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}	
		
H6
{
	font-weight: 700;
	font-size: 12px;
	word-spacing: normal;
	text-transform: none;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}	
		
TFOOT, THEAD
{
	font-size: 16px;
	word-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
}	
		
TH
{
	font-weight: bold;
	font-size: 16px;
	word-spacing: normal;
	vertical-align: baseline;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
}	


A:link
{
	color: navy;
	text-decoration: underline;
}	
		
A:visited	
{
	color: navy;
	text-decoration: underline;
	}	
		
A:active	
{
color: navy;	
	text-decoration: underline;
	}	
		
A:hover
{
	color: red;
	text-decoration: underline;
}
	
SMALL
{
	font-size: 11px;
}	

BIG
{
	font-size: 18px;
}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, 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;
	}	

IMG
{

}

.formText
{
	font-size: 11px;
	color: black;
}

.formView
{
	background-color: whitesmoke;
	border-bottom: darkgray 1px solid;
	vertical-align: top;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
	width: 100%;
	margin-top: 5px;
}

.formViewNoWidth
{
	background-color: whitesmoke;
	border-bottom: darkgray 1px solid;
	vertical-align: top;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
	margin-top: 5px;
}

.formViewMenu
{
	padding-bottom: 5px;
}

.formViewButton
{
	background-color:transparent;
	font-size:10px;
	font-family:Tahoma, Arial, Helvetica;
	border:0px;
	height: 22px;
	margin: 2px;
	margin-left:4px;
	margin-right:0px;
	cursor:hand;
	border-right: solid 1px #c5c5c5;
	overflow: visible;
	padding-right:5px;
}

.formViewButton_noBorder
{
	background-color:transparent;
	font-size:10px;
	font-family:Tahoma, Arial, Helvetica;
	border:0px;
	height: 22px;
	margin: 2px;
	margin-left:4px;
	margin-right:0px;
	cursor:hand;
	overflow: visible;
	padding-right:5px;
}

.formViewButtonAdd
{
	background-image: url(images/Add.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 22px;
}

.formViewButtonEdit
{
	background-image: url(images/edit.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 22px;
}

.formViewButtonDelete
{
	background-image:url(images/Delete.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 22px;
}

.formViewButtonSave
{
	background-image:url(images/Save.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 22px;
}

.formViewButtonCancel
{
	background-image:url(images/Cancel.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 22px;
}

.formViewButtonOk
{
	background-image:url(images/Ok.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 22px;
}

.formErrorMessage
{
	color: red;
}

.formNoRecordMessage
{
	line-height: 25px;
}


.formHeader
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 15px;
	padding-bottom: 5px;
	color: black;
	padding-top: 5px;
	border-bottom: 2px ridge;
	background-color: #e0e0e0;
}

.formHeaderText
{
	font-weight: bold;
	font-size: 15px;
	color: black;
}

.formButton
{
	background-attachment: fixed;
	background-image: url(images/button_bg.jpg);
	background-repeat: repeat-x;
}

.formReturnLink
{
	line-height: 20px;
	font-weight: bold;
}

.formValidator
{
	font-size: 11px;
}

A.formLink, A.formLink:link, A.formLink:visited
{
	font-weight: bold;
	font-size: 12px;
}

A.formLink:hover
{
	font-weight: bold;
	font-size: 12px;
	color: tomato;
}

A.headerLink, A.headerLink:link, A.headerLink:visited
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 11px;
	color: whitesmoke;
	text-decoration: underline;
}

A.headerLink:hover
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 11px;
	color: red;
	text-decoration: underline;
}

A.footerLink, A.footerLink:link, A.footerLink:visited
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 11px;
	color: whitesmoke;
	text-decoration: underline;
}

A.footerLink:hover
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 11px;
	color: red;
	text-decoration: underline;
}

.footerText
{
	font-size: 11px;
	color: white;
}

.warningBox
{
	border-top: gold 1px dotted;
	padding-bottom: 3px;
	width: 100%;
	padding-top: 3px;
	border-bottom: gold 1px dotted;
	background-color: #F5F5F5;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 10px;
}

.messageBox
{
	border-top: gold 1px dotted;
	padding-bottom: 3px;
	width: 100%;
	padding-top: 3px;
	border-bottom: gold 1px dotted;
	background-color: #F5F5F5;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 10px;
}

.homePageInformationCell
{
	vertical-align: top;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 33%;
	border-bottom: gainsboro 1px solid;
}

.homePageInformationTable
{
	width: 100%;
}

.entityMenu
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 650px;
}

A.menuLink, A.menuLink:link, A.menuLink:visited
{
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

A.menuLink:hover
{
	font-weight: bold;
	font-size: 12px;
	color: red;
	text-decoration: none;
}



/* CSS classes for the navigation menu at bottom of the page (Previous/More Products, etc) */

.navigation
{
    border-top: #19196f 1px dotted;
    border-bottom: #19196f 1px dotted;
    padding-bottom: 5px;
    padding-top: 5px;
    margin: 15px 25px 25px;
}

.firstNav
{
    margin-right: 5px;
}

.lastNav
{
    margin-left: 5px;
}

#leftNav
{
    float: left;
    width: 180px;
	margin-left:20px;
    text-align: center;
    font-weight: bold;
}

#rightNav 
{
	float:right;
	width:180px;
	margin-right:20px;
	text-align:center;
    font-weight: bold;
}

#numNav
{
	float:inherit;
	text-align:center;
	
}
