﻿body
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 75%;
}
.clear
{
    clear: both;
}
a
{
    color: #3f6466;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
a.button, a.buttonGreen, a.buttonBlue
{
    color: #000;
    text-decoration: none;
    border: 1px solid #999;
    padding: 6px 15px 6px 15px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}
a.buttonBlue
{
    border: none;
    background-color: #c5dbea;
}
a.buttonGreen
{
    border: none;
    background-color: #b7d576;
}
a.newArtist
{
    display: block;
    background: url(../img/new_artist_bttn.jpg) no-repeat;
    width: 111px;
    height: 21px;
    text-decoration: none;
    text-align: center;
}
a.newProduct
{
    display: block;
    background: url(../img/new_product_bttn.jpg) no-repeat;
    width: 119px;
    height: 21px;
    text-decoration: none;
    text-align: center;
}
a.newPostage
{
    display: block;
    background: url(../img/manage-postage_bttn.png) no-repeat;
    width: 119px;
    height: 21px;
    text-decoration: none;
    text-align: center;
}
a.fink, a.fink:hover
{
    cursor:pointer;
}
span.error
{
    color:Red;
}

#admin-menu
{
    float: right;
    clear: left;
}
#admin-menu a
{
    color: #457145;
}
.error
{
    color: Red;
}
span.last-name
{
    font-weight: bold;
}
table.artists-index
{
    width: 725px;
    color: #3f6466;
}
table.artists-index td
{
    padding: 5px;
}
tr.heading
{
    background-color: #c5dbea;
    padding-right: 10px;
    color: #003333;
}
tr.highlight
{
    background-color: #d5d7dd;
}
tr.regular
{
    background-color: #e4e4e4;
}
tr.trHover
{
    background-color: #b7d576;
}
.pageNums
{
    float: right;
    clear: both;
    font-family: Georgia;
    font-size: 15px;
    padding: 5px;
}
span.active-link
{
    text-decoration: overline;
    font-weight: bold;
}
span.required-warning
{
    color: #548eab;
}
/* Forms */
.seperator
{
    clear: both;
}
fieldset
{
    border: none;
    border-top: 1px solid #CCCCCC;
    margin: 1em 0;
    background-color: #fefefe;
    padding: 20px;
}
legend
{
    padding: 0 .5em;
    color: #036;
    background: transparent;
    font-size: 1.3em;
    font-weight: bold;
}
input, textarea
{
    width: 250px;
    padding: 2px;
    border: 1px solid #ccc;
    font-family: Verdana, Arial, Helvetica;
    font-size: 90%;
}
input.small
{
    width: 100px;
}
.check
{
    float: left;
    width: auto;
}
.artistManageTxt
{
}
.artistManageTxtErr
{
    border: 1px solid #ff0000;
}
.submit, .submitGreen
{
    width: auto;
    padding: 4px 15px 4px 15px;
    text-align: center;
    color: #314f69;
    font-size: 14px;
    font-weight: bold;
}
.submitGreen
{
    background-color: #b7d576;
}
.submit:hover, .submitGreen:hover
{
    cursor: pointer;
}
input:focus, textarea:focus
{
    background-color: #fefefe;
    border: 1px solid #3399cc;
}
label
{
    display: block;
    width: 150px;
    float: left;
    text-align: right;
    padding-right: 10px;
    font-size: 80%;
    font-weight: bold;
}
input, textarea, label
{
    margin: 3px;
}
/* image editing */

#image-preview
{
    margin-left: 170px;
}
.img-container
{
    float: left;
    margin: 5px;
    margin-left: 0;   
}
.img-icon-bar
{
    background: transparent;
    position: relative;
    top: -55px;
    padding-left: 5px;
}
.img-icon-bar img:hover
{
    cursor: pointer;
}
.img-icon-bar-bg
{
    background-color: #fff;
    opacity: .5;
    position: relative;
    top: -30px;
    height: 27px;
}

/*******************************/
.warning-box
{
    background: url(../img/Air.Img/warning_bg.png) no-repeat;
    min-height: 157px;
    width:365px;   
}
.warning-box-message
{
    margin:40px 10px 0px 4px;
    height:67px;
    color:#003333;
 
}
.warning-box-bttn-ok
{
    background: url(../img/Air.Img/warning_ok.png) no-repeat;
    width:172px;
    height:40px;
    float:left;  
    margin-left:5px; 
     cursor:pointer; 
}
.warning-box-bttn-cancel
{
    background: url(../img/Air.Img/warning_cancel.png) no-repeat;
    width:172px;
    height:40px;
    float:right;
    margin-right:10px;
    cursor:pointer;
}
.warning-box-bttn-ok:hover
{
    background: url(../img/Air.Img/warning_ok_ovr.png) no-repeat;
    
}
.warning-box-bttn-cancel:hover
{
    background: url(../img/Air.Img/warning_cancel_ovr.png) no-repeat;
  
}