﻿/*GLOBAL MASTERPAGE - global.master*/

body
{
	margin: 0px 0px 0px 0px;
	padding: 0;
	border: none;
	font-family: Arial, Verdana, Helvetica,sans-serif;
	font-size: 0.72em;
	line-height: 1.14em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

p
{
	margin: 0 0 0.8em 0;
	padding: 0;
	text-align: left;
}

/* Headers */
h1, h2, h3, h4, h5, h6
{
	margin: 10pt 0 2pt 0;
	padding: 0;
}


h1
{
	padding-bottom: 0.2em;
	font: 500 2.1em verdana, arial, helvetica, sans-serif;
	color: #5a57a6;
}

h2
{
	padding-bottom: 0.1em;
	font: Bold 1.2em arial, verdana, helvetica, sans-serif;
	color: #5a57a6;
}
/*#F8991D;*/

h3
{
	font-size: 1.05em;
	color: #5a57a6;
	padding:10px 0 2px 0;
}

h4
{
	font-size: 1em;
	color: #5a57a6;
	font-variant: small-caps;
}

h5
{
	font-size: 0.9em;
	font-variant: small-caps;
}

.specialtext
{
	font: 500 1.2em arial, verdana, helvetica, sans-serif;
	color: #5a57a6;
}

.warning
{
	font: 500 1.2em arial, verdana, helvetica, sans-serif;
	color: red;
}

form
{
	padding: 0;
	margin: 0;
}

/* If you're finding the input elements get pushed down, increase the width */

input, textarea, select
{
	padding: 1px;
	font: 100 1em Arial, helvetica, verdana, sans-serif;
	color: black;
	background: white;
	border: 1px solid #888;
}

input.button
{
	font: 100 0.9em verdana, serif;
	cursor: pointer;
	color: #fff;
	background: #FC3307;
	border-width: 1px;
	border-style: solid;
	border: 1px solid #888;
}


textarea:focus
{
	background: #FDBF76;
}

input:focus, input:hover, textarea:focus, textarea:hover, select:focus, select:hover
{
	color: #000;
	background: #FDBF76;
}

/*
input.noBorder,
input:focus.noBorder,
input:hover.noBorder {
  padding: 0;
  border: 0;
}

input.radio {
  background: none;
  border: 0px;
}*/

img
{
	border-style: none;
	text-align: center;
}

a:hover img
{
	border-style: none;
}

.hd-bullet li
{
	list-style-image: url(   "images/hd-bullet.gif" );
	background-repeat: no-repeat;
	line-height: 130%;
}

.hd-bullet ul
{
	list-style: none;
}

.tablecell
{
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	font-size: 8pt;
	border-left: gainsboro 1px solid;
	color: #000000;
	border-bottom: gainsboro 1px solid;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	width: 100%;
}

.table
{
	border-right: gainsboro 3px solid;
	border-top: gainsboro 3px solid;
	font-size: 8pt;
	border-left: gainsboro 3px solid;
	color: #000000;
	border-bottom: gainsboro 3px solid;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	width: 100%;
}

.tablecellhome
{
	border-right: #5a57a6 1px solid;
	border-top: #5a57a6 1px solid;
	font-size: 8pt;
	border-left: #5a57a6 1px solid;
	color: #000000;
	border-bottom: #5a57a6 1px solid;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	width: 100%;
}

.tablehome
{
	border-right: #5a57a6 2px solid;
	border-top: #5a57a6 2px solid;
	font-size: 8pt;
	border-left: #5a57a6 2px solid;
	color: #000000;
	border-bottom: #5a57a6 2px solid;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	width: 100%;
}

.tablecellImportant
{
	border-right: gainsboro 0px dashed;
	border-top: gainsboro 1px dashed;
	border-left: gainsboro 0px solid;
	border-bottom: gainsboro 1px dashed;
	background-color:Purple;
}
