/* === 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;
}

#myrs-container {
	background: url(myrs-phone-bg.gif) top left repeat-x #fff;
	min-width: 960px;
}

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

#myrs-logo {
	float: left;
	margin-top: 20px;
	margin-left: 10px;
	background: url(../images/myrs-logo-bg.gif) top left no-repeat;
	width: 145px;
	height: 30px;
	overflow: hidden;
}

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

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

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

.padding-off #myrs-torso {
	margin: 0;
	padding: 0;
	padding-top: 5.2em;
}

.padding-off #myrs-torso h1 {
	padding-left: 10px;
}

#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-footer {
	background: url(myrs-footer-bg.gif) top left repeat-x #333;
	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(myrs-rule-bg.gif) top left repeat-x;
	height: 1px;
	margin: 2em 0;
}

.myrs-rule hr {
	display: none;
}

/* Box */

.myrs-box {
	padding: 10px;
	background: url(myrs-highlight-bg.gif) top left repeat-x #F2EDEA;
	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;
}


/* 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;
}

/* Form Input Help */

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

.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(myrs-rule-bg.gif) top left repeat-x;
	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;
}

/* === Layout Main ======================= */
html {
	background: url(myrs-html-bg.jpg) left top #333;
	background: url(images/login-BG.jpg);
	height: 100%;
}

body {
	background: url(myrs-body-bg.jpg) center top no-repeat;
	background: url(images/login-BG.jpg);
	height: 100%;
}

#myrs-container {
	background: none;
	min-width: 0;
}

#myrs-header,
#myrs-torso {
	width: 400px;
	margin: 0 auto;
}

#myrs-logo {
	background: url(vpix-tour-manager.png) top left no-repeat;
	width: 153px;
	height: 38px;
		width:225px;
		height:50px;
	margin-left: 10px;
}

#myrs-logo a {
	padding-top: 38px;
	text-decoration:none;
	text-indent:-9999999px;
}

#myrs-torso {
	padding: 0;
	margin-top: 0;
	position: relative;
	z-index: 999;
}

#myrs-page {
	margin-top: 0;
}

#myrs-main {
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,1);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,1);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,1);

}

#myrs-links {
	font-size: 1.2em;
}

#myrs-links div {
	margin-left: 10px;
	margin-right: 10px;
}

* html #myrs-links div {
	margin-left: 5px;
	margin-right: 5px;
}

#myrs-links img {
	vertical-align: text-bottom;
	margin-right: 0.5em;
}

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

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

#myrs-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: none;
}
#button-index {
    background: url("submitOrange-button.png") no-repeat scroll center top transparent;
    border: medium none;
    color: #D5D5D5;
    height: 40px;
    outline: medium none;
    width: 140px;
}

/* Dev Mode */

#myrs-dev {
	margin-top: 2em;
}