/*
    Copyright (c) 2006 rPath, Inc
    All rights reserved
*/

/*  basic styles  */
body {
	background-color:#8ea6cb;
	/*background-color:#5d82b7;*/
	margin: 0px;
}

a:link { color:#5281c5; text-decoration:underline; }
a:hover { color:#5281c5; text-decoration:underline; }
a:active { color:#5281c5; text-decoration:underline; }
a:visited { color:#5281c5; text-decoration:underline; }

a.button-link:link { color:#ffffff; text-decoration:none; }
a.button-link:hover { color:#ffffff; text-decoration:none; }
a.button-link:active { color:#ffffff; text-decoration:none; }
a.button-link:visited { color:#ffffff; text-decoration:none; }

a.next-link:link { color:#5281c5; font-family: arial; font-size: 16px;  font-weight: bold; text-decoration:none; }
a.next-link:hover { color:#5281c5; font-family: arial; font-size: 16px;  font-weight: bold; text-decoration:underline; }
a.next-link:active { color:#5281c5; font-family: arial; font-size: 16px;  font-weight: bold; text-decoration:none; }
a.next-link:visited { color:#5281c5; font-family: arial; font-size: 16px;  font-weight: bold; text-decoration:none; }

a.next-link-disabled:link { color: #bbbbbb; font-family: arial; font-size: 16px;  font-weight: bold; text-decoration:none; }
a.next-link-disabled:hover { color:#bbbbbb; font-family: arial; font-size: 16px;  font-weight: bold; text-decoration:none; }
a.next-link-disabled:active { color:#bbbbbb; font-family: arial; font-size: 16px;  font-weight: bold; text-decoration:none; }
a.next-link-disabled:visited { color:#bbbbbb; font-family: arial; font-size: 16px;  font-weight: bold; text-decoration:none; }

a.prev-link:link { color:#5281c5; font-family: arial; font-size: 16px;  font-weight: bold; text-decoration:none; }
a.prev-link:hover { color:#5281c5; font-family: arial; font-size: 16px;  font-weight: bold; text-decoration:underline; }
a.prev-link:active { color:#5281c5; font-family: arial; font-size: 16px;  font-weight: bold; text-decoration:none; }
a.prev-link:visited { color:#5281c5; font-family: arial; font-size: 16px;  font-weight: bold; text-decoration:none; }

a.start-link:link { color:#5281c5; font-family: arial; font-size: 16px; font-weight: bold; text-decoration:none; }
a.start-link:hover { color:#5281c5; font-family: arial; font-size: 16px; font-weight: bold; text-decoration:underline; }
a.start-link:active { color:#5281c5; font-family: arial; font-size: 16px; font-weight: bold; text-decoration:none; }
a.start-link:visited { color:#5281c5; font-family: arial; font-size: 16px; font-weight: bold; text-decoration:none; }

p {
	margin-top:10px;
	margin-bottom:10px;
	padding-right: 5px;
}

pre {
	margin: 5px 65px 15px 20px;
	padding: 10px 10px 0px 20px;
	color: #666666;
	font-weight: normal;
	font-size: 12px;
	border: 1px solid #bbbbbb;
	background: #fafafa;
}

ol {
	margin-top: 11px;
	margin-bottom: 11px;
}

ul {
	margin: 11px 0 11px 18px;
	padding: 0 0 0 0;
}

.bold {
	font-weight: bold;
}

.emphasis {
	font-weight: bold;
}

.deemphasis {
	color: #888888;
	font-weight: normal;
}

.indent {
	margin-left: 20px;
}

.indent_more {
	margin-left: 46px;
}

.contact_indent {
	margin: 5px 0 5px 20px;
}

.contact_indent_more {
	margin:  5px 0 150px 46px;
}

.space_after {
	padding-bottom: 20px;
}

.division {
	margin-top:20px;
	margin-bottom:10px;
	padding-right: 5px;
}

.division {
	margin-top:5px;
	margin-bottom:10px;
	padding-right: 5px;
}

.banner {
	width: 100%;
	height: 112px;
	background: #293d82 url(../images/banner_bg.gif) no-repeat top left;
	text-align:center;
}

/*  page components  */

.bannertop {
	width: 100%;
	height: 112px;
	background: #293d82 url(../images/banner_bg.gif) no-repeat top left;
}


.page {
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	font-family: verdana;
	font-size: 11px;
	
}

.titlebar {
	margin-left: auto;
	margin-right: auto;
	padding: 8px 14px 0 0;
	width: 726px;
	height: 22px;
	background: #293d82 url(../images/titlebar.gif);
	color: #ffffff;
	font-family: arial;
	font-weight: bold;
	font-size: 11px;
	text-align: right;
	letter-spacing: 0.1em;
}

.content {
	margin: 0 0 0 0;
	padding: 20px 0px 0px 20px;
	width: 720px;
	min-height: 200px;
	background: #ffffff url(../images/page_bg.gif) no-repeat left;
}

.menu {
	float: left;
	width: 207px;
	min-height: 528px;
	background: #ecf1fa url(../images/menu_bg.png) repeat-y;
}

.menu_item {
        width: 170px;
        line-height: 2em;
        background: #ecf1fa;
        color: #000000;
        font-weight: normal;
        border-bottom: 1px solid #e4e9f2;
        padding: 2px 10px 0 20px;
        cursor: pointer;
}

.menu_item:hover {
        background: #f7f9fd;
}

.menu_item_selected {
        width: 170px;
        line-height: 2em;
        background: #f7f9fd url(../images/selected_arrow.gif) no-repeat;
        color: #ffc323;
        font-weight: bold;
        border-bottom: 1px solid #e4e9f2;
        padding: 2px 10px 0 20px;
}

.menu_item_disabled {
        width: 170px;
        line-height: 2em;
        background: #ecf1fa;
        color: #999999;
        font-weight: normal;
        border-bottom: 1px solid #e4e9f2;
        padding: 2px 10px 0 20px;
}

.menu_item_hidden {
        display: none;
}

.tour_title {
	background: #5280c4;
	color: #ffffff;
	padding: 6px 0 0 0;
	width: 200px;
	text-align: center;
	font-size: 16px;
	font-family: arial;
	font-weight: bold;
	height: 24px;
}

.tour_buttons {
	background: url(../images/menu_shadow.png) no-repeat;
	height:3px;
	width: 200px;
}

.powered_by {
	width: 200px;
	height: 26px;
	background: url(../images/logo_powered_by_rpath.gif) no-repeat center;
	position:absolute;
	top: 626px;
}

#button_prev {
	float: left;
}

#button_next {
	float: right;
}

#step_content {
	margin-left: 210px;
	margin-right: 0px;
	width: 488px;
	min-height: 521px;
	padding: 7px 0px 0 8px;
	color: #333333;
	line-height: 16px;
}

.button_submit {
	cursor: pointer;
}

.arrow_next {
	border: 0px; 
	padding: 3px 0 0 0; 
	vertical-align: middle;
}

.arrow_prev {
	border: 0px; 
	padding: 3px 0 0 0; 
	vertical-align: middle;
}

.step_title {
	font-size: 17px;
	font-family: arial;
	font-weight: bold;
}

.step_detail {
}

.sub_title {
	font-size: 11px;
	font-weight: bold;
}
	
.button_image {
	margin:5px 0 5px 25px;
	border:0px;
}

.button_player {
	margin:5px 0 10px 0;
	border:0px;
}

.next_div {
	text-align: right;
	width: 488px;
}

.next_w_note {
	text-align:right;
	height: 26px;
}

.prev_span {
        float: left;
}

.note {
	border-top: 1px solid #cdd7e5;
	background: #f5f5f5;
	padding: 4px 10px 2px 10px;
	margin-right: 0px;
	margin-top: 10px;
	color: #000000;
	line-height: normal;
}

.note_white {
	border-top: 1px solid #d4ddec;
	background: #ffffff;
	padding: 0px 10px 06px 0px;
	margin-top: 10px;
	margin-right: 0px;
	color: #333333;
}

.footer {
	width: 737px;
	height: 32px;
	color: #d9e2f1;
	background: url(../images/footer.gif) no-repeat;
	font-family: verdana;
	font-size: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 24px 0 0 3px;
}

.bottom {
}

/* step specific formatting */

.single_player_selection {
	width: 480px;
	text-align: center;
	color: #666666;
	border:0px;
}

.double_player_selection {
	width: 200px;
	text-align: center;
	color: #666666;
	border:0px;
}

.text_input {
	margin-left: 5px;
	margin-top: 10px;
	width: 150px;
	border: 1px solid #7f9db9;
}

.inline_image {
	margin-right: 8px;
}

.signin_label {
	padding: 0 10px 0 20px;
	text-align: left;
	font-weight: bold;
}

.signin_value {

}

.form_referral {
	padding: 10px 20px 0 20px;
}

.form_spacer {
	padding: 10px 0 0 0;
}

.form_label {
	vertical-align: top;
	padding-right: 10px;
}

.form_field {
	vertical-align: top;
	padding-bottom: 4px;
}

.text_input {
	margin: 0 0 0 0;
	padding: 2px 2px 2px 2px;
	width: 220px;
	font-family: verdana;
	font-size: 11px;
}

.message_input {
	margin: 0 0 0 0;
	padding: 3px 2px 3px 2px;
	width: 320px;
	font-family: verdana;
	font-size: 11px;
}

#vmware {
	margin: 0 0 0 10px;
	float: left;
}

#ec2 {
	margin: 0 30px 0 0;
	float: right;
}

#ec2_only {
	margin: 30px 0 0 0;
}

#components {
	margin: 17px 8px 10px 0;
	text-align: center;
}

#appliance {
	margin: 15px 8px 0px 0;
	text-align: center;
	height: 75px;
}

#ec2LaunchStatusList {
         list-style-type: none;
         line-height: 2em;
	padding-left: 12px;
}

#ec2LaunchStatusList li {
	padding: 0 0 0 22px;
}

.currentState {
        font-weight: bold;
	background: url(../images/wait.gif) left center no-repeat;
}

.completedState {
	font-weight: normal;
	background: url(../images/check.gif) left center no-repeat;
}

#ec2address {
        font-family: courier;
        font-size: 10pt;
}

.error {
        color: #ff0000;
        font-weight: bold;
}

#startButtonImage {
        cursor: pointer;
}

