@charset "UTF-8";
/* 


*/


body {

	font-family: Arial, sans-serif;
	font-size:11px;
	color:#393939;
	padding:0px;
	margin:0px;
}

a {
	text-decoration:underline;
	color:#999;
}

a:hover {
	text-decoration:underline;
	color:#000;
}

a.learnMore {
	color:#737174;
	font-size:12px;
	text-decoration:underline;
}

a.learnMore:hover {
	color:#000;
	font-size:12px;
	text-decoration:underline;
}

a.learnMore.small {
	font-size:9px;
}

a.clear {
	color:#1f1f1f;
	font-size:10px;
	text-decoration:underline;
}

h1 {
	margin:0px;
	padding:0px;
	height:0px;
	width:0px;
	text-indent:-999px;
	overflow:hidden;
	display:none;

}

h2 {
	margin:0px;
	padding:0px;
	font-size:15px;
	line-height:18px;
	margin-bottom:0px;
	text-align:left;
	color:#666;
	padding:16px;
	
}



p {
	margin:0px;
	padding:0px;
	padding-right:40px;
	margin-bottom:14px;
}

p.paddingLeft {
	padding-left:15px;
}

div {
	margin:0px;
	padding:0px;
}

input {

}

input.hint {

}

input.code {
	border:none;
	height:42px;
	width:412px;
	margin:2px;
	
}

a.button {
	height:17px;
	width:100px;
	border:1px solid #CCC;
	display:block;
	padding-left:8px;
	float:right;
}

a.button.wide {
	width:120px;
}


a.button.dark {
	background-color:#AAA;
	font-size:11px;
	color:#FFFFFF;
	line-height:16px;
}

a.button.purple:hover {
	border-color:#333333
}

a.button.dark:hover {
	border-color:#333333
}

a.button.grey {
	background-color:#e1e0e0;
	font-size:11px;
	color:#7a7a7a;
	line-height:16px;
}

a.button.grey:hover {
	color:#666;
	border-color:#666;
	text-decoration:none;
}

/* NEW BUTTONS */

a.roundedButton.grey{
	background: transparent url(../../images/login/button-grey-end-left.gif) no-repeat top left;
	display: block;
	float: right;
	font-size:14px;
	color:#666;
	line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 31px; /* Height of button background height */
	padding-left: 21px; /* Width of left menu image */
	text-decoration: none;
}

a.roundedButton.grey span{
	background: transparent url(../../images/login/button-grey-end-right.gif) no-repeat top right;
	display: block;
	padding: 4px 20px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
	height:31px;
	line-height:23px;
	
}

.roundedButton.green{
	background: transparent url(../../images/login/button-green-end-left.gif) no-repeat top left;
	display: block;
	float: right;
	font-size:14px;
	color:#FFF;
	line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 31px; /* Height of button background height */
	padding-left: 21px; /* Width of left menu image */
	text-decoration: none;
}

    .roundedButton.green span{
        background: transparent url(../../images/login/button-green-end-right.gif) no-repeat top right;
        display: block;
        padding: 4px 20px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
        height:31px;
        line-height:23px;
    }


.roundedButton:hover span{ /* Hover state CSS */
	color: #333;
}


#lang_selector {
	padding-right:20px;
	font-size:10px;
}


/* GREY BOX */

.greyBox {
	margin-top:4px;
	margin-left:16px;
	background:transparent url(../../images/login/box-bg.gif) top left repeat-x;
}


.greyBox.left {
	width:344px;
	
}

.greyBox .mid {

}

.greyBox .mid a.specialLink {
	display:block;
	font-size:14px;
	color:#666666;
}

.greyBox .mid a.specialLink:hover {
	color:#000000;
}

.greyBox .mid a.specialLink.current {
	color:#AAA;
}


.greyBox.right {
	width:502px;
	float:right;
	margin-right:18px;
}



.greyBox .divider {
	background-color:#f8f8f8;
	height:1px;
	width:267px;
	position:relative;
	clear:both;
	margin:21px 0px 21px 0px;
}

.buttonWrapper {
	clear:both;
	width:150px;
	float:right;
}

.buttonWrapper.short{
	width:100px;
}

.row {
	height:30px;
	line-height:30px;

	padding:0px 16px 0px 16px;
	clear:both;
	margin-bottom:5px;
}

.row .button {
	width:120px;

}

.row.large {
	line-height:56px;
	height:56px;
	margin-bottom:0px;
}


.row .label {
	display:block;
	float:left;
}

.row .label .large {
	display:block;
	float:left;
}

.row input {
	padding-top:5px;
	float:right;

}

input.short {
	width:200px;
	font-size:14px;
	color:#999999;
	letter-spacing:1px;
	float:right;

}

input.wide {

	
	width:350px;
	font-size:22px;
	color:#999999;
	letter-spacing:1px;

}

#loginLinks {
	width:354px;
	margin-left:116px;
	margin-top:-22px;
}

#loginLinks div {
	display:inline;
}

input.checkbox {
	display:inline;
	background-color:#CCCCCC;
	float:none;
	
}

.divTable {
	border:1px solid #f0eef0;
	width:462px;
	margin-left:14px;
}

.divTable .row {
	height:38px;
	line-height:38px;
	width:inherit;
}



.divTable .row .code{
	display:block;
	float:left;
	padding-left:14px;
}

.divTable .row .button{
	margin:7px;
	margin-top:9px;
}

.divTable .row.odd {
	background-color:#fcfcfc;
}

.divTable .row.even {
	background-color:#f5f5f5
}

table.goodTable,
table.goodTable.tr,
table.goodTable.td {
	border:0px solid none;
}

table#solutions {
	background:#f0f0f0 url(../../images/login/bg-solutions-slanty.gif) top left repeat;

}

table#solutions a{
	color:#666;
	text-decoration:none;
	
}


table#solutions a:hover{
	color:#000;
	text-decoration:underline;
	
}


table#solutions td {
	border:none;
	padding:0px;
	margin:0px;
}

table#solutions tr#solutionsTop {
	
}

table#solutions tr#solutionsTop td{
	height:12px;
	
}

table#solutions tr td#solutionsLeft {
	background:transparent url(../../images/login/solutions-lonergps.gif) 20px 0px no-repeat;
	height:200px;
}

table#solutions tr td#solutionsRight {
	background:transparent url(../../images/login/solutions-lonermobile.gif) 10px 0px no-repeat;
	height:200px;
}


table#solutions a.learnMore {
	display:block;
	width:90px;
	height:23px;
	line-height:23px;
	text-align:center;
	color:#333333;
	font-size:10px;
	background:transparent url(../../images/login/bg-button-solutions-learnmore.gif) top center no-repeat;
	text-decoration:none;
	margin-right:25px;
	margin-top:15px;
}

table#solutions a.learnMore:hover {
	text-decoration:underline;
	color:#000000;
	 
}

.td {
	display:block;
	float:left;
	padding-right:14px;
	width:50px;
}

.row {

}

.lightGrey {
	color:#676768;
}

.darkGrey {
	color:#737174;
}

.black {
	color:
	#1f1f1f;
}

.purple {
	color:#154a22;
}

.small {
	font-size:8px;
}

.tiny {
	font-size:7px;
	letter-spacing:1px;
}

.indent {
	margin-left:33px;
}

.indentMore {
	margin-left:44px;
}

.indentLess {
	margin-left:21px;
	padding-right:14px;
}

p.indentLess {
	padding-right:14px;
}

.indentRight {
	padding-right:35px;
}

.right {
	float:right;
}

.left {
	float:left;
}

.clear {
	clear:both;
}

.large {
	font-size:13px;
}

.topSuck21 {
	margin-top:-21px;
}

.paddingBottom100 {
	padding-bottom:100px;
}

.paddingBottom150 {
	padding-bottom:150px;
}

.paddingRight14 {
	margin-right:14px;
}

.paddingRight24 {
	margin-right:24px;
}

.paddingRight28 {
	margin-right:28px;
}


.paddingRight40 {
	margin-right:40px;
}

.formLinks {
	line-height:15px;
}


.noBG{
	background:none;
}
