/* Default CSS Stylesheet for a new Web Application project */

body { /* Default Font & margins for page */
	font-family: Tahoma, Arial, serif;
	font-size: 11px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	color: #333333;
	}

p, tr, td { /* Default font for paragraphs rows and data */
    font-family: Tahoma, Arial, serif;
    font-size: 11px;
	color: #333333;
}

.pBold, .trBold, .tdBold { /* Default font for paragraphs rows and data */
	font-family: Tahoma, Arial, serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}

a:link, a:visited {	/* Default text links */
	color:	#333333;
	text-decoration:	none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #76A64A;
	}	
		
a:active, a:hover {	
	color:	#000000;
	text-decoration:	none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	}	
		
.biglink:link, .biglink:visited {	/* Default text links */
	font-size: 14px;
	text-decoration:	none;
	color:	#333333;
	letter-spacing: 1pt;
	word-spacing: 2pt;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #76A64A;
	}	
		
.biglink:active, .biglink:hover {	
	font-size: 14px;
	text-decoration:	none;
	color:	#000000;
	letter-spacing: 1pt;
	word-spacing: 2pt;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	}	
		
.cleanlink:link, .cleanlink:visited, .cleanlink:active, .cleanlink:hover {	/* Links without underline */
	text-decoration:	none;
	color:	#333333;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	}	
		
.inputBox {  /* Search field in header */
	font-family: Tahoma, Arial, serif;
	font-size: 11px;
	color: #333333;
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 6px;
	border: 1px solid #77A646;
	background-color: #FFFFFF;
}

.inputTextBox {  /* Search field in header */
	font-family: Tahoma, Arial, serif;
	font-size: 11px;
	color: #333333;
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 6px;
	border: 1px solid #77A646;
	background-color: #FFFFFF;
}

.button {  /* Search field in header */
	font-family: Tahoma, Arial, serif;
	font-size: 11px;
	background-color: #76A64A;
	color: #FFFFFF;
	background-repeat: no-repeat;
	padding-left: 4px 6px;
	border: 1px solid #77A646;
}

.headerWhiteText { /* White cart text in header */
	font-family: Tahoma, Arial, serif;
	font-size: 10px;
	color: #FFFFFF;	
}

.headerLogoText { /* Company name in header */
	font-family: Tahoma, Arial, serif;
	font-size: 30px;
	color: #FFFFFF;
	filter: DropShadow(Color=#000000, OffX=2, OffY=2, Positive=yes);
}

.headerTaglineText { /* Tagline in header */
	font-family: Tahoma, Arial, serif;
	font-size: 14px;
	color: #FFFFFF;	
}

.contentHeading { /* Heading for page titles */
	font-family: Tahoma, Arial, serif;
	font-size: 18px;
	color: #76A64A;
}

.articleHeading { /* Heading for articles of sub-sections */
	font-family: Tahoma, Arial, serif;
	font-size: 12px;
	color: #990000;
	height: 25px;
	width: 100%;
	padding-left: 20px;
	font-weight: bold;
	background-color: #EFEFEC;
	padding-top: 13px;
}

.articleIntro { /* Default text for news on home page */
	font-family: Tahoma, Arial, serif;
	font-size: 11px;
	padding-right: 20px;
	padding-left: 20px;
}

.articleIntro:link, .articleIntro:visited {	 /* Default links for news on home page */
	text-decoration:	none;
	color:	#990000;
	padding-left: 20px;
	}	
		
.articleIntro:active {	
	text-decoration:	none;
	color:	#FF0000;
	padding-left: 20px;
	}	
		
.articleIntro:hover	{	
	text-decoration:	underline;
	color:	#FF0000;
	padding-left: 20px;
	}
	
.headerMenuButtons:link, .headerMenuButtons:visited, headerMenuButtons:active {  /* Horizontal menu bar in header */
	font-family: Tahoma, Arial, serif;
	font-size: 11px;
	color: #333333;
	background-image: url(img/header_button_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	padding-left: 20px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	width: 140px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.headerMenuButtons:hover {
	font-family: Tahoma, Arial, serif;
	font-size: 11px;
	color: #000000;
	background-image: url(img/header_button_bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 20px;
	padding-left: 20px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	text-decoration: none;
	width: 140px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.lowerMenuButtons:link, .lowerMenuButtons:visited, .lowerMenuButtons:active {  /* Lower content menu */
	font-family: Tahoma, Arial, serif;
	font-size: 11px;
	color: #333333;
	background-image: url(img/lower_button_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	padding-left: 20px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	width: 150px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.lowerMenuButtons:hover {
	font-family: Tahoma, Arial, serif;
	font-size: 11px;
	color: #000000;
	background-image: url(img/lower_button_bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 20px;
	padding-left: 20px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	text-decoration: none;
	width: 150px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.headerSearchField {  /* Search field in header */
	font-family: Tahoma, Arial, serif;
	font-size: 11px;
	color: #333333;
	background-image: url(img/header_search_bg.jpg);
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 6px;
	border: none;
	height: 18px;
}

/* Not currently used 

h1, h2, h3, h4, h5, th, thead, tfoot { 
    color: #003366;
}
h1	{	
	font-family: Tahoma, Arial, serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
h2	{	
	font-family: Tahoma, Arial, serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
h3	{	
	font-family: Tahoma, Arial, serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
h4	{	
	font-family: Tahoma, Arial, serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
h5, dt	{	
	font-family: Tahoma, Arial, serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
h6	{	
	font-family: Tahoma, Arial, serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
tfoot, thead	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Tahoma, Arial, serif;
	}	
		
th	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	

small	{	
	font-size:	9px;
	}	

big	{	
	font-size:	14px;
	}	

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;
	}	

*/
	
#login_box {
	width: 760px;
	height: 183px;
	background: url(../img/login_bg.jpg) no-repeat left top;
}

#form {
	float: right;
	width: 255px;
	height: 118px;
	padding:30px 20px 20px 20px;
}

.w100p {
	width: 100%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.warning {
	display: block;
	color: red;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}



