.BodyBackground {
background: rgb(249,249,249); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(249,249,249,1) 0%, rgba(239,239,239,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,249,249,1)), color-stop(100%,rgba(239,239,239,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(239,239,239,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(239,239,239,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(239,239,239,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(249,249,249,1) 0%,rgba(239,239,239,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
	background-attachment:fixed;
}
body {
font-family:Roboto, sans-serif;
}
.MainWrapper {
margin:0 auto;
width:1000px;
border:1px solid #eee;
background: white;
box-shadow:1px 1px 5px #ddd;
border-radius:5px;
}
.banner {
    width:100%;
    height:200px;
    background: url("banner.jpg");
    background-size: 1000px 300px;
    background-repeat: no-repeat;
}
.bannerTitle {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0.65+0,0+100;Neutral+Density */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
height:100px;
color:white;
padding:10px;
}
.LeftSide {
float:left;
background:fff;
width:200px;
margin:0px;
}
.RightSide {
float:right;
padding:10px;
border-left:1px dashed #ccc;
text-align:left;
width:779px;
}
.Ad {
clear:both;
border-bottom:1px dashed #ccc;
margin-bottom:10px;
}
.Ad img {
max-width:200px;
max-height:200px;
margin-left:10px;
margin-bottom:10px;
border-radius:5px;
float:right;
}
.Clear {
clear:both;
height:0px;
line-height:0px;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
.Search {
border-radius:5px;
border:1px solid #ccc;
padding:5px;
width:180px;
margin-left:10px;
margin-top:10px;
outline-width:0px;
color:grey;
}
.Navigation {
display:block;
text-align:right;
padding:10px;
text-decoration:none;
color:blue;
}
.Navigation:hover {
background:#FAFAFA;
border-left:3px solid #eee;
}
.Selected {
border-left:3px solid #aaa;
background:#eee;
}
.Footer {
width:100%;
text-align:center;
font-size:8px;
color:#70706F;
margin-top:10px;
}
#iframewrapper {
position: fixed; 
left: 50%;
top: 50%;
z-index: 999999; 
}

#grey {
background:#fff; 
width:2000; 
height:2000; 
position:fixed; 
left:-5; 
top:-5; 
opacity:0.8; 
}
.plupload_logo {
display:none;
}
h1 {
margin:0;
padding:0;
margin-bottom:0.67em;
}
.Pagination {
clear:both;
text-align:center;
line-height:10px;
padding:5px;
}
.Pagination a {
padding:5px;
margin:5px;
border:1px solid #ccc;
text-decoration:none;
}
.Selected a {
border:2px solid #ccc;
background:#eee;
}
.ManageTable img{
vertical-align:middle;
}
.ViewWrapper {

}
.GalleryWrapper {
width:400px;
float:right;
margin-left:10px;
margin-bottom:10px;
}
.GalleryMain img{
width:100%;
border:0px none;
}
.GallerySelection img {
max-width:100px;
max-height:69px;
border:0px none;
}
.Contact {
background:#ccc;
border:1px #bbb solid;
text-align:center;
padding:15px;
width:335px;
}
.Contact a {
font-size:20px; 
background-color:#297ACC; 
border:1px solid #103152; 
border-radius:2px; 
color:#fff; 
padding:10px; 
text-decoration:none;
display:block;
width:200px;
}
.Button a {
font-size:20px; 
background-color:#297ACC; 
border:1px solid #103152; 
border-radius:2px; 
color:#fff; 
padding:10px; 
text-decoration:none;
display:block;
width:200px;
}
.submit {
font-size:20px; 
background-color:#297ACC; 
border:1px solid #103152; 
border-radius:2px; 
color:#fff; 
padding:10px; 
text-decoration:none;
display:block;
width:200px;
}
.TextBox {
padding:6px;
border-radius:2px;
border:1px #ccc solid;
}
.DescriptionWrapper {
/*width:365px;
float:left;*/
}
.SmallText {
clear:both;
font-size:10px;
padding-top:20px;
}
.Deleting{
width:150px;
}