body 
{
	font-family: "Open Sans";
	font-size: 13px;
	color: #333;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	background-color: #e9e9e9;
}
header {
	float: left;
	width: 100%;
	color: #CCC;
	background-color: #102f56;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #102f56;
	height: 80px;
}
a {
	text-decoration: none;
	color: #102f56;
	font-weight: 400;
	font-family: "Open Sans";
}
a:hover {
	color: #FC3;
}
img {
	border:none;
}
#left {
	width: 15%;
	background-color: #102F56;
	padding: 0px;
	float: left;
	min-height: 800px;
}
#pageIn{
	float: left;
}
#logo {
	float: left;
	font-size: 16px;
	color: #102f56;
	width: 15%;
	margin-top: 0px;
	background-color: #fff;
	text-align: center;
	height: 80px;
}
#logo .siteName {
	float: left;
	width: 100%;
	text-align: left;
}
#logo .siteName img {
	float: left;
	width: 150px;
	margin-left: 10%;
	margin-top: 20px;
}
#useronline {
	float: left;
	text-align: left;
	font-size: 13px;
	width: 273px;
}
#myaccount {
	background-attachment: scroll;
	background-image: url(img/user.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 15px 15px;
}
#logout {
	background-attachment: scroll;
	background-image: url(img/logout.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 15px 15px;
}
#homepage {
	background-attachment: scroll;
	background-image: url(img/homepage.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 15px 15px;
}
#wellcome{
	float: left;
	width: 250px;
	color: #CCCCCC;
	font-size: 17px;
	margin-bottom: 10px;
	margin-top: 15px;
}
#usernav {
	float: right;
	margin-right: 20px;
	height: 80px;
	color: #999;
}
#userlink {
	float: left;
}
#usernav a span {
	float: left;
	height: 17px;
	width: 17px;
	margin-right: 10px;
}
#usernav a {
	font-weight: 400;
	float: left;
	font-family: "Open Sans";
	color: #FFFFFF;
	background-attachment: scroll;
	background-image: url(img/gradient.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin-right: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#usernav a:hover {
	text-decoration: none;
	background-image: url(img/gradienth.png);
}
nav {
	float: left;
	padding: 0px;
	width: 100%;
	margin-top: 20px;
}
nav a {
	font-family: "Open Sans";
	float: left;
	font-size: 15px;
	color: #CCC;
	text-decoration: none;
	margin: 0px;
	padding-top: 6px;
	padding-left: 10%;
	width: 90%;
	padding-bottom: 6px;
}
nav a img {
	float: left;
	height: 15px;
	width: 15px;
	margin-right: 15px;
	padding: 0px;
	margin-top: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
}
nav a:first-child {
border:none;
}
nav a:hover, .activeNav {
	transition: 0.2s;
	background-color: #e63023;
	color: #FFFFFF;
}
#content {
	float: left;
	overflow: hidden;
	width: 81.5%;
	margin-top: 20px;
	margin-left: 2%;
}
h1 {
	margin: 0px;
	float: left;
	width: 100%;
	padding-bottom: 6px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #102f56;
	font-size: 17px;
	font-weight: normal;
	color: #999;
	position: relative;
}
table {
	float: left;
	width: 100%;
	margin-top: 20px;
}
table td {
	padding: 8px;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	background-color: #f4f4f4;
}
table thead td {
	font-size: 14px;
	background-image: url(img/title.png);
	background-color: #fff;
}
table thead tr:first-child td {
	border-top-width: 1px;
	border-top-style: solid;
}
table tr td:last-child{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ccc;
}
td.td_head_actions {
	width: 100px;
}
td.td_actions a {
	color: #FFF;
	text-decoration: none;
	padding: 5px;
	float: left;
	background-image: url(img/gradient.png);
}
table thead td a.active_column
{
	color: #000000;
	font-weight: 600;
}
table thead td a.passive_column
{
	color: #102f56;
}
table thead td a.passive_column:hover, table thead td a.active_column:hover
{
	color: #FC0;
	text-decoration: underline;
}
table thead td a.active_column.order_asc::before
{
	content: "";
	float: left;
	color: #F00;
	margin-left: 0px;
	margin-top: 3px;
	border: 6px solid transparent;
	border-bottom-color: #002020;
	border-top-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	margin-right: 10px;
}
table thead td a.active_column.order_desc::before
{
	content: "";
	float: left;
	color: #F00;
	margin-left: 0px;
	border: 6px solid transparent;
	border-top-color: #002020;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	margin-right: 10px;
	margin-top: 6px;
}
td.checkbox_actions {
	width:20px;
}
.formButtons {
	float: right;
	font-size: 12px;
	height: 25px;
	margin: 0px;
	padding: 0px;
}
.formButtons a, .formButtons button, .formButtons #selectType, #deleteButton, .basicSettings button, .basicSettings select, .tabButton, #menuName button {
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	text-align: center;
	margin-left: 20px;
	font-family: "Open Sans";
	font-weight: 400;
	border: none;
	background-image: url(img/gradient.png);
	padding: 7px;
}
.formButtons #selectType, .basicSettings select, #selectWidget {
	margin: 0px;
	padding: 6px;
	width: auto;
	border-radius: 0px;
	color: #000;
}
.tabButton {
	float: right;
	padding: 9px;
}
.formLeft {
	width: 66%;
	float: left;
}
label 
{
	float: left;
	width: 100%;
	color: #102f56;
	font-size: 13px;
	margin-top: 20px;
}
input[type=text], input[type=password], input[type=number], textarea, select{
	float: left;
	width: 98%;
	border: 1px solid #A3A3A3;
	margin-top: 3px;
	border-radius: 3px;
	font-family: "Open Sans";
	padding-top: 5px;
	padding-right: 1%;
	padding-bottom: 5px;
	padding-left: 1%;
	background-color: #f4f4f4;
}
textarea {
	height: 100px;
}
select {
	width: 100%;
}
.formRight {
	float: right;
	width: 30%;
}
input[type=text]:focus, input[type=password]:focus, input[type=number]:focus, textarea:focus, select:focus {
	outline: 0;
	border: 1px solid #102f56;
	background-color: #fff;
	transition:0.5s;
}
.formTitle {
	font-size: 17px;
	color: #666;
	float: left;
	width: 100%;
}
.resultParent {
	float: left;
	height: 100%;
	width: 100%;
	z-index: 1000;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.2);
}
.formResult {
	background-color: #eee;
	padding: 1%;
	float: left;
	width: 50%;
	font-size: 12px;
	position: fixed;
	border: 1px solid #999;
	top: 150px;
	left: 24%;
	right: 24%;
	-moz-box-shadow: 0 0 20px #666;
	-webkit-box-shadow: 0 0 20px #666;
	box-shadow: 0 0 20px #666;
}
.formResultLeft {
	float: left;
	width: 100%;
	max-height: 400px;
	overflow: auto;
}
.close {
	background-attachment: scroll;
	background-image: url(img/close.png);
	background-repeat: no-repeat;
	background-position: center center;
	float: right;
	height: 30px;
	width: 30px;
	background-size: 13px 13px;
	position: absolute;
	top: -18px;
	background-color: #FFF;
	right: -18px;
	cursor: pointer;
	margin-top: -12px;
	margin-right: 18px;
}
.close:hover {
	background-color:#ccc;
}
.pagination{
	float: left;
	width: 100%;
	margin-top: 20px;
	text-align: center;
}
.pagination a {
	color: #666;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	margin: 2px;
	font-size: 18px;
	border-radius: 5px;
	border: 1px solid #ddd;
	background-image: url(img/title.png);
	background-attachment: scroll;
	background-position: left bottom;
	background-color: #f6f6f6;
	float: left;
}
a.focused_page {
	color: #FFF;
	background-color: #102f56;
	font-size: 18px;
}
a.firstPage, a.previousPage, a.nextPage, a.lastPage {
	background-color: #fff;
	width: 30px;
}
.pagination a:hover {
	background-color: #ccc;
	color: #102f56;
}
.totalResults {
	float: right;
	color: #999999;
}
.totalResults b {
	color: #000;
}
.noRecords {
	font-size: 16px;
	background-color: #f4f4f4;
	text-align: center;
	padding: 1%;
	float: left;
	width: 98%;
	margin-top: 20px;
}
.mainCategoryText {
	font-family: "Open Sans Semibold";
	font-weight: 600;
	color: #CCC;
}
.basicSettings label, .basicSettings input[type=text] 
{
	width: auto;
	float: left;
	margin-right: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.basicSettings label {
	margin-top: 7px;
	font-family: "Open Sans Semibold";
	font-size: 14px;
	font-weight: 600;
	color: #999;
}
.basicSettings {
	margin-top: 20px;
	float: right;
}
.basicSettings select:focus {
	border:none;
}
button:hover,#deleteButton:hover, .formButtons a:hover {
	cursor: pointer;
	color: #FFF;
	background-color: #102f56;	
}
#uploadFrame {
	float: left;
	height: 150px;
	width: 99.5%;
	border: 1px solid #ddd;
	border-radius: 5px;
	background-attachment: scroll;
	background-image: url(img/upload.png);
	background-repeat: no-repeat;
	background-position: center 30px;
	cursor: pointer;
}
#uploadFrame:hover, .dragEnter#uploadFrame{
	border-top-color: #060;
	border-right-color: #060;
	border-bottom-color: #060;
	border-left-color: #060;
	background-image: url(img/uploadh.png);
}
#medias {
	float: left;
	height: 100%;
	width: 100%;
	position: relative;
	z-index: 100;
	cursor: pointer;
	opacity:0;
}
#mediaInputIe,#uploadIeButton {
	float: left;
	height: 30px;
	width: auto%;
	position: relative;
	z-index: 100;
	cursor: pointer;
	opacity: 1;
	background-color: #ddd;
	border: 1px solid #ccc;
	width: 200px;
	margin-right: 20px;
}
#uploadFrame div {
	float: left;
	text-align: center;
	margin-top: 100px;
	position: absolute;
	width: 35%;
	padding: 10px;
	margin-left: 18%;
	color: #999;
}
#uploadFrame:hover div, .dragEnter#uploadFrame div {
	color: #060;
}
#uploadFiles {
	float: left;
	width: 100%;
	display: none;
}
.uploadArea {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.mediaWatch {
	float: left;
	width: 96%;
	margin-top: 20px;
	background-color: #f4f4f4;
	min-height: 300px;
	padding: 2%;
}
.mediaList {
	float: left;
	width: 68%;
}
.mediaList img {
	float: left;
	max-width: 96%;
	border: 1px solid #102f56;
	background-color: #eee;
	padding: 2%;
}
.mediaList audio, .mediaList video {
	float: left;
	width: 100%;
}
.mediaInfo {
	float: right;
	width: 26%;
	background-color: #eee;
	min-height: 100px;
	padding: 2%;
}
.mediaInfo label {
	margin-top: 0px;
}
#deleteButton {
	float: left;
	width: auto;
	margin-top: 20px;
	margin-left: 0px;
	color: #FFF;
	background-image: url(img/gradienth.png);
}
.resultButtons {
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.resultButtons button {
	margin-right: 20px;
	padding: 10px;
	border: 1px solid #102f56;
	color: #102f56;
	background-color: #f4f4f4;
	background-image: url(img/title.png);
	border-radius:3px;
}
.resultButtons button:hover {
	color: #FFF;
	background-color: #102f56;
	cursor:pointer;
}
#contentMenu{
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #102f56;
	float: left;
}
#contentNav {
	float: left;
	background-color: #fff;
	margin-top: 0px;
}
#contentNav a {
	float: left;
	font-weight: 400;
	color: #FFFFFF;
	background-color: #f4f4f4;
	padding: 7px;
	font-size: 14px;
	font-family: "Open Sans";
	background-image: url(img/gradient.png);
}
#contentNav a:hover {
	background-attachment: scroll;
	background-position: center bottom;
	color: #00C1C1;
}
#contentNav a.contentNavActive
{
	color: #FFFFFF;
	background-image: url(img/gradienth.png);
}
.editor {
	float: left;
	width: 100%;
}
.contentTab {
	background-color: #f8f8f8;
	padding: 1%;
	float: left;
	width: 98%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	margin-top: 0px;
	display: none;
}
.tabs {
	float: left;
	width: 100%;
	margin-top: 20px;
	height: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	margin-bottom: 0px;
}
.tabs li {
	list-style-type: none;
	font-family: "Open Sans Semibold";
	font-weight: 600;
	padding: 8px;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	background-color: #F8F8F8;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ccc;
	cursor: pointer;
	color: #999;
}
.tabs li:first-child {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ccc;
}
li.active_tab, .tabs li:hover{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #f8f8f8;
	margin-bottom: -2px;
	color: #102f56;
	background-image: url(img/title.png);
	padding-bottom: 10px;
}
.contentTab:first-child {
	display: block;
}
.list_photos {
	float: left;
	width: 75%;
}
.getImages {
	float: left;
	width: 21%;
	margin-left: 2%;
	padding: 1%;
}
.addNewMedia  {
	float: left;
	color: #102f56;
	background-color: #fff;
	text-decoration: none;
	font-size: 12px;
	padding: 5px;
	text-align: center;
	border: 1px solid #102f56;
	border-radius: 3px;
	cursor:pointer;
}
.addNewMedia:hover {
	color: #FFF;
	background-color: #102f56;
}
#mediaLoaderFrame {
	float: left;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 1000;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.2);
	overflow: auto;
	display: none;
}
#mediaFrame, #editFrame {
	float: none;
	border: 3px solid #102f56;
	background-color: #eee;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 48px;
	overflow: hidden;
}
#mediaSearch {
	float: left;
	width: 200px;
	padding: 5px;
	border-radius: 0px;
	margin-top: 0px;
}
#mediaSearchButton {
	float: left;
	width: 60px;
	border-radius: 0px;
	margin-left: -1px;
	padding-top: 6px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	font-size: 13px;
	color: #666;
	background-color: #fff;
	background-image: url(img/title.png);
	border: 1px solid #102f56;
	margin-top: 0px;
}
#mediaNav {
	float: right;
}
#closeMedia, #closeEdit {
	float: right;
	background-attachment: scroll;
	background-image: url(img/close.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 30px;
	width: 30px;
	background-size: contain;
	cursor:pointer;
	background-color: #f8f8f8;
}
#closeMedia:hover , #closeEdit:hover{
	background-color: #CCC;
}
#mediaHeader, #editHeader {
	float: left;
	width: 100%;
	height: 40px;
}
#mediaList, #editList {
	float: left;
	width: 980px;
	padding: 10px;
	margin: 0px;
}
#mediaContent, #editContent {
	float: left;
	width: 100%;
}
table td img {
	float: left;
	width: 70px;
}
.mediaFrameRenderBox{
	float: left;
	width: 126px;
	height: 126px;
	margin-right: 8px;
	margin-bottom: 8px;
	padding: 2px;
	background-color: #fff;
	border: 1px solid #ddd;
	overflow: hidden;
}
.mediaFrameRenderBox img {
	width: 100%;
}
.mediaFrameRenderBox p {
	margin: 0px;
	padding: 0px;
	float: left;
	color: #999;
	font-size: 14px;
	text-align: center;
	height: 30px;
	width: 100%;
	overflow: hidden;
}
.mediaFrameRenderBox:hover {
	cursor: pointer;
	border-top-color: #102f56;
	border-right-color: #102f56;
	border-bottom-color: #102f56;
	border-left-color: #102f56;
}
.mediaThumb {
	float: left;
	width: 100%;
	height: 96px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	background-image: url(img/loader.gif);
}
.selectedMedia {
	height: 122px;
	width: 122px;
	border: 3px solid #102f56;
}
#selectMedia, #editOk, #deleteObject, #miniUploadButton {
	float: left;
	border: 1px solid #ddd;
	margin-right: 20px;
	background-image: url(img/tick3.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 6px;
	padding-left: 27px;
	background-size: 17px 17px;
	color: #666;
	background-color: #FFF;
	border-radius:2px;
}
#deleteObject {
	background-image: url(img/delete.png);
}
#selectMedia:hover, #editOk:hover, #deleteObject:hover, #miniUploadButton:hover{
	background-color: #ddd;
}
.mainImage {
	float: left;
	width: 99%;
	margin-top: 20px;
	border: 1px solid #ddd;
	cursor:pointer;
}
.mainImage img {
	float: left;
	width: 100px;
}
.button {
	font-size: 12px;
	float: left;
	color: #102f56;
	background-color: #fff;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border: 1px solid #ddd;
	background-image: url(img/title.png);
	cursor:pointer;
	border-radius:3px;
}
#listImageGallery {
	float: left;
	width: 100%;
}
#listImageGallery img 
{
	float: left;
	width: 100px;
	height: 100px;
	background-color: #fff;
	border: 1px solid #ddd;
}
.progressBar {
	background-attachment: scroll;
	background-image: url(img/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	height: 300px;
	width: 100%;
	background-size: 100px 100px;
}
.galleryImage {
	float: left;
	height: 289.5px;
	width: 289.5px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #fff;
	padding: 10px;
	border: 1px solid #eee;
}
.galleryImage:hover {
	opacity:0.6;
	cursor:pointer;
}
.galleryImage b {
	margin-bottom: 10px;
	float: left;
	width: 100%;
}
.imageObject {
	float: left;
	height: 230px;
	width: 100%;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 150px auto;
	word-wrap: break-word;
	overflow: hidden;
}
audio.imageObject {
	background-image: url(../../../plugins/media/audio.png);
}
#mediaEditFrame {
	float: left;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 1000;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.2);
	overflow: auto;
	display: none;
}

#editNav {
	float: right;
}
#mainImageDelete {
	text-decoration: none;
	font-family: "Open Sans";
	font-weight: normal;
	margin-left: 20px;
}
.listAllPosts {
	float:left;
	width:100%;
}
#miniUpload {
	float: left;
	margin-left: 20px;
}
#miniUploadFrame {
	display:none;
}
#miniFileUpload {
	float: left;
	height: 28px;
	width: 100px;
	padding: 0px;
	border: 1px solid #ddd;
	background-color: #FFF;
	background-image: url(img/upload.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:20px 20px;
}
#miniFileUpload input {
	float: left;
	height: 100%;
	width: 100%;
	opacity:0;	
}
#miniFileUpload:hover {
	background-image: url(img/uploadh.png);
	border: 1px solid #093;
}
#login {
	width: 300px;
	float: none;
	padding-bottom: 20px;
	border-radius: 2px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 150px;
	position: relative;
}
#loginback {
	background-color: rgba(0,153,204,0.8);
	float: left;
	width: 270px;
	padding: 20px;
}
#poster {
	background-attachment: scroll;
	background-image: url(img/poster.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	height: 100%;
	width: 100%;
	background-size: cover;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 0;
}
#loginTitle {
	float: left;
	width: 100%;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 21px;
	text-align: center;
}
#loginForm {
	float: left;
}

#loginForm label {
	color: #FFF;
}
#loginForm input {
	padding: 10px;
	border: 1px solid #FFF;
	background-color: #eee;
	color: #000;
	width: 250px;
	margin: 0px;
}

#loginForm button {
	float: left;
	padding: 10px;
	background-color: transparent;
	border: 1px solid #fff;
	color: #FFF;
	font-size: 13px;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0%;
	margin-bottom: 0px;
	font-weight: 400;
	font-family: "Open Sans";
	width: 272px;
	border-radius: 3px;
}
#loginForm a {
	float: right;
	padding: 0px;
	color: #FFF;
	font-size: 13px;
	font-weight: 400;
	font-family: "Open Sans";
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.formRequired#membername, .formRequired#memberpass{
	border: 1px solid #F00;
}
#loginResult{
	float: left;
	margin-top: 20px;
	color: #FFF;
	width: 90%;
	padding-left: 5%;
}
.progressBar{
	background-attachment: scroll;
	background-image: url(img/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	width: 100%;
	height: 50px;
}
footer {
	float: left;
	width: 100%;
	text-align: center;
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #102f56;
}
.green {
	color: #0C0;
}
.offline{
	color: #CCC;
}
.listInputs {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.singleImage {
	cursor: pointer;
	float: left;
	min-width: 16px;
	min-height: 16px;
	max-width: 100%;
	max-height: 100%;
	border: 2px solid #ddd;
	margin-top: 10px;
	background-color: #eee;
}
.singleImage:hover {
	border: 2px solid #102f56;
}
a.focusedDelete {
	padding: 5px;
	margin-left: 20px;
	font-weight: 400;
}
#menuDesigner {
	float: left;
	margin-top: 20px;
	width: 100%;
}
#menuLeft {
	float: left;
	width: 30%;
	background-color: #fff;
}
#menuLeft input[type=text], #newMenu,#newGroup {
	float: right;
	width: 100px;
	border-radius: 0px;
	margin-right: 30px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #f9f9f9;
	border: 1px solid #eee;
	display: none;
}
#newMenuLabel,#newGroupLabel {
	float: left;
	width: auto;
	margin-right: 5px;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#newMenu,#newGroup {
	float: left;
	display: inline;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 0px;
}
#menuRight {
	float: left;
	width: 68%;
	margin-left: 2%;
	background-color: #fff;
}
#menuName {
	float: left;
	width: 100%;
	background-color: #f4f4f4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	padding-top: 5px;
	padding-bottom: 5px;
}
#menuName input[type=text] {
	float: left;
	width: auto;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	background-color: #fff;
	border-radius: 0px;
	border: 1px solid #eee;
	margin-top: 0px;
} 
#menuName label {
	padding: 5px;
	float: left;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#menuName button {
	float: right;
	margin-right: 10px;
}
.menuTabs {
	float: left;
	width: 100%;
	background-color: #FFFFFF;
}
.tabTitle {
	float: left;
	padding: 2%;
	width: 96%;
	background-color: #fff;
	background-image: url(img/down.png);
	background-position: 96% center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ddd;
}
.tabTitle span {
	padding: 5px;
	float: left;
}
.tabContent {
	float: left;
	padding: 5%;
	width: 90%;
	display: none;
	min-height: 100px;
	max-height: 300px;
}
.tabTitle:hover, .activeTabTitle {
	background-image: url(img/down-black.png);
	background-color: #f4f4f4;
	cursor:pointer;
}
.activeTabTitle {
	background-image: url(img/up.png);
	border:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
}
.menuTabs:first-child .tabTitle {
	border:none;
}
#menuLeft .activeTabTitle input[type=text] {
	display:block;
}
.tabContent li {
	float: left;
	width: 100%;
	list-style-type: none;
	color: #999;
	padding-bottom: 5px;
}
#error {
	float: left;
	margin-top: 50px;
	width: 100%;
	color: #900;
}
.mainMenuTab, .belowMenuTab {
	margin-left: 10px;
	color: #999;
	font-style: italic;
}
#listTabMenus ul {
	padding: 0px;
	float: left;
	list-style-type: none;
	width: 300px;
	margin: 0px;
}
#listTabMenus li {
	float: left;
	margin-left: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 100%;
}
.singleTab {
	float: left;
	width: 100%;
	border: 1px solid #eee;
	overflow: hidden;
	border-radius: 2px;
	margin-bottom: 3px;
}
.tabName {
	float: left;
	width: 100%;
	background-color: #fff;
	padding: 7px;
	color: #666;
	background-image: url(img/title.png);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
}
#listTabMenus {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.menuType {
	float: right;
	color: #CCC;
	width: auto;
	margin-right: 10px;
	font-size: 12px;
}
.menuSettings {
	float: right;
	font-size: 12px;
	color: #000;
	width: 17px;
	margin-right: 10px;
	background-attachment: scroll;
	background-image: url(img/edit-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 17px;
	background-size: 14px 14px;
}
.menuSettings:hover {
	cursor:pointer;
	opacity:0.5;
}
.tabForm 
{
	display: none;
	float: left;
	width: 90%;
	margin-left: 5%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.tabForm label {
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #102f56;
}
.tabForm input, .tabForm select, #widgetLeft input, #widgetLeft select {
	margin: 0px;
	padding: 2%;
	width: 96%;
	border: 1px solid #eee;
	border-radius: 0px;
}
.tabForm select, #widgetLeft select {
	width:100%;
}
.searcResultsForm {
	float: left;
	width: 100%;
}
.leftButton {
	float: left;
	background-color: transparent;
	border: none;
	width: 100%;
	text-align: left;
	padding: 5px;
	font-weight: 400;
	color: #999;
}
.leftButton span {
	float: right;
	margin-left: 10px;
	color: #CCC;
}
#urlForm label {
	float: left;
	width: 100%;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#urlForm input[type=text] {
	display: inline;
	padding: 3px;
	width: 100%;
	border: 1px solid #ddd;
	margin: 0px;
	float: left;
}
#urlForm button {
	float: right;
	margin-top: 10px;
	padding: 5px;
}
.tabMenuButton {
	color: #999;
	padding: 5px;
	float: left;
	margin-top: 3px;
	background-color: #f2f2f2;
	background-image: url(img/title.png);
	border: none;
	border-radius: 2px;
}
.rightButton {
	float: right;
	margin-bottom: 0px;
	margin-right: -2px;
	color: #F00;
}
.comments {
	float: left;
	max-width: 300px;
	color: #999;
	font-size: 12px;
}
#serviceImage img {
	width:auto;
	max-width:100px;
}
#widgetLeft {
	float: left;
	width: 30%;
	margin-top: 20px;
}
#widgetLeft label {
	margin-top: 5px;
	margin-bottom: 2px;
}
.newWidget {
	float: left;
	width: 90%;
	background-color: #fff;
	padding-top: 0%;
	padding-right: 5%;
	padding-bottom: 0%;
	padding-left: 5%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	border-left-color: #ddd;
}
.newWidget:first-child {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ddd;
}
.newWidgetTitle {
	padding: 5%;
	float: left;
	width: 101%;
	margin-left: -5.5%;
	margin-bottom: 0px;
	color: #999;
	cursor: pointer;
	background-image: url(img/right.png);
	background-repeat: no-repeat;
	background-position: 96% center;
}
.newWidgetTitle:hover, .newWidgetActive {
	color: #000;
	background-color: #f4f4f4;
	background-image: url(img/down.png);
}
.newWidgetTitle:hover::after, 
{
	background-color: #000;
}
.widgetForm 
{
	display: none;
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.newWidget .tabMenuButton {
	float: left;
	width: 50%;
	margin-top: 10px;
	background-color: #102f56;
	color: #FFF;
	padding: 8px;
}
#widgetRight {
	float: left;
	width: 68%;
	margin-top: 20px;
	margin-left: 2%;
}
#widgetRight #deleteButton
{
margin:0px;
}
.statsTd td {
	font-size: 18px;
	font-weight: 400;
	color: #000;
}
.stats {
	float: left;
	width: 96%;
	padding: 2%;
	background-color: #F4F4F4;
	margin-top: 20px;
}
.statsTitle {
	float: left;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 8px;
	color: #999;
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
}
.stats table td {
	border-top-color: #f9f9f9;
	border-right-color: #f9f9f9;
	border-bottom-color: #f9f9f9;
	border-left-color: #f9f9f9;
}
.stats table tr td:last-child {
	border-right-color: #f9f9f9;
}

a.statsLink{
	float: right;
	color: #102f56;
	font-size: 12px;
}
#robotsTxt {
	height: 600px;
}
#delete_image {
	cursor: pointer;
	float: right;
	color: #102f56;
	margin: 0px;
	padding: 0px;
}
#delete_image:hover {
	color: #000;
	text-decoration: underline;
}
#days {
	float: left;
	width: 100%;
	margin-top: 20px;
}
#days label {
	padding: 0px;
	width: 48%;
	float: left;
	margin-top: 0px;
	margin-right: 2%;
	margin-bottom: 5px;
	margin-left: 0%;
}