/*
    Copyright (c) 2006 rPath, Inc
    All rights reserved
*/

/*  basic styles  */
body {
	background-color:#828282;
	/*background-color:#5d82b7;*/
	margin: 0px;
}


a:link { color:#04357B; text-decoration:underline; }
a:hover { color:#04357B; text-decoration:none; }
a:active { color:#04357B; text-decoration:underline; }
a:visited { color:#04357B; text-decoration:underline; }

a.emphasis-link:link { color:#0063af; text-decoration:none; }
a.emphasis-link:hover { color:#f37b1e; text-decoration:underline; }
a.emphasis-link:active { color:#0063af; text-decoration:none; }
a.emphasis-link:visited { color:#0063af; text-decoration:none; }

a.button-link:link { color:#0063af; text-decoration:none; border: 0px; }
a.button-link:hover { color:#f37b1e; text-decoration:none; border: 0px; }
a.button-link:active { color:#0063af; text-decoration:none; border: 0px; }
a.button-link:visited { color:#0063af; text-decoration:none; border: 0px; }

a.next-link:link { color:#333; font-size: 11px;  font-weight: bold; text-decoration:none; }
a.next-link:hover { color:#04357B; font-size: 11px;  font-weight: bold; text-decoration:none; }
a.next-link:active { color:#333; font-size: 11px;  font-weight: bold; text-decoration:none; }
a.next-link:visited { color:#333; font-size: 11px;  font-weight: bold; text-decoration:none; }

a.next-link-disabled:link { color: #999; font-size: 11px;  font-weight: bold; text-decoration:none;  cursor:default;}
a.next-link-disabled:hover { color:#999; font-size: 11px;  font-weight: bold; text-decoration:none;  cursor:default;}
a.next-link-disabled:active { color:#999; font-size: 11px;  font-weight: bold; text-decoration:none;  cursor:default;}
a.next-link-disabled:visited { color:#999; font-size: 11px;  font-weight: bold; text-decoration:none;  cursor:default;}

a.prev-link:link { color:#333; font-size: 11px;  font-weight: bold; text-decoration:none; }
a.prev-link:hover { color:#04357B; font-size: 11px;  font-weight: bold; text-decoration:none; }
a.prev-link:active { color:#333; font-size: 11px;  font-weight: bold; text-decoration:none; }
a.prev-link:visited { color:#333; font-size: 11px;  font-weight: bold; text-decoration:none; }

a.start-link:link { color:#0063af; font-size: 13px; font-weight: bold; text-decoration:none; }
a.start-link:hover { color:#5281c5; font-size: 13px; font-weight: bold; text-decoration:underline; }
a.start-link:active { color:#0063af; font-size: 13px; font-weight: bold; text-decoration:none; }
a.start-link:visited { color:#0063af; font-size: 13px; font-weight: bold; text-decoration:none; }

p {
	margin-top:10px;
	margin-bottom:10px;
	padding-right: 5px;
    line-height: 14px;
}

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

h2 {
    padding-top: 12px;
    font-size: 12px;
    font-weight: bold;
}

.bold {
	font-weight: bold;
}

.emphasis {
	font-weight: bold;
}

.deemphasis {
	color: #888888;
	font-weight: normal;
}

.indent {
	padding-left: 20px;
}

.error_indent {
	margin-left: 44px;
}

.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:5px;
	margin-bottom:10px;
	padding-right: 5px;
}

.outer_div {
    top: 0px;
    background-color: #e3e3e3;
    padding: 10px 15px 15px 15px;
    width: 946px !important;
    width: 976px;
    margin-left: auto;
    margin-right: auto;
}

.banner {
	height: 68px;
    width: 946px !important;
    width: 916px;
    background-color: #fff;
    margin-bottom: 8px;
    background: #fff url(../images/logo_sap.png) bottom right no-repeat;
}

.banner_logo {
    width: 230px;
    float: left;
}

/*  page components  */

.page {
	width: 945px;
	margin-left: auto;
	margin-right: auto;
    background: url(../images/page_bg.jpg) top left repeat-y;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
    line-height:14px;
    color: #333;
}

.titlebar {
	padding: 31px 35px 0 20px;
    width: 735px;
    height: 22px;
	color: #6d6d6d;
	font-family: arial black, helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	text-align: left;
    text-transform:uppercase;
    letter-spacing: -0.025em;
}

#time_left {
    font-family: arial, helvetica, sans-serif;
    font-weight: normal;
    color: #333;
    font-size: 11px;
    padding-left: 10px;
}

.content {
	margin: 0 0 0 0;
	padding: 10px 0px 10px 0px;
	/*width: 740px;*/
	min-height: 200px;
    background: url(../images/content_header.png) top left no-repeat;
}

.menu {
	float: left;
	width: 230px !important;
    width: 222px;
    padding-left: 8px;
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
}

.menu_item {
    background-color: #d2d2d2;
    color: #333;
    font-weight: normal;
    padding: 5px 0px 5px 8px;
    margin-bottom: 1px;
    cursor: pointer;
    width: 214px;
}

.menu_item:hover {
    background-color: #d2d2d2;
    color: #333;
    text-decoration: underline;
    padding: 5px 0px 5px 8px;
    margin-bottom: 1px;
    cursor: pointer;
    width: 214px;
}

.menu_item_selected {
    background-color: #fff;
    color: #333;
    font-weight: normal;
    padding: 5px 0px 5px 8px;
    margin-bottom: 1px;
    width: 214px;
}

.menu_item_disabled {
    background-color: #d2d2d2;
    color: #7f7f7f;
    font-weight: normal;
    padding: 5px 0px 5px 8px;
    margin-bottom: 1px;
    width: 214px;
}

.menu_item_hidden {
    display: none;
    padding: 5px 0px 5px 8px;
    margin-bottom: 1px;
    width: 214px;
}

.tour_title {
	color: #fff;
	padding: 0px 10px 11px 0px;
	width: 200px;
    height: 12px;
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
    text-align: center;
}

.resource_hdr {
    background-color: #abaead;
    padding-left: 36px;
    padding-bottom: 8px;
    padding-top: 2px;
    color: #fff;
}

.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: 250px;
	width: 478px;
	/*width: 568px;*/
	min-height: 521px;
	padding: 14px 0px 0 0px;
	color: #333333;
	line-height: 16px;
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
}

.button_submit {
	cursor: pointer;
}

.arrow_next {
	border: 0px; 
	vertical-align: middle;
    padding-left: 4px;
}

.arrow_prev {
	border: 0px; 
	vertical-align: middle;
    padding-right: 0px;
}

.step_title {
	color:#efab00;
	font-size:18px;
	font-weight: bold;
    padding-top: 2px;
    padding-bottom: 15px;
    font-family: arial black, arial, sans-serif;
    text-transform:uppercase;
    letter-spacing: -0.025em;
}

.step_detail {
}

.content_title {
	font-size:12px;
	font-weight: bold;
	color: #333;
#	border-bottom: 1px solid #333;
	margin:10px 0px 10px 0px;
	padding: 10px 0px 5px 0px;
}

.sub_title {
	font-size: 11px;
	font-weight: bold;
    padding: 6px 0 6px 0;
}
	
.button_image {
	margin:5px 0 5px 25px;
	border:0px;
}

.button_player {
	margin:5px 0 6px 0;
	border:0px;
}

.next_div_start {
	text-align: right;
    height: 24px;
}

.next_div {
	text-align: right;
    height: 24px;
}

.next_w_note {
	text-align:right;
	height: 24px;
}

.prev_span {
        float: left;
}

.note {
	background: #f4f7fb;
	padding: 4px 10px 2px 10px;
	margin-right: 0px;
	margin-top: 4px;
	color: #333;
	border-top: #E6EEF5 solid 1px;
}

.note_white {
	border-top: 1px solid #d4ddec;
	background: #ffffff;
	padding: 0px 10px 06px 0px;
	margin-top: 10px;
	margin-right: 0px;
	color: #333333;
}

.footer {
	width: 975px;
	height: 32px;
	color: #ffffff;
	font-family: arial;
	font-size: 11px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0 20px 0px;
}

.bottom {
    padding-top: 20px;
}

/* step specific formatting */

.single_player_selection {
	width: 480px;
	text-align: center;
	color: #666666;
	border:0px;
}

.double_player_selection {
	text-align: center;
	color: #666666;
	border:0px;
}

.inline_image {
	margin-right: 8px;
}

.inline_logo {
	margin-right: 10px;
    margin-left: 16px;
    margin-bottom: 16px;
    margin-top: 0px;
}

.signin_label {
	padding: 0 10px 0 20px;
	text-align: left;
	font-weight: bold;
}

.signin_value {

}

.error_messages {
    color: #f00;
    padding: 0 10px 10px 0;
    display: none;
}

.form_spacer {
	padding: 10px 0 0 0;
}

.form_section_spacer {
	padding: 20px 0 0 0;
}

.field_spacer {
	padding: 0 0 0 20px;
}

.form_label {
	vertical-align: top;
	padding-right: 10px;
    font-weight: normal;
    white-space: nowrap;
    color: #000;
}

.question_label {
	vertical-align: top;
	padding-right: 10px;
    font-weight: bold;
    color: #444;
}

.question_row {
	padding-top: 14px;
}

.question_field {
	vertical-align: top;
	padding-left: 0px;
    font-weight: normal;
    color: #000;
}

.question_response {
    padding-top: 6px;
    vertical-align: top;
    white-space: nowrap;
}

.question_response_2 {
    padding-top: 6px;
    width: 230px;
    vertical-align: top;
    white-space: nowrap;
}

.question_response_right {
    padding-top: 6px;
    width: 40%;
    padding-leftt: 10px;
    float: left;
}

.other_field {
	padding-left: 10px;
    display: none;
}

.form_field {
	vertical-align: top;
	padding-bottom: 4px;
}

.text_input {
	margin: 0 0 0 0;
	padding: 2px 2px 2px 2px;
	width: 140px;
	font-family: verdana;
	font-size: 11px;
}

input[type='checkbox'], input.checkbox {
    vertical-align: middle;
    padding: 1px 0 1px 0;
}

select {
    font-family: verdana;
    font-size: 11px;

}

option {
    padding: 1px 0 0px 4px;
}

.message_input {
	margin: 0 0 0 0;
	padding: 3px 2px 3px 2px;
	width: 320px;
	font-family: verdana;
	font-size: 11px;
}

#citrix {
	width: 220px;
	margin: 0 0px 0 0px;
	float: left;
}

#ec2 {
	width: 220px;
	margin: 0 0px 0 0px;
	float: right;
}

#vmware {
	width: 220px;
	margin: 30px 0px 0 0px;
	float: left;
    height: 120px;
}

#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;
}

#div_test_drive {
    width: 458px;
    text-align: center;
}

.div_center {
    padding-right: 100px;
    text-align: center;
    padding-bottom: 10px;
}

#div_goto {
    padding-right: 100px;
    text-align: center;
}

#div_download {
    padding-right: 100px;
    text-align: center;
}

.download_steps {
    padding-left: 20px;
}

.download_steps ul {
    padding-left: 0px;
}

.download_steps li {
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
}

.download_steps li span.text_normal {
    font-weight: normal;
}

.download_steps li li {
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: normal;
}

.button_appliance_start {
    padding-top: 10px;
}

.button_appliance_goto {
    padding-top: 10px;
}

.button_welcome {
    padding-top: 10px;
}

#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;
}

#key_features {
    margin-top: 14px;
}

#startButtonImage {
        cursor: pointer;
}

#gotoButtonImage {
        cursor: pointer;
}

.req {
    color: red;
}

div.RightPanelModulesContainer {
    padding-top: 19px;
}
td.RightPanelModuleHeaderBg01 {
background:#F2F2F2 url(../images/RightPanelModuleHeaderBg01.jpg) no-repeat scroll 0 0;
}
td.RightPanelModuleBodyBgRepeat01 {
background:#F2F2F2 url(../images/RightPanelModuleBgRepeat01.jpg) repeat-y scroll 0 0;
}
div.RightPanelModuleContent {
padding:10px 14px 2px 12px;
}

div.RightPanelModuleContent h6 {
-x-system-font:none;
color:#444444;
font-family:Arial Black,Arial,Helvetica,sans-serif;
font-size:11px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:16px;
margin-bottom:-15px;
margin-top:0;
text-transform:uppercase;
}
div.RightPanelModuleContent p {
-x-system-font:none;
color:#666666;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:15px;
}
div.RightPanelModuleContent ul {
-x-system-font:none;
color:#666666;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:17px;
margin-bottom:25px;
margin-left:18px;
padding-left:0;
}
div.Dove li {
list-style-image:url(../images/BulletDove.gif);
margin-bottom:3px;
}

div.RightPanelModuleContent a:link { color:#04357B; text-decoration:underline; }
div.RightPanelModuleContent a:hover { color:#04357B; text-decoration:none; }
div.RightPanelModuleContent a:active { color:#04357B; text-decoration:underline; }
div.RightPanelModuleContent a:visited { color:#04357B; text-decoration:underline; }

div.Dove li a {
color:#04357B;
text-decoration:underline;
}
td.RightPanelModuleFooterBg01 {
background:#F2F2F2 url(../images/RightPanelModuleFooterBg01.jpg) no-repeat scroll 0 0;
}
td.RightPanelModuleHeaderBg02 {
background:#F2F2F2 url(../images/RightPanelModuleHeaderBg02.jpg) no-repeat scroll 0 0;
}
td.RightPanelModuleBodyBgRepeat02 {
background:#F2F2F2 url(../images/RightPanelModuleBgRepeat02.jpg) repeat-y scroll 0 0;
}
td.RightPanelModuleFooterBg02 {
background:#F2F2F2 url(../images/RightPanelModuleFooterBg02.jpg) no-repeat scroll 0 0;
}
td.ButtonGold {
-x-system-font:none;
background:#DF9C00 url(../images/ButtonBgRepeatGold.jpg) repeat-x scroll 0 0;
font-family:Tahoma,Arial,Helvetica,sans-serif;
font-size:11px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
}
div.RightPanelModuleContent td.ButtonGold a {
color:#FFFFFF;
text-decoration:none;
}
div.RightPanelModuleContent td.ButtonGold a:hover {
color:#FBE6B3;
text-decoration:none;
}

