﻿body {font-family: Arial, Verdana, Sans-Serif;}
.footer {font-size: 10px; color:#333333;}


/* FORM STYLES */
.form_label_header {color: #000000;font-size: 12px;font-weight: bold;}
.form_label {color: #444444;font-size: 11px;}

.textbox {color: #000000;font-size: 10px;border: solid 1px #999999;}
.button {font-weight: normal;color: #000000;text-decoration: none;background:  url(img/button.jpg);border: solid 1px #000000;padding: 3px 5px 3px 5px;font-size: 11px;}


/* FRONT END STYLES */
.page_title
{
    font-size: 14px;
    color: #000000;
    font-weight: bold;
}

.featured_artist_box
{
    border: solid 1px #BBBBBB;
    background: #EFEFEF;
    padding: 3px;   
}



/* SEARCH STYLES */
.results_title {color: #333333;font-size: 11px;}
.results_artist {color: #333333;font-size: 10px;}
.results_text {color: #999999;font-size: 10px;}




/* ART ITEM STYLES */
.art_item_label {color: #444444;font-size: 11px;}






/* ADMIN STYLES */
.admin_header
{
    
}
.admin_statusbar
{
    padding: 3px 8px 3px 8px;
    background:  url(img/bg_statusbar.gif) top left repeat-x;
    font-size: 11px;
    border-bottom: solid 1px #BBBBBB;
}
.admin_nav
{
    padding: 5px 10px 5px 10px;
    background: #EAEAEA;
    border-right: solid 1px #BBBBBB;   
}
.admin_content
{
    padding: 5px;
}
.admin_footer {border-top: solid 1px #BBBBBB;}


.admin_page_title
{
    font-size: 14px;
    color: #000000;
    font-weight: bold;
}



.message_box
{
    padding: 5px 10px 5px 10px;
    background: #EAEAEA;
    border: solid 1px #BBBBBB;
        
}
.message_box_header
{
    font-size: 12px;
    color: #000000;
    font-weight: bold;    
}
.message_box_text
{
   font-size: 11px;
    color: #222222;
    font-weight: normal;
}




a.admin_link
{
    font-family: arial, Tahoma;
    font-weight: normal;
	color: #071551;
	text-decoration: none;
    font-size: 11px;  
}

a.admin_link:link
{
    font-family: arial, sans-serif;
    font-weight: normal;
	color: #071551;
	text-decoration: none;  
}

a.admin_link:active
{
    font-family: arial, sans-serif;
    font-weight: normal;
	color: #071551;
	text-decoration: none;  
}

a.admin_link:visited
{
    font-family: arial, sans-serif;
    font-weight: normal;
	color: #071551;
	text-decoration: none;  
}

a.admin_link:hover
{
    font-family: arial, sans-serif;
    font-weight: normal;
	color: #AAAAAA;
	text-decoration: underline;  
}


.content_font {
	    font-family: arial, sans-serif;
    font-weight: normal;
	font-size: 12px;
	color: #000000;
	padding: 0px 0px 0px 10px;
}


.bg_top_nav 
{
    background: url(img/bg_top_nav.jpg) top left repeat-x;
    font-size: 12px;    
}