
 h1 {
    font-size: 24px;
    margin: 0 0 40px;
    padding-top: 10px;
    text-align: center;
    cursor: default;
    color: #1275AA;
 	}

h2{
	text-align: left;
	border-bottom: 2px solid white;
	width: 100%;	
	padding-left: 40px;
	clear: both;
	}

h3 {
	color: white;
   }
	
 body {
 	position: relative;
	font-size: 12px;
	color: white;
	background-color: #3D3B3B;
	margin: 0;
	padding: 0;
	font-family: Arial !important;
	
	}
	
 #sidebar{
 	display: none;
 	position: fixed;
	float: left;
	margin: 0;
	width: 300px;
	height: 100%;
	background-color: #161616;
	-moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;

   /*
     Introduced in IE 10.
     See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
   */
   -ms-user-select: none;
   user-select: none;
	}

#sidebar a{
	text-decoration: none;
	user-select: none;
	}
	
#accordion{
	margin: 40px 10px 0 10px;
	width: 280px;
	}
	
#content{
	text-align: center;
	height: 100%;
	margin-left: 300px;
	min-width: 660px;
	margin-top: 0;
	padding-top: 0;
	
	}
	
#content table{
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	font-size:14px;
	}
#content a{
	text-decoration: none;
	color: #1782B7;
	font-weight: bold;
	}	
#content th{
	border-bottom: 1px solid white;
	color: #1275AA;
	margin-right: 5px !impotant;	
	}
#content td{
	margin-right: 5px !impotant;
	}
	
#content table input{
	width: 100%;
	}
	
#content tbody.rows tr:nth-child(even)	{
	background: #2D2C2C;	
	}
	
#content tbody.rows tr:nth-child(odd)	{
	background: #333232;	
	}

 .jHtmlArea{
	margin-bottom: 20px;
	}
	
.image_container {
	color: black; 
	background:white; 
	width:180px; 
	float:left; 
	margin-bottom:40px;
	margin-top: 20px; 
	margin-left:10px;	
	
	}	
	
#textColor,
#footerColor,
#fadeColor {
	width: 80px !important;
	margin-bottom: 5px;
	float: left;
	display: inline-block;
	}
#textColorPicker,
#footerColorPicker,
#fadeColorPicker{
	display: none;
	margin-bottom: 25px;
	float: right;
	display: inline-block;
	
	}
	
.opacity{
	width: 25px !important;
	}
.thumbs{
	width: 30px !important;
	
	}

.reorder {
	width: 20px !important;
	background-color: #777676;
	color: white;
	}
	
.sortable td,
.sortable td input{
-webkit-touch$r-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: default;
}


.slideThumb{
	padding-right: 5px;
	text-align: left;
	float: left;
	display: block;
	margin-right: 10px;
	margin-bottom: 5px;
	width: auto;
	
	}

.slideThumb img{
	margin-bottom: 5px;
	margin-right: 5px;
	
	}
.error{
	color:#f00;
	background:url(images/error.png) no-repeat left center;
	padding-left:20px;
	margin-left:auto;
	margin-right: auto;
	width: 280px;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}


#type1,
#type2,
#type3 {
	width: 15px !important;
}
	
