#newsnav
{
	color: #fff;
}


/************NEWS MANAGE**********/

body
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 75%;
}
.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: #d6a86b;
}
a.buttonGreen
{
    border: none;
    background-color: #b7d576;
}

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
{
    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: #000;
}
/* Forms */
.seperator
{
    clear: both;
}
form
{
	width: auto;
}
fieldset
{
	width: auto;
    border: none;
    border-top: 1px solid #CCCCCC;
    margin: 1em 0;
    background-color: #fefefe;
    padding: 20px;
}
legend
{
    padding: 0 .5em;
    color: #000;
    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%;
}

.datecreated
{
	margin-left: 170px;
}


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: #d6a86b;
    color: #000;
}
.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;
  
}






/********NEWS LIST************/

.newsRow
{
	border: solid 1px #4B6C7E;	
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	color: #000;
}

.newsRow a:hover
{
    text-decoration: underline;
}
.newsRowTitle
{
	font-size: 18px;
	font-family: Georgia;
	margin-bottom: 5px;
	float:left;	
	width: 400px;
}
.newsRowDate
{
    float:right;
}
.newsRowEntry
{	
    float:left;	
    width: 535px;
}
.newsRowEntry img
{
    float:right;
    max-width:200px;
    width: auto;
    max-height: 100px;
    height: auto;
}

.newsRowUpdated
{
    margin: 8px 0px 8px 0px;
    display:block;
    color:#000;
    font-style:italic;
    font-size:10px;
}
.Active
{
    color:Green;
}
.Inactive
{
    color:Red;
}


/*********NEWS ITEMS**********/



.newEntry img
{
	float: right;
}

.news a:hover
{
    text-decoration: underline;
}

.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;	
	color: #000;
	margin-top: 10px;
}
.newsDate
{
    float:right;
    margin-right: 15px;
}
.newsEntry
{	
    float:left;	
    width: 530px;
    margin-left: 10px;
    color: #000;
}
.newsEntry img
{
    float:right;
    width:200px;
}

.newsBackButton
{
width: 32px;
padding-top: 4px;
padding-right: 15px;
padding-bottom: 4px;
padding-left: 10px;
margin: 10px;
text-align: center;
color: #000;
font-size: 14px;
font-weight: bold;
background-color: #d6a86b;
}


.ttt_box
{
	min-height: 100px;
	border: solid 1px #4b6c7e;
	color: #0a301a;
	padding: 5px;
	margin-top: 10px;
}

.ttt_box h1
{
	font-family: Georgia;
	font-weight: normal;
	color: #0a301a;
	float: left;
}

.addnewsbutton
{
	float: left;
}





/****NEWS PAGE STYLING*******/


#archive a:hover
{
    text-decoration: underline;
}
#archive
{
	clear: both;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #000;
}

#archive h1
{
	font-family: Georgia;
	font-weight: normal;
}

#archive_latestnews
{
	width: 380px;
	height: 100px;
	float: left;
	background-color: #c7c7c7;
	padding: 10px;
	padding-bottom: 20px;
}

#archive_years
{
	padding: 10px;
	padding-bottom: 20px;
	width: 130px;
	height: 100px;
	float: right;
	background-color: #c7c7c7;
}

/**********GENERIC************/

.clear
{
    clear: both;
}

#TopBanner
{
	background-color: #012215;
	background: url(../img/banner_news.jpg);
	background-repeat: no-repeat;
	height: 66px;
	width: 716px;
	padding-left: 40px;
}

#TopBanner h1
{
	font-family: Georgia;
	color: #FFD28F;
	font-size: 28px;
	font-weight: normal;
}

#LinkBar
{
	height: 22px;
	width: 756px;
	background-color: #000704;
	text-align: center;
}

#LinkBar a
{
	color: #fff;
}

.linkbarref
{
	width: 250px;
	float: left;
	height: 19px;
	padding-top: 3px;
	cursor: pointer;
}

body #pagewrap #PageTopBanner #LinkBar a .linkbarref:hover
{
	text-decoration: none;
}

.linkbarref:hover
{
	background-color: #8d7149;
	text-decoration: none;
}
