/* this file contains a few styles copied from main_frame.css and modified to be used standalone */

body {
	font-family: Helvetica, Arial, sans-serif; font-weight:400; font-stretch: normal;
	color: #555;
	font-size: 13px;
}

a {
	font-weight: bold;
	color: #0ae;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


/* styles when you're not logged in: */

#loginExt {
	display: none;
}

.loginWrapper {
	width: 510px;
	background: #FFF;
	display: block;
	position: relative;
	-moz-box-shadow: 0 10px 10px 0 #000;
	-webkit-box-shadow: 0 10px 10px 0 #000;
	box-shadow: 0 10px 10px 0 #000;
	font-size: 12px;
	margin-top: 3px;
}

.loginWrapper label {
	display: block;
	margin-bottom: 3px;
}

.loginWrapper input[type=text], .loginWrapper input[type=password] {
	line-height: 22px;
	min-height: 22px;
	border-radius: 4px;
	border-width: 2px;
	text-indent: 5px;
}
.loginWrapper #loginok {
	display: block;
	margin-top: 10px;
}
.loginWrapper #loginform {
	padding: 15px;
}
.loginWrapper .fb {
	color: #fff;
	padding-top: 5px;
	display: inline-block;
}
.loginWrapper .fb img {
	display: inline-block;
	vertical-align: top;
}
.loginWrapper .fb span {
	display: inline-block;
	padding: 7px 11px 0 11px;
	height: 21px;
	background-color: #009ee3;
	border-radius: 0px 6px 6px 0px;
	border-width: 2px 2px 2px 1px;
	border-style: solid;
	border-color: #34b2e9 #0094d4 #0094d4 #34b2e9;
}

.loginWrapper .fb:hover span {
	text-decoration: underline;
}

.loginWrapper .hide {
 display: none !important;
}

.amigo {
	position: absolute;
	top: -6px;
	right: 10px;
}


/* WIDELY RE-USED CLASSES */

.btn1ajax, .btn1link {
	cursor: pointer;
	display: inline-block;
	padding: 5px 6px;
	text-transform: uppercase;
	font-family: "Helvetica Neue", 'TeXGyreHerosBold', arial;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	border-radius: 6px;
	background-color: #009ee3;
/*	Multiple background images don't work in IE8
	background-image: url('/lay/redesign/btnbg1.png'), url('/lay/redesign/btnbg2.png');
	background-position: top left, bottom right;*/
	background-image: url('/lay/redesign/btnbg.png');
	background-position: top left;
	background-repeat: no-repeat;
	border-width: 2px;
	border-style: solid;
	border-color: #34b2e9 #0094d4 #0094d4 #34b2e9;
}
.btn1ajax:hover, .btn1link:hover {
	border-color: #54c9f4 #0094d4 #0094d4 #54c9f4;
	background-color: #34b2e9;
	background-image: none;
}
.btn1link:hover {
	text-decoration: underline;
}


/* END WIDELY RE-USED CLASSES */
