/*
    Copy Right RedBox Recorders
*/


/* 	Login page style implementation
	---------------------------------------------------------------------------------- */
	
	
._Login {
	margin: 							0px;
    color: 								#454545;
	font-family: 						"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 							13px;
	background-color:				    #dee6e9;
    overflow:                           hidden !important;
}

._Login a:link, ._Login a:visited {
	color: 								white;
    text-decoration: 				    none;
}

._Login a:hover {
	color: 								white;
    text-decoration: 				    underline;
}

.login_CopyRight {
    text-align: 						right !important;
    position: 							absolute !important;
    vertical-align: 					middle !important;
    background-repeat: 					no-repeat !important;
    color: 							    #ffffff;
    font-size: 							13px;
    padding-right:						13px;
    right: 								13px !important;
    top: 								50px !important;
}

._Background {
	left: 								0px !important;
	position: 							absolute !important; 
	z-index: 							-50 !important; 
	height: 							100% !important;
	width: 								100% !important; 
	vertical-align:	 				    middle !important;
	background-image: 			        url(../images/background/logo.png);
	background-position: 		        center !important;
	background-repeat: 			        no-repeat !important;
}

.navTopBar {
    width:                              100%;
    height:                             70px !important;
    background-image: 			url(../../login/images/topbar/login.png);
    background-repeat: 			repeat-x !important;
}

.navTopBarBorder {
    width:                              100%;
    height:                             1px !important;
    background-image: 			url(../../login/images/topbar/border/login.png);
    background-repeat: 			repeat-x !important;
}

.navTopBar_HomeIconContainer {
    position:                           relative;
    top:                             	  	9px;
    width: 								62px !important;
    height:								53px !important;
    z-index:							15000 !important;
    background-image: 			url(../../login/images/topbar/homeicons/login.png);
    margin:								0 auto;
}


/* 	Login Page "Fields" area
	(These are the main styles that are used for the main login area of the page.)
	----------------------------------------------------------------------------------------------------------------------------------------------- */

.login_Box {
    position:                           relative;
    padding-left:                     	40px;
    top:                                50px;
    left:                               50px;
    height:                             250px;
    width:                              429px;
    background: 						url(../../login/images/loginbox/login_box.png) no-repeat;
}

.login_QuantifyLogo {
    position:                           absolute;
    top:                                30px;
    height:                             34px;
    width:                              142px;
    background:                     	url(../../login/images/loginbox/quantify_logo.png) no-repeat;
}

.login_QuantifyText {
    position:                           absolute;
    top:                                75px;
    width:                              350px;
    height:                             20px;
    font-size:                          12px;

}

.login_UsernameHeading {
    position:                           absolute;
    top:                                100px;
    left:                               40px;
    font-size:                          11px;
}

.login_UserName {
    position:                           absolute;
    top:                                115px;
    height:                             25px;
    line-height:                        25px;
	border-style:						solid;
	border-width:						1px;
	border-color:						#959499;
}

.login_PasswordHeading {
    position:                           absolute;
    top:                                150px;
    left:                               40px;
    font-size:                          11px;
}

.login_Password {
    position:                           absolute;
    top:                                165px;
    height:                             25px;
    line-height:                        25px;
	border-style:						solid;
	border-width:						1px;	
	border-color:						#959499;
}

.login_TextBox {
    width:                              344px;
    font-size:                          12px;
    height:                             19px;
    color:                              #000000;
}

.login_Button {
    position:                           absolute;
    top:                                200px;
    height:                             27px;
	min-width:                          110px;
    cursor:                             pointer;
	text-align: 						center;
}

.login_Button_Left {
	background-image:                   url(../../login/images/loginbox/login_btn_left.png);
    width:								100%;
	height:                             27px;
    background-repeat:					no-repeat !important;
    background-position:				left !important;
}

.login_Button_Centre {
	background-image:                   url(../../login/images/loginbox/login_btn.png);
    background-repeat:					repeat-x !important;
    font-size:							16px;
	height:                             27px;
    margin-left:						3px !important;
    margin-right:						4px !important;
}

.login_Button_Right {
	background-image:                   url(../../login/images/loginbox/login_btn_right.png);
    width:								100%;
	height:                             27px;
    background-repeat:					no-repeat !important;
    background-position:				right !important;
}

.login_Button_Icon {
	background-image:                   url(../../login/images/loginbox/login_btn_icon.png);
    position:                           relative;
    top:                                3px;
    left:                               4px;
    width:                              13px;
    height:                             21px;
}

.login_ButtonText {
    position:                           absolute;
    left:                               30px;
    top:                                6px;
    font-size:                          12px;
    color:                              white;
}


/* Warning Text Styles
  (These are the styles used to show the warning message)
   ------------------------------------------------------------------------------------------------------------------------------------------- */

.login_WarningHolder {
    position:                           absolute;
    top:                                180px;
    height:                             77px;
    width:                              45%;
    left:                               550px;
}

.login_WarningImage {
    height:                             77px;
    width:                              64px;
    margin-right:                       5px;
    margin-bottom:                      5px;
    float:                              left;
}

.login_WarningText {
    margin-left:                        10px;
    vertical-align:                     top;
    width:                              80%;
}


/* 	"Cookie Warning" styles
	(These are the styles that are used for the text displayed at the bottom of the login page when cookies are enabled)
	----------------------------------------------------------------------------------------------------------------------------------------------- */

.Cookie_Warning_Container {
	position:							absolute !important; 
	bottom:								5px;
	width:								100%;
}

._CookieBoxText {
	color: 								#454545;
	background-image:					url(../images/layout/cookie_middle_bg.png); 
	background-repeat:					repeat-x !important;
	font-size: 							10px;
	width:								540px;
	height:								20px;
	float:								left;
	text-align:							center;
	padding-top:						5px;
}

._CookieBoxLeft {
	background-image:					url(../images/layout/cookie_left_bg.png); 
	background-repeat:					no-repeat !important;
	width:								5px;
	height:								20px;
	float:								left;
}

._CookieBoxRight {
	background-image:					url(../images/layout/cookie_right_bg.png); 
	background-repeat:					no-repeat !important; 
	width:								5px;
	height:								20px;
	float:								left;
}

._OuterCookieBox {				
	width:								560px !important;
	margin-left:						auto !important;
	margin-right:						auto !important;
}

.navTopBar_Login {
    width:                              100%;
    height:                             70px !important;
    background-image: 					url(../../navigation/images/topbar/login.png);
    background-repeat: 					repeat-x !important;
}


/*  
	-----------------------------------------------------------------------------------------------------------------------------------------------
  	End of File:  style.css	
  	-----------------------------------------------------------------------------------------------------------------------------------------------
*/