﻿/*** Style Sheet for Master Page   ***/


a:link
{
    color: #FFFFFF;
    text-decoration: none;
}
a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}
a:hover
{
    text-decoration: none;
    color: #FFFFFF;
}
a:active
{
    text-decoration: none;
    color: #FFFFFF;
}

.header
{
    width:998px;
    height:92px;
    background-image: url(images/header.jpg);
    text-align:right;
}

.headerText
{
    padding-right:20px;
    padding-top:5px;
    vertical-align:top;
    font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #042C65;
	text-decoration: none; 
}

.navigationMenu
{
    width:242px;
    background-image: url(images/menuBackground.jpg);
    background-repeat: repeat-y;
}

.navigationButton
{
    width:180px;
    height:21px;
    background-image: url(images/blueButton.gif);
    color:#f1ffff;
}

.search
{
    width:200px;
}

.footer
{
    width:990px;
    background-image: url(images/footerBackground.jpg);
    background-repeat:no-repeat;
    color:White;
}

/*** Style Sheet for all other pages   ***/

.defaultPageBackGround
{
    width:756px;
    height:213px;
    background-image: url("images/mainbg.jpg");
}

.defaultPageText
{
    width:400px;
    padding-left:25px;
    padding-top:45px;
    font-size:15px;
}

.defaultPagePanel
{
    width:756px;
    height:159px;
    background-image: url("images/defaultPagePanelold.jpg");
}

.defaultPagePanel2
{
    width:756px;
    height:106px;
    /*background-image: url(images/defaultPagePanel2.jpg);*/
}

.defaultPagePanelBG
{
    width:756px;
    background-image: url(images/panel_bgbottom.jpg);
    background-repeat: repeat-y;
}


.mainBody
{
    width:756px;
    background-image: url(images/bodyBackground.jpg);
    color:White;
    font-family: Tahoma, Arial;
	font-size: 10pt;
}

.titleHeading
{
    font-size:18px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.bodyText
{
    padding-left:20px;
    padding-right:20px;
    font-family: Tahoma, Arial;
}

.RequiredField
{
    COLOR:Red;
    font-family:Verdana, Helvetica, sans-serif;
    FONT-SIZE: 7pt;
}

.formheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.formborder {
	BORDER-RIGHT: #030f43 1px solid; BORDER-LEFT: #030f43 1px solid; BORDER-TOP-STYLE: none; BORDER-TOP-COLOR: #030f43; BORDER-BOTTOM: #030f43 1px solid
}

.lbltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.TableBorder
{
	font-family:Verdana, Helvetica, sans-serif;
	font-size:8pt;
	border-color :#0B486C;
	border-style :solid; 
	border-width :1px; 
	
}

.Controlsizetxt { WIDTH: 160px }

.button {
	font-family: Tahoma, Arial;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #0C5097;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7EA2C8;
	border-right-color: #062340;
	border-bottom-color: #062340;
	border-left-color: #4378AF;
	font-weight: bold;
	height: 20px;
	cursor: hand;
}


.Controlsize1 { WIDTH: 150px }

.textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

.ordersHeader
{
  background-image: url(images/ordersHeaderBackground.jpg);
  color:Black;
  font-weight:bold; 
}

.invoice
{
    color:Yellow;
}


/* Style for displaying catalog page */

.catalogDescription
{
 vertical-align:top;
 width:600px;
 padding-left:7px;
 padding-bottom:7px;
}

.catalogImage
{
 text-align:right;
 vertical-align:top;
 padding-left:7px;
 padding-top:3px;
 padding-bottom:7px;
}
 
 .Grid Caption
{
   font-weight:bolder;
   font-size:24px;
   text-decoration:underline;
   padding-bottom:20px;
   color:Yellow;
}

