/**********GENERIC************/

.clear
{
    clear: both;
}

/************NEWS MANAGE**********/

body
{
    font-family: Verdana, Arial, Helvetica;
}
.clear
{
    clear: both;
}
a.button, a.buttonGreen, a.buttonBlue
{
    color: #000;
    text-decoration: none;
    border: 1px solid #999;
    padding: 6px 15px 6px 10px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}
a.buttonBlue
{
    border: none;
    background-color: #335936;
    color: #ffffff;
}
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
{
    font-weight: bold;
}
span.required-warning
{
    color: #000000;
}
/* Forms */
.seperator
{
    clear: both;
}
fieldset
{
    border: none;
    border-top: 1px solid #CCCCCC;
    margin: 1em 0;
    padding: 20px;
}
legend
{
    padding: 0 .5em;
    color: #92723D;
    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: #335936;
    color: #ffffff;
}

.submitGreen a
{
	color: #000000;
}
.submit:hover, .submitGreen:hover
{
    cursor: pointer;
}
input:focus, textarea:focus
{
    background-color: #fefefe;
    border: 1px solid #3399cc;
}
label
{
    display: block;
    width: 75px;
    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;
  
}






/********NEWS LIST************/

.newsRow
{
	border-bottom: solid 1px #757575;	
	margin-top: 10px;
	margin-bottom: 10px;
	margin: 15px;
	float: none;
	width: 650px;
	margin-left: 20px;
	font-size: 12px;
}
.newsRowTitle
{
	font-family: Arial;
	font-size: 0.8em;
	color: #ffffff;
	font-weight: normal;
	margin-bottom: 5px;
	float:left;	
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	background-color: #335936;
	width: 650px;
}

.newsRow .newsRowTitle a
{
	color: #ffffff;
	font-size: 16px;
	text-decoration:none;
	font-weight: normal;
}

.newsRow a
{
	font-size: 12px;
}
.newsRowDate
{
    float:right;
}
.newsRowEntry
{	
	float: left;	
    width: 650px;
}
.newsRowEntry img
{
    float:right;
    width:200px;
    margin: 10px 0px 10px 20px;
}

.newsRowUpdated
{
    margin: 8px 0px 8px 0px;
    display:block;
    color:#000;
    font-style:italic;
    font-size:10px;
}
.Active
{
    color:Green;
}
.Inactive
{
    color:Red;
}


/*********NEWS ITEMS**********/

#mainStatic img 
{
	float: none;
}

.newEntry img
{
	float: right;
}

.news
{
	border: solid 1px #4B6C7E;	
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
}
.newsTitle
{
	font-size: 22px;
	font-family: Georgia;
	margin-bottom: 5px;
	float:left;	
	width: 420px;
	margin: 10px;
}
.newsDate
{
    float:right;
    margin-right: 15px;
    margin-top: 10px;
}
.newsEntry
{	
    float:none;
    width: 650px;
    margin: 10px;
}

.newsEntry p
{	
    float: left;
    font-size: 12px;
    width:400px;
}
#mainStatic .newsEntry img
{
    float:right;
    width:200px;
}

.newsBackButton
{
width: 150px;
padding-top: 4px;
padding-right: 15px;
padding-bottom: 4px;
padding-left: 10px;
text-align: center;
color: #ffffff;
font-size: 14px;
font-weight: bold;
background-color: #335936;
margin: 10px;
}

.newsBackButton a
{
	color: #ffffff;
}


#newsItems
{
	width: 610px;
	margin-left: 20px;
}
