/* ===============================================================
// =====================MUSIC PLAYER.FM========================
// ===============================================================

File Description: Global CSS Rules for the site - doesn't include area specific CSS
File Version: 	1.0

// === Main Colors used === //
Blue Heading:	#344C6A


// =============================================================
// =============================================================*/

/* ----------------------| GLOBAL SETTINGS |---------------------- */
html, body{
	height:100%;
	padding:0px;
	margin:0px;
	font-size:12px;
	font-family:tahoma;
}

form {
	padding:0px;
	margin:0px;
}

table {
	font-size:12px;
	font-family:tahoma;
}

input {
	padding-left:2px;
	font-size:14px;
}

select{
	font-size:14px;
}

/* ----------------------| GLOBAL LINKS |---------------------- */
a:active {color:#105582; text-decoration:none;}
a:visited {color:#105582; text-decoration:none;}
a:link {color:#105582; text-decoration:none;}
a:hover {color:#000; text-decoration:none;}

a.nav:active {color:#FFFFFF; text-decoration:none;}
a.nav:visited {color:#FFFFFF; text-decoration:none;}
a.nav:link {color:#FFFFFF; text-decoration:none;}
a.nav:hover {color:#FFFFFF; text-decoration:none;}

/* ----------------------| CUSTOM GLOBAL SETTINGS |---------------------- */
/* Do not remove the full height class - this will affect the height of the iframe and content. */
.full_height{height:89%;}

img.rating_stars {
	cursor:pointer;
}

.global_header{
	color:#344C6A; 
	font-size:14px; 
	font-weight:bold;
}

.descriptive_text {
	line-height:1.8em;
}

.titles{
	border-bottom:1px solid #c6c6c6; 
	font-size:11px; 
	color:#555; 
	border-right:1px solid #DDD; 
	background-repeat:repeat-x; 
	cursor:pointer;
}

.error_message{
	border:1px solid #DD3C10;
	background-color:#FFEBE8;
}

.confirm_message{
	border:1px solid #29C100;
	background-color:#D3FCD6;
}

.button{
	cursor:pointer;
}

/* ----------------------| OTHER SETTINGS |---------------------- */
.area_title_spacing {
	padding:5px; 
	padding-right:5px; 
	padding-left:10px;
}