body, dl, dt, dd, fieldset, form, h1, h2, h3, h4, h5, h6, p, ul {
	margin: 0;
	padding: 0;
}

* {
	-moz-box-sizing: content-box;
}


.noprint {
	display: none !important;
}



div#header,
div#topNav,
div#subheader,
div#footer,
div#loggedInAs,
div.success,
div.errorAlert,
div.announce,
div.error {
	display: none;
}




a {
	color: #000;
	text-decoration: none;
}

big {
	font-size: 1.3em;
}

table big {
	font-size: 1.2em;
}

body {
	background-color: #fff;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 8px;
}

fieldset {
	background-color: #fff;
	border: 1px #ccc solid;
	border-width: 1px 0 2px 0;
	margin-bottom: 20px;
	padding: 10px;
}

h2 {
	color: #000;
	font-size: 2em;
	font-weight: normal;
	margin-bottom: 20px;
}

h3 {
	color: #000;
	font-size: 1.5em;
	font-weight: bold;
}

h4 {
	color: #333;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

h5 {
	border-bottom: 1px #999 solid;
	color: #333;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0.5em;
	padding-bottom: 0.25em;
}

h6 {
	background-color: #999;
	border-bottom: 1px #999 solid;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0.75em;
	padding: 0.25em 0.5em;
}

img {
	border: 0;
}

p {
	line-height: 1.4em;
	margin-bottom: 2em;
}



/***************************************
	Layout & Display Elements
 ***************************************/

div#container {
	margin: 0 auto;
	width: 750px;
}

body.noshell div#container {
	margin: 0;
	width: auto;
}



.clear {
	clear: both;
}

.nobottommargin {
	margin-bottom: 0 !important;
}

.inactive {
	color: #999;
	font-style: italic;
}


/***************************************
	Content
 ***************************************/
 
div#content {
	background: #fff;
	border: 0;
	padding: 10px;
	width: auto;
}

div#content div.left {
	float: left;
	padding: 13px 6px 50px 6px;;
	width: 230px;
}

div#content div.right {
	border-left: 1px #ccc solid;
	margin-left: 242px;
	padding: 13px 13px 50px 11px;
}

div#content div.full {
	padding: 13px 13px 50px 11px;
}



/***************************************
	Forms
 ***************************************/
 
input.formText, textarea {
	background-color: #fff;
	border: 1px #ccc inset;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

form dl {
	font-size: 12px;
}

button {
	background: #f2f2f2 url('/_images/white_button_bg.png') left center repeat-x;
	border: 1px #e5e5e5 solid;
	color: #666;
	cursor: pointer;
	font-size: 12px;
	font-weight: normal;
	margin-top: 1em;
	padding: 5px 15px 5px 8px;
	position: relative;
	text-decoration: none;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

a.button img, button img {
	height: 16px;
	margin: 0 5px 0 2px;
	position: relative;
	vertical-align: bottom !important;
	width: 16px;
}

a.button img.inlinefix, button, button img.inlinefix {
	top: -4px;
}



/***************************************
	Lists
 ***************************************/
 
dt {
	clear: left;
	float: left;
	line-height: 1.75em;
	width: 8em;
}

dd {
	clear: right;
	line-height: 1.75em;
	margin-left: 9em;
}

dl.plus1 dt {
	width: 9em;
}

dl.plus1 dd {
	margin-left: 10em;
}

dl.plus2 dt {
	width: 10em;
}

dl.plus2 dd {
	margin-left: 11em;
}

dl.plus3 dt {
	width: 11em;
}

dl.plus3 dd {
	margin-left: 12em;
}



div.infobox div.title {
	background-color: #ccc;
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0.25em 0.75em;
	text-shadow: 1px 1px 1px #fff;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

div.infobox div.title a {
	color: #444;
	float: right;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	text-shadow: none;
}

div.infobox div.title a:hover {
	color: #000;
}

dl.infobox dt {
	background-color: #ccc;
	border-bottom: 1px #999 solid;
	clear: none;
	color: #333;
	float: none;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 0.25em 0.75em;
	text-shadow: 1px 1px 1px #fff;
	width: auto;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

dl.infobox dd {
	background-color: #f0f0f0;
	border: 1px #ccc solid;
	border-top: 0;
	margin: 0;
	padding: 0.5em;
}



dl.infobox dd dt {
	background: transparent;
	border: 0;
	color: #666;
	float: left;
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 0.5em;
	padding: 0;
	text-shadow: none;
	width: 10em;
}

dl.infobox dd dd {
	background: transparent;
	border: 0;
	line-height: 1.4em;
	margin: 0 0 0.5em 11em;
	padding: 0;
}

dl.infobox dd big {
	font-size: 1.6em;
}



/***************************************
	Section Titles
 ***************************************/
 
div#content div.left h3 {
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 16px;
}
 
h3.blueBullet {
	background-image: url('/pwsite/images/shells/default/bullets/circles/black.gif');
}



/***************************************
	Tables
 ***************************************/

table {
	border: 1px #ccc solid;
	border-bottom: 0;
	border-spacing: 0;
	width: 100%;
}

table td, table th {
	padding: 4px;
}

table th {
	background-color: #999;
	color: #fff;
	font-weight: bold;
	text-align: left;
	text-shadow: 1px 1px 1px #333;
	vertical-align: top;
}

table td {
	background-color: #fff;
	border-bottom: 1px #ccc solid;
	vertical-align: top;
}

table tr.roweven td {
	background-color: #f7f7f7;
}



.toolsLabel {
	text-align: right;
	white-space: nowrap;
}



/***************************************
	Button Tabs
 ***************************************/
 
div.buttonTabs {
	margin: 15px 0;
	width: 100%;
}

div.buttonTabs div.tabs {
	background-color: #f0f0f0;
	background: #f0f0f0 -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
	background: #f0f0f0 -moz-linear-gradient(top, #fff, #f0f0f0);
	border: 1px #ccc solid;
	border-color: #ccc #999 #999 #ccc;
	float: left;
	margin-bottom: 1em;
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

div.buttonTabs div.tabs div {
	border: 1px #fff solid;
	border-color: #fff #ccc #ccc #fff;
	float: left;
	list-style-type: none;
	width: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

div.buttonTabs div.tabs a {
	border-left: 1px #fff solid;
	border-right: 1px #999 solid;
	display: block;
	float: left;
	padding: 0.75em 2em;
	text-decoration: none;
}

div.buttonTabs div.tabs a.first {
	border-left: none;
}

div.buttonTabs div.tabs a.current {
	background-color: #ddd;
	background: #ddd -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#ddd));
	background: #ddd -moz-linear-gradient(top, #f0f0f0, #ddd);
}

div.buttonTabs div.tabs a:hover {
	background-color: #ddd;
	background: #ddd -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#ccc));
	background: #ddd -moz-linear-gradient(top, #f0f0f0, #ddd);
	border-color: #eee #bbb #bbb #eee;
	color: #000;
	text-decoration: underline;
}

div.buttonTabs div.tabbody {
	position: relative;
}

div.buttonTabs div.tabcontent {
	width: 713px !important;
}



/***************************************
	Misc
 ***************************************/
 
h5 label {
	font-weight: normal;
}
