html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	background-image: url(http://www.pelican-design.com/content-cms/bkgd.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #333333;
}
* {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
#container {
	width: 960px;
	margin: auto;
	text-align: left;
	min-height: 100%;
}
#header {
	float: left;
	width: 960px;
	padding: 20px 0px;
	margin: 0;
}
#logo {
	float: left;
	margin: 0px;
	border: none;
	height: 25px;
	width: 242px;
}


/* --------- DROP-DOWN NAV --------- */

/* LEVEL ONE */
ul.dropdown {
	width: 960px;
	list-style-type: none;
	top: 0px;
	float: left;
	display: block;
}
ul.dropdown li {
	float: left;
	zoom: 1;
	font-size: 0.88em;
	margin: 0px 1px 0px 0px;
	line-height: 1em;
	width: 140px;
	text-transform: lowercase;
	-radius: 10px 0px 0px 10px;
}
ul.dropdown .logout {
	float: right;
	font-weight: bold;
	width: 30px;
	text-align: center;
	margin: 0px;
}
ul.dropdown li a {
	border-radius: 10px 10px 0px 0px;
	display: block;
	padding: 8px 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #666666;
}
ul.dropdown a:hover {
	border-radius: 10px 10px 0px 0px;
	color: #000;
	background-color: #FF48B0;
}
ul.dropdown a:active {
	border-radius: 10px 10px 0px 0px;
	color: #FFF;
	background-color: #FF48B0;
}
ul.dropdown li:last-child a {
	border-right: none;
} /* Doesn't work in IE */
ul.dropdown li.hover, ul.dropdown li:hover {
	border-radius: 10px 10px 0px 0px;
	color: #FFF;
	position: relative;
	z-index: 10;
	background-color: #FF48B0;
}
ul.dropdown li.hover a {
	color: #FFF;
}
/* LEVEL TWO */
ul.dropdown ul {
	width: 220px;
	visibility: hidden;
	position: absolute;
	list-style-type: none;
	overflow: hidden;
	z-index: 10;
	padding: 0px;
	background-color: #333333;
	border: 1px solid #000;
	left: -1px;
}
ul.dropdown ul li {
	font-weight: normal;
	color: #666666;
	float: left;
	width: 220px;
	text-align: left;
	margin: 0px;
	font-size: 100%;
	letter-spacing: 0px;
	border: none;
	background-color: #333333;
	border-radius: 0px;
}
/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a {
	border-radius: 0px;
	display: block;
	padding: 8px 10px;
	border: none;
	color: #666666;
}
ul.dropdown ul li a:hover {
	color: #FFFFFF;
	border: none;
	border-radius: 0px;
}



#footer {
	padding: 10px;
	margin: 0;
	float: left;
	clear: both;
	width: 940px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#contact {
	padding: 0px;
	margin: 0px 0px 5px 0px;
	float: left;
	width: 760px;
}
#contact p {
	font-size: 1em;
	color: #FFFFFF;
	line-height: 1em;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}
#contact a {
	color: #CCCCCC;
	text-decoration: none;
}
#contact a:hover {
	text-decoration: underline;
}
#contact strong {
	color: #FF48B0;
}
.bullet {
	color: #FF48B0;
	font-weight: normal;
}

#copyright {
	clear: both;
}

#copyright p {
	font-size: 0.75em;
	color: #666666;
	font-weight: normal;
	line-height: 1.4;
	margin: 0px 0px 3px 0px;
}

#copyright a {
	color: #666666;
	text-decoration: none;
	cursor: pointer;
}

#copyright a:hover {
	text-decoration: underline;
}
#content {
	width: 960px;
	float: left;
	background-color: #FFFFFF;
	margin: 1px 0px 0px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
	min-height: 600px;
}





#admin {
	float: left;
	width: 960px;
	padding: 0px 0px 20px 0px;
}
#title {
	float: left;
	width: 960px;
	margin: 0;
	background-color: #FF48B0;
}
#title h1,
.WADAHeader, 
#WADAPageTitle {
	color: #000000;
	text-align: left;
	font-size: 2em;
	font-weight: normal;
	line-height: 1em;
	letter-spacing: -3px;
	text-transform: lowercase;
	padding: 10px;
}

h2.subhead {
	font-size: 1.25em;
	color: #FF48B0;
	margin: 0px;
	padding: 10px;
	text-align: left;
	line-height: 1em;
	letter-spacing: -1px;
	text-transform: lowercase;
	background-color: #000000;
	display: block;
	clear: both;
}
fieldset {
	border-style: none;
	padding: 0px;
}
legend {
	font-size: 2em;
	line-height: 1em;
	color: #000000;
	font-weight: bold;
	letter-spacing: -3px;
	text-transform: lowercase;
	margin: 0px 0px 0px;
	display: block;
	background-color: #FF47B0;
	padding: 10px;
	width: 940px;
}
hr {
	border: none;
	border-top: 4px solid #DDD;
}
#WADADetails {
	padding: 0px;
}
.WADADataTable {
	width: 100%;
}
.WADADataTable td {
	font-size: 0.88em;
	line-height: 1.3em;
	padding: 10px;
	border-bottom: 1px solid #DDD;
}
.DetailsSublabel {
	font-weight: bold;
	color: #000000;
	width: 150px;
	vertical-align: top;
}

.DetailsPage {
	color: #333333;}
	
.buttonFieldGroup {
	padding: 10px;
	display: block;
	clear: both;
}
.buttonFieldGroup input {
	margin: 0px 10px 0px 0px;
}
.texteditor {
	padding: 0px;
	float: left;
	width: 960px;
	margin: -1px 0px 0px 0px;
}
.lineGroup {
	float: left;
	width: 940px;
	padding: 5px 10px;
	border-bottom: 1px solid #DDD;
}
.lineGroup label {
	padding: 5px 0px 0px 0px;
	float: left;
	font-size: 0.88em;
	line-height: 1em;
	font-weight: bold;
	color: #000000;
	width: 150px;
}
.lineGroup input,
.lineGroup textarea {
	width: 500px;
	padding: 5px;
	border: 1px solid #FF47B0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #333333;
}

.lineGroup textarea {
	height: 80px;
}



/* --------- SEARCH RESULTS --------- */


form.DetailsPage {
    width: auto;	
}
.WADAResults, .WADANoResults {
}
.WADAResultsNavigation {
  padding: 5px 0px;
}
.WADAResultsCount, .WADAResultsCountBottom, .WADANoResultsMessage {
	font-size: 0.88em;
	padding: 0px 10px;
}
.WADAResultsNavTop, .WADAResultsInsertButton {
  clear :none;
}
.WADAResultsNavTop, WADAResultsNavBottom {
  width: 60%;
  float: left;
}
div.WADAResultsInsertButton {
  width: 30%;
  float: right;
  text-align: right;
}
.WADAResultsNavButtonCell, .WADAResultsInsertButton {
	padding: 2px;
}
.WADAResultsTable {
	clear: both;
	padding-top: 0px;
	padding-bottom: 0px;
}
.WADAResultsTableHeader {
	padding: 10px;
	text-align: left;
	font-size: 1em;
	line-height: 1em;
	width: 20%;
}
.WADAResultsTableCell {
	padding: 10px;
	font-size: 0.88em;
	line-height: 1em;
	vertical-align: top;
}
.WADAResultsTableCell a.url {
	font-size: 0.88em;
	color: #777;
	padding-top: 3px;
	display: block;
	text-decoration: none;
}
.WADAResultsTableCell a:hover.url {
	text-decoration: underline;
}
.WADAResultsEditButtons {
	text-align: right;
}

form .WADAResultsContainer input.formButton.ResultsNavButton {
  margin: 2px 0;
  padding: 2px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  outline: 0;
}

form .WADAResultsContainer input.formButton.ResultsPageButton {
  margin: 2px;
  padding: 0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  outline:0;
}

.WADAResultThumbArea {
	float:left;
}
.WADAResultInfoArea {
	margin-left: 170px;
}
.WADAResultsTable th{
	color: #FF48B0;
	background-color: #000000;
}
.WADAResultsTableWrapper {
  clear: left;
}
.WADAResultsRowDark {
	color: table;
	background-color: #EEEEEE;
}
.formButton.ResultsPageButton.DetailButton {
	background-repeat: no-repeat;
	background-position: center center;
	cursor:pointer;
	width:29px;
	height:29px;
	background-image:url(view_details.png);
}

.formButton.ResultsPageButton.UpdateButton {
	background-repeat: no-repeat;
	background-position: center center;
	cursor:pointer;
	width:29px;
	height:29px;
	background-image:url(edit.png);
}


/* --------- DETAILS --------- */

form.DetailsPage {
    width: auto;	
}

.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.messageContainer {
	display: none;
	position: absolute;
	top:0;
	width: 100%;
	height:100%;
	z-index:1002;
	text-align:center;
	style="height:100%;
	#position: relative;
	overflow: hidden;
}
.messageWrapper {
	#position: absolute; 
	#top: 50%;
	display: table-cell; 
	vertical-align: middle;	
}
.messageContent {
	background-color:white;
    display: inline-block;
	padding: 16px;
	border: 16px solid grey;
	z-index:1002;
	overflow: auto;
	margin: auto;" 
	#position: relative; 
	#top: -50%;
}


.DetailsPageText {
	color: #333333;
	padding: 10px;
	border-bottom: 1px solid #DDD;
}

.DetailsPageText h1,
.DetailsPageText h2,
.DetailsPageText h3 {
	line-height: 1em;
	color: #FF48B0;
	margin: 0px 0px 5px;
	padding: 0px;
}

.DetailsPageText h1 {
	font-size: 1.25em;
}

.DetailsPageText h2 {
	font-size: 1.13em;
}

.DetailsPageText h3 {
	font-size: 1em;
}

.DetailsPageText p,
.DetailsPageText li {
	font-size: 1em;
	color: #333333;
	line-height: 1.3;
}

.DetailsPageText p {
	margin: 0px 0px 10px;
}

.DetailsPageText ul, .DetailsPageText ol {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 30px;
}

.DetailsPageText ol ol {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
}

.DetailsPageText li li {
	font-size: 1em;
} 

.DetailsPageText a {
	color: #333333;
}
.DetailsPageText a:hover {
	color: #FF6600;
}
