﻿body 
{
	font-family: Arial, Verdana;
	font-size: 10pt;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    background-color: Transparent;
    color: #666666;
}

 #container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	z-index:1;
 
} 

a
{
	color:#5883d5;
	text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

/*imported from dash commerce css */

table 
{
  border-collapse: collapse;
  padding:0px; 
  /*display:block;*/
}

.label 
{
  font-size: .8em;
}

.textbox 
{
  font-size: .75em;
  height: 1.2em;
}

.smalltextbox {
	font-size: .75em;
  height: 1.2em;
  width: 20px;  
}

.multilinetextbox {
  width: 188px;
  height: 80px;  
}

.largemultilinetextbox {
  width: 350px;
  height: 150px;  
}

.longmultilinetextbox {
  width: 350px;
  height: 75px;  
}

.longtextbox {
  font-size: .75em;
  height: 1.2em;
  width: 200px;
}

.dropdownlist {
  font-size: .7em;
  color: #5C5C5C;
}

.receiptTable {
  width: 100%;
  border: solid 1px #CCC ;
  padding: 10px;
  text-align:center;
  margin: auto;
}

.receiptTable td {
  font-size: .9em;
  text-align:center;
}


th
{
    vertical-align:top;
}
td
{
    vertical-align:top;  margin:0px;
}

td.thin
{
    height: 25px; vertical-align:middle; 
}

td.fat
{
    height: 35px;vertical-align:middle;
}

h1
{
	color: #669900;
	font-size: 1.6em;
	font-family: 'Arial', Helvetica, 'Arial Rounded MT Bold';
	letter-spacing: 110%;
	margin-bottom: 3px;
	padding: 2px;
}

h2 {
	color: #ff7a22;
	font-size: 1.3em;
    line-height: normal;
    font-weight:bold;
    font-style: normal;
    font-family: 'New Century Gothic', Helvetica, 'Arial Rounded MT Bold';
    font-variant: normal;
    background: transparent url(images/circle.gif) no-repeat left;
    padding-left: 20px;
}

h3 {
	color: #646464;
	font-size: 1.0em;
    line-height: normal;
    font-style: normal;
    font-family: 'Arial Rounded MT Bold';
    font-variant: normal;
    text-align: left;
    width: auto;
}


img { border-style: none;
    border-color: inherit;
    border-width: 0;
    padding: 0;
    z-index:101;
}
hr { color: #ccc; height: 1px; }


.codeblock 
{
	color: #73880A; 
	font: 80% "Courier New", Courier, monospace; 
	padding:2px ;
	margin:1px;
	border-left:1px solid #666666; 
}

form { margin: 0px; padding: 0px; }

input, select 
{
    font-size: 0.9em;
    font-family: 'Lucida Sans', Arial, Verdana;
    border:1px solid #c5c5c5;
    
}

textarea
{
    font-size: 9pt;
    font-family: 'Lucida Sans';
    border:1px solid #c5c5c5;
    height: 164px;
    width: 292px;
}


.lastupdated
{
	font-size: 0.8em;
	color: dimgray;
	padding-top: 1em;
	bottom: 0;
	border-top: 1px solid whitesmoke;
	margin-top: 20px;
	font-style: italic;
	font-family: arial;
	font-weight: bold;
	display: none;
}

.loadingbox
{
    width: 500px;
    height: 150px;
    border:1px solid lightsteelblue; 
    background:#fff ;
   /* background:#fff url(images/loading.gif) center center no-repeat;*/
    text-align: center; 
    color: #646464;
	font-size: 1.1em;
    line-height: 1.4em;
    position:absolute;
	top:50%;
	margin-top:-150px;
	left:50%;
	margin-left:-250px;
    z-index:101;
}

.transparentDiv
{
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 position: absolute;
 opacity: 0.25;
 background: rgb(10, 10, 10);
 filter: alpha(opacity=25, style=0)
 -moz-opacity:.25;
}
 

.headlinks
{
	color:black;
	font-weight:bold;
	font-size:small;
}


.footerlink
{
    font-family: Arial, 'Arial Rounded MT Bold', Veranda;
    letter-spacing: 105%;
    color:#fff;
    font-size: 1.2em;
    font-weight:bolder;

}

#footer {
	font-size:.7em;
	color:#888;
	padding-top:1em;
	padding-bottom: 18px;
	bottom:0;
	border-top:0px solid whitesmoke;
	margin:0 auto;
	float:none;
	clear: both;
    background:  url('images/footer.gif') no-repeat 50% top ;
    text-align:center;
    height: 90px;
    width: 100%;
    position:relative;
    top: -13px;
    
}

#footerbar
{
    width:100%;
    background: transparent url(images/footer_bar.gif) no-repeat top center ;
    height: 22px;
    text-align: center;
    margin: 18px 0px 0px 0px;
    padding: 3px 0px 0px 0px;
    color: #fff;
    border: none 0px #fff;
    font-weight:bolder;
}

#fraserplug
{
    background: transparent url(images/fraser.png) no-repeat top ;
    height:268px;
    width:395px;
    display: inline-block;
}

#header
{
	margin:0px 0px 0px 0px;
	height:109px;
	padding:0px 0px 0px 0px;
	border:none 0px black;
}


#mainwrapper
{
	background:url('images/body_bg.gif') repeat-y left top;
	margin:0px 0px 0px 0px;
	width:800px;
	overflow:visible;
    position: static;
}

#main
{
   /* background:#fff url(images/bg.gif) top left repeat-x;*/
    background-color: Transparent;
	margin-left:8px;
	margin-right:12px;
	padding: 5px 5px 0px 15px;
	top: 0px;
	z-index: 100;
	width:780px;
	overflow:visible;
    display:block;
    position:static;
}


#subtitle
{
	margin-top: 0px;
	margin-left: 100px;
	color: #c5c5c5;
	font-size: 1.3em;
	font-family: Arial,Helvetica;
}

#loginbox
{
	padding:40px;
}

#loginboxwrapper
{
	background:url(images/login.png);
	float:left;
	margin-right:30px;
	margin-bottom:30px;
	margin-left:0px;
	height:225px;
	width:240px;
}
#leftbox
{
	float:left;
	margin:15px;
}
.topText
{
    text-align: center;
    font-size: 8pt;
    margin:0;  
    color: #cccccc; 
}

.Link
{
    color:GrayText;
    border: solid 1px Gray;
    background: #eee;
    width: 90%;
    padding: 2px 5px;
    margin: 0px 20px 10px 0px;
    font-size:0.8em;
}

.Link a
{
    color: #646464;
}

.Link a:hover
{
    color: #646464;
    text-decoration: none;
}

.pagesummary
{
	font-size: 0.9em;
	color: inherit;
	bottom: 0;
	font-style: italic;
	font-family: arial;
	margin-bottom:5px;
	width: 600px;
}

.Button
{
    padding: 7px 0px 0px 25px;
    width: 297px;
    background-image: url('images/on_off.png');
    background-position: -322px 0px;
    height: 30px;
    margin-left: 0px;
    text-align: left;
    letter-spacing: 0px;
    margin-top: 0px;
    background-repeat: no-repeat;
    color: #294d7f;
    border: 0px solid #c5c5c5;
}

.Button:active, .Button:hover
{
    background-position: 0px 0px;
    cursor: pointer;
    color: White;
}

.buttonorange
{
    padding: 2px 0px 0px 0px;
    width: 90px;
    background: url('images/buttonOrange.png') no-repeat;
    height: 31px;
    text-align: center;
    letter-spacing: 0px;
    color: black;
    border: 0px solid #c5c5c5;
}

.buttonorange:hover, .buttonorange:active
{
    cursor: pointer;
    color: White;
}

.buttonblack
{
    padding: 2px 0px 0px 0px;
    width: 90px;
    background: url('images/buttonblack.png') no-repeat;
    height: 32px;
    margin: 0px;
    text-align: center;
    color: white;
    border: 0px solid #c5c5c5;
}

.buttonblack:active, .buttonblack:hover
{
    cursor: pointer;
    text-decoration: underline;
}
    
