
/*****************************************************
* Frontend
*****************************************************/

body {
    background-color: #C3DAE7;
}


#wrapper {
	background: #C3DAE7 url(../images/login/bg-front.jpg) repeat-x; 
	padding: 0 0 70px 0;
}

#container_front {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 950px;
/*    background: #fff;*/
}

	#header_front {
	    display: block;
	    height: 120px;
	    padding: 30px 0 0 0;
	    background: url(../images/login/header-950px.gif) no-repeat;
	}

		#header_front h2 {
	        display: block;
	        height: 75px;
	        text-indent: -7777px;
	        background-repeat: no-repeat;
	        background-position: center top;
	    }

        #header_front h3 {
            color: #777;
            font-size: 12px;
            font-weight: normal;
            line-height: 100%;
			text-align: center;
        }

	div.content_front {
       display: block;
        position: relative;
        padding: 5px 15px 0 15px;
		background: url(../images/login/bg-content_950px.png) repeat-y;
		zoom: 1;
    }

	div.content_front .column_left {
		text-align: left;
		width: 675px;
		margin-left: 10px;
		float: left;
	}

	div.content_front .column_right {
		text-align: left;
		width: 200px;
		float: right;
		margin-right: 10px;
	}
	
		div.content_front .column_right h3,
		div.content_front .column_right p {
			padding: 0 13px;
		}
		
		div.content_front .column_right h3 {
			margin: 0 0 1em 0;
			font: bold 14px Helvetica, Arial, Verdana, sans-serif;
			color: #555;
		}
	
		div.content_front .column_right p {
			font-size: 12px;
			color: #999;
			line-height: 150%;
			margin: 0 0 1em 0;
		}
	
	div.content_front .column_right_section {
		background: #e9e9e9 url(/_assets/_graphics/_frontend/column-right_top.gif) no-repeat;
		padding: 15px 0 0 0;
		margin: 0 0 20px 0;
	}
	div.content_front .column_right_section.add_blue {
		background: #e2f0f9 url(/_assets/_graphics/_frontend/column-right_top_blue.gif) no-repeat;
	}

	div.content_front .column_right_bottom {
		background: #e9e9e9 url(/_assets/_graphics/_frontend/column-right_bottom.gif) bottom;
		display: block;
		height: 10px;
	}
	div.content_front .column_right_section.add_blue .column_right_bottom {
		background: #e2f0f9 url(/_assets/_graphics/_frontend/column-right_bottom_blue.gif) no-repeat bottom;
	}
	
	#help_nav ul,
	#about_nav ul {
		border-top: solid 1px #d9d9d9;
		margin: 0 10px 5px 10px;
	}
		#help_nav ul li,
		#about_nav ul li {
			position: relative;
			border-bottom: solid 1px #d9d9d9;
			display: block;
			margin: 0;
			padding: 0;
			font-size: 12px;
		}
		#help_nav ul li.odd,
		#about_nav ul li.odd {
			background: #f0f0f0;
		}
		
			#help_nav ul li a,
			#help_nav ul li a:visited,
			#about_nav ul li a,
			#about_nav ul li a:visited {
				display: block;
				padding: .5em;
				border: 0;
			}
			#help_nav ul li.odd a,
			#help_nav ul li.odd a:visited,
			#about_nav ul li.odd a,
			#about_nav ul li.odd a:visited {
				color: #999;
			}
			
			#help_nav ul li a.bug,
			#help_nav ul li a.bug:visited,
			#about_nav ul li a.bug,
			#about_nav ul li a.bug:visited {
				color: #d9004e;
			}
			#help_nav ul li a.bug:hover,
			#about_nav ul li a.bug:hover {
				color: #333;
			}
			
			#help_nav select {
				font: normal 12px "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
				color: #999;
				margin: 0 .5em 1em .5em;
				padding: 3px;
				width: 170px;
				border-color: #c3c3c3;
			}

	div.content_end_front {
        display: block;
        height: 75px;
        text-align: right;
    }

	div.content_end_front[class] {
		background: url(/_assets/_graphics/_frontend/bg-content_end_950px.png) no-repeat;
    }


	div.blue_box {
        padding: 20px 20px 0 20px;
        text-align: left;
        background: url(../images/login/bg-blue_575px.gif) no-repeat;
    }

    div.blue_box_end {
        height: 15px;
        background: url(/_assets/_graphics/_frontend/bg-blue_575px.gif) no-repeat left bottom;
    }

        form .blue_box dl {
            padding: 5px 0 0 0;
            line-height: 100%;
            font-size: 12px;
            color: #000;
			border: none;
			margin: 0;
			background: none;
        }

            form .blue_box dl dt {
                float: left;
                width: 140px;
                padding: 15px 0 0 0;
				margin: 0;
				text-align: left;
				
            }
			form .blue_box dl dd {
                 float: left;
                 position: relative;
                 width: 365px;
                 padding: 0;
				 margin: 0;
             }

			span.virb_url {
                font: bold 21px Helvetica, Arial, Verdana, sans-serif;
                letter-spacing: -1px;
                line-height: 150%;
            }

           .content_end_front span {
               float: left;
               font-size: 12px;
               margin: 25px 0 0 15px;
			   color:#F00;
           }

               .content_end_front span a,
               .content_end_front span a:visited {
                   color: #999;
                   border: 0;
                   padding: 2px 0 2px 8px;
                   background: url(/_assets/_graphics/_icons/form-arrow_tip.gif) no-repeat left 6px;
               }
               .content_end_front span a:hover {
                   color: #333;
               }






/*****************************************************
* Login
*****************************************************/

#bug_report_overlay form .submit {
    bottom: -13px;
    margin: 0pt;
    padding: 0pt;
    position: absolute;
    right: 55px;
}

#container_front { width: 575px; }

#header_front {
	background: url(../images/login/header-575px.gif) no-repeat;
	height: 115px;
}

#header_front h2 { background-image: url(../images/login/h2-login.jpg); }

div.content_front { background: url(../images/login/bg-content_575px.png) repeat-y; }

.login div.content_end_front[class] { background: url(../images/login/bg-content_end_575px.png) no-repeat; }

#container_front.login form {
	padding: 0;
	position: relative;
}

form .blue_box dl dt.openid {
	background: url(/_assets/_graphics/_icons/icn-openId-small-logo.png) no-repeat left 12px;
	padding: 15px 0 15px 23px;
	width: 117px;
}

form .blue_box dl dd.password {
	position: relative;
	text-align: right;
}
	form dd.password span.input {
		padding-right: 10px;
	}

form input#login_password {
    position: absolute;
    width: 200px;
    top: 5px;
    left: 5px;
}

form input#signup_button {
	    width: auto;
	    margin: 0;
		right: 15px;
		bottom: 25px;
		position: absolute;
		z-index: 100;
}

form input.text {
    width: 343px;
	font: bold 18px Helvetica, Arial, Verdana, sans-serif;
	letter-spacing: -1px;
	vertical-align: bottom;
}

form p.highlight {
	margin: 0 0 15px 0;
}

	strong.highlight_yes,
	strong.highlight_no {
		padding: 3px;
		line-height: 18px;
		background: #d90063;
		color: #fff;
		font-weight: normal;
	}


/*******************************************
Multiple Logins
*******************************************/

.custom_message_wrap.multiple_logins .custom_message {
	width: 440px;
	background: url(/_assets/_graphics/_hub/bg-confirm_overlay_top.png) no-repeat;
	
}
	.custom_message_wrap.multiple_logins .custom_message_content {
		background: url(/_assets/_graphics/_hub/bg-confirm_overlay_repeat.png) repeat-y;	
	}
	.custom_message_wrap.multiple_logins .custom_message_bottom {
		background: url(/_assets/_graphics/_hub/bg-confirm_overlay_bottom.png) no-repeat;
	}
	
	.custom_message_wrap.multiple_logins h4 {
		font: bold 24px Helvetica, Arial, Tahoma, Verdana, sans-serif;
		color: #333;
		letter-spacing: -1px;
		line-height: 100%;
		text-indent: 0;
		background: none;
	}
	
	.custom_message_wrap.multiple_logins p {
		font-size: 12px;
		line-height: 150%;
		margin: 10px 0 15px 0;
	}
	
	.custom_message_wrap.multiple_logins ul {
		border-top: 1px solid #ccc;
		height: 210px;
		overflow: auto;
	}
	
		.custom_message_wrap.multiple_logins ul li {
			border-bottom: 1px solid #e3e3e3;
			font: bold 14px/110% Helvetica, Arial, Verdana, sans-serif;
		}
		
			.custom_message_wrap.multiple_logins ul li a,
			.custom_message_wrap.multiple_logins ul li a:visited {
				border: 0;
				display: block;
				padding: 6px 10px 7px 10px;
				height: 16px;
				background: #fff;
			}
			.custom_message_wrap.multiple_logins ul li.alt a,
			.custom_message_wrap.multiple_logins ul li.alt a:visited {
				background: none;
			}
			
			
			
			#loading_image {
				position: absolute;
				right: 5px;
				top: 10px;
				display: none;
			}