
/*-------------------------------------------------
				 HTML+TEXT ELEMENTS
---------------------------------------------------*/

.cmsBody{
	 margin:0 auto;
	 padding:0;
	 background-color: #F6F6F6;
	 font-size:16px;
	 width:100%;
	 color:#093b4f;
	 font-weight:bold;
}

.cmsBody textarea, .cmsBody input {font-size:14px;color:#181e2a; padding:2px; border:1px solid #6D6E71;}
.cmsBody textarea:focus, .cmsBody input:focus{outline:none; }
.cmsBody textarea{resize:none;}

.cmsBody h2{
	color:#D81929;
	font-size:18px;
	margin-bottom:15px;

}

.cmsBody p{
	color:#6D6E71;
	font-size:14px;
}

.blue{ color:#3580a1!important; }
/*-------------------------------------------------
				 	  LOGIN
---------------------------------------------------*/

.loginBox{
	width:350px;
	height:170px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-175px;
	margin-top:-90px;
	background: #EEE;
	-webkit-border-radius: 6px;
    border-radius: 6px;
	-webkit-box-shadow:  0px 0px 4px 0px rgba(0, 0, 0, .8);
    box-shadow:  0px 0px 4px 0px rgba(0, 0, 0, .8);	
}
.loginform{
	font-size:20px;
	padding:20px;
}
.label{width:100px; float:left; height:20px; margin-top:10px; font-weight:bold;}
.loginform p{font-size:14px; color:#6D6E71; font-size:18px;}
.loginform input{
	height:20px;
	width:180px;
	margin:10px 0 10px 10px;
	padding:
}

.submit-btn2{
	width:100px !important;
	-webkit-border-radius: 4px;
    border-radius: 4px;
	min-height:28px;
	margin:10px 0 0 110px !important;
	font-size:16px;
	font-weight:bold;
	color:#D6D6D6;
	cursor:pointer;
	border:none;
	background:#D81929;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
}
.submit-btn2:hover{
	background-color:#DB4637;
	color:#fff;
}

/*-------------------------------------------------
				 	  CMS
---------------------------------------------------*/

.topNav,.topNav2 {
	width:100%;
	height:auto;
	background:#444;
	border-bottom:1px solid #181e2a;
	padding:0 0 0 0px;
	z-index:1000;

}

.topNav2{
	position:fixed;
	top:90px;
}
	

.navSel{
	background:#6D6D6D;
	color:#fff !important;
}
.settings-body{
	width:1000px;
	padding:20px;
}
.set-form input{
	height:22px;
	width:225px;
	font-size:16px;
	margin-top:10px;
	margin-right:5px;
	padding:3px;
	margin-bottom:10px;
}


.ResetPassConfirm{
	display:inline-block;
	height:auto !important;
	width:auto !important;
	padding:4px 4px 4px 4px !important;
	-webkit-border-radius: 5px;
    border-radius: 5px;
	font-size:12px !important;
	font-weight:bold;
	color:#303440;
	margin-top:10 !important;
	background:#EBEBEB;
	cursor:pointer;
		-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
}

.set-btn{
	display:inline-block;
	height:auto !important;
	width:auto !important;
	padding:6px 6px 5px 6px !important;
	-webkit-border-radius: 5px;
    border-radius: 4px;
	font-size:14px !important;
	font-weight:bold;
	color:#303440;
	margin-top:19 !important;
	background:#EBEBEB;
	cursor:pointer;
		-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
}
.set-btn:hover, .ResetPassConfirm:hover{
	background:#fff0a5;
	color:#181e2a;
}
.set-table {
	margin:20px 0 20px 0;
}

.set-table th{
	border:1px solid #999;
	min-width:120px;
	text-align:center;
	color:#fff6e5;
	background-color: #999;
}
.set-table td{
	border:1px solid #999;
	min-width:120px;
	padding:3px 0 3px 0;
	text-align:center;
	color: #666;
}
.ResetPassForm input{
	display:inline;
	height:20px;
	width:80px;
	font-size:12px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left: 5px;
	padding:3px;
}
.ResetPassButton, .AddUserButton, .DeleteUser{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	width:150px;
	display:block;
	color: #3580a1;
	text-decoration:none;
}
.ResetPassButton:hover, .AddUserButton:hover, .DeleteUser:hover{
	color: #F90;
}

.ResetMessage1{
	width:300px;
	text-align:left;
	margin-left:30px;
	color:#84c159;
}
.ResetMessage2{
	width:300px;
	text-align:left;
	margin-left:30px;
	color: #FF4646;
}

#noBorder{border:none !important;}

.addUser-submit{
	display:inline-block;
	height:auto !important;
	width:auto !important;
	-webkit-border-radius: 4px;
    border-radius: 4px;
	margin:30px 0 0 20px !important;
	font-size:14px;!important;
	font-weight:bold;
	color:#303440;
	cursor:pointer;
	border:none;
	background:#EBEBEB;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
}
.addUser-submit:hover{
	background:#fff0a5;
	color:#181e2a;
}

.edit-button {
	display: inline-block;
	width:16px;
	height:16px;
}

.edit-button a{
	display:block;
	background:url(images/icons/pencil.png) no-repeat	
}

.edit-button a:hover{
	background:url(images/icons/pencil_hover.png) no-repeat	
}

.topNav span, .topNav2 span{
	text-align:center;
	display: inline-block;
	width:50px;
	height:32px;
	margin-left:10px;
	margin-right:10px;
	margin-top:3px;
	font-size:11px;
	font-weight:bold;
	line-height:77px;
}

.settings-button a{
	color:#D6D6D6;	
	background:url(images/icons/settings.png) no-repeat top center;
	background-size: 32px 32px;
}

.settings-button a:hover{
	color:#fff;
	background:url(images/icons/settings_hover.png) no-repeat top center;
	background-size: 32px 32px;
}

.liveEditt-button a{
	color:#D6D6D6;		
	background:url(images/icons/edit.png) no-repeat	top center;
	background-size: 32px 32px;
}

.liveEditt-button a:hover{
	color:#fff;	
	background:url(images/icons/edit_hover.png) no-repeat top center;
	background-size: 32px 32px;
}

.logout-button a{
	color:#D6D6D6;	
	background:url(images/icons/logout.png) no-repeat top center;
	background-size: 32px 32px;
}

.logout-button a:hover{
	color:#fff;	
	background:url(images/icons/logout_hover.png) no-repeat	top center;
	background-size: 32px 32px;
}

.EditBox{
	height:200px!important;
	max-height:300px!important;
	overflow:auto!important;
}

.image-edit:hover{
	outline:3px solid #FC0;
	outline-offset: -3px;
}


.image-edit-thumb img{
	outline:1px solid #3580a1;
	max-height: 280px!important;
	max-width:550px;
	margin-left:3px;
	margin-top:10px;
}

#ImageEditBox{
	height:440px;
	width:640px;
}

.uploadFrame{
	width:600px;
	height:350px;
	border:none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.uploadForm{
	text-align:left;
	max-width:600px;
}
.uploadForm td{
	height:16px!important;
}
.uploadForm span{
	color:#D81929;
	font-weight:bold;
}
.uploadForm input{
	cursor:pointer;
	border:none;
}
.upload-button{
	width:100px !important;
    border-radius: 3px;
	height:24px;
	color:#D6D6D6;
	cursor:pointer;
	border:none;
	background:#D81929;
	margin-left:5px;
}
.upload-button:hover{
	background-color:#DB4637;
	color:#fff;
}