﻿/* === Reset ======================== */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
/*	outline: 0; // No Thanks Eric! */
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
/*	outline: 0; // No Thanks Eric! */
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* === Base ========================= */

body {
	font-family: "Arial", "Helvetica", "FreeSans", sans-serif;
	font-size: 10px;
	background: #333;
}


/* === Sections ========================

myrs-container
	myrs-header
		myrs-phone
		myrs-logo
		myrs-account
	myrs-nav
		myrs-nav-primary-wrapper
			myrs-nav-primary
				myrs-nav-primary-sections
				myrs-nav-util
			myrs-nav-secondary
				myrs-nav-support-sub
				myrs-nav-products-sub
				myrs-nav-services-sub
				myrs-nav-network-sub
				myrs-nav-account-sub
				myrs-nav-community-sub
	myrs-torso
		myrs-page
			myrs-sidebar
				myrs-sidebar-nav
			myrs-main
	myrs-footer

===================================== */

#myrs-container {
	background: #fff url('https://rackspace.hs.llnwd.net/o26/portal/images/layouts/portal/myrs-phone-bg.gif') repeat-x left top;
}

#myrs-header {
	padding-bottom: 10px;
}

#myrs-phone {
	color: #666;
	font-size: 1.2em;
	padding: 5px 10px;
}

#myrs-phone span {
	margin-right: 1em;
}

#myrs-phone img {
	position: relative;
	margin-right: 5px;
	vertical-align: baseline;
}

#myrs-phone a {
	color: #999;
}

#myrs-phone span#myrs-phone-more {
	position: absolute;
	right: 10px;
	margin: 0;
	font-size: 0.8em;
}

#myrs-logo {
	float: left;
	margin-top: 20px;
	margin-left: 10px;
	background: url('https://rackspace.hs.llnwd.net/o26/portal/images/layouts/portal/myrs-logo-bg.gif') no-repeat left top;
	width: 145px;
	height: 30px;
	overflow: hidden;
}

#myrs-logo a {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 30px;
}

#myrs-account {
	float: right;
	margin-top: 20px;
	margin-right: 10px;
	font-size: 1.2em;
	color: #999;
	opacity: 0.5;
}

#myrs-account a {
	color: #0069ab;
	text-decoration: none;
}

#myrs-account a:hover {
	background: #e5f2f8;
}

#myrs-header:hover #myrs-account {
	opacity: 1.0;
}

#myrs-nav {
	background: #e5f2f8 url('https://rackspace.hs.llnwd.net/o26/portal/images/layouts/portal/myrs-highlight-bg.gif') repeat-x left top;
	border-top: 1px solid #d6dde0;
	border-bottom: 1px solid #d6dde0;
	position: relative;
}

#myrs-nav a {
	display: block;
	float: left;
	padding: 10px 0;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
}

#myrs-nav-main {
	float: left;
	margin-left: 10px;
}

#myrs-nav-main li {
	float: left;
	margin-right: 1.5em;
}

#myrs-nav-util {
	float: right;
	margin-right: 10px;
}

#myrs-nav-util li {
	float: left;
	margin-left: 1.5em;
}

#myrs-nav-main a.primary,
#myrs-nav-util a {
	color: #666;
	font-size: 1.2em;
	position: relative;
	top: 1px;
	z-index: 100;
}

#myrs-nav-main a.primary {
	font-weight: bold;
}

#myrs-nav-main a.primary:hover,
#myrs-nav-util a:hover {
	color: #333;
}

#myrs-nav-main div {
	width: 100%;
	border-top: 1px solid #d6dde0;
	background: #fff url('https://rackspace.hs.llnwd.net/o26/portal/images/layouts/portal/myrs-nav-secondary-bg.gif') repeat-x left bottom;
	position: absolute;
	left: 0;
	top: 100%;
	display: none;
	z-index: 99;
}

#myrs-nav-main div ul {
	margin-left: 10px;
}

.home #myrs-nav-home a.primary,
.support #myrs-nav-support a.primary,
.products #myrs-nav-products a.primary,
.services #myrs-nav-services a.primary,
.network #myrs-nav-network a.primary,
.account #myrs-nav-account a.primary,
.community #myrs-nav-community a.primary {
	background: url('https://rackspace.hs.llnwd.net/o26/portal/images/layouts/portal/myrs-nav-primary-active-bg.gif') no-repeat center bottom;
	color: #333;
}

.support #myrs-nav-support div,
.products #myrs-nav-products div,
.services #myrs-nav-services div,
.network #myrs-nav-network div,
.account #myrs-nav-account div,
.community #myrs-nav-community div {
	display: block;
}

#myrs-nav-main div a {
	color: #84756a;
	font-size: 1.1em;
}

#myrs-nav-main div a:hover {
	color: #55473d;
}

#myrs-nav-util-phone a {
	background: url('telephone.png') no-repeat left center;
	padding-left: 21px;
}

#myrs-nav-util-ticket a {
	background: url('https://rackspace.hs.llnwd.net/o26/portal/images/common/icons/comment_add.png') no-repeat left center;
	padding-left: 21px;
}

#myrs-nav-util-message a {
	background: url('https://rackspace.hs.llnwd.net/o26/portal/images/common/icons/email.png') no-repeat left center;
	padding-left: 21px;
}

#myrs-nav-util-message.new a {
	font-weight: bold;
}

#myrs-nav-util-message.urgent a {
	color: #d94059;
}

#myrs-nav-util-message.urgent a:hover {
	color: #c40022;
}

#myrs-torso {
	padding: 10px;
	margin-top: 4.2em;
}

#myrs-torso h1 {
	color: #c40022;
	font-weight: normal;
	font-size: 2em;
}

#myrs-torso h1 span {
	color: #666;
	font-size: 14px;
}

#myrs-torso h1 img {
	vertical-align: baseline;
	cursor: pointer;
	margin-left: 5px;
	opacity: 0.5;
	position: relative;
	top: 2px;
}

#myrs-torso h1 img:hover {
	opacity: 1.0;
}

#myrs-page {
	position: relative;
	margin-top: 1em;
}

#myrs-sidebar {
	position: absolute;
	right: -10px;
	width: 180px;
}

#myrs-main {
	margin-right: 180px;
}

.myrs-sidebar-off #myrs-main {
	margin-right: 0;
}

#myrs-sidebar-nav {
	border-left: 1px solid #d9e9f0;
	border-top: 1px solid #d9e9f0;
	border-bottom: 1px solid #d9e9f0;
	background: #edf6f9 url('https://rackspace.hs.llnwd.net/o26/portal/images/layouts/portal/myrs-highlight-bg.gif') repeat-x left top;
	border-right: 0px;
	padding: 10px;
	margin-bottom: 1em;
}

#myrs-sidebar-nav li {
	font-size: 1.2em;
	margin-bottom: 0.5em;
}

#myrs-sidebar-nav li:last-child {
	margin-bottom: 0;
}

#myrs-sidebar-nav a {
	color: #666;
	text-shadow: 0 1px 0 #fff;
	text-decoration: none;
}

#myrs-sidebar-nav a:hover {
	text-decoration: underline;
	color: #333;
}

#myrs-sidebar-nav img {
	vertical-align: text-bottom;
	margin-right: 5px;
}

#myrs-sidebar-nav .myrs-rule {
	margin: 1em 0;
}

.myrs-sidebar-content {
	border-left: 1px solid #f1f1f1;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	padding: 10px;
	margin-bottom: 1em;
	background: #f8f8f8 url('https://rackspace.hs.llnwd.net/o26/portal/images/layouts/portal/myrs-highlight-bg.gif') repeat-x left top;
		border-right: 0px;
}

.myrs-sidebar-content h2 {
	font-size: 1.3em;
	font-weight: normal;
	color: #444;
	margin-bottom: 0.5em;
	text-shadow: 0 1px 0 #fff;
}

.myrs-sidebar-content p {
	color: #9b949e;
	line-height: 1.3em;
	font-size: 1.1em;
	margin-bottom: 1em;
}

.myrs-sidebar-content p:last-child {
	margin-bottom: 0;
}

.myrs-sidebar-content a {
	color: #0069ab;
	opacity: 0.5;
	text-decoration: none;
}

.myrs-sidebar-content a:hover {
	opacity: 1;
	text-decoration: underline;
}

div.myrs-section {
	margin-bottom: 1em;
}

div.myrs-section h2,
h2.myrs-section {
	color: #333;
	font-size: 1.4em;
	font-weight: normal;
}

h2.myrs-section {
	margin-bottom: 1em;
}

div.myrs-section p {
	margin-top: 0.3em;
	font-size: 1.1em;
	line-height: 1.2em;
	color: #999;
}

div.myrs-section p a {
	color: #999;
}

div.myrs-section p a:hover {
	color: #0069ab;
	text-decoration: none;
	background: #e5f2f8;
}

#myrs-footer {
	background: #333 url('https://rackspace.hs.llnwd.net/o26/portal/images/layouts/portal/myrs-footer-bg.gif') repeat-x left top;
	padding: 20px;
	font-size: 1.1em;
	color: #999;
}

#myrs-footer a {
	color: #eee;
	text-decoration: none;
	padding: 3px;
}

#myrs-footer a:hover {
	background: #0069ab;
}

#myrs-footer-copyright {
	float: left;
	opacity: 0.5;
}

#myrs-footer-version {
	float: right;
	opacity: 0.5;
}

#myrs-footer:hover #myrs-footer-copyright,
#myrs-footer:hover #myrs-footer-version {
	opacity: 1.0;
}


/* === Layout ======================= */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.myrs-hide {
	display: none;
}

.myrs-float-left {
	float: left;
}

.myrs-float-right {
	float: right;
}

/*
	TODO Setup Fluid 960gs
*/

.myrs-width-half {
	width: 49%;
}

* html .myrs-width-half {
	width: 48%;
}

/* === Component Styles ============= */

/* Rule */

.myrs-rule {
	background: url('https://rackspace.hs.llnwd.net/o26/portal/images/layouts/portal/myrs-rule-bg.gif') repeat-x left top;
	height: 1px;
	margin: 2em 0;
}

.myrs-rule hr {
	display: none;
}

/* Alerts */

.myrs-alert {
	padding: 10px;
	margin-bottom: 1em;
	background: #eee url('https://rackspace.hs.llnwd.net/o26/portal/images/layouts/portal/myrs-highlight-bg.gif') repeat-x left top;
	border: 1px solid #999;
}

* html .myrs-alert {
	height: 1%;
}

.myrs-alert {
	color: #333;
}

.myrs-alert a {
	color: #333;
}

.myrs-alert p {
	font-size: 1.2em;
	line-height: 1.3em;
}

.myrs-alert p img {
	vertical-align: text-bottom;
	margin-right: 5px;
}

.myrs-alert.error {
	background-color: #F5CCD3;
	border-color: #e9c2c8;
}

.myrs-alert.success {
	background-color: #D9EFD0;
	border-color: #cee3c5;
}

.myrs-alert.validation {
	background-color: #fcfcd2;
	border-color: #efefc7;
}

.myrs-alert.information {
	background-color: #e5f2f8;
	border-color: #d9e6eb;
}

.myrs-alert.maintenance {
	background-color: #e5f2f8;
	border-color: #d9e6eb;
}

.myrs-alert.warning {
	background-color: #ffe4d1;
	border-color: #f2d8c6;
}

.myrs-alert.validation p {
	font-weight: bold;
}

.myrs-alert ul {
	margin-left: 21px;
	margin-top: 0.5em;
}

.myrs-alert ul li {
	font-size: 1.1em;
	margin-bottom: 0.2em;
}

/* Maintenance Message */

#maintenance-message {
	border-bottom: 1px solid #333;
	background: #444 url('https://rackspace.hs.llnwd.net/o26/portal/images/layouts/portal/myrs-maintenance-bg.gif') left top;
	padding: 5px 10px;
}

#maintenance-message table {
	width: 1%;
	margin: 0 auto;
	color: #fff;
	font-size: 12px;
	text-shadow: 0 1px 0 #222;
}

#maintenance-message th {
	white-space: nowrap;
	font-weight: normal;
}

#maintenance-message th img {
	margin-right: 5px;
	vertical-align: text-bottom;
}

#maintenance-message th a {
	color: #ccc;
	font-size: 11px;
	margin-left: 1em;
}

#maintenance-message th a:hover {
	color: #fff;
}

#maintenance-message td {
	padding-top: 1em;
	line-height: 1.3em;
}

#maintenance-message-extended {
	display: none;
}

/* Tabs */

/*
	TODO Refactor tabs
*/

.myrs-tabs-links {
	background: #F2EDEA url('https://rackspace.hs.llnwd.net/o26/portal/images/layouts/portal/myrs-highlight-bg.gif') repeat-x left top;
	border-top: 1px solid #D0CAC6;
	border-bottom: 1px solid #D0CAC6;
	padding-top: 5px;
	margin-bottom: 1em;
}

.myrs-tabs .myrs-tabs-nav {
	padding-left: 10px;
}

.myrs-tabs .myrs-tabs-nav li {
	border-left: 1px solid #bcb9b5;
	border-right: 1px solid #bcb9b5;
	border-top: 1px solid #bcb9b5;
	display: block;
		float: left;
		-webkit-border-top-right-radius: 5px;
		-webkit-border-top-left-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		margin-right: 5px;
	background: #f9f6f5 url('https://rackspace.hs.llnwd.net/o26/portal/images/layouts/portal/myrs-highlight-bg.gif') repeat-x left top;
		border-bottom: none;
		position: relative;
		top: 1px;
}

.myrs-tabs .myrs-tabs-nav li.selected {
	border: 1px solid #bcb9b5;
	border-bottom: none;
	background: #fff;
}

.myrs-tabs .myrs-tabs-nav li a {
	color: #84756a;
	font-size: 1.2em;
	padding: 7px 10px;
	text-decoration: none;
	display: block;
	float: left;
	background: url('https://rackspace.hs.llnwd.net/o26/portal/images/layouts/portal/myrs-tab-inactive-bg.gif') repeat-x left bottom;
}

.myrs-tabs .myrs-tabs-nav li.selected a {
	color: #55473d;
	background: none;
}

.myrs-tabs .myrs-tabs-content {
	margin-bottom: 1em;
	padding: 10px;
	border-top: 1px solid #bcb9b5;
	border-left: 1px solid #bcb9b5;
	border-bottom: 1px solid #dedbd8;
	border-right: 1px solid #dedbd8;
	background: #fff;
}

/* Datagrid */

.myrs-datagrid {
	width: 100%;
	text-align: left;
	font-size: 1.1em;
	margin-bottom: 1em;
}

.myrs-datagrid th,
.myrs-datagrid td {
	white-space: nowrap;
	padding: 5px 5px;
	vertical-align: middle;
}

.myrs-datagrid-vertical td {
	vertical-align: top;
}

.myrs-datagrid-fixed {
	table-layout: fixed;
}

.myrs-datagrid-fixed th,
.myrs-datagrid-fixed td {
	text-overflow: ellipsis;
	overflow: hidden;
}

.myrs-datagrid thead th {
	border-top: 1px solid #D0CAC6;
	border-bottom: 1px solid #D0CAC6;
	background: #F2EDEA url('https://rackspace.hs.llnwd.net/o26/portal/images/layouts/portal/myrs-highlight-bg.gif') repeat-x left top;
	border-left: 0;
	border-right: 0;
	color: #84756a;
		text-shadow: 0 1px 0 #fff;
}

.myrs-datagrid thead th.sortable {
}

.myrs-datagrid thead th.sortable a {
	color: #84756a;
	text-decoration: none;
	display: block;
}

.myrs-datagrid thead th.sortable a:hover {
	color: #55473d;
	text-decoration: underline;
}

.myrs-datagrid thead th.sorted {
	background-color: #e6dcd7;
}

.myrs-datagrid thead th.sorted a {
	color: #55473d;
}

.myrs-datagrid thead th.desc a,
.myrs-datagrid thead th.asc a {
	padding-right: 21px;
	background-position: center right;
	background-repeat: no-repeat;
}

.myrs-datagrid thead th.desc a {
	background-image: url('https://rackspace.hs.llnwd.net/o26/portal/images/common/icons/bullet_arrow_down.png');
}

.myrs-datagrid thead th.asc a {
	background-image: url('https://rackspace.hs.llnwd.net/o26/portal/images/common/icons/bullet_arrow_up.png');
}

.myrs-datagrid tbody tr:hover {
	background: #eeffff;
	background: #e5f2f8;
}

/*
	TODO Indicate sorted (and direction), but not sortable
*/

.myrs-datagrid tbody tr:hover td.sorted {
	background: #f5f9db;
}

.myrs-datagrid tbody tr.section th {
	border-top: 1px solid #e4d9d3;
	border-bottom: 1px solid #e4d9d3;
	font-size: 1.1em;
		text-shadow: 0 1px 0 #fff;
		color: #55473d;
	background: #f9f6f5 url('https://rackspace.hs.llnwd.net/o26/portal/images/layouts/portal/myrs-highlight-bg.gif') repeat-x left top;
		border-left: 0;
		border-right: 0;
		padding-top: 10px;
}

.myrs-datagrid tbody td {
	color: #666;
	border-bottom: 1px solid #f1f1f1;
}

.myrs-datagrid tbody td a {
	color: #0069ab;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
}

.myrs-datagrid tbody td a:hover {
	color: #333;
	color: #0069ab;
	text-decoration: underline;
}

.myrs-datagrid tfoot tr.myrs-datagrid-actions td {
	background: #f2edea url('https://rackspace.hs.llnwd.net/o26/portal/images/layouts/portal/myrs-highlight-bg.gif') repeat-x left top;
	border-top: 1px solid #d0cac6;
	border-bottom: 1px solid #d0cac6;
	padding: 8px 10px;
	color: #84756a;
}

.myrs-datagrid tfoot tr.myrs-datagrid-actions td input {
	margin: 0;
	margin-right: 1em;
}

.myrs-datagrid tfoot tr.myrs-datagrid-actions td a {
	color: #0069ab;
	text-decoration: none;
}

.myrs-datagrid tfoot tr.myrs-datagrid-actions td a:hover {
	background: #e5f2f8;
}

.myrs-datagrid .col-wrap {
	white-space: normal;
}

.myrs-datagrid .col-icon {
	width: 16px;
	text-align: center;
}

.myrs-datagrid .col-icon input {
	margin: 0;
}

.myrs-datagrid .col-left {
	text-align: left;
}

.myrs-datagrid .col-right {
	text-align: right;
}

.myrs-datagrid .col-center {
	text-align: center;
}

/*
	TODO Refactor Total Rows
*/

.myrs-datagrid tbody tr.total th,
.myrs-datagrid tbody tr.total td {
	border-top: 1px solid #D0CAC6;
	background: #edf6f9 url('https://rackspace.hs.llnwd.net/o26/portal/images/layouts/portal/myrs-highlight-bg.gif') repeat-x left top;
	color: #333;
}

.myrs-datagrid tbody tr.total th {
	text-shadow: 0 1px 0 #fff;
}

.myrs-datagrid tbody tr.total td {
	border-bottom: 0;
}

/* Pagination */

.myrs-pagination {
	background: #edf6f9 url('https://rackspace.hs.llnwd.net/o26/portal/images/layouts/portal/myrs-highlight-bg.gif') repeat-x left top;
	border: 1px solid #d9e9f0;
	padding: 5px;
	color: #666;
	text-shadow: 0 1px 0 #fff;
	font-size: 1.1em;
	margin-bottom: 1em;
}

.myrs-pagination a {
	color: #666;
	text-decoration: none;
}

.myrs-pagination a:hover {
	color: #0069ab;
	background-color: #d9e9f0;
}

.myrs-pagination .nextLink,
.myrs-pagination .prevLink,
.myrs-pagination .step,
.myrs-pagination .currentStep,
.myrs-pagination .rangeTotal {
	display: block;
	float: left;
	border: 1px solid #edf6f9;
	padding: 5px;
}

.myrs-pagination .nextLink {
	background: url('https://rackspace.hs.llnwd.net/o26/portal/images/common/icons/resultset_next.png') no-repeat right 50%;
	padding-right: 21px;
	margin-right: 20px;
}

.myrs-pagination .prevLink {
	background: url('https://rackspace.hs.llnwd.net/o26/portal/images/common/icons/resultset_previous.png') no-repeat left 50%;
	padding-left: 21px;
}

.myrs-pagination .currentStep,
.myrs-pagination .rangeTotal {
	background: #fff;
	border: 1px solid #d9e9f0;
	font-weight: bold;
}

.myrs-pagination .rangeTotal {
	font-weight: normal;
	float: right;
}

.myrs-pagination-total {
	display: block;
	float: left;
}

.myrs-pagination-maxvalue {
	position: relative;
	display: none;
	float: left;
	*float: none;
	margin-left: 10px;
	white-space: nowrap;
}

.myrs-pagination .myrs-pagination-maxvalue-toggler {
	background-image: url('https://rackspace.hs.llnwd.net/o26/portal/images/common/pagination/myrs-maxvalue-light.png');
	background-position: right 50%;
	background-repeat: no-repeat;
	padding-right: 10px;
}

.myrs-pagination .myrs-pagination-maxvalue-toggler:hover {
	background-image: url('https://rackspace.hs.llnwd.net/o26/portal/images/common/pagination/myrs-maxvalue.png');
	background-color: #fff;
	color: #333;
}

.myrs-pagination-maxvalue-list {
	display: none;
	position: absolute;
	top: -6px;
	left: -6px;
	border: 1px solid #D0CAC6;
	background: #fff;
	z-index: 999;
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.myrs-pagination-maxvalue-list a {
	display: block;
	padding: 5px;
}


/* Box */

.myrs-box {
	padding: 10px;
	background: #F2EDEA url('https://rackspace.hs.llnwd.net/o26/portal/images/layouts/portal/myrs-highlight-bg.gif') repeat-x left top;
	border: 1px solid #D0CAC6;
	margin-bottom: 1em;
}

.myrs-inset {
	margin-bottom: 1em;
	padding: 10px;
	border-top: 1px solid #bcb9b5;
	border-left: 1px solid #bcb9b5;
	border-bottom: 1px solid #dedbd8;
	border-right: 1px solid #dedbd8;
	background: #fff;
}

.align-center {
	text-align: center;
}

.myrs-chart-loading {
	background: url('https://rackspace.hs.llnwd.net/o26/portal/images/layouts/portal/myrs-loading.gif') no-repeat center;
}

/* Total */

.myrs-inset-totals {
	background: #f1fff1;
}

.myrs-inset-totals li {
	font-size: 1.4em;
	font-weight: bold;
	color: #00ab69;
	text-shadow: 0 1px 0 #fff;
	float: left;
	margin-right: 1em;
}

.myrs-inset-totals li strong {
	color: #666;
	font-weight: normal;
}

/* Form */

.myrs-form {
	width: 100%;
}

.myrs-form h3 {
	color: #55473d;
	text-shadow: 0 1px 0 #fff;
	font-size: 1.5em;
	margin-bottom: 10px;
}

.myrs-form h3.collapse {
	margin-bottom: 0.25em;
}

/*
	FIXME This is conflicting with other paragraphs, such as those within alerts
*/

.myrs-form p {
	margin-bottom: 1.5em;
	font-size: 1.1em;
	line-height: 1.3em;
	color: #84756a;
}

.myrs-form dt {
	color: #55473d;
	font-size: 1.2em;
	margin-bottom: 0.3em;
}

.myrs-form dd {
	margin-bottom: 1em;
	color: #84756a;
}

.myrs-form dd span.field-readonly {
	font-size: 1.2em;
}

/* Help */

.myrs-form .myrs-help {
	position: absolute;
	margin-top: -3px;
	margin-left: 5px;
}

/*

.myrs-form dt input[type=checkbox],
.myrs-form dt input[type=radio] {
	margin: 0;
	margin-right: 0.5em;
	vertical-align: bottom;
}

*/

.myrs-form label {
	cursor: pointer;
}

/*.myrs-form select[name],*/
.myrs-form input[type=text],
.myrs-form input[type=password],
.myrs-form textarea[name] {
	color: #333;
	border-top: 1px solid #bcb9b5;
	border-left: 1px solid #bcb9b5;
	border-bottom: 1px solid #dedbd8;
	border-right: 1px solid #dedbd8;
	margin: 0;
}

.myrs-form select[name] {
	margin: 0;
}

.myrs-form input[type=text],
.myrs-form input[type=password] {
	font-size: 1.2em;
}

.myrs-form fieldset {
	margin-bottom: 1em;
	padding: 10px;
	border-top: 1px solid #bcb9b5;
	border-left: 1px solid #bcb9b5;
	border-bottom: 1px solid #dedbd8;
	border-right: 1px solid #dedbd8;
	background: #fff;
}

.myrs-form legend {
	color: #55473d;
	font-size: 1.2em;
	padding-left: 3px;
	padding-right: 3px;
}

.myrs-form legend input {
	vertical-align: text-bottom;
	margin: 0;
	margin-right: 0.5em;
}

.myrs-form p.myrs-form-actions {
	margin-top: 1em;
	padding-top: 1em;
	background: url('https://rackspace.hs.llnwd.net/o26/portal/images/layouts/portal/myrs-rule-bg.gif') repeat-x left top;
	margin-bottom: 0;
	position: relative;
	font-size: 1.2em;
	color: #333;
}

.myrs-form p.myrs-form-actions a {
	color: #0069ab;
}

.myrs-form p.myrs-form-actions a:hover {
	background: #e5f2f8;
}

.myrs-form p.myrs-form-actions a.myrs-form-cancel {
	color: #c40022;
}

.myrs-form p.myrs-form-actions a.myrs-form-cancel:hover {
	background: #fcc;
	text-decoration: none;
}

.myrs-form .full {
	width: 99.8%;
	min-width: 4em;
}

/* List */

.myrs-list {
	background: #fff;
	border-top: 1px solid #bcb9b5;
	border-left: 1px solid #bcb9b5;
	border-bottom: 1px solid #dedbd8;
	border-right: 1px solid #dedbd8;
}

.myrs-list li {
	white-space: nowrap;
	font-size: 12px;
	color: #333;
	border-top: 1px solid #f1f1f1;
}

.myrs-list > li:first-child {
	border-top: none;
}

.myrs-list a:hover,
.myrs-list label:hover {
	background-color: #e5f2f8;
}

.myrs-list a,
.myrs-list label {
	color: #666;
	display: block;
	padding: 5px;
}

.myrs-list a {
	text-decoration: none;
}

.myrs-list label {
	cursor: pointer;
}

.myrs-list input {
	margin: 0;
	margin-right: 0.5em;
	vertical-align: bottom;
}

/* Panels */

.myrs-panels {
	background: #F2EDEA url('https://rackspace.hs.llnwd.net/o26/portal/images/layouts/portal/myrs-highlight-bg.gif') repeat-x left top;
	border: 1px solid #D0CAC6;
	margin-bottom: 1em;
	border-collapse: separate;
	border-spacing: 10px;
	width: 100%;
	color: #84756a;
}

.myrs-panels td {
	vertical-align: top;
}

.myrs-panels h5 {
	color: #84756a;
	font-size: 1.3em;
	text-shadow: 0 1px 0 #fff;
}

.myrs-panels .myrs-panel {
	background: #fff;
	border: 1px solid #D0CAC6;
	color: #333;
}

.myrs-panels-cols-two .myrs-panel {
	width: 50%;
}

.myrs-panels-cols-three .myrs-panel {
	width: 33%;
}


.myrs-panels h6 {
	background: #D6EBFF url('https://rackspace.hs.llnwd.net/o26/portal/images/layouts/portal/myrs-highlight-bg.gif') repeat-x left top;
	border-bottom: 1px solid #b3c5de;
	padding: 5px 10px;
	font-size: 1.1em;
	font-weight: bold;
	text-shadow: 0 1px 0 #fff;
	position: relative;
}

.myrs-panels h6 a {
	font-weight: normal;
	color: #0069ab;
	text-decoration: none;
	position: absolute;
	right: 10px;
	opacity: 0.5;
}

.myrs-panels h6 a:hover {
	text-decoration: underline;
	opacity: 1;
}

.myrs-panels .myrs-panel-content {
	padding: 10px;
}

.myrs-panels .myrs-panel-content ul li {
	font-size: 1.1em;
	line-height: 1.5em;
	color: #333;
}

.myrs-panels .myrs-panel-content ul li img {
	vertical-align: text-bottom;
	margin-right: 0.5em;
}

.myrs-panels .myrs-panel-content ul li a {
	color: #666;
}

.myrs-panels .myrs-panel-content ul li a:hover {
	text-decoration: underline;
	color: #0069ab;
}

.myrs-panels .myrs-panel-content a {
	color: #0069ab;
	text-decoration: none;
}

.myrs-panels .myrs-panel-content a:hover {
	text-decoration: underline;
}

/* Key Value */

.myrs-keyvalue li {
	font-size: 1.1em;
	line-height: 1.5em;
	color: #333;
	text-align: right;
}

.myrs-keyvalue li:hover {
	background: #eeffff;
	background: #e5f2f8;
}

.myrs-keyvalue li strong {
	float: left;
}

/* Auto Complete */

.ac_results {
	padding: 0px;
	border: 1px solid #999;
	background-color: #fff;
	overflow: hidden;
	z-index: 99999;
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/*
	if width will be 100% horizontal scrollbar will apear
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/*
	it is very important, if line-height not setted or setted
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('https://rackspace.hs.llnwd.net/o26/portal/images/layouts/portal/myrs-spinner.gif') no-repeat right center;
}

.ac_odd {
	background-color: #eee;
	background-color: #edf6f9;
}

.ac_over {
	background-color: #0A246A;
	background-color: #0069ab;
	color: white;
}

/* Tooltips */

.myrs-tooltip,
.myrs-tooltip-nowrap {
	cursor: help;
}

span.myrs-tooltip,
span.myrs-tooltip-nowrap,
acronym.myrs-tooltip,
acronym.myrs-tooltip-nowrap {
	background: url('https://rackspace.hs.llnwd.net/o26/portal/images/layouts/portal/myrs-hover-bg.gif') repeat-x left bottom;
}

a.myrs-tooltip,
a.myrs-tooltip-nowrap,
input.myrs-tooltip,
input.myrs-tooltip-nowrap {
	cursor: pointer;
}

/* Filter */

.myrs-filter {
	color: #333;
	margin-right: 5px;
}

.myrs-filter.searchfield {
	text-indent: 23px;
	background: #fff url('https://rackspace.hs.llnwd.net/o26/portal/images/common/icons/magnifier.png') no-repeat 5px center;
	border-top: 1px solid #bcb9b5;
	border-left: 1px solid #bcb9b5;
	border-bottom: 1px solid #dedbd8;
	border-right: 1px solid #dedbd8;
	padding: 3px;
}


#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #b5b5b5;
	background-color: #fefec2;
	padding: 5px;
	max-width: 150px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}

#tooltip.myrs-tooltip-nowrap {
	white-space: nowrap;
	max-width: none;
}

#tooltip h3,
#tooltip div.body {
	font-weight: normal;
	color: #333;
	font-size: 1.1em;
	line-height: 1.2em;
}

/* Modal Dialog */

#modalOverlay {
	background-color: #000;
	cursor: wait;
}

#modalContainer {
	width: 600px;
	left: 50%;
	top: 50px;
	margin-left: -300px; /* half the width, to center */
	background-color: #fff;
/*	border: 3px solid #ccc;*/
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,1);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,1);
}

#modalContainer a.modalCloseImg {
	background: url('https://rackspace.hs.llnwd.net/o26/portal/images/layouts/portal/myrs-x.png') no-repeat;
	width: 25px;
	height: 29px;
	display: inline;
	z-index: 3200;
	position: absolute;
	top: -14px;
	right: -18px;
	cursor: pointer;
}