@CHARSET "UTF-8";

@font-face {
	font-family: 'novecentowide';
	src: url('../novecentowide-bold-webfont.eot?') format('embedded-opentype');
	src: url('../myfont-webfont.eot?#iefix') format('embedded-opentype'), 
	     url('../novecentowide-bold-webfont.woff') format('woff'), 
	     url('../novecentowide-bold-webfont.ttf')  format('truetype'),
	     url('../novecentowide-bold-webfont.svg#svgFontName') format('svg');
	}

.slide_heading{
	font-family: novecentowide;
	font-size: 22px;
	color: #1faaff;
	margin: 0 0 20px 0;
}

.slide_content{
	width: 450px;
	height: 180px;
	font-size: 16px;
}

.join_in{
	width: 89px;
	height: 48px;
	background: transparent url(../images/amli/amli_join.png) no-repeat left top;
	margin: 20px 0 0 0;
}

a.sign_in, a.sign_in:link, a.sign_in:visited {
	display: block;
	color: #FFF;
	width: 90px;
	height: 47px;
	text-decoration: none;
	font-weight: bold;
	background: transparent url(../images/amli/amli_sign_in.png) no-repeat 0px 10px;
	padding: 25px 0 0 20px;
	margin: 5px 0 0 0;
}

a.sign_in:hover {
	background: transparent url(../images/amli/amli_sign_in_rollover.png) no-repeat 0px 10px;
	color: #EFEFEF;
}

a.signup_eula, a.signup_eula:link, a.signup_eula:visited {
	color: #1faaff;
	text-decoration: underline;
}

a.signup_eula:hover {
	color: #76cbff;
}

.signup-div{
	color: #1faaff;
	background-color: #d8f0fe;
	/*height: 283px;*/
	width: 420px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 20px;
}

.ami-signup-label{
	float: left;
	font-size: 16px;
	width: 125px;
	margin: 0 5px 0 0;
	padding: 20px 0 0 0;
}

.ami-short-field{
	float: left;
	margin: 10px 0 0 0;
}


.login-div{	
	background-color: #444;
	height: 283px;
	width: 320px;
	position: absolute;
	top: 70px;
	left: -15px;
	z-index: 60;
	float: right;
	padding: 10px 20px 20px 20px;
	-moz-border-bottom-left-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.left{
	float: left;
}

.right{
	float: right;
}

.center{
	margin: 0 auto;
}

.quarter{
	width: 23%;
	padding: 3px;
}

.fiveColumns{
	width: 15%;
	padding: 3px;
}

.clear{
	clear: both;
}

.small-text{
	font-size:10px;
}

.parent-account{
	color: #dcdcdc;
}

.anchor-mimic{
	cursor: pointer;
	color: #1faaff;	
}

.anchor-mimic:hover{
	cursor: pointer;
	color: #41d8fc;	
}

.success {
    width: 298px;
    background: #a5e283;
    border: #337f09 1px solid;
    padding: 5px;
}

.error {
	color: #F00;
}

html{
	height: 100%;
}

body{
	background: #fff url(../images/blue_bg_grad.png) bottom center repeat-x;
	color: #443d3e;
	font-family: Helvetica, arial, sans-serif;
	font-size: 14px;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

h1{
	font-size: 22px;
	color: #1faaff;
}

h2{
	font-size: 22px;
	color: #fff;
	margin: 0;
}

h3{
	font-size: 14px;
	color: #1faaff;
}

ul{
	margin: 0;
	padding: 0;
	list-style-position: inside;
	list-style-type: disc;
}

li{
	list-style-position: inside;
	margin: 10px 0 0 0;
}

#ami_container{
	height: 100%;
	width: 100%;
	position: relative;
	z-index: 40;
}

#ami_header{
	background: #FFF url(../images/amli/header_bg.jpg) center bottom repeat-x;
	width: 100%;
	height: 73px;
	margin: 0 0 20px 0;
	position: relative;
	z-index: 50;
}

.login-field{
	background: transparent url(../images/amli/join_form_field.png) center center no-repeat;
	width: 280px;
	height: 40px;
	border: 0;
	padding: 0 0 0 5px;
	color: #1faaff;
	font-size: 16px;
}

.filter-field{
	background: transparent url(../images/amli/input-field-small.png) center center no-repeat;
	width: 180px;
	height: 30px;
	border: 0;
	padding: 0 0 0 5px;
	color: #1faaff;
	font-size: 16px;
}

.filter-field-day{
	background: transparent url(../images/amli/input-field-day.png) center center no-repeat;
	width: 43px;
	height: 30px;
	border: 0;
	padding: 0 0 0 5px;
	color: #1faaff;
	font-size: 16px;
}

.filter-field-year{
	background: transparent url(../images/amli/input-field-year.png) center center no-repeat;
	width: 70px;
	height: 30px;
	border: 0;
	padding: 0 0 0 5px;
	color: #1faaff;
	font-size: 16px;
}

.password-span{
	color: #1faaff;
	font-size: 16px;
    left: 7px;
    position: relative;
    top: -40px;
    z-index: 41;
}

/*
.password-entry-field
{
background: transparent;
width: 210px;
color: #000;
position: relative;
z-index: 50;
margin: 10px 0 0 0;
border-style: inset;
border-bottom: 1px solid #afafaf;
border-right: 1px solid #afafaf;
}*/

/* bar nav styles */

#bar_nav{
	background: #FFF url(../images/amli/nav_bg.png) center bottom repeat-x;
	width: 100%;
	height: 32px;
	margin: 0 0 20px 0;
	border-top: 1px solid #999;
	border-bottom: 1px solid #666;
}

.nav-divider{
	background: #FFF url(../images/amli/nav_divider.png) center bottom repeat-x;
	width: 2px;
	height: 32px;
}

.active-nav{
	background: #FFF url(../images/amli/nav_active.png) center bottom repeat-x;
	font-size: 10px;
	width: 150px;
	height: 25px;
	padding: 7px 0 0 0;
}

.active-nav a, .active-nav a:link, .active-nav a:active, .active-nav a:visited{
	color: #333;
	font-size: 14px;
	margin: 0px 20px 0 20px;
	text-decoration: none;
	text-shadow: 1px 1px white;
}

.active-nav a:hover{
	color: #000;
}

.inactive-nav{
	font-size: 10px;
	width: 150px;
	height: 25px;
	padding: 7px 0 0 0;
}

.inactive-nav a, .inactive-nav a:link, .inactive-nav a:active, .inactive-nav a:visited{
	color: #333;
	font-size: 14px;
	margin: 5px 20px 0 20px;
	text-decoration: none;
	text-shadow: 1px 1px white;
}

.inactive-nav a:hover{
	color: #0066cc;
}

/* text header nav styles */
a.main_nav, a.main_nav:link, a.main_nav:active, a.main_nav:visited{
	color: #1faaff;
	margin: 0 0 0 20px;
	font-size: 16px;
	text-decoration: none;
}

a.main_nav:hover{
	color: #41d8fc;
}

#ami_header ul{
	list-style: none outside none;
}

#ami_header ul li{
	list-style: none outside none;
}


#ami_profile_tools{
	background-color: #FFF;
	height: 115px;
	width: 160px;
	position: relative;
	top: -23px;
	left: -29px;
	z-index: 70;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 10px 0 0 0;
}

#ami_profile_tools ul{
	list-style: none outside none;
}

#ami_profile_tools ul li.first_item{
	list-style: none outside none;
	margin: 0 0 0 20px;
}

#ami_profile_tools ul li{
	list-style: none outside none;
	margin: 10px 0 0 20px;
}

a.profile_link:link, a.profile_link:active, a.profile_link:visited{
	color: #1faaff;
	font-size: 14px;
	text-decoration: none;
}

a.profile_link:hover{
	color: #41d8fc;
}

a.support_link:link, a.support_link:active, a.support_link:visited{
	color: #1faaff;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}

a.support_link:hover{
	color: #41d8fc;
}

.header_text{
	font-size: 14px;
}

.inner-div{
	width: 100%;
	position: relative;
	z-index: 40;
}

.sales-inner-div{
	width: 85%;
	position: relative;
	z-index: 40;
	margin: 0 45px 0 0;
}

.content-div{
	width: 75%;
	padding: 20px 20px 40px 20px;
	position: relative;
	z-index: 40;
	border: 1px solid #1faaff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.profile-content-div{
	width: 35%;
	padding: 20px 20px 40px 20px;
	position: relative;
	z-index: 40;
	border: 1px solid #1faaff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.content-heading{
	color: #ffb81f;
}

.border-blue{
	border-top: 1px solid #1FAAFF;
}

.login-toggle{
	width: 350px;
	cursor: pointer;
	margin: 0 40px 0 0;
	position: relative;
	z-index: 50;
	float: right;
}

#music_upload{
	position: relative;
	z-index: 40;
}	

#music_upload a{
	position: relative;
	z-index: 40;
}

.filter-div{
	/*background-color: #1faaff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 10px;
	*/
	height: 16px;
    margin: 7px 55px 25px 20px;
	cursor: pointer;
	color: #1faaff;
}

.upload-div{
	background-color: #cdcdcd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	height: auto;
	width: 750px;
	margin: 20px 190px 20px 0;
	padding: 5px 0 5px 30px;
}

.filter-form{
	padding: 5px;
	background-color: #ededed;
	/*border: 1px solid #1faaff;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.filter-form p{
	margin: 5px 0 0 30px;
}

.filter-form input{
	margin: 0 0 0 10px;
	width: 180px;
}

.filter-form .button{
	margin: 0 0 0 30px;
	width: 70px;
}

.content-row{
	padding: 5px;
	height: 20px;
	position: relative;
	z-index: 40;
}

.odd{
	background-color: #fff;
}

.even{
	background-color: #f7f7e7;
}

#ami_content{
	background-color: #FFF;
	/* height: 800px; */
	position: relative;
	z-index: 40;
}

#ami_footer{
	background: #FFF url(../images/amli/footer_bg.png) center bottom repeat-x;
	color: #efefef;
	width: 100%;
	height: 34px;
	margin: -40px 0 0 0;
	padding: 10px 0 0 0;
	position: relative;
	z-index: 40;
}

.ami-profile-label{
	float: left;
	margin: 10px 0 0 0;
	width: 200px;
	position: relative;
	z-index: 40;
}

.ami-profile-field{
	float: left;
	margin: 10px 0 0 0;
	width: 300px;
	position: relative;
	z-index: 40;
}

.ami-profile-field input{
	width: 360px;
	position: relative;
	z-index: 40;
}

.ami-login-label{
	float: left;
	margin: 10px 0 0 0;
	width: 150px;
	position: relative;
	z-index: 40;
}

#email {
    width: 248px;
}

#text {
    width: 248px;
    height: 70px;
}

#waiting {
    color: #767676;
    text-align: center;
}

fieldset {
    margin-top: 10px;
    background: #fff;
    border: 1px solid #c8c8c8;
    background-color: #fff;
}

legend {
    background-color: #fff;
    border-top: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
    border-left: 1px solid #c8c8c8;
    font-size: 1.2em;
    padding: 0px 7px;
}

