@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

html,body {
	height: 100%;
}

body {
	font: 14px Helvetica, Sans-serif;
	color: #666666;
	min-width: 760px;
	text-align: center;
	background: #cccccc url(../images/backfade.gif) repeat-y bottom
		center;
	height: 100%;
}

h1 {
	font-size:18px;
	font-weight: normal;
	color: #000000;
}

h2 {
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	padding-bottom: 5px;
	padding-top: 5px;
}

p,li,userDetails {
	text-align: left;
	font-size: 15px;
}

h1,h2,p {
	margin: 5px 0;
}

a {
	text-decoration: none;
	color: #666666;
}

a:hover {
	color: #000000;
}

img  {
	border: 0px;
}

#pageTitle {
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}

#wrapper {
	min-height: 100%;
	background: #ffffff url(../images/backfade.gif) repeat-y bottom
		center;
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	border-left: #000000 solid 1px;
	border-right: #000000 solid 1px;
}

* html #wrapper {
	height: 100%;
}

#branding {
	height: 120px;
	background: #ffffff url(../images/titlefur.jpg) no-repeat;
}

#content {
	width: 97%;
	float: right;
}

#mainContent {
	width: 72%;
	margin: 0 auto;
	float: left;
	padding: 20px;
}

#mainNav {
	height: 30px;
	line-height: 30px;
	list-style: none;
	background: url(../images/navBarStraight.gif) repeat-x;
}

#mainNav li {
	margin: 0px;
	padding: 0px;
	background: #000000 url(../images/navBarStraight.gif) repeat-x;
	height: 30px;
	line-height: 30px;
	list-style: none;
	float: left;
}
#mainNav li a:hover {
	color: #0099FF;
	background: url(../images/divider.gif) repeat-y top;
	background: #000000;
}
#mainNav li a {
	padding: 0 1.2em;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	font-size: 15px;
}

#mainNav .linksNav2 {
	float: right;
	text-align: right;
}

#mainNav .first {
	width: 40px;
	margin: 0;
	padding: 0;
	background: #ffffff url(../images/navBarStraight.gif) repeat-x;
}

/*** Start Navigation Buttons ****/
.navTable {
	width:100%;
}

.nextButton {
	width: 33%;
	text-align: right;
}
.upButton {
	width: 34%;
	text-align:center;
}
.previousButton {
	width: 33%;
}

.nextButton a:link, .nextButton a:visited {
	display: block;
	width: 26px;
	height: 25px;
	line-height: 25px;
	colour: #000;
	text-decoration: none;
	background: #fff url(../images/nextButton.gif) no-repeat left top;
	text-indent: 50px;
}

.nextButton a:hover {
	background-position: right top;
	colour: #fff;
}
.previousButton a:link, .previousButton a:visited {
	display: block;
	width: 26px;
	height: 25px;
	line-height: 25px;
	colour: #000;
	text-decoration: none;
	background: #fff url(../images/previousButton.gif) no-repeat left top;
	text-indent: 50px;
}

.previousButton a:hover {
	background-position: right top;
	colour: #fff;
}

.upButton a:link, .upButton a:visited {
	display: block;
	width: 26px;
	height: 25px;
	line-height: 25px;
	colour: #000;
	text-decoration: none;
	background: #fff url(../images/upButton.gif) no-repeat left top;
	text-indent: 50px;
	
}

.upButton a:hover {
	background-position: right top;
	colour: #fff;
}

/*** End Navigation Buttons ****/

/*** Display Table ****/
#displayTable {
	width: 80%;
}
#displayTable tr {
	width:100%;
}
#displayTable h1 {
}
#displayTable p {
	font-size: 12px;
}
#displayTable .sortField {
	display: none;
}	
#displayTable th {
	display: none;
}
#displayTable img {
	vertical-align: top;
	margin:10px;
	border: solid #000000 1px;
}
#displayTable .imageTd {
	width: 150px;
	text-align: center;
}
#displayTable .imageTd p {
	width: 150px;
	text-align: center;
}
/*** End Display Table ****/

/*** Page Banner ****/
span.pagebanner {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 70%;
	margin-top: 0px;
	display: block;
	border-bottom: none;
	font-size: 10px;
}

span.pagelinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 70%;
	display: block;
	border-top: none;
	margin-bottom: 20px;
	font-size: 10px;
}
/*** End Page Banner ****/

/* Image shadow from CSS Mastery.*/
.img-wrapper {
  background: url(../images/shadow.gif) no-repeat bottom right;
  clear: both;
  float: left;
  position: relative;
  margin: 10px 0 0 10px;
}
 
.img-wrapper img {
  background-color: #fff;
  border: 1px solid #a9a9a9;
  padding: 4px;
  display: block;
  margin: -5px 5px 5px -5px;
  position: relative;
}
 
.img-wrapper a {
  clear: both;
  display: none;
  color:#FF0000;
}

.userDetails {
	text-align: right;	
}

.errorMessage, .actionMessage {
	color: red;
	background: #ffffff;
	font-size: 14px;
	font-weight: normal;
}

/********************* Secondary Content **********************/

#secondaryContent {
	width: 225px;
	min-width: 225px;
	display: inline; /* :KLUDGE: Fixes IE double margin float bug */
	float: right;
	vertical-align: top;
	padding-top: 20px;
	padding-bottom: 0px;
}

#secondaryContent h2 {
	margin: 0;
}

#secondaryContent p {
	text-align: center;
	font-size: 16px;
}

#secondaryContent * {
	padding-left: 0px;
	padding-right: 0px;
}

#secondaryContent * * {
	padding-left: 0;
	padding-right: 0;
}

#latestBlog {
	background: #CCCCCC;
	margin:20px;
}

#latestBlog h1 {
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	color:#ffffff;
	background: #666666;	
}

#latestBlog p {
	text-align: left;
	font-size: 12px;
	padding: 5px;
}

#latestBlog a {
	text-align: center;
	text-decoration: underline;
	color:#000000;
	font-size: 12px;
}
