@charset "UTF-8";
/* CSS Document */

img {
	width: auto;
	height: auto;
	max-width: 100%;
}
.iphone-image {
	display:none;
}
/*
	table-layout: fixed;
	fix for FF as table was not allowing resize to work
	
*/
table {
    border-collapse: collapse;
	table-layout: fixed;
}

.REMOVEfancy_img img {
	box-shadow: 0px 0px 30px rgba(0,0,0,.5);
	border-radius: 5px;
}

.error {
	color: #FF0004; font-size:
}

.footer {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	max-width: 50%;
	bor der-right: 1px solid #000;
	border-bottom: 1px solid #000;
	bor der-left: 1px solid #000;
	padding-left: 5px;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	box-shadow: 0px 12px 15px rgba(0,0,0,.25);
	border-color: rgba(180,180,180,0.75);
}

.bg {
	background-image: url(images/bg_banner.png)!important;
	background-repeat: repeat-x;
}
/*Home page text padding*/
#padding-left {
	padding-left: 35px;
}

#search {
	float: right;
	padding-top: 50px;
	padding-right: 30px;
}
.admin_bg   {
background: -webkit-gradient(linear, bottom, left 175px, from(#CCCCCC), to(#EEEEEE));
margin:auto;
position:relative;
text-decoration: none;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding:10px;
border: 1px solid #999;
border: inset 1px solid #333;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

form  {
background: -webkit-gradient(linear, bottom, left 175px, from(#CCCCCC), to(#EEEEEE));
margin:auto;
position:relative;
text-decoration: none;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding:10px;
border: 1px solid #999;
border: inset 1px solid #333;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

.admin_bg_2   {
background: -webkit-gradient(linear, bottom, left 175px, from(#CCCCCC), to(#EEEEEE));
background: -moz-linear-gradient(bottom, #CCCCCC, #EEEEEE 175px);
padding-left:10px;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
border: 1px solid #999;
border: inset 1px solid #333;


}
# container_bf {
	min-width: 980px;
	max-width: 1600px;
	-webkit-box-shadow: 6px 6px 20px #333;
	box-shadow: 6px 6px 20px #333;
	margin: 20px auto 0px;
	border: 1px solid #000;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
	background-color: #DDE3CB;
	padding: 11px;
}

.container {
	width: 90%;
	height: auto;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 10px;
	margin: auto;
	text-align: left;
}

.header {
	padding: 10px;
}
.main_title {
	background: #cccccc;
	color: #ffffff;
	padding: 10px;
	font-size: 20px;
	line-height: 20px;
}
.content {
	padding-right: 30px;
	min-height: 100px;
	text-align: center;
}
/* Sortable ******************/
#sortable { 
	list-style: none; 
	text-align: left; 
}
#sortable li { 
	margin: 0 0 10px 0;
	height: 75px; 
	background: #dbd9d9;
	border: 1px solid #999999;
	border-radius: 5px;
	color: #333333;
}
#sortable li span {
	background-color: #b4b3b3;
	background-image: url(images/drag.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 30px;
	height: 75px;
	display: inline-block;
	float: left;
	cursor: move;
}
#sortable li img {
	height: 65px;
	border: 5px solid #cccccc;
	display: inline-block;
	float: left;
}
#sortable li div {
	padding: 5px;
}
#sortable li h2 {    
	font-size: 16px;
    line-height: 20px;
}
.content_width_bf {
	max-width: 980px;
	margin: auto;
}
.trOne {
	background-color: #F5F4F4;
}
.trTwo {
	background-color: #E5E5E5;
}