
/* Global Entities */

body {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 16px;
	font-family: Verdana, Arial, sans-serif;
	background-color: #FFF;
}

#content a {
	color: #666;
}

#content a:hover {
	color: #0A5599;
}

/* Page-Specific Entities */

#login #cookie-message {
	display: none;
}

#dashboard #content {
	position: relative;
	width: 940px;
	margin: 0 auto 10px auto;
	padding: 0 10px;
}

#dashboard #content p.message {
	position: relative;
	margin-right: 18px;
	padding: 8px 75px;
	border-width: 5px;
	border-style: solid;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}

#dashboard #content #notice {
	border-color: #FEFECA;
	background-color: #FEFF9F;
}

#dashboard #content #error {
	border-color: #FFEFEF;
	background-color: #FECACA;
}

#dashboard #content #error #close-link {
	position: absolute;
	bottom: 5px;
	right: 10px;
	color: #663333;
	text-decoration: underline;
}

#dashboard #welcome-section {
	float: left;
	width: 260px;
	margin: 10px 10px 10px 0;
	padding: 10px 10px;
	background-color: #FEFECA;
}

#dashboard #welcome-section h3 {
	margin: 13px 0;
	font-size: 13px;
}

#dashboard #welcome-section h4 {
	margin-top: 14px;
	font-size: 11px;
}

#dashboard #welcome-section p {
	margin: 11px 0;
}

#dashboard #welcome-section a abbr {
	border: 0;
}

#dashboard #welcome-section h4 {
	margin-bottom: 0;
}

#dashboard #product-section {
	float: left;
	width: 640px;
	margin-top: 10px;
}

#dashboard #product-section .product-pane {
	position: relative;
	float: left;
	width: 308px;
	height: 150px;
	margin: 0 10px 10px 0;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #CCC;
	background-color: #D5E1EA;
}

#dashboard #product-section .product-pane h1 {
	height: 23px;
	margin: 0 -1px 9px -1px;
	background-image: url('../../../images/applications/login/dashboard/breeze/product-pane-header-background.gif');
	color: #45739C;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	font-style: italic;
	letter-spacing: 0.5px;
}

#dashboard #product-section .product-pane h1 a {
	color: #45739C;
	text-decoration: none;
}

#dashboard #product-section .product-pane h1 a:hover {
	text-decoration: underline;
}

#dashboard #product-section .product-pane p {
	margin: 11px 0;
	padding: 0 10px;
}

#dashboard #product-section .product-pane .footnote {
	position: absolute;
	bottom: 0;
	left: 0;
}

#dashboard #product-section-bottom {
	clear: both;
}

/* Archetypes */

a img {
	border: 0;
}

input.submit {
	margin: 0;
	padding: 2px 10px;
	color: #585768;
	background-image: url('../../../images/applications/login/navigation-button-inactive.gif');
	background-repeat: repeat-x;
	font-size: 10px;
	font-weight: 700;
	font-family: Verdana, sans-serif;		/* IE doesn't properly inherit this, so define explicitly */
}

input.submit:hover {
	background-image: url('../../../images/applications/login/navigation-button-hover.gif');
}

input.submit.disabled {
	color: #999;
}

input.submit.disabled:hover {
	background-image: url('../../../images/applications/login/navigation-button-inactive.gif');
}

ul.menu {
	list-style: none;
}

body.panel #content {
	width: 286px;
	margin: 150px auto;
	padding-bottom: 0;
	border: 1px solid #26252A;
}

body.panel #content h1 {
	margin: 0;
}

body.panel #content .section {
	padding: 10px 25px;
	background-color: #D0E3F1;
}

body.panel #content .section h2 {
	margin: 0 0 5px 0;
	padding: 0;
	color: #585768;
	font-size: 18px;
	line-height: 20px;
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	font-weight: 500;
}

body.panel #content .section ul {
	margin: 0;
	padding: 0;
}

body.panel #content .message {
	background-color: #FAF7C3;
}

body.panel #content #error {
	padding: 10px 25px;
	margin: 0 0 20px 0;
	font-weight: 700;
	background-color: #FAF7C3;
}

body.panel form {
	margin-top: 10px;
	border: 0;
}

body.panel fieldset {
	padding-left: 35px;
	border: 0;
}

body.panel legend {
	margin-left: -15px;
	color: #585768;
	font-size: 18px;
	line-height: 20px;
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
}

body.panel label {
	display: block;
	color: #666;
}

body.panel label.checkbox {
	display: inline;
}

body.panel input.text,
body.panel input.password {
	width: 200px;
}

body.panel input.submit {
	float: right;
	margin-right: 20px;
}