﻿
/*==============Base/Default Styles ===================*/
html{
	padding:0px;
	margin: 0px;
	background-color: #fdfcf8;
	
	
	}

body{
	padding:0px;
	margin: 0px;
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #B19788;

	
	}
	
.topGrunch
{
	padding:0px;
	margin: 0px;
	background-image: url(../images/bkgrBannerRight.jpg);
	background-repeat: repeat-x;
	background-position: top;

}
.Gras
{
	padding:0px;
	margin: 0px;
	background-image: url(../images/gras.jpg);
	background-repeat: repeat-x;
	background-position: bottom;

}
.backgroundBkgr{
	padding:0px;
	margin: 0px;
	background-image: url(../images/bkgrBannerLeft.jpg);
	background-repeat: repeat-x;

	
	}
.flowerLeft
{
	padding:0px;
	margin: 0px;
	background-image: url(../images/flowersLeft.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;

}
.flowerRight
{
	padding:0px;
	margin: 0px;
	background-image: url(../images/flowersRight.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;

}
.bkgrBanner
{
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding:0px;
	margin: 0px 0px;
	

	
}
.bkgrContainer
{
	background-image: url(../images/bkgrContainer.gif);
	background-repeat: no-repeat;
	min-height: 500px; 
	background-position: center top;
	padding:0px;
	margin: 0px 0px;

	
}
a, a:link,
a:active,
a:visited {
	color: #3E3F42;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}

/* Formatting hack */
.clear { clear: both; }
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}  /* for IE/Mac */

/*==============CONTAINER===================*/
.containerTop{
	width: 1010px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px; 
	
	height: 263px;
}
.containerMain{
	width: 1010px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px; 
	height: auto;
	
}


/*==============WRAPPER===================*/
.wrapper{
	float:left;
	width:1010px;
	margin: 0px 0px 50px 0px;
	padding: 20px 0px;

}


/*==============HEADER===================*/
.header{
	height: 200px;
	width: 1010px;
	margin: 0px ;
	padding: 20px 0px 0px 0px;
	/*background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;*/
	font-size: 12px;
	text-align: right;
	color: #b19787;
	font-family: Verdana, Arial, Helvetica, sans-serif;

		

}
.header a{
	color: #b19787;
	border: none;
	padding: 0px 10px; 
	margin: 0px;
	text-decoration: none; 

}
/*==============EXTRA===================*/
.extra{
	float:left;
	width:230px;
	margin: 0px 0px;
	padding: 40px  10px 0px  10px;
	
			
}

.extra h1{
	padding:5px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-color: #651514;
	width: 214px;
	font-weight: normal; 
}
.extra p{
	padding:0px 2px 0px 2px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6f6868;
	text-align: justify;
}
/*.extra a{
	padding:5px 0px 0px 10px;
	
	margin: 0px 0px 0px 0px;
	color: #c13f41;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	height: 20px;
	border-top: 1px solid #ede9e6; 
	
	
}

.extra a:visited, .extra a:active, .extra a:link{
	padding:5px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	color: #c13f41;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	height: 20px;
	border-top: 1px solid #ede9e6; 
	
	
} 
.extra a:hover{
	color: #3E3F42;
	
}
*/
.extra a.email{
	padding:0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #1949a3;
	list-style-type: none;
	background-image: none;
	background-color: transparent;
}
.extra a:hover.email{
	
	color: #3E3F42;

}

.extra a.quickLinks{
	
	
}
.extra a:hover.quickLinks{

}
.extra ul{
	padding:0px 0px;
	margin: 0px;
	
}
.extra li{
	padding:0px 0px;
	margin: 0px;
	list-style-type: none;
	
}

.extra input {
	width:208px;
	padding: 3px 5px;
	margin: 5px 0px 0px 0px ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #651514;

}
 
.extra .submit{
	background-color: #3E3F42;
	height: 22px; 
	width: 100px; 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-align: center;
	display: inline-block;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px ;
	float: right; 
}
.extra hr
{
	height: 1px; 
	border-bottom: 1px solid #ede9e6; 
	border-top: none; 
	border-left: none; 
	border-right: none; 

}
.twitter
{
	width:224px;
	margin: 0px 0px 10px 0px;
	padding: 3px;
	border: 1px solid #ede9e6;
}
.twitter a 
        {
        margin: 0px; 
        padding:0px;
        color: #c13f41;
        font-size: 12px;
        font-family: Verdana,Arial,Helvetica,sans-serif;
        text-decoration: none;
        display: block;
        height: auto;
        border: none;
        }
.twtr-widget .twtr-tweet a.twtr-reply
{
	visibility: visible  !important ;
	color: #c13f41 !important;
	font-size: 11px !important;
}

/*==============NAVIGATION===================*/
.navigationTop{

	height: 46px;
	width: 1000px;
	margin: 0px;
	padding: 0px;
	float: left; 
	color: #ffffff;
	text-align: right; 

}
.navigationTop ul 
{
	width: 730px; 
	float: right; 
	display: block;
	padding: 15px 10px 15px 0px; 
	margin: 0px; 
	
}
.navigationTop ul li {
	
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;

	display: inline;


}
.navigationTop a
{
	color: #ffffff;
	padding: 0px 20px 0px 20px;
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	display: inline-block;
	text-decoration: none; 
    text-align: center;  
}
.navigationTop a: hover
{	
	color: #c13f41;
}

.navigationPrimary{

	width:224px;
	margin: 0px 0px 10px 0px;
	padding: 3px;
	border: 1px solid #ede9e6;
	background-color: #ffffff;

	 filter:alpha(opacity=90);
        -moz-opacity:0.9;
        -khtml-opacity: 0.9;
        opacity: 0.9;
	

}
.navigationPrimary ul
{
	margin: 0px;
	padding: 0px;
}
.navigationPrimary li,
.navigationSecondary li{
	list-style-type: none; 
	display: inline-block;
	margin: 0px; padding: 0px; 
}
.navigationPrimary  img {
	margin: 0px;
	padding: 0px;
	border: none;
		
	}
.navigationPrimary  a, .navigationPrimary  a:visited, .navigationPrimary  a:active, .navigationPrimary  a:link  {
	color: #651514;
	padding: 1px 10px 5px 10px;
	margin: 2px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 12px;
	width:204px;

	font-size: 11px;
	/*background-image: url(../images/btnNavOff.jpg);
	background-repeat: no-repeat;*/
	display: inline-block;
	text-decoration: none;
	text-align: left; 
	background-color: #EDE9E6;
	}

.navigationPrimary  a:hover {
	color: #3E3F42;
	/*background-image: url(../images/btnNavOn.jpg);
	background-repeat: no-repeat;*/
}

.extra a.extraLink
{
	padding:0px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
	background-image: none; 
	height: 20px;
	width: 219px;
}
.navigationSecondary{
	height: 27px;
	width: 1000px;
	margin: 0px;
	padding: 0px;
	float: left; 

}
.navigationSecondary ul
{
	padding: 0px; 
	margin: 5px 0px 0px 0px ; 
}	

.navigationSecondary a
{
	display: inline-block;
	float: left;
	text-decoration: none;
	color: #000000;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 19px;
	width: 137px;
	text-align: center;
	font-size: 11px;
	text-decoration: none;
	background-image: none;
	background-color: #f2f4f3;
	border: 1px solid #ffffff; 
}
a.navigationPrimarySelected
{
	
	color: #3E3F42;
	/*background-image: url(../images/btnNavOn.jpg);
	background-repeat: no-repeat;*/
}
.navigationSecondary a:hover
{
	
}

/*==============CONTENTHome + SubCats===================*/
.contentHome{
	padding: 30px 30px 60px 30px;
	margin: 0px 0px 0px 0px;
	
}
.mainCategoriesTop
{
	padding: 0px 30px 10px 30px;
	margin: 0px 0px 0px 0px;
}
.mainCategoriesBot
{
	padding: 20px 130px  40px 130px ;
	margin: 0px 0px 0px 0px;
}

.catBox
{
	padding: 10px 20px;
	margin: 0px 0px 0px 0px;
	float:left; 
	width: 180px;
	height: 180px;
	display: inline-block; 
	
}
 .subcatBox a img
{
	border: none;	
}
.catBox a img
{
	border: none;

}
.subCategoriesTop
{
	padding: 10px 0px  10px 0px ;
	margin: 0px 0px 0px 0px;
	width: 730px;
	display: block;
	height: 180px;
	 
}
.subCategoriesBot
{
	padding: 10px 0px  10px 0px ;
	margin: 0px 0px 0px 0px;
	width: 730px;
	height: 180px;
	display: block; 
}
.subcatBox
{
	padding: 5px 0px;
	margin: 0px 0px 0px 0px;
	float:left; 
	width: 180px;
	height: 180px;
	display: block; 
}
 .subcatBox a img
{
	border: none;	
	
}
/*==============CONTENT===================*/
.content{
	padding: 55px 22px 10px 0px;
	margin: 0px 0px 0px 255px;
	
}

.content p{
	padding:5px 0px;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #B19788;
	text-align: justify;
	line-height: 16px;
}

.content p.border{
	border: solid 1px #E4E2E8;
	padding: 5px; 

}

.content h1{
	padding:10px 0px 10px 30px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #651514;
	font-weight: bold;
	background-image: url(../images/bird.jpg);
	background-repeat: no-repeat;
}

.content h1 a
{
	padding:0px 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
}
.content h1 a:hover
{
	color: #333333;
}
.content h2{
	
	padding:10px 10px 10px 10px;
	margin: 10px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	/*color: #877676;*/
	 
	font-weight: bold;
	background-color: #EDE9E6;
	filter:alpha(opacity=90);
    -moz-opacity:0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
    color: #AD1426;
}


.content h3{
	padding:10px 0px 5px 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:  #595151;
	font-weight: bold;
	display: block; 
	height: 20px; 
	
}

.content h4{
	padding:0px;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #1a4aa5;
	font-weight: normal;
}

.content h5{
	padding:0px;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #1a4aa5;
	font-weight: normal;
}
.content a{
	padding:0px;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #651514;
	
}
.content a:hover{
	color: #B19788;
}
.content a img{
	border: none;
}
.clear{
	clear: both;
	width: 100%;
	height: 5px; 
	
}

.content ul{
	padding:5px 5px;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #595151;
	text-align: justify;
	line-height: 16px;
	list-style-position: inside;
}
.content li{
	padding:3px 0px;
	margin: 0px;
}



.floatRight{
	float: right;
	padding:0px;
	margin: 0px;
	

}

.floatLeft{
	float: left;
	padding:0px;
	margin: 0px;
	

}

.QuickBoxLeft{
	float: left;
	color: #c13f41; 
	margin: 0px 6px 6px 0px;
	width: 170px;
	height: 146px;
	border: solid 1px #ede9e6;
	padding: 2px 2px 0px 2px; 
}
.QuickBoxLeft img, .QuickBoxRight img
{
	width: 170px;
	height: 120px;
}
.content .QuickBoxLeft p{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #c13f41; 
	padding-left: 3px; 
 
}
.QuickBoxRight{
	float: right;
	border: solid 1px #ede9e6;
	padding: 2px 2px 0px 2px;  
	margin: 0px 1px 6px 0px;
	width: 170px; 
	height: 146px;
}
.content .QuickBoxRight p{ 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #c13f41; 
    padding-left: 3px;
}
.content a.QuickBoxBtn{
	
	
	height: 18px; 
	width: 90px; 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #595151;
	text-align: center;
	display: inline-block;
	padding: 0px 0px 0px 0px;
	margin: 0px; 
	float: right; 
	text-decoration: none; 
}
.content a:hover.QuickBoxBtn
{
    color: #c13f41;
}

.content_Right
{
	float: right;
	width: 190px;
	padding: 4px;
}

/*===============Forms===================*/

.TextBoxlabel
{
	float: left; 
	clear: left;
	display: block;
	width: 150px; 
	padding: 10px 0px 0px 0px; 
}
.TextBox
{
	float: left; 
	display: block;
	width: 600px; 
	padding: 10px 0px 0px 0px; 
}

.titel{
	width: 150px;
	padding: 0px 0px 0px 0px; 
	margin: 0px; 

	float: left; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height:1.4;
	font-size: 11px;
	color: #666666;

	
}

.titel1{
	width: 340px;
	padding: 0px;
	display: inline; 
	float: left; 
	margin: 0px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height:1.4;
	font-size: 12px;
	color: #666666;
	
}
.titel2{
	width: 200px;
	padding: 0px;
	display: inline; 
	float: left; 
	margin: 0px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height:1.4;
	font-size: 12px;
	color: #CC3F41;
	
}
.outerFormBox
{
	width: 735px;
	display: block; 
	height: 30px;
	
}
.outerFormBox1
{
	width: 690px;
	display: block; 
	height: 30px;
	
}
.outerFormBox2
{
	width: 700px;
	display: block; 
	height: 20px;
	border-bottom: 1px solid #EDE9E6;
	padding: 5px 0px 0px 0p;
	
}
.inputBox
{
	width: 540px;
	padding: 10px 0px 0px 0px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
   

}
.inputBox2
{
	width: 540px;
	padding: 10px 0px 0px 0px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height:1.4;
	font-size: 12px;
	color: #666666;
	margin: 0px; 

}
.inputBox1
{
	width: 300px;
	padding: 2px;
	

	margin: 0px; 
}
label{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height:1.4;
	font-size: 11px;
	color: #666666;
	text-align: left;
}
input{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding: 4px;
	margin: 0px; 
}
select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.submit
{
	height: 25px; 
	padding: 0px;
	margin: 0px 0px 0px 10px;
	
	
}
.formComment{
	color: red;
}
.formComment
{   
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #E31A22;
}
.FormButtons
{
	padding: 10px 0px 0px 0px; 
	display: block;
	width: 715px;
	text-align: left; 
	
}
.FormButtons2
{
	padding: 10px 0px 0px 0px; 
	display: block;
	width: 735px;
	text-align: right; 
	
}
.ErrorMessage
{
	font-size: 11px; 
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
}
hr
{
	height: 1px; 
	border-bottom: 1px solid #ede9e6; 
	border-top: none; 
	border-left: none; 
	border-right: none; 

}
.border
{		
	border: 1px solid #EDE9E6; 
	padding: 10px;
}
.content a.adminBtn {
	background-image: url(/images/btnAdminLg.jpg);
	margin: 0px;
	background-repeat: no-repeat;
	width: 200px; 
	height: 19px; 
	padding: 2px 5px;
	display: inline-block; 
	text-align: center;
	text-decoration: none;
	color: #c13f41;
	font-size: 11px; 
}
.submit
{
	background-image: url(/images/submit.jpg);
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	border: none;
	width: 67px; 
	height: 27px;
}
.search 
{
	float: left; 
	padding: 7px 0px 0px 15px; 



}
/*=======Media Centre=======================*/

.MediaCentreForms {
	border: 1px solid #EDE9E6;
	background-color: #ffffff;
	padding: 10px;
	background-image: url(../images/bkgrForms.jpg);
	background-repeat: no-repeat;
}
.arrows{
	width: 750px;
	text-align: right;
}
.MediaCentreForms .arrowSize{
	width: 30px;
	height: 28px; 
}
.MediaCentreForms a.controls{
	font-size: 12px;	
	
}
table.mediaCentre 
{
	border: none;
	margin: 0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 733px;

}

.mediaCentre th {

	border: solid 1px #EDE9E6;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	color: #c13f41;
	padding:1px 5px 1px 5px;
	background-color: #f2f4f3;
	height: 23px;
	
}
.mediaCentre th a
{
    color: #c13f41;
}
.mediaCentre th a:hover
{
    color: #333333;
}
.mediaCentre  td 
{
	border: solid 1px #EDE9E6;
	margin: 0;
	padding: 3px 5px;
	background-color: #ffffff;
	color: #333333;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}
table.mediaCentre a {
	border: none;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold; 
	color: #991723;
	height: 15px;
	padding: 3px;
	text-decoration: none; 

}
 table.mediaCentre a:hover {
	border: none;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold; 
	color: #666666;
	height: 15px;
	padding: 3px;
	text-decoration: none; 
	
}
 table.mediaCentre a.delete {
	border: none;
	margin: 0;
	background-image: url(/images/bkgrBtnsDelete.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none; 
	color: #991723;
	height: 15px;
	padding-top: 3px;
	display: block;
}
  
table.mediaCentre input
{
	border: none;
	margin: 0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border: 1px solid #E4E5E5;
	width: auto;

}

/*===================Emails=============*/
table.emails
{
	border: none;
	margin: 0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 375px;

}
.emails th {

	border: solid 1px #E4E5E5;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	color: #c13f41;
	padding:1px 5px 1px 5px;
	background-color: #f2f4f3;
	height: 23px;
	
}

.emails th a
{
    color: #c13f41;
}
.emails th a:hover
{
    color: #cccccc;
}
.emails  td 
{
	border: solid 1px #E4E5E5;
	margin: 0;
	padding: 3px 5px;
	background-color: #ffffff;
	color: #333333;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}
table.emails a {
	border: none;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold; 
	color: #c13f41;
	height: 15px;
	padding: 3px;
	text-decoration: none; 

}
 table.emails a:hover {
	border: none;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold; 
	color: #666666;
	height: 15px;
	padding: 3px;
	text-decoration: none; 
	
}
 table.emails a.delete {
	border: none;
	margin: 0;
	background-image: url(/images/bkgrBtnsDelete.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none; 
	color: #c13f41;
	height: 15px;
	padding-top: 3px;
	display: block;
}
table.emails input, table.emails select
{
	border: none;
	margin: 0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	width: 200px;
	border: 1px solid #E4E5E5;

}
/*===================Buttons=============*/
/*=====mediaCentre======*/
table.events a.BtnAdd, table.mediaCentre a.BtnAdd, table.emails a.BtnAdd, table.store a.BtnAdd
{
	background-image: url(/images/icons/Add.png);
	background-repeat: no-repeat;
	padding: 2px 0px 0px 20px;
	
}
table.events a.BtnEdit, table.mediaCentre a.BtnEdit, table.emails a.BtnEdit, table.store a.BtnEdit, a.BtnEdit
{
	background-image: url(/images/icons/Edit.png);
	background-repeat: no-repeat;
	padding: 2px 0px 0px 20px;
}
table.events a.BtnDelete, table.mediaCentre a.BtnDelete, table.emails a.BtnDelete, table.store a.BtnDelete
{
	background-image: url(/images/icons/Delete.png);
	background-repeat: no-repeat;
	padding: 2px 0px 0px 20px;
}
table.events a.BtnView, table.mediaCentre a.BtnView, table.emails a.BtnView, table.store a.BtnView
{
	background-image: url(/images/icons/View.png);
	background-repeat: no-repeat;
	padding: 2px 0px 0px 20px;
}
table.events a.BtnDownload, table.mediaCentre a.BtnDownload, table.emails a.BtnDownload, table.store a.BtnDownload
{
	background-image: url(/images/icons/Download.png);
	background-repeat: no-repeat;
	padding: 2px 0px 0px 20px;
}
table.events a.BtnCalendar, table.mediaCentre a.BtnCalendar, table.emails a.BtnCalendar, table.store a.BtnCalendar
{
	background-image: url(/images/icons/Calendar.png);
	background-repeat: no-repeat;
	padding: 2px 0px 0px 20px;
}
table.events a.BtnSave, table.mediaCentre a.BtnSave, table.emails a.BtnSave, table.store a.BtnSave
{
	background-image: url(/images/icons/Save.png);
	background-repeat: no-repeat;
	padding: 2px 0px 0px 20px;
}
table.events a.BtnUndo, table.mediaCentre a.BtnUndo, table.emails a.BtnUndo, table.store a.BtnUndo
{
	background-image: url(/images/icons/Undo.png);
	background-repeat: no-repeat;
	padding: 2px 0px 0px 20px;
}
table.events a.BtnRefresh, table.mediaCentre a.BtnRefresh, table.emails a.BtnRefresh, table.store a.BtnRefresh
{
	background-image: url(/images/icons/Refresh.png);
	background-repeat: no-repeat;
	padding: 2px 0px 0px 20px;
}
table.events a.BtnPay, table.mediaCentre a.BtnPay, table.emails a.BtnPay, table.store a.BtnPay, a.BtnPay
{
	background-image: url(/images/icons/Pay.jpg);
	background-repeat: no-repeat;
	padding: 2px 0px 0px 20px;
}
/*Hover States*/
table.events a:hover.BtnAdd, table.mediaCentre a:hover.BtnAdd, table.emails a:hover.BtnAdd, table.store a:hover.BtnAdd
{
	background-image: url(/images/icons/Add.png);
	background-repeat: no-repeat;
	padding: 2px 0px 0px 20px;
	
}
table.events a:hover.BtnEdit, table.mediaCentre a:hover.BtnEdit, table.emails a:hover.BtnEdit, table.store a:hover.BtnEdit, a:hover.BtnEdit
{
	background-image: url(/images/icons/Edit.png);
	background-repeat: no-repeat;
	padding: 2px 0px 0px 20px;
}
table.events a:hover.BtnDelete, table.mediaCentre a:hover.BtnDelete, table.emails a:hover.BtnDelete, table.store a:hover.BtnDelete
{
	background-image: url(/images/icons/Delete.png);
	background-repeat: no-repeat;
	padding: 2px 0px 0px 20px;
}
table.events a:hover.BtnView, table.mediaCentre a:hover.BtnView, table.emails a:hover.BtnView, table.store a:hover.BtnView
{
	background-image: url(/images/icons/View.png);
	background-repeat: no-repeat;
	padding: 2px 0px 0px 20px;
}
table.events a:hover.BtnDownload, table.mediaCentre a:hover.BtnDownload, table.emails a:hover.BtnDownload, table.store a:hover.BtnDownload
{
	background-image: url(/images/icons/Download.png);
	background-repeat: no-repeat;
	padding: 2px 0px 0px 20px;
}
table.events a:hover.BtnCalendar, table.mediaCentre a:hover.BtnCalendar, table.emails a:hover.BtnCalendar, table.store a:hover.BtnCalendar
{
	background-image: url(/images/icons/Calendar.png);
	background-repeat: no-repeat;
	padding: 2px 0px 0px 20px;
}
table.events a:hover.BtnSave, table.mediaCentre a:hover.BtnSave, table.emails a:hover.BtnSave, table.store a:hover.BtnSave
{
	background-image: url(/images/icons/Save.png);
	background-repeat: no-repeat;
	padding: 2px 0px 0px 20px;
}
table.events a:hover.BtnUndo, table.mediaCentre a:hover.BtnUndo, table.emails a:hover.BtnUndo, table.store a:hover.BtnUndo
{
	background-image: url(/images/icons/Undo.png);
	background-repeat: no-repeat;
	padding: 2px 0px 0px 20px;
}
table.events a:hover.BtnRefresh, table.mediaCentre a:hover.BtnRefresh, table.emails a:hover.BtnRefresh, table.store a:hover.BtnRefresh
{
	background-image: url(/images/icons/Refresh.png);
	background-repeat: no-repeat;
	padding: 2px 0px 0px 20px;
}
table.events a:hover.BtnPay, table.mediaCentre a:hover.BtnPay, table.emails a:hover.BtnPay, table.store a:hover.BtnPay, a:hover.BtnPay
{
	background-image: url(/images/icons/Pay.jpg);
	background-repeat: no-repeat;
	padding: 2px 0px 0px 20px;
}
/*===================Events=============*/

table.events
{
	border: none;
	margin: 0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 750px;

}

.events th {

	border: solid 1px #E4E5E5;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	color: #1a4aa5;
	padding:1px 5px 1px 5px;
	background-color: #f2f4f3;
	height: 23px;
	
}
.events th a
{
    color: #1a4aa5;
}
.events th a:hover
{
    color: #cccccc;
}
.events  td 
{
	border: solid 1px #E4E5E5;
	margin: 0;
	padding: 3px 5px;
	background-color: #ffffff;
	color: #333333;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}
table.events a {
	border: none;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold; 
	color: #1a4aa5;
	height: 15px;
	padding: 3px;
	text-decoration: none; 

}
 table.events a:hover {
	border: none;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold; 
	color: #666666;
	height: 15px;
	padding: 3px;
	text-decoration: none; 
	
}
 table.events a.delete {
	border: none;
	margin: 0;
	background-image: url(/images/bkgrBtnsDelete.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none; 
	color: #1a4aa5;
	height: 15px;
	padding-top: 3px;
	display: block;
}
  
table.events input
{
	border: none;
	margin: 0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border: 1px solid #E4E5E5;
	width: auto;

}
/*==============FOOTER===================*/
.footer{
	clear:both;
	width: 100%;
	padding:0px 0px 0px 0px;
	margin: 0px;
	height: 92px;
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
	text-align: center; 

}

.footerMenu
{	clear:both;
	width: 1000px;
	margin: 0px auto;
	height: 53px;

}

.footer p{

	padding:0px;
	margin: 0px;
	
}
.footer ul 
{
	width: 980px; 
	

	padding: 15px 10px 15px 10px; 
	margin: 0px;
	
}
.footer ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	position: relative;
	display: inline;
	

}
.footer a
{
	color: #ffffff;
	padding: 0px 35px 0px 35px;
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	display: inline-block;
	text-decoration: none; 
	
	
}

.footer a.noBorder{
	border: none;



}
.logo{
	
	color: #651514;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;	
	padding: 10px 50px 20px 50px; 
	
}
.logo a {
    border: none; 	
	padding: 0px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;	
	width: auto;
	color: #651514;
}
