body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: black;
	padding: 0;
	margin: 0;
	background: url(../images/background.png) repeat-x top left #444444;
}

#headerWrapper {
	width: 993px;
	height: 166px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/headerBackground.png) repeat-x top left;
	position: relative;
}

#pageWrapper {
	width: 993px;
	background: white;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0 15px 0;
}

#logo {
	position: absolute;
	left: 0px;
	top: 12px;
	background: url(../images/logo.png) no-repeat;
	width: 274px;
	height: 111px;
}

#logo span {
	display: none;
}

#newUsers {
	position: absolute;
	left: 569px;
	top: 12px;
	width: 161px;
	height: 111px;
	background: url(../images/newUsers.png) no-repeat;
}

#newUsers span {
	display: none;
}

#loginBox {
	top: 12px;
	right: 12px;
	width: 217px;
	height: 102px;
	padding: 9px 10px 0 10px;
	position: absolute;
	background: #444444;
	color: white;
}

#loginBox a {
	font-size: 9px;
	display: block;
	margin-top: 2px;
}

#loginBox a.loginBoxLinks {
	font-size: 12px;
	display: block;
	margin-top: 2px;
	margin-bottom: 5px;
}

#loginBox form {
	margin-top: 5px;
}

#loginBox label {
	display: block;
	padding: 6px 0 0 0;
	margin: 5px 0 0 0;
	float: left;
	height: 14px;
}

#twitter {
	position: absolute;
	left: 8px;
	top: 138px;
}

#twitter a, #twitter a:visited, #twitter a:active {
	text-decoration: none;
}

#twitter img {
	vertical-align: middle;
	margin-top: -2px;
}

#menu {
	height: 23px;
	top: 138px;
	right: 1px;
	position: absolute;
	width: 980px;
}

#menu ul {
	padding: 0;
	margin: 0px;
	list-style: none;
	font-size: 12px;
	font-weight: bold;
	float: right;
}

#menu ul li {
	margin: 0 0 0 1px;
	padding: 0;
	display: inline;
	height: 23px;
	width: 101px;
	float: left;
	background: url("../images/mainMenuButton.png") no-repeat right top;
}

#menu a, #menu a:visited, #menu a:active {
	display:block;
	float: left;
	padding: 6px 0 0 0;
	width: 101px;
	height: 17px;
	text-align: center;
	color: white;
	text-decoration: none;
	background: url("../images/mainMenuButton.png") no-repeat left top;
}

#menu a.submitReleaseMenu, #menu a:visited.submitReleaseMenu, #menu a:active.submitReleaseMenu {
	background: url("../images/mainMenuButtonOr.png") no-repeat right top;
}

#menu a:hover {
	text-decoration: underline;
}

#leftColumn {
	width: 270px;
	float: left;
	background: white;
	padding: 0 0 0 5px;
}

#rightColumn {
	margin-top: 7px;
	width: 693px;
	float: right;
	background: white;
	line-height: 130%;
	padding: 0 12px 0 0;
}

#footer {
	padding: 14px 0 14px 1px;
	width: 992px;
	margin-left: auto;
	margin-right: auto;
	color: #dddddd;
	font-size: 9px;
	line-height:200%;
}

#footer a {
	color: white;
	text-decoration: none;
}

#footer a:hover {
	color: #f36229;
	text-decoration: underline;
}

#catMenu ul {
	padding: 0;
	margin: 0px;
	list-style: none;
	font-size: 10px;
	font-weight: bold;
}

#catMenu li {
	width: 269px;
	height: 31px;
	background: url("../images/catMenuButton.png") no-repeat right top;
	list-style: none;
	padding: 0;
	margin: 0 0 1px 0;
}

#catMenu a, #catMenu a:visited, #catMenu a:active {
	font-size: 10px;
	font-weight: bold;
	display:block;
	float: left;
	padding: 8px 0 0 10px;
	width: 259px;
	height: 23px;
	color: black;
	text-decoration: none;
	background: url("../images/catMenuButton.png") no-repeat left top;
}

#catMenu #catSelected a, #catMenu #catSelected a:visited, #catMenu #catSelected a:active {
	background: url("../images/catMenuButtonHigh.png") no-repeat left top;
}

#catMenu a:hover {
	background: url("../images/catMenuButtonHigh.png") no-repeat left top;
}

#pageContentHeader {
	width: 693px;
	margin-bottom: 15px;
	color: #676767;
	line-height: 120%;
	height: 22px;
}

#categoryHeader {
	width: 693px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	color: #676767;
	line-height: 190%;
}

#categorySearch {
	font-size: 12px;
	padding: 0 5px 0 0;
	margin: 0;
	position: absolute;
	right: 0px;
	top: 10px;
}

#categorySearch a, #categorySearch a:visited, #categorySearch a:active {
	color: black;
}

#categorySearch a:hover {
	color: red;
}

#articleHeader {
	width: 693px;
	margin-bottom: 15px;
	color: #676767;
	line-height: 190%;
}

#articleImageBox {
	width: 260px;
	float: right;
	margin: 0 0 10px 10px;
	padding: 0;
}

#articleImageBox img {
	margin-bottom: 15px;
}

.articleImage {
	border: 1px solid black;
}

#shareBox {
	border: 1px solid;
	padding: 5px;
	width: 248px;
}

#shareLeft {
	width: 100px;
	float: left;
	margin: 5px 0 5px 5px;
	font-size: 11px;
}

#shareRight {
	width: 130px;
	float: right;
	margin: 5px 0 5px 0;
	font-size: 11px;
}

#shareBox a, #shareBox a:active, #shareBox a:visited {
	color: black;
	text-decoration: none;
}

#shareBox a:hover {
	color: red;
	text-decoration: none;
}

#shareLeft img, #shareRight img {
	margin: 0 0 3px 0;
	padding: 0;
	vertical-align: middle;
}

.columnHolder {
	width: 100%;
}

.clearAll {
	clear: both;
}

.alignRight {
	float: right;
}

.alignLeft {
	float: left;
}

.whiteBold {
	font-size: 13px;
	font-weight: bold;
}

.loginBox {
	width: 150px;
	height: 20px;
	background: white;
	border: 0;
	color: black;
	margin-top: 5px;
	float: right;
}

.loginButton {
	margin-top: 4px;
	float: right;
}

.loginBoxLinks {
	font-size: 12px;
}

.logoutButton {
	margin-top: 4px;
	position: absolute;
	right: 8px;
}

.pwordLink {
	margin-top: 6px;
	width: 120px;
}

.articleIntro {
	font-style: italic;
	margin-bottom: 20px;
}

.pageDivider {
	background: #e5e5e5;
	width: 690px;
	height: 1px;
	margin: 25px 0 25px 0;
}

.orangeHeader {
	width: 681px;
	height: 28px;
	padding: 11px 0 10px 12px;
	background: url(../images/orangeBar.png) top left no-repeat;
	font-size: 22px;
	color: black;
	font-weight: normal;
	position: relative;
}

#pagination {
	width: 690px;
	padding: 0px 3px 18px 0;
	color: #343434;
	font-weight: normal;
	text-align: right;
	font-size: 10px;
	height: 15px;
}

#pagination ul {
	padding: 0;
	margin: 0 0 0 4px;
	list-style: none;
	font-size: 12px;
	font-weight: bold;
	float: right;
}

#pagination ul li {
	margin: 0 0 0 3px;
	padding: 0;
	display: inline;
	height: 21px;
	width: 21px;
	float: left;
	background: #e6e6e6;
}

#pagination a, #pagination a:visited, #pagination a:active {
	display:block;
	float: left;
	padding: 3px 0 0 0;
	height: 18px;
	width: 21px;
	text-align: center;
	color: #343434;
	text-decoration: underline;
	background: #e6e6e6;
}

#pagination a:hover {
	text-decoration: none;
	background: #f36229;
}

#pagination #currentPage a, #pagination #currentPage a:visited, #pagination #currentPage a:active {
	text-decoration: none;
	background: #f36229;
}

.fullWidthBox {
	width: 693px;
	padding: 0px 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px #e5e5e5 solid;
}

.date {
	color: #676767;
}

.frontPageImage {
	margin-right: 15px;
	border: 1px solid black;
}

.frontColLeft {
	float: left;
	width: 208px;
	margin: 0 34px 0 0;
}

.frontColRight {
	float: right;
	width: 208px;
	margin: 0;
}

.subImage {
	margin-bottom: 8px;
	border: 1px solid black;
}

.smallText {
	font-size: 10px;
}

.summaryInfo {
	margin-top: 5px;
}

img {
	border: 0;
}

img a {
	border: 0;
}

h1 {
	margin: 0 0 15px 0;
	font-size: 26px;
	line-height: 110%;
}

h2 {
	font-size: 16px;
	margin: 0;
	padding: 8px 0 10px 0;
	font-weight: normal;
	line-height: 120%;
}

h2.newsList {
	padding: 0 0 5px 0;
	font-size: 12px;
}

h2 a, h2 a:visited, h2 a:active, h2 a:hover {
	font-size: 12px;
}

h4 {
	margin: 15px 0 5px 2px;
	font-size: 16px;
}

a, a:visited, a:active {
	color: #f36229;
	text-decoration: underline;
}

a:hover {
	color: red;
}

.error-message {
	color: red;	
}

label {
	color: black;
	font-weight: bold;
}

fieldset {
	margin-bottom: 10px;
}

fieldset ol {
	list-style: none;
}

fieldset ol li {
	list-style: none;
	margin: 15px 0 5px 0;
}

fieldset ol li label{
	display: block;
}

fieldset legend {
	color: #f36229;
	font-weight: bold;
}

em {
	color: red;
}

#flashMessage {
	line-height: 150%;
	width: 100%;
	border: 1px solid;
	color: red;
	font-size: 18px;
	margin-bottom: 8px;
	padding: 10px 0 10px 0;
	text-align: center;
}

/* ------------ Tables ---------------------------------------------------------- */

table{
	width: 100%;
}
th{
	background: repeat-x top #f36229;
	padding: 7px;
	color: #fff;
	font-size: 1.1em;
	border-right: 1px solid white;
}
th a{ color: #fff; }
th a:hover{ color: #000; }
th a:visited{ color: #fff; }
tr{
	background: #F2F2F2;
	border-bottom: 1px solid #fff;
}
tr.altrow{
	background: #E6E6E6;
}
td{
	padding: 5px 3px;
}
tr.level0{ background-color: #F2F2F2; }
tr.level1{ background-color: #E6E6E6; }
tr.level2{ background-color: #D9D9D9; }
tr.level3{ background-color: #CCCCCC; }

/*--------- Forms ------------------------------------------------ */

.textbox {
	width: 590px;
	padding: 2px;
	border: 1px solid #666;
	
}

select {
	border: 1px solid #666;
}

.checkbox {
	border: 1px solid #666;
}

.shortbigtextbox {
	width: 590px;
	height: 75px;
	padding: 2px;
	border: 1px solid #666;
}

.bigtextbox {
	width: 590px;
	height: 250px;
	padding: 2px;
	border: 1px solid #666;
}

.explain {
	color: gray;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
}

.articleFooter {
	color: #676767;
	font-size: 10px;
}

.searchBox {
	border: 1px solid black;
	color: #707070;
	margin: 0 0 0 8px;
	width: 100px;
	height: 13px;
	padding: 2px 2px 1px 2px;
	font-size: 10px;
}

#searchText {
	float: left;
	padding: 2px 3px 0 0;
	font-size: 12px;
}

.datePicker {
	width: 80px;
}

/**************************************************************************************
  htmlDatePicker CSS file
  
  Feel Free to change the fonts, sizes, borders, and colours of any of these elements
***************************************************************************************/
/* The containing DIV element for the Calendar */
#dpCalendar {
  display: none;          /* Important, do not change */
  position: absolute;        /* Important, do not change */
  background-color: #eeeeee;
  color: black;
  font-size: xx-small;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  width: 150px;
}
/* The table of the Calendar */
#dpCalendar table {
  border: 1px solid black;
  background-color: #eeeeee;
  color: black;
  font-size: xx-small;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  width: 100%;
}
/* The Next/Previous buttons */
#dpCalendar .cellButton {
  background-color: #ddddff;
  color: black;
}
/* The Month/Year title cell */
#dpCalendar .cellMonth {
  background-color: #ddddff;
  color: black;
  text-align: center;
}
/* Any regular day of the month cell */
#dpCalendar .cellDay {
  background-color: #ddddff;
  color: black;
  text-align: center;
}
/* The day of the month cell that is selected */
#dpCalendar .cellSelected {
  border: 1px solid red;
  background-color: #ffdddd;
  color: black;
  text-align: center;
}
/* The day of the month cell that is Today */
#dpCalendar .cellToday {
  background-color: #ddffdd;
  color: black;
  text-align: center;
}
/* Any cell in a month that is unused (ie: Not a Day in that month) */
#dpCalendar .unused {
  background-color: transparent;
  color: black;
}
/* The cancel button */
#dpCalendar .cellCancel {
  background-color: #cccccc;
  color: black;
  border: 1px solid black;
  text-align: center;
}
/* The clickable text inside the calendar */
#dpCalendar a {
  text-decoration: none;
  background-color: transparent;
  color: blue;
}  

#blanket {
background-color:#111;
opacity: 0.65;
filter:alpha(opacity=65);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
}
#popUpDiv {
position:absolute;
background-color:#eeeeee;
width:500px;
height:400px;
padding: 15px;
z-index: 9002;
overflow: auto;
}

#twoBoxes {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 540px;
	background: url(../images/boxesheader.gif) top left no-repeat;
}

#twoBoxesFooter {
	margin: 0;
	padding: 0;
	width: 540px;
	height: 30px;
	background: url(../images/boxesfooter.gif) top left no-repeat;
	position: relative;
}

#twoBoxesLeftLink {
	position: absolute;
	height: 30px;
	width: 225px;
	top: 0px;
	left: 20px;
	padding: 0;
	margin: 0;
}

#twoBoxesRightLink {
	position: absolute;
	height: 30px;
	width: 225px;
	top: 0px;
	right: 20px;
	padding: 0;
	margin: 0;
}

#twoBoxesLeft {
	float: left;
	padding: 80px 0 5px 20px;
	width: 225px;
}

#twoBoxesRight {
	float: right;
	padding: 80px 20px 5px 0;
	width: 225px;
}

#twoBoxes a, #twoBoxes a:visited, #twoBoxes a:active, #twoBoxes a:hover {
	color: black;
	text-decoration: none;
}

.helpLink {
	color: #f36229;
	text-decoration: underline;
}

.helpLink:hover {
	color: red;
}

.suggest {
	margin-top: 8px;
	margin-left: 1px;
}

#menu a.orangeText, #menu a:hover.orangeText, #menu a:active.orangeText, #menu a:visited.orangeText {
	color: #ff9c39;
}

#tinybox {position:absolute; display:none; padding:10px; background:#fff url(images/preload.gif) no-repeat 50% 50%; border:10px solid #e3e3e3; z-index:2000}
#tinymask {position:absolute; display:none; top:0; left:0; height:100%; width:100%; background:#000; z-index:1500}
#tinycontent {background:#fff}

.textRed {
	color: red;
}

.textGreen {
	color: green;
}

.textOrange {
	color: #ff9c39;
}