﻿/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, button {
     margin: 0;
     padding: 0;
     border: 0;
}
body{
	text-align:center;
	background-color:#848484;
	background-image:url(Images/bg_tile.gif);
	background-repeat:repeat;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:0.78em;
}

h1, h2, h3, h4, h5, h6 {color:#444444;}

/*Typographics styles adapted from http://www.thenoodleincident.com/tutorials/typography/ */
h1 {
	margin-top:1em;
	margin-bottom:2em;
	margin-left:1em;
	font-size: 1.4em;
	font-weight: bold;
}
h2 {
	margin-top:1em;
	font-size: 1.3em;
	font-weight: bold;
}
h3 {
	margin: 0.5em 0;
	font-size: 1.2em;
	font-weight: normal;
}
h4 {
	margin: 0.5em 0;
	font-size: 1.1em;
	font-weight: bold;
}
h5 {
	margin: 0.5em 0;
	font-size: 1.0em;
	font-weight: bold;
}
h6 {
	margin: 0.5em 0;
	font-size: 0.8em;
	font-weight: bold;
}

p  {margin: 1em 0;}

a {text-decoration:underline;}

a:hover {text-decoration:none;}

#wrapper{
	width:770px;
	margin:50px auto;
	z-index: 2;
	padding-bottom:3px;
	border:1px solid #FFFFFF;	
	text-align:left;
	background-color:#E4E4E4;
	background-image:url(Images/main_bg.png);
	background-repeat:repeat-y;
	background-position:top center;
}
* html .wrapper {   /*** IE5.x/win box model fix ***/
	width: 772px;
	width: 770px;
}
#header{
	height:100px; 
	position:relative;
	background-image:url(Images/header_bg.png);
	background-repeat:repeat-x;
	background-color:#F2F2F2;
}
#logo{
	font: xx-large serif;
	position: absolute;
	top: 11px;
	left: 11px;
	font-family: Tahoma;
}
#title{
	font: xx-large serif;
	position: absolute;
	top: 25px;
	left: 410px;
	font-family: Calibri;
	font-weight: bold;
	color: #444444;
}
#loginstatus{
	float: right; 
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	width: 400px;    /*** Critical right col/divider dimension value ***/
	margin-left: -1px;   /*** Static fix ***/
	margin-top: 10px;
	text-align: right;
	margin-right: 10px;
}

#search{
	position:absolute;
	bottom:5px;
	right:5px;
}
#mainnav {
	padding:0 1px;
	border-bottom:1px solid #FFFFFF;
	border-top:1px solid #FC506F;	
	background-color:#F2F2F2;
}

* html #mainnav tr {height:1.4em;}

#mainnav .item {
	padding:2px 7px;
	border-width:1px 0 0 1px; 
	border-style:solid; 
	border-color:#FFFFFF;
	background-color:#DADADA; 
	color:#333333; 
}

* html #mainnav .item {padding:0 20px;}

#mainnav .selected {
	background-color:#FF9900; 
	color:#FFFFFF;
}
#mainnav .hover {
	color:#FF284E; 
	background-color:#DADADA;
}

#mainnav table {border-right:1px solid #FFFFFF;}

#mainnav table table {border-right:none;}

#contentwrapper{
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	margin-left: 1px;    /*** Critical left col dimension value ***/
	width: 768px; /*620px;*/   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	border-left: 1px solid #FFFFFF;  /*** Critical left divider dimension value ***/
	border-right: 1px solid #FFFFFF; /*** Critical right divider dimension value ***/
}

* html #contentwrapper {  /*** IE5.x/win box model fix ***/
	width: 770px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	width: 766px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
}
#floatwrapper {
/*	float: left;   PFD Causes difference in wrapper between IE and Firefox */
	width: 766px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	margin-right: -1px;   /*** Static fix ***/
	min-height: 430px;
	background-color:#FFFFFF;
}
#centercolumn{
	float: right;
	width: 766px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	
	/* \*/
	margin-left: -1px; 
	/* Hidden from IE-mac */

	padding-top:10px;
}
#breadcrumbs{
	position:absolute;
	top:5px;
	left:25px;
	font-size:0.9em;
}
#breadcrumbs a {
	color:#000000;
	text-decoration:underline;
}

#breadcrumbs a:hover {text-decoration:none;}

#copy a {color:#FF284E;}

#copy .container {
	margin:5px;
	min-height: 480px;
	padding:20px 20px 15px 20px;
	border:1px solid #999999;
	background-color:#FFFFFF;
}

/* \*/
* html #copy .container {height:1%;}
/* */

/* #copy img, #rightcolumn img {border:1px solid #FF284E !important;} */

#copy .teaser{
	margin-top:0;
	color:#777777; 
	font-size:0.9em; 
	font-weight:normal;
}

#copy td, #copy th {padding: 0.2em 0.5em;}

#copy .container table tr {
  /*font-size:0.9em;*/
}

.txtBox {border:1px solid #666666;}

#copy fieldset {	
	margin:1em 0;
	padding:1em;
	border:1px solid #CCCCCC;
}

.button {
    border:1px solid #FFFFFF;
    color:#FFFFFF;
    background-color:#FF9900;
    font-size:1em;
    margin-top: 20px;
}

.disabled {
    border:1px solid #FFFFFF;
    color: Gray;
    background-color:#FF9900;
    font-size:1em;
    margin-top: 20px;
}

#copy .container .button {border-color:#CCCCCC;}

div.readmore {
	text-align:right;
	font-size:0.9em;
}

h4 img {margin-bottom:-0.5em;}

#footer {
	clear:both;
	margin:1px 5px;
	padding:2px 20px;
	border:1px solid #999999;
	background-color:#FFFFFF;
	font-size:0.9em;
}
#footer a {
	margin:1px 5px;
	color:#FF284E;
}

td.warningMessage {
	text-align: center;
	height: 40px;
	vertical-align: bottom;
}

.errorMessage {
	font-size :1em;
	font-weight: bold;
	height: 200px;
	vertical-align: top;
	color: Red;
}

.infoMessage {
	font-size :1em;
	font-weight: bold;
	color: Gray;
}

.validationMessage {
	font-size :1em;
	color: Red;
} 

#progressContainer
{
	display: block;
	position: absolute;
	bottom: 35px;
	left: 10px;
	padding: 2px 3px;	
}

.labelColumn
{
	width: 200px;
	text-align: right;
}

#usersTable td
{
	width:170px;
}
 
#ChangePassword
{
	margin-top: 20px;
}

#changePasswordContainer
{
	margin-left: 20px;	
}

#loginFailMessage 
{
	color: red;
	width: 220px;
}

.formEntryTable {
  width: 90%;
}

table.formEntryTable tr {
  margin: 4px 0px 4px 0px;
}

textarea.txtBox {
  width: 90%;
}

table.formEntryTable tr input.button {
  margin: 0px;
}

div.tvInnerContent2 {
  float: left;
  width: 380px;
}

div.tvInnerContent2 ul {
     list-style-type:none;
     margin: 40px 0 0 20px;
 }
div.tvInnerContent2 li {
     margin-top:10px; /* adds space between the links */
 }

/* bold the link on mouseOver */
div.tvInnerContent2 a:hover {
    font-weight:bold;
}

/* sets the style and image for the right hand content options */
div.tvInnerContent2 a.linkTrackView {
    display:block;
    height:29px;
    padding:0 0 0 40px;
    background: transparent url(images/trackview.png) no-repeat;
    color:#fff;
}

div.tvInnerContent2 a.linkTrackViewAdmin {
    display:block;
    height:29px;
    padding:0 0 0 40px;
    background: transparent url(images/devices.png) no-repeat;
    color:#fff;
}

.legal 
{
    width:370px;
    margin:40px 0 0 20px;
    font-size:10px;
}

.legal a:hover {
    font-weight:normal;
}


td.messageColumn {
  overflow: hidden;
}


@media print {	
	body{
		font-size:11pt;
		line-height:13pt;
		background:#FFFFFF !important;
	}	
	#wrapper, #contentwrapper, #floatwrapper, #centercolumn, * html #wrapper, * html #contentwrapper, * html #floatwrapper, * html #centercolumn {
		width:auto !important;
		margin:auto !important;
	}

	#wrapper, #contentwrapper {border:none;}

	#mainnav{
		padding:0;
		text-align:center;
	}

	#leftcolumn, #rightcolumn, #search {display:none;}

	#wrapper, #header, #mainnav, #mainnav .item, #mainnav .selected, #copy .container, #footer {
		background:transparent;
	}
	#centercolumn {
		float:none;
		margin:0 1em 0 2.5em;
	}	

	#breadcrumbs {position:static;}

	#copy .container{
		margin:0;
		padding:0 !important;
		border-style:none !important;
		border-width:0;
	}
	
    #copy fieldset {border:none;}	
	    
	#footer{	
		position:static;
		border-style:none !important;
		border-top:1px solid #000000;
	}
}