/* CSS Document */
body {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
table{
	font-size:12px;
}
strong{
	font-size:12px;
}
.style1{
	font-size:12px;
}
.style1 a{
	font-size:12px;
}
.style1 a:hover{
	font-size:12px;
}
.style2{
	font-size:12px;
}
.style4{
	font-size:12px;
}
.style5{
	font-size:12px;
}
.profileSection{
	font-size:12px;
}
h1 {
	margin-top:0px;
	font-size:16px;
}

h2 {
	display:block;
	width:98%;
	border-bottom:1px dashed #eaeaea;
	font-size:14px;
	font-weight:bold;
}
h3{
	font-size:12px;
}
h4 {
	margin-bottom:0px;
	font-size:12px;
}
h5{
	font-size:12px;
}

iframe {
	overflow-x: hidden;
	/*overflow-y: scroll;*/
}

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

.important{
	font-size:12px; 
	color:red; 
	font-style:italic;
}
.navList{
	padding-left:0px;
	margin-left:0px;
}

.handcursor{
	cursor:hand;
	cursor:pointer;
}

/* notification box styles */
#loginError {
	background-color:#FFCC33;
	display:block;
	width:200px;
	font-weight:bold;
}

#preview {
	background-color:#FFCC33;
	display:block;
	width:100%;
	font-weight:bold;
}

#error {
	background-color:#FFCC33;
	display:block;
	width:100%;
	font-weight:bold;
}

#success {
	background-color:#00E032;
	display:block;
	width:100%;
	font-weight:bold;
}
/* artist admin styles */

#artistAdmin_mainDiv {
	border:2px solid #5c5c5b;
	padding:10px;
	min-height:300px;
}

/**********media css**********/

#media{
	width:670px;
	height:500px;
	margin-left:110px;
	background:url(../images/master_media_back_1a.jpg) no-repeat;
}
#media_content{
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	width:630px;
	font:11px normal Geneva, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	
}
#video{
	width:670px;
	height:500px;
	margin-left:110px;
}
#video_view{
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	width:630px;
	font:11px normal Geneva, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	
}


#radio_stream{
	width:450px;
	margin-left:240px;
			
}
/*********End media section*********/

/*#artistAdmin_mainDiv_blue {
	border:2px solid #372EF9;
	padding:10px;
	min-height:300px;
}

#artistAdmin_mainDiv_green {
	border:2px solid #38B235;
	padding:10px;
	min-height:300px;
}

#artistAdmin_mainDiv_red {
	border:2px solid #CD1817;
	padding:10px;
	min-height:300px;
}*/

a.admin_button {
	font-size:11px;
	background-color:#eaeaea;
	display:block;
	width:95px;
	float:left;
	margin-right:5px;
	margin-top:10px;
	color:black;
	text-decoration:none;
	text-align:center;
}

a.admin_button:hover{
	text-decoration:underline;
}

a.admin_button_selected {
	font-size:11px;
	background-color: #3d3e3e;
	display:block;
	width:95px;
	float:left;
	margin-right:5px;
	margin-top:10px;
	color:white;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}

/*a.admin_button_selected_red {
	font-size:11px;
	background-color: #CD1817;
	display:block;
	width:100px;
	float:left;
	margin-right:5px;
	margin-top:10px;
	color:white;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}

a.admin_button_selected_blue {
	font-size:11px;
	background-color: #372EF9;
	display:block;
	width:100px;
	float:left;
	margin-right:5px;
	margin-top:10px;
	color:white;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}

a.admin_button_selected_green {
	font-size:11px;
	background-color: #38B235;
	display:block;
	width:100px;
	float:left;
	margin-right:5px;
	margin-top:10px;
	color:white;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}*/

#home_iframe {
	border:none;
	display:block;
	width:100%;
	height:500px;
}

#picTable {
	color:#cccccc;
	font-style:italic;
}

#picTable td {
	border: 1px solid #eaeaea;
}

#subnav {
	background-image:url('../images/profile_section_background.gif');
	padding:3px;
	background-repeat:repeat-x;
	height:24px;
}

/*#subnav_red {
	background-image:url('../images/profile_background_red.gif');
	padding:3px;
	background-repeat:repeat-x;
	height:24px;
}

#subnav_green {
	background-image:url('../images/profile_background_green.gif');
	background-color:green;
	padding:3px;
	background-repeat:repeat-x;
	height:24px;
}

#subnav_blue {
	background-image:url('../images/profile_background_blue.gif');
	padding:3px;
	background-repeat:repeat-x;
	height:24px;
}*/

#subnav_upload {
	color:white;
	padding-left:265px;
	font-size:12px;
}

#subnav_upload a{
	color:white;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
}

#subnav_upload a:hover {
	color:#cccccc;
	font-size:12px;
}

#subnav_personal {
	color:white;
	padding-left:180px;
	font-size:12px;
}

#subnav_personal a{
	color:white;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
}

#subnav_personal a:hover {
	color:#cccccc;
	font-size:12px;
}

.profile_section {
	color:white;
	/*font-weight:bold;*/
	padding:3px;
	background-image:url('../images/profile_section_background.gif');
	background-repeat:repeat-x;
	font-size:12px;
}

.upload_section {
	background-color:#eaeaea;
	border-top:1px solid #6395BE;
	border-bottom: 1px solid #6395BE;
}

/* Begin Profile Styles */

.profile_box_content {
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

.profile_box_div {
	overflow-y:scroll;
	padding: 3px;
	display:block;
	height:100px;
}

.profile_player {
	background-image:url('../images/player_background.jpg');
	background-repeat:repeat-x;
}

.profile_contact_padding {
	padding-right:10px;
}

a.profile_section:link, a.profile_section:visited {
	color:white;
	text-decoration:none;
}

a.profile_section:hover {
	color:white;
	text-decoration:underline;
}

/* Begin Admin Styles */

a.admin_nav {
	display:block;
	width:200px;
	border:1px solid #0068C3;
	color:black;
	background-color:#BFFF00;
	text-decoration:none;
	padding:3px;
	margin-bottom:5px;
	text-align:center;
}

a.admin_nav:hover {
	background-color:#484848;
	color:white;
}

/* CSS needed for the script */

#ajax_tooltipObj{
	z-index:1000000;
	text-align:left;
}
#ajax_tooltipObj div{
	position:relative;
}

/* If you don't want the arrow - Just set the width of this div to 1 or something like that and drop the background selectors from the CSS below */

#ajax_tooltipObj .ajax_tooltip_arrow{	/* Left div for the small arrow */
	/*background-image:url('../images/callout_1.gif');
	width:20px;
	position:absolute;
	left:0px;
	top:0px;
	background-repeat:no-repeat;
	background-position:center left;
	z-index:1000005;
	height:60px;*/
}

#ajax_tooltipObj .ajax_tooltip_content{
	/*border:2px solid #317082;	/* Border width */
	left:0px;	/* Same as border thickness */
	top:10px;
	position:absolute;
	width:241px;	/* Width of tooltip content */
	height:146px;	/* Height of tooltip content */
	background:url(../images/bg.gif) no-repeat;
	/*background-color:#FFF;	/* Background color */
	padding:10px 10px 0px 40px;	/* Space between border and content */
	font-size:0.8em;	/* Font size of content */
	overflow:auto;	/* Hide overflow content */
	z-index:1000001;
}

a.navs {
	display:block;
	width:160px;
	color:white;
	background-color:#17638A;
	margin-bottom:2px;
	border:1px solid black;
	text-decoration:none;
	padding-left:15px;
	text-align:left;
}

a.navs:hover{
	color:white;
	background-color:#000000;
}

#txtaeditor iframe#freeRTE, #txtaeditor iframe#preview_freeRTE, #txtaeditor textarea#body {
	width:575px;
	height:250px;
}