/* --------------------------------------------------------------------------
 * PhatDeals Screen Stylesheet
 * 
 * Copyright (c) 2009 PhatDeals.  All Rights Reserved.
 * Copyright protection claimed includes all forms and matters of
 * copyrightable materials and information now allowed by statutory or
 * judicial law or hereinafter granted.
 * -------------------------------------------------------------------------- */

/* Imports
----------------------------------------------------------------------------- */
/* Reset Styles */
@import url("reset.css");

/* JavaScript Triggered Styles */
@import url("event.css");

/* Defaults
----------------------------------------------------------------------------- */
html {
	height: 100%;
}

body {
	min-height: 100%;
	width: 100%;
	position: absolute;
	font: 0.8em/1.5em "Trebuchet MS", Arial, sans-serif;
	color: #323232;
	background: #f6f9ff;
}

p {
	margin: 1em 0 0 0;
}

p:first-child {
	margin: 0;
}

ol {
	list-style-type: decimal;
	list-style-position: inside;
}

sup {
	vertical-align: super;
}

/* Forms */

form.pd_form_form {

}

fieldset.pd_form_buttons {

}

div.pd_form_field {
	margin: 0 0 15px 0;
	clear: both;
}

div.pd_form_field_title {
	font-size: 12px;
	font-weight: bold;
}

/* Header
-----------------------------------------------------------------------------*/
div#pd_header {
	clear: both;
	height: 170px;
	width: 100%;
	background: #a3ced6 url(/images/pd_header.gif) repeat-x;
}

div#pd_header_wrapper {
	width: 900px;
	margin: 0 auto;
}

div#pd_header_scene {
	height: 135px;
	width: 900px;
}

div#pd_header_scene_branding {
	float: left;
	height: 135px;
	width: 274px;
	background: url(/images/pd_header_scene_branding.gif) no-repeat;
}

a#pd_header_link_home {
	display: block;
	height: 96px;
	width: 176px;
	margin: 25px 46px 14px 52px;
}

div#pd_header_scene_extension {
	float: right;
	height: 135px;
	width: 626px;
	background: url(/images/pd_header_scene_extension.gif) no-repeat;
}

div#pd_header_navigation {
	float: right;
	height: 27px;
	width: auto;
	font-size: 13px;
	background: #8db8bf url(/images/pd_header_navigation.gif) repeat-x;
}

div#pd_header_navigation_left {
	float: left;
	height: 27px;
	width: 10px;
	background: url(/images/pd_header_navigation_left.gif) no-repeat;
}

div#pd_header_navigation_right {
	float: right;
	height: 27px;
	width: 10px;
	background: url(/images/pd_header_navigation_right.gif) no-repeat;
}

div#pd_header_navigation_separator {
	float: left;
	height: 27px;
	width: 2px;
	margin: 0 10px;
	background: url(/images/pd_header_navigation_separator.gif) no-repeat;
}

div#pd_header_navigation ul, 
div#pd_header_navigation ul li {
	float: left;
	width: auto;
}

div#pd_header_navigation ul li a {
	display: block;
	line-height: 25px;
	padding: 0 10px;
	text-decoration: none;
}

div#pd_header_navigation ul li a:link, 
div#pd_header_navigation ul li a:visited {
	font-weight: bold;
	color: #ffffff;
}

div#pd_header_navigation ul li a:hover {
	background: #9ec5cb;
}

div#pd_header_message {
	height: 90px;
	width: 582px;
	padding: 2px;
	margin: 35px 22px 10px 22px;
	text-align: center;
	color: #323232;
	background: url(/images/pd_header_message.gif) no-repeat;
}

div#pd_header_message_title {
	line-height: 35px;
	font-size: 20px;
	color: #954747;
}

div#pd_header_message_description {
	line-height: 21px;
}

div#pd_header_message_link {
	line-height: 30px;
}

div#pd_header_message_link ul li {
	display: inline;
	margin: 0 20px;
}

div#pd_header_message_link ul li a:link,
div#pd_header_message_link ul li a:visited {
	font-weight: bold;
	color: #717171;
	text-decoration: none;
}

div#pd_header_message_link ul li a:hover {
	text-decoration: underline;
}

div#pd_header_bar {
	height: 31px;
	width: 900px;
}

div#pd_header_tagline {
	float: left;
	height: 31px;
	width: 274px;
	margin: 0 0 4px 0;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	line-height: 31px;
	color: #323232;
	overflow: hidden;
}

div#pd_header_piggybank {
	float: right;
	height: 25px;
	width: auto;
	margin: 3px 0 7px 0;
	background: url(/images/pd_header_piggybank.gif) repeat-x;
}

div#pd_header_piggybank_left {
	float: left;
	height: 25px;
	width: 42px;
	background: url(/images/pd_header_piggybank_left.gif) no-repeat;
}

div#pd_header_piggybank_content {
	float: left;
	width: auto;
	line-height: 25px;
	font-weight: bold;
	color: #ffffff;
}

div#pd_header_piggybank_right {
	float: right;
	height: 25px;
	width: 17px;
	background: url(/images/pd_header_piggybank_right.gif) no-repeat;
}

/* Body
-----------------------------------------------------------------------------*/
div#pd_body {
	clear: both;
	background: #f6f9ff;
}

div#pd_body_wrapper {
	width: 900px;
	margin: 0 auto;
}

div#pd_body_heading {
	height: 60px;
	width: 900px;
	margin: 0 auto;
	background: #e8f4f6;
}

div#pd_body_heading_bottom {
	clear: both;
	height: 5px;
	width: 900px;
	background: url(/images/pd_body_heading_bottom.gif) no-repeat;
}

div#pd_body_heading_content {
	float: left;
	width: 870px; /* Width = 900px - 28px - 2px border */
	padding: 0 14px;
	border-left: 1px solid #9cc7ce;
	border-right: 1px solid #9cc7ce;
}

div#pd_body_heading a:link, 
div#pd_body_heading a:visited {
	text-decoration: none;
	color: #7fa6ad;
}

div#pd_body_heading a:hover {
	text-decoration: underline;
}

div#pd_body_heading_breadcrumbs {
	height: 25px;
	font-size: 12px;
	line-height: 25px;
}

div#pd_body_heading_breadcrumbs ul,
div#pd_body_heading_breadcrumbs ul li {
	float: left;
	width: auto;
}

div#pd_body_heading_breadcrumbs ul li {
	background: url(/images/pd_body_heading_breadcrumbs_separator.gif) no-repeat right;
}

div#pd_body_heading_breadcrumbs ul li a {
	display: block;
	width: auto;
	margin: 0 15px 0 8px;
}

div#pd_body_heading_breadcrumbs ul li:first-child a {
	margin: 0 15px 0 0;
}

div#pd_body_heading_title {
	float: left;
	height: 35px;
	width: 670px;
	font-size: 20px;
	line-height: 35px;
	color: #59757a;
}

div#pd_body_heading_link {
	float: right;
	height: 25px; /* Total Height: 35px */
	width: 200px;
	margin: 10px 0 0 0;
	text-align: right;
	font-size: 12px;
}

div#pd_body_content {
	margin: 30px 0 63px 0;
}

div.pd_body_module {
	background: #ffffff;
}

div.pd_body_module_button,
div.pd_body_module_button_hover,
div.pd_body_module_button_disabled {
	float: left;
	height: 20px;
	width: 92px;
	margin: 5px 0;
	cursor: pointer;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}

div.pd_body_module_button {
	color: #323232;
	background: url(/images/pd_body_module_button.gif) no-repeat;
}

div.pd_body_module_button:hover {
	color: #323232;
	background: url(/images/pd_body_module_button_hv.gif) no-repeat;
}

div.pd_body_module_button_disabled {
	color: #628085;
	background: url(/images/pd_body_module_button_ds.gif) no-repeat;
}

div.pd_body_module_top,
div.pd_body_module_bottom {
	clear: both;
	height: 30px;
	width: 100%;
}

div.pd_body_module_top {
	background: url(/images/pd_body_module_top.gif) repeat-x;
}

div.pd_body_module_bottom {
	background: url(/images/pd_body_module_bottom.gif) repeat-x;
}

div.pd_body_module_top_left,
div.pd_body_module_top_right,
div.pd_body_module_bottom_left,
div.pd_body_module_bottom_right {
	height: 30px;
	width: 5px;
}

div.pd_body_module_top_left {
	float: left;
	background: url(/images/pd_body_module_top_left.gif) no-repeat;
}

div.pd_body_module_top_right {
	float: right;
	background: url(/images/pd_body_module_top_right.gif) no-repeat;
}

div.pd_body_module_bottom_left {
	float: left;
	background: url(/images/pd_body_module_bottom_left.gif) no-repeat;
}

div.pd_body_module_bottom_right {
	float: right;
	background: url(/images/pd_body_module_bottom_right.gif) no-repeat;
}

div.pd_body_module_top_content,
div.pd_body_module_bottom_content {
	float: left;
	height: 30px;
	width: auto;
	line-height: 30px;
}

div.pd_body_module_top_title {
	float: left;
	font-weight: bold;
	font-size: 16px;
	color: #323232;
}

div.pd_body_module_content {
	clear: both;
	border-left: 1px solid #7fa6ad;
	border-right: 1px solid #7fa6ad;
}

div.pd_body_module_content_heading {
	margin: 0;
	background-color: #cfe1f6;
	font-weight: normal;
	font-size: 1em;
	padding: 5px;
}

div.pd_body_module_content_block {
	border: solid #cfe1f6 1px;
	border-top-width: 0;
	padding: 10px;
	margin-bottom: 15px;
}

div.pd_body_pane {
	background: #ffffff;
}

div.pd_body_pane_top,
div.pd_body_pane_bottom {
	clear: both;
	height: 5px;
	width: 100%;
}

div.pd_body_pane_top {
	background: url(/images/pd_body_pane_top.gif) repeat-x;
}

div.pd_body_pane_bottom {
	background: url(/images/pd_body_pane_bottom.gif) repeat-x;
}

div.pd_body_pane_top_left,
div.pd_body_pane_top_right,
div.pd_body_pane_bottom_left,
div.pd_body_pane_bottom_right {
	height: 5px;
	width: 5px;
}

div.pd_body_pane_top_left {
	float: left;
	background: url(/images/pd_body_pane_top_left.gif) no-repeat;
}

div.pd_body_pane_top_right {
	float: right;
	background: url(/images/pd_body_pane_top_right.gif) no-repeat;
}

div.pd_body_pane_bottom_left {
	float: left;
	background: url(/images/pd_body_pane_bottom_left.gif) no-repeat;
}

div.pd_body_pane_bottom_right {
	float: right;
	background: url(/images/pd_body_pane_bottom_right.gif) no-repeat;
}

div.pd_body_pane_content {
	clear: both;
	border-left: 1px solid #7fa6ad;
	border-right: 1px solid #7fa6ad;
}

div.pd_body_panel {
	background: #ffffff;
}

div.pd_body_panel_top,
div.pd_body_panel_bottom {
	clear: both;
	width: 100%;
}

div.pd_body_panel_top {
	height: 30px;
	background: url(/images/pd_body_module_top.gif) repeat-x;
}

div.pd_body_panel_bottom {
	height: 5px;
	background: url(/images/pd_body_pane_bottom.gif) repeat-x;
}

div.pd_body_panel_top_left,
div.pd_body_panel_top_right {
	height: 30px;
	width: 5px;
}

div.pd_body_panel_bottom_left,
div.pd_body_panel_bottom_right {
	height: 5px;
	width: 5px;
}

div.pd_body_panel_top_left {
	float: left;
	background: url(/images/pd_body_module_top_left.gif) no-repeat;
}

div.pd_body_panel_top_right {
	float: right;
	background: url(/images/pd_body_module_top_right.gif) no-repeat;
}

div.pd_body_panel_bottom_left {
	float: left;
	background: url(/images/pd_body_pane_bottom_left.gif) no-repeat;
}

div.pd_body_panel_bottom_right {
	float: right;
	background: url(/images/pd_body_pane_bottom_right.gif) no-repeat;
}

div.pd_body_panel_top_content {
	float: left;
	height: 30px;
	width: auto;
	line-height: 30px;
}

div.pd_body_panel_top_title {
	float: left;
	font-weight: bold;
	font-size: 16px;
	color: #323232;
}

div.pd_body_panel_content {
	clear: both;
	border-left: 1px solid #7fa6ad;
	border-right: 1px solid #7fa6ad;
}

/* Footer
-----------------------------------------------------------------------------*/
div#pd_footer {
	clear: both;
	position: absolute;
	bottom: 0;
	height: 33px;
	width: 100%;
	font-size: 13px;
	color: #ffffff;
	background: #8db8bf url(/images/pd_footer.gif) repeat-x;
}

div#pd_footer_wrapper {
	width: 900px;
	margin: 0 auto;
}

div#pd_footer_logo {
	float: left;
	height: 33px;
	width: 72px;
	background: url(/images/pd_footer_logo.gif) no-repeat;
}

a#pd_footer_link_home {
	display: block;
	height: 23px;
	width: 36px;
	margin: 10px 18px 0 18px;
}

div#pd_footer_navigation {
	float: left;
	height: 33px;
	width: auto;
	background: #8db8bf url(/images/pd_footer.gif) repeat-x;
}

div#pd_footer_navigation ul, 
div#pd_footer_navigation ul li {
	float: left;
	width: auto;
}

div#pd_footer_navigation ul li a {
	display: block;
	line-height: 30px;
	margin: 3px 0 0 0;
	padding: 0 10px;
	text-decoration: none;
}

div#pd_footer_navigation ul li a:link, 
div#pd_footer_navigation ul li a:visited {
	font-weight: bold;
	color: #ffffff;
}

div#pd_footer_navigation ul li a:hover {
	background: #9ec5cb;
}

div#pd_footer_copyright {
	float: right;
	width: auto;
	line-height: 30px;
	margin: 3px 18px 0 0;
	color: #ffffff;
}

/* Global Classes
-----------------------------------------------------------------------------*/
.closer {
	clear: both;
}
