
/* ======== core ========*/

html {
	background-color: #ffffff;
}

body{
	margin-top:0px;
	margin-left:auto;
	margin-right: auto;
	padding:0px;
	font-family: arial;
	font-size: 12px;
}

	
/* ======== Data Grid and Tables ======== */

table{
	border-collapse: collapse;
	margin-top: 20px;
	margin-left: 10px;
	width: 100%;
}

table, th, td, tr{
	padding: 8px;
	clear:both;
}

tr:nth-child(odd) {
	border-bottom: 1px solid #e9e9e9;
	border-top: 1px solid #e9e9e9;
}



.data_link.hover {
	cursor: pointer;
	background-color: #e0f4ff;
	}


.data_check{
	width: 10px;
	display: none;
}

.data_icon{
	width: 45px;
	height:45px;
	text-align: center;
	vertical-align: middle;
}

.data_icon img{
	border:1px solid #b1b1b1;
}

.data_title{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

.data_lesson_count{
	width: 120px;
}

#data_table a{
	text-decoration: none;
	color: black;
}

.data_row_lesson_complete{
	background-color: #ffd569;
}


.data_check_lesson{
	width: 10px;
	display: none;
}

.data_icon_lesson{
	width: 35px;
	height:35px;
}

.data_title_lesson{
	font-size: 14px;
	font-weight: bold;
}

.course_playlist_icons div{
	display: inline-block;
	padding: 2px;
	font-size: 10px;
	font-weight: normal;
	color:white;
	background-color: #71baff;
	margin-right: 5px;
}

.course_footer_notice{
	background-color:#d8ebff;
	font-family: sans-serif;
	font-weight: bold;
	color: #1e5a9a;
	padding:8px;
	margin-left:10px;
	margin-right:-10px;
}

/* ======== Cards ======== */

.lesson_card{
	width:170px; 
	height: 170px;
	overflow: hidden;
	margin-left:15px; 
	margin-top: 15px;
	padding:10px;
	background-color: #ffffff;
	display: inline-block;
	vertical-align: top;
}

.card_title{
	font-size: 18px;
	font-weight: bold;
}

.card_photo{
	width:150px;
	height:75px;
	overflow: hidden;
}

.card_photo_text{
	color:white;
	background-position:center;
	text-shadow: 0px 1px 0px black;
}

.card_link{
	color: black;
	text-decoration: none;
}

.tag{
	background-color: gray;
	color: white;
	font-size: 11px;
	font-weight: bold;
	padding:4px;
	margin: 2px;
	display: inline-block;
}

/* ======== Forms ======== */

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

.form_header{
	border-top:1px solid #dadada;
	border-bottom:1px solid #dadada;
	padding:5px;
}

#page_header #page_search{
	width:200px;
	display: inline-block;
	vertical-align: top;
	height: 20px;
	padding:5px;
	float:right;
}

#page_search{
	float:right;
}

#page_search input{
	display: inline-block;
	width: 160px;
	font-size: 12px;
	padding:5px;
	margin-bottom: 10px;
	margin-top:8px;
	height:20px;
	margin-right: 10px;
}

input, textarea {
	padding: 13px;
	border: solid 1px #E5E5E5;
	outline: 0;
	font: normal 17px/100% Verdana, Tahoma, sans-serif;
	background: #FFFFFF;
	}

textarea {
	line-height: 150%;
	margin-top: 5px;
	}

input:hover, textarea:hover,
input:focus, textarea:focus {
	border-color: #C9C9C9;
	}

.form label {
	margin-right: 10px;
	color: #999999;
	font-family: Arial;
	font-weight: bold;
	font-size: 18px; 
	text-shadow: 0px 1px 0px #fff;
	width:100px;
	margin-top:10px;
	float:left;
	}

.submit input {
   border-top: 1px solid #fff;
   padding: 10px;
   width:180px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   font-family: Arial;
   font-weight: bold;
   font-size: 18px;   
   text-align: center;
   text-decoration: none;
   vertical-align: middle;
   margin-top:10px;
   background: #FDFDFD; /* Old browsers */
   background: -moz-linear-gradient(top, #FDFDFD 0%, #BBBBBB 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FDFDFD), color-stop(100%,#BBBBBB)); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top, #FDFDFD 0%,#BBBBBB 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top, #FDFDFD 0%,#BBBBBB 100%); /* Opera11.10+ */
   background: -ms-linear-gradient(top, #FDFDFD 0%,#BBBBBB 100%); /* IE10+ */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FDFDFD', endColorstr='#BBBBBB',GradientType=0 ); /* IE6-9 */
   background: linear-gradient(top, #FDFDFD 0%,#BBBBBB 100%); /* W3C */
	}
	
input, textarea {
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	}

label{
	display:  block;
	font-size: 14px;
	font-weight: bold;
	margin-top:10px;
	margin-bottom:5px;
}


.secondary_navigation input{
	display: inline-block;	
	background-color: #128cff;
	text-decoration: none;
	padding: 6px;
	color: white;
	font-size: 12px;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 3px;	
	margin-right:10px;
	border:0px;
	font-family: arial;
	margin-top: 20px;
	cursor: pointer;
}

.delete_question{
	margin-top:20px;
	background-color: #ffffcb;
	border: 1px solid #ffd605;
	padding:20px;
}

#bulk_import{
	min-width: 1300px;
}

#bulk_import input{
	padding: 5px;
	font-size: 10px;
}

/* ======== structure ======== */

#page_shell{
	padding:20px;		
}

#page_top{
	height:55px;
}

#page_top #my_account{	
	float:right;
	margin-right: 10px;
	margin-top:-10px;
}

.photo_content{
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
	border: 1px solid #8e8e8e;
	padding:0px;
	width: 298px;
	overflow: hidden;
	background-color: #000000;
}

.notes_box{
	margin-top:20px;
	margin-bottom:30px;
	font-family: arial;
	font-size: 14px;
}

.percent_complete_box{
	margin-top:8px;
	font-size: 14px;
	font-weight: bold;
	color: #737373;	
}
	
.popup_window {
	width:450px;
	padding:30px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	}

.lesson_box{
	width:97%; 
	margin-left:auto; 
	margin-right:auto; 
	margin-top:30px; 
	padding:10px;
	background-color: #ffffff;
}

.course_column_left{
	float:left;
	width: 320px;
	word-wrap: normal;
}

.course_column_right{
	float:none;
	display: block;
	overflow: hidden;
}


.lesson_photo{
	float:left;
	margin-right:20px;
	
}

.friend_list{
			padding:10px;
			font-size: 14px;
			font-family: sans-serif;
		}
		
.friend_list_row{
	margin:10px;
}

.friend_list_row div{
	display: inline-block;
}

.friend_list_name{
	font-weight: bold;
}

.friend_list_status{
	margin-left:10px;
	margin-right:10px;
}

.declined_request{
	color: #d60e0e;
}

.pending_request{
	color: #0da531;
}
/* ======== Links ======== */

#page_navigation{	
	list-style-type:none;
	margin: 0px;
	padding: 10px;
	border-top:1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;	
	
}

#page_navigation div{	
	display: inline-block;	
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
	vertical-align:bottom;
}

#page_navigation div a{
	display: inline-block;	
	background-color: #666666;
	text-decoration: none;
	padding: 6px;
	color: white;
	font-size: 16px;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 3px;	
}

#page_navigation .standard_priority{
	background-color: #3d8bd2;		
}

#page_navigation .standard_priority_focus{
	background-color: #bf0000;		
}

#page_navigation .high_priority{
	background-color: #0475d8;		
}

#page_navigation .high_priority_focus{
	background-color: #bf0000;
}

#page_navigation .low_priority{
	background-color: #a2a2a2;		
}

#page_navigation .low_priority_focus{
	background-color: #bf0000;		
}



#page_navigation div a:hover{
	background-color: Black;			
}

.secondary_links_navigation{
	clear: both;
	margin-top: 5px;
}

.secondary_links_navigation div {
	display: inline-block;	
}

.secondary_links_navigation div a{
	display: inline-block;	
	background-color: #a0a0a0;
	text-decoration: none;
	padding: 6px;
	color: white;
	font-size: 12px;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 3px;	
	margin-bottom:10px;
	margin-top:15px;
	margin-left:10px;	
		
}

.secondary_links_navigation div a:hover{
	background-color: rgba(138,226,255,1);			
}



.header_links_navigation div {
	display: inline-block;	
}

.header_links_navigation div a{
	display: inline-block;	
	background-color: #c2c2c2;
	text-decoration: none;
	padding: 5px;
	color: white;
	font-size: 11px;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 3px;	
	margin-bottom:10px;
	margin-top:15px;
	margin-left:10px;		
}

.header_links_navigation div a:hover{
	background-color: rgba(138,226,255,1);			
}


/* ======== Text ======== */

#page_top #logo{
	font-size: 30px;
	font-weight: bold;
	color: #1f9fe9;
	float:left;
	margin-left:10px;
	height:62px;
}

#page_header{
	height: 50px;
	padding:20px;
	clear:both;
}

#page_header #page_name{
	font-size: 20px;
	font-weight: bold;
	display: block;
	margin-bottom:15px;
}

.course_header{
	font-size: 20px;
	font-weight: bold;
	display: block;
	margin-bottom:5px;
	margin-left:20px;
	margin-top: 10px;
	clear:both;
}
	
.song_title{
	font-weight:bold;
	font-size:15px;
}

.lesson_title{
	font-weight:bold;
	font-size:20px;
	margin-top:10px;
}

.lesson_author{
	font-weight:bold;
	font-size:12px;
	margin-top:5px;
}

.artist_title{
	font-size:11px;
}

.lesson_level{
	font-size:12px;
	font-weight: bold;
	color:gray;
	margin-top:5px;
}

.lesson_count_name{
	display: inline-block;
	font-size: 11px;
	font-weight: normal;
	color: #949393;
}

.course_content_description{
	margin:10px;
}

.list_header{
	text-align: center;
	color: #1994ff;
}

.lesson_count{
	background-color: #2fbdff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;	
	border:1px solid white;
	padding:3px;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	color: white;
	height:16px;
	width: 16px;
	text-align: center;
}

.sectionHeader {
   font-weight: bold;
   font-size: 25px;  
   color: #000;
}

/* ======== Graphs ======== */


.completion_graph{
	background-color: #c1c1c1;
	color: #c1c1c1;
	width: 600px;
	margin-left:-10px;
	font-size: 10px;
	display: inline-block;
	margin-top:0px;
	border: 1px solid white;
	padding:0px;
	height:15px;
	overflow: hidden;
}

.completion_graph_bar{
	padding:0px; 
	height:15px;
	background-color:#ffd569;
	position: absolute;
}

.completion_graph_bar_low{
	background-color: #2982ff;
}

.completion_graph_bar_medium{
	background-color: #ffad29;
}

.completion_graph_bar_high{
	background-color: #ff2c29;
}

.totaltime_graph_bar{
	padding:0px; 
	height:15px;
	background-color:#ffd569;
	position: absolute;
}

.completion_graph_percent{
	color: #929292;
	height: 15px;
	font-size: 15px;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	margin-top:0px;
}

.completion_graph_percent_subtext{
	color: #c4c4c4;
	font-size: 11px;
	font-weight: normal !important;
}

.completion_graph_small{
	background-color: #c1c1c1;
	color: #c1c1c1;
	height: 10px;
	width: 300px;
	padding: 0px;
	margin:0px;
	display: inline-block;
	border: 1px solid white;
}

.completion_graph_small_bar{
	padding:0px; 
	margin:0px;
	height:10px;
	background-color:#ffd569;
	position: absolute;
}

.completion_graph_small_percent{
	color: #c1c1c1;
	height: 10px;
	font-size: 10px;
	display: inline-block;
	vertical-align: top;
}

.completion_graph_course{
	background-color: #c1c1c1;
	color: #c1c1c1;
	height: 20px;
	width: 300px;
	padding: 0px; 
	border: 1px solid white;
	margin-bottom:10px;
	margin-left: auto;
	margin-right: auto;
}


.completion_graph_course_bar{
	padding:0px; 
	margin:0px;
	height:20px;
	background-color:#ffd569;
	position: absolute;
}

.course_none{
	padding:10px;
	border:1px solid white;
	background-color: #bddce3;
	font-size: 12px;
	font-weight:bold;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;	
	margin-bottom: 20px;
}

.lesson_none{
	padding:10px;
	border:1px solid white;
	background-color: #bddce3;
	color: #3a7280;
	font-size: 12px;
	font-weight:bold;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	width:90%;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;	
	
}

/* ======== icons/thumbs ======== */			
.course_icon{
	height: 50px;
}

.icon_paper{
	background-image: url(images/icons/icon_paper.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 25px;
	display: inline-block;
	height:30px;
}

.icon_video{
	background-image: url(images/icons/icon_video.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 25px;
	display: inline-block;
	height:30px;
}

.icon_audio{
	background-image: url(images/icons/icon_audio.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 25px;
}

.lesson_thumbnail{
	border:1px solid black;
	width:80px;
	height:40px;
}

.course_thumbnail{
	border:1px solid black;
	width:120px;
	height:80px;
}

.lesson_icon{
	display: inline-block;
	margin-left: 5px;
}



/* ======== footer ======== */
.footer_navigation div{
	display: inline-block;	
	clear: both;
	margin-top: 15px;
}

.footer_navigation div a{
	display: inline-block;	
	background-color: #c2c2c2;
	text-decoration: none;
	padding: 6px;
	color: white;
	font-size: 12px;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 3px;	
	margin-top:10px;
	margin-left:10px;		
}

.footer_navigation div a:hover{
	background-color: rgba(138,226,255,1);			
}

.lesson_navigation div{
	display: inline-block;		
}

.lesson_navigation div a{
	display: inline-block;	
	background-color: #489bda;
	text-decoration: none;
	padding: 6px;
	color: white;
	font-size: 12px;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 3px;	
	margin-top:15px;
	margin-left:10px;		
}

.user_link{
	background-color: #33be38 !important;
}

.lesson_navigation div a:hover{
	background-color: rgba(138,226,255,1);			
}

.course_navigation div{
	display: inline-block;		
}

.course_navigation div a{
	display: inline-block;	
	background-color: #489bda;
	text-decoration: none;
	padding: 6px;
	color: white;
	font-size: 12px;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 3px;	
	margin-top:10px;
	margin-left:10px;		
}

.course_navigation div a:hover{
	background-color: rgba(138,226,255,1);			
}



.playlist_navigation{

}

.playlist_navigation div{
	display: inline;	
	float:left;
}

.playlist_navigation div a{
	display: inline-block;	
	background-color: #489bda;
	text-decoration: none;
	padding: 6px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 3px;	
	margin-top:10px;
	margin-left:10px;		
}

.playlist_navigation div a:hover{
	background-color: rgba(138,226,255,1);			
}



.search_navigation div{
	display: inline-block;	
}

.search_navigation div a{
	display: inline-block;	
	background-color: #69c569;
	text-decoration: none;
	padding: 6px;
	color: white;
	font-size: 12px;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 3px;	
	margin-top:20px;
	margin-left:10px;		
}

.search_navigation div a:hover{
	background-color: #8eff8e;			
}


/* ======== Bulk Update ======== */

#page_bulk_update{
	margin-top: 20px;
	margin-left: 10px;
	width: 945px;
	background-color: #e6eef2;
	padding:20px;
	border:1px solid white;
	display: none;
}

.bulk_update_navigation div a{
	display: inline-block;	
	background-color: #c2c2c2;
	text-decoration: none;
	padding: 6px;
	color: white;
	font-size: 12px;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 3px;	
	margin-top:20px;
	margin-left:10px;		
}

.bulk_update_navigation div a:hover{
	background-color: rgba(138,226,255,1);			
}

#bulk_update_button_off{
	display: none;
}

#page_bulk_update select, page_bulk_update input{
	font-size: 12px;
	padding: 3px;
}

.bulk_check_all{
	margin:20px;
	font-size: 12px;
	font-weight: bold;
	display: none;
	color: #a0a0a0;
}

#page_bulk_update input{
	display: inline-block;	
	background-color: #128cff;
	text-decoration: none;
	padding: 6px;
	color: white;
	font-size: 12px;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 3px;	
	margin-left:10px;
	border:0px;
	font-family: arial;
	cursor: pointer;
}


/* ======== video player elements ======== */

.video_box{
	width:90%;
	margin-left:auto;
	margin-right: auto;
	margin-top:20px;
}

.video_placeholder{
	font-size: 20px;
	font-weight: bold;
	color:white;
	text-align: center;
}

.now_playing{
	font-size: 16px;
	font-weight: bold;
	color:#bce7ff;
}

.nav_video_options{
	text-align: center;
	margin-top:20px;
	margin-bottom: 20px;
}

/* ======== Alerts ======== */

.alert_success {
   padding: 10px;
   border: 2px solid #64BD73;
   background-color: #C1FCBF;
   font-family: Arial;
   font-weight: bold;
   font-size: 16px;  
   color: #377C43;	
   margin:10px;
}

.alert_error {
   padding: 10px;
   border: 2px solid #FA422E;
   background-color: #FFD2C1;
   font-family: Arial;
   font-weight: bold;
   font-size: 16px;  
   color: #A81C04;	
   margin:10px;
}

.alert_warning {
   padding: 10px;
   border: 2px solid #64BD73;
   background-color: #C1FCBF;
   font-family: Arial;
   font-weight: bold;
   font-size: 16px;  
   color: #377C43;	
   margin:10px;
}


/* ======== Login ======== */

.login_box{
	width:240px;
	border: 1px solid gray;
	margin-top:10px;
	padding:40px;
	margin-left: auto ;
  	margin-right: auto ;
  	background-color: #e3e3e3;	
}

.login_box div{
	font-family: 'Gloria Hallelujah', cursive;
	font-weight: bold;
	font-size: 18px;
	margin-bottom:10px;	
	color: #5e5e5e;
}

.login_box input{
	font-weight: normal;
	font-size: 18px;	
}


/* ======== chord/tab elements ======== */

.chord_list{
	margin-top:40px;
	margin-bottom:30px;
}

.missing_chord{
	width:80px;
	background-color: white;
	text-align: center;
	padding: 10px;
	display: inline-block;
	vertical-align: top;
}


.tablature{
	width:100%;
	font-family: helvetica;
	font-size:14px;
	margin:30px;
}

.tab_column{
	float: left;
	margin:0px;	
}

.tab_value{
	height: 20px;
	margin:0px;	
	font-weight: bold;
	color:black;
	font-size:12px;
	background-image: url(images/tab_line_background.gif);	
	text-align: center;
}

.tab_value_line{
	height: 20px;	
	font-weight: bold;
	margin:0px;	
	color: gray;
}

.tab_value_none{
	height: 20px;
	color: gray;
	font-size: 18px;
	margin:0px;	
	background-image: url(images/tab_line_background.gif);	
}

.tab_vert_line{
	height: 20px;
	width: 20px;
	background-image: url(images/tab_vert_line_background.gif);	
}
.tab_note{
	font-size: 10px;
}

.chord_chart{
	width: 145px;
	font-family: helvetica;
	font-weight: bold;
	font-size: 12px;
	clear: both;
	display: inline-block;
	margin-right: 30px;
	margin-top: 30px;
	padding:5px;
	background-color: white;
}

.chord_name{
	font-family: helvetica;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
}

.chord_xo{


}

.chord_row{
 height: 20px;
} 

.chord_row_spacer{
	height:1px;
	background-color: #DEDEDE;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:18px;
	margin-right:21px;
}

.chord_column_spacer{
	width:5px;
	margin:0px;
	display: inline-block;
}

.chord_column{
	width:10px;
	display: inline-block;	
	font-weight: bold;
	text-align: center;
	margin:0px;
	height:20px;
	background-image: url(images/tab_vert_line_background_10px.gif);
	vertical-align:middle;
}

.chord_column_xo{
	width:10px;
	display: inline-block;	
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin:0px;
	color: gray;
}

.chord_fret_column{
	width:10px;
	display: inline-block;	
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin:0px;
	color: gray;

}

/* ======== design elements ======== */

.shadow {
  -moz-box-shadow: 0px 0px 5px #000;
  -webkit-box-shadow: 0px 0px 5px #000;
  box-shadow: 0px 0px 5px #000;
}

.shadow_low {
  -moz-box-shadow: 0px 0px 2px #000;
  -webkit-box-shadow: 0px 0px 2px #000;
  box-shadow: 0px 0px 2px #000;
}

.yellow_back {	
	background: #FEFEF9; 
}

.orange_back {	
	background: #ffcb59; 
}


.gray_back {
	background: #FDFDFD; 
}

.light_gray_back {
	background: #FDFDFD; 
}

.green_back {
	background: #F4F8F3;
}

.blue_back {
	background: #F4F8F3;
}

.red_back {
	background: #FBF8F8;
}

.bev{
        text-shadow: 0px 1px 0px #fff;
}

/* ======== buttons ======== */

.button_tile {
	width:200px;
	height:60px;
	font-family: Arial;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	padding-top:10px;
	margin-bottom: 20px;	
	}
	
.button {
   border-top: 1px solid #fff;
   padding: 8px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   font-family: Arial;
   font-weight: bold;
   font-size: 14px;   
   text-align: center;
   text-decoration: none;
   vertical-align: middle;
   }
   
.button:hover {
   background: #BBBBBB;
   }
   
.button:active {
   border-top-color: #1b435e;
   }
   
.float_clear{
	clear: both;
}




