/**************************************************************
   Visit studio7designs.com for more layouts and downloads for this template!
 **************************************************************/

/*********************************************************
   HTML Elements
 *********************************************************/

html,
body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
  /* Original light blue */
  background: url(../images/bg/light_body_copy.gif) repeat-y top center;
  /* dark blue
  background: url(../images/bg/light_body.png) repeat-y top center;
  */
 
  font: 400 0.7em verdana, arial, sans-serif;
  line-height: 170%;
  
  color: #000;
}


/* Headers */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px 0;
  padding: 0;
}


h1 {
  padding-bottom: 0.2em;

  font: 400 1.6em arial, sans-serif;
  color: #536C71;
  border-bottom: 12px solid #ddd;
}

h2 {
  font-size: 1.2em;
  color: #586B7A;
}

h3 {
  text-transform: uppercase;
  font-size: 0.9em;
  color: #5D6F73;
}

h4 {
  font-size: 0.85em;
}

h5 {
  font-size: 0.8em;
}


/* Needed to horizontally pad in a coloured container */
.horzPad h1,
.horzPad h2,
.horzPad h3,
.horzPad h4,
.horzPad h5,
.horzPad p {
  padding-left: 5px;
  padding-right: 5px;
}


/* Links */
a {
  text-decoration: none;
  color: #3B5D77;
}

a:hover {
  color: #668FA3;
}

a img {
  border: 0;
}

a img.border {  
  border: 1px solid #FC3307;
}

a:hover img.border {  
  /* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */
  border: 1px solid #668FA3 !important;
  border: 1px solid #FC3307;
}



/* Images */
img.floatRight {
  margin: 5px 0 10px 10px;
}

img.floatLeft {
  margin: 5px 10px 10px 0;
}



/* Lists */
ul li {
  list-style-image: url(../images/bg/submenu1.gif);
}

ol li {
  font-weight: bold;
  color: #668FA3;
}

ol li span {
  font-weight: normal;
  color: #444;
}



/* Blockquote */
blockquote {
  margin: 0;
  padding: 0 20px;
  background: #E7F1F3;
  border-top: 1px solid #AAD3DB;
  border-bottom: 1px solid #AAD3DB;
}



/**************************************************************
   Form Elements
 **************************************************************/

form {
  padding: 0;
  margin: 0;
}

/* If you're finding the input elements get pushed down, increase the width */
label {
  float: left;
  width: 25%;
  vertical-align: top;
}

input,
textarea,
select {
	padding: 1px;
	font: 400 1em verdana, sans-serif;
	color: #000000;
/*  This was commented out because of the background and border around my buttons */
/*	border: 1px solid #CCC; */
/*	background: #ffffff; */
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  /* This was commented out because of the background and border around my buttons
  background: white;
  border: 1px solid #888; */
}

input.noBorder,
input:focus.noBorder,
input:hover.noBorder {
  padding: 0;
  border: 0;
}

input.button {
	padding: 2px 5px;
	font: 400 0.9em verdana, serif;
	cursor: pointer;
	color: #000;
	border-width: 2px;
	border-style: solid;
	border-color: #ddb207 #000000 #000000 #ddb207;
	background-color: #FFD42A;
}

input.changebutton {
	padding: 2px 5px;
	font: 400 0.9em verdana, serif;
	cursor: pointer;
	color: #000;
	border-width: 2px;
	border-style: solid;
	border-color: #dddddd #000000 #000000 #dddddd;
	background-color: #FFFF66;
}

input.deletebutton {
	padding: 2px 5px;
	font: 400 0.9em verdana, serif;
	cursor: pointer;
	color: #000;
	border-width: 2px;
	border-style: solid;
	border-color: #dddddd #000000 #000000 #dddddd;
	background-color: #FF3300;
}

input.exitbutton {
	padding: 2px 5px;
	font: 400 1.3em verdana, serif;
	cursor: pointer;
	color: #fff;
	border-width: 2px;
	border-style: solid;
	border-color: #aaaaaa #000000 #000000 #aaaaaa;
	background-color: #990000;
}
input.radio {
	border: 0px;
	background-color: #e3edf7;
	background-image: none;
}
  
.reportheadings
	{
	color: #FFFFFF;
	background-color: #400000;
	font-weight: bold;
	font-size: 1.1 em;
	font-style: italic;
	text-align: center;
}
 
.newreportheadings
	{
	color: #FFFFFF;
	background-color: #400000;
	font-weight: normal;
	font-size: 1.1em;
	font-style: italic;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	text-transform: capitalize;
	letter-spacing: .25em;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	box-shadow: 10px 10px 5px #888;
} 
.assignorreportheadings
	{
	color: #FFFFFF;
	background-color: #FF6600;
	font-weight: bold;
	font-size: 1.1 em;
	font-style: italic;
	text-align: center;
}
.forminputs {
	background-color: #CFEBF9;
	border: 1px solid #000000;
}
.scheduleheader {
	font-weight: bold;
	background-color: #CCCCCC;
	font-size: 1.5em;
}
.scheduledetail {
	font-size: 1.1em;
	background-color: #E3EDF7;
}


.tablespecs {
	background-color: #e3edf7;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #FFCC33;
	border-right-color: #FFCC33;
	border-bottom-color: #FFCC33;
	border-left-color: #FFCC33;
}
.bordertable {
	background-color: #000000;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	background-position: center;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}

.formheader {
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	font-style: italic;
	text-align: right;
}
.formheadercenter {
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	font-style: italic;
	text-align: center;
}
.formtitleheader {
	background-color: #eaac1b;
	text-align: center;
	font-size: 1.3em;
	font-weight: bolder;
}
/* --------------------------------- */
/*MESSAGE BOX CLEAN	series	  		 */
	.clean-gray{
	border:solid 1px #DEDEDE;
	background:#EFEFEF;
	color:#222222;
	padding:4px;
	text-align:center;
	}
	.clean-yellow{
		border:solid 1px #DEDEDE; 
		background:#FFFFCC;
		color:#222222;
		padding:4px;
		text-align:center;
	}
	.clean-ok{
		border:solid 1px #349534; 
		background:#C9FFCA;
		color:#008000;
		font-weight:bold;
		padding:4px;
		text-align:center;
	}
	.clean-error{
		border:solid 1px #CC0000; 
		background:#F7CBCA;
		color:#CC0000;
		font-weight:bold;
		padding:4px;
		text-align:center;
	}
