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

ol, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: inherit;
	list-style: none;
	vertical-align: baseline;
}
* {
	padding: 0;
	margin: 0;
}
a, a:active {
	color: #0085c3;
	text-decoration: none;
}
a:hover {
	color: #0085c3;
	text-decoration: none;
}
img {
	border: none;
}
body {
	background: #d1d2d4;
	color: #000;
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: "Century Gothic", Century, sans-serif;
	overflow-y: scroll;
}
.wrapper {
	width: 100%;
	margin: 0;
}
/*.. HEADER ..*/
.headers {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e0e1e2), color-stop(100%, #ffffff));
	background-image: -webkit-linear-gradient(top, #e0e1e2, #ffffff);
	background-image: -moz-linear-gradient(top, #e0e1e2, #ffffff);
	background-image: -ms-linear-gradient(top, #e0e1e2, #ffffff);
	background-image: -o-linear-gradient(top, #e0e1e2, #ffffff);
	background-image: linear-gradient(top, #e0e1e2, #ffffff);
	width: 100%;
	height: 50px;
	position: fixed;
	top: 0;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #b1b1b1;
	z-index: 1;
}
.logo {
	width: 102px;
	height: 18px;
	margin-bottom: 10px;
	margin-top: 15px;
	margin-left: 20px;
	float: left;
}
.logo img {
	width: 102px;
	height: 18px;
}
#topNav {
	width: auto;
	height: 50px;
	float: right;
	margin-right: 0px;
}
#topNav nav {
	width: auto;
}
#topNav nav li {
	width: auto;
	height: 50px;
	float: left;
	list-style: none;
	padding: 0;
	border-right: 1px solid #c3c3c3;
	border-left: 1px solid #fff;
}
#topNav nav li:last-child {
	border-right: none;
}
#topNav nav li:first-child {
	border-left: none;
	cursor: none;
}
#topNav nav a {
	width: auto;
	display: block;
	padding: 0 20px;
	color: #000;
	text-align: left;
	text-decoration: none;
	text-transform: capitalize;
	cursor: pointer;
	font-size: 12px;
	font-weight: normal;
}
#topNav nav a.logout {
	background: url(../img/logout.png) no-repeat center center;
	text-indent: 250%;
	overflow: hidden;
	height: 50px;
	width: 16px;
}
#topNav nav a:hover.logout {
	background: url(../img/logout.png) no-repeat center center;
}
#topNav nav a.settings {
	background: url(../img/settings.png) no-repeat center center;
	text-indent: 350%;
	overflow: hidden;
	height: 50px;
	width: 15px;
}
#topNav nav a.links {
	background: url(../img/legend.png) no-repeat center center;
	text-indent: 250%;
	overflow: hidden;
	height: 50px;
	width: 15px;
}
#topNav nav li.active a, header nav a:active {
	border-right: 0;
	padding-right: 16px;
}
#topNav nav .profile {
	width: auto;
	height: 20px;
	padding: 15px 15px;
	text-transform: capitalize;
	color: #048ece;
	font-size: 12px;
	font-weight: normal;
	cursor: default;
}
#topNav nav .img {
	width: 30px;
	height: 30px;
	float: left;
	margin: 10px 0;
}
#topNav nav span #foto {
	margin-right: 0;
	margin-top: 0;
	display: inline-block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#topNav nav span #foto img {
	width: 100%;
	height: auto;
}
/*.. /END OF HEADER ..*/



/*.. CONTENT ..*/
/*.. SIDEBAR ..*/
#sideBar {
	background-image: -webkit-linear-gradient(left, #17547b 30%, #0e4e72);
	background-image: -moz-linear-gradient(left, #17547b 30%, #0e4e72);
	background-image: -ms-linear-gradient(left, #17547b 30%, #0e4e72);
	background-image: -o-linear-gradient(left, #17547b 30%, #0e4e72);
	background-image: linear-gradient(left, #17547b 30%, #0e4e72);
	width: 15%;
	float: left;
	height: 100%;
	padding: 0;
	top: 51px;
	min-height: 100%;
	max-height: 100%;
	z-index: 1;
	position: fixed;
}
#sideBar #box {
	background: #023f62;
	width: 50%;
	height: auto;
	padding: 25%;
	margin: 0;
	text-align: center;
}
#sideBar #box img {
	width: 60%;
	height: auto;
}
/*.. /SIDEBAR ..*/

#mainContent {
	width: 85%;
	left: 15%;
	padding-top: 0;
	padding-bottom: 80px;
	float: right;
	top: 51px;
	position: absolute;
}
#content {
	padding: 110px 20px 30px;
	width: auto;
	clear: both;
	left: 0;
}
.welcome {
	background-color: #000;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2e2d2d), color-stop(50%, #222222), color-stop(50%, #121212), color-stop(100%, #131313));
	background-image: -webkit-linear-gradient(top, #2e2d2d 0%, #222222 50%, #121212 50%, #131313 100%);
	background-image: -moz-linear-gradient(top, #2e2d2d 0%, #222222 50%, #121212 50%, #131313 100%);
	background-image: -ms-linear-gradient(top, #2e2d2d 0%, #222222 50%, #121212 50%, #131313 100%);
	background-image: -o-linear-gradient(top, #2e2d2d 0%, #222222 50%, #121212 50%, #131313 100%);
	background-image: linear-gradient(top, #2e2d2d 0%, #222222 50%, #121212 50%, #131313 100%);
	color: #fff;
	width: 100%;
	padding: 12px 20px 12px 50px;
	font-size: 12px;
	font-weight: normal;
}
.welcome span {
	color: #048ece;
}
.statHold {
	width: 180px;
	height: 130px;
	padding: 0;
	margin-bottom: 10px;
	display: block;
	float: left;
	position: relative;
	z-index: 0;
}
.statHold .menu {
	width: 170px;
	height: auto;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
	padding: 5px 0 5px 10px;
	margin-bottom: 10px;
}
.statHold .cnt {
	width: 170px;
	height: 20px;
	text-align: left;
	padding: 5px 0 5px 10px;
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: normal;
}
.statHold .tag {
	width: 170px;
	height: 20px;
	text-align: left;
	padding: 5px 0 5px 10px;
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: normal;
}
.statHold .ads a {
	background: url(../img/view.png) no-repeat center center;
	width: 25px;
	height: 15px;
	display: block;
	overflow: hidden;
	text-indent: 35px;
	text-align: center;
	padding: 2px;
	margin-left: 140px;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	position: absolute;
	bottom: 8px;
}
.blu {
	background: #023f62;
	color: #0095da;
}
.whyt {
	background: #fff;
	color: #023f62;
}
.user {
	height: 35px;
	width: 240px;
	float: left;
	margin: 0 10px 10px 0;
	padding: 8px;
	display: block;
	zoom: 1;
	background: #fff;
}
.user img {
	float: left;
	width: 32px;
	height: 32px;
	margin-right: 8px;
}
.user h4 {
	float: left;
	font-size: 13px;
	font-weight: normal;
	margin-top: 8px;
	color: #000;
	text-transform: lowercase;
}
.user h5 {
	float: left;
	line-height: 16px;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	text-transform: capitalize;
}
.user h5 small {
	display: block;
	font-size: 10px;
	font-weight: bold;
	text-transform: lowercase;
	color: rgba(0, 0, 0, 0.6);
}
.delete a {
	background: #023f62 url(../img/delete.png) no-repeat center center;
	text-indent: 35px;
	overflow: hidden;
	height: 15px;
	width: 15px;
	padding: 5px;
	color: #fff;
	float: right;
}
.delete a:hover {
	background: #00669e url(../img/delete.png) no-repeat center center;
}
.update a {
	background: #e7e8ef url(../img/update.png) no-repeat center center;
	text-indent: 35px;
	overflow: hidden;
	height: 15px;
	width: 15px;
	padding: 5px;
	margin-right: 5px;
	color: #fff;
	float: right;
	-webkit-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
}
.update a:hover {
	background: #81cff5 url(../img/update.png) no-repeat center center;
}
.det a {
	background: #e7e8ef url(../img/view_icon.png) no-repeat center center;
	text-indent: 35px;
	overflow: hidden;
	height: 15px;
	width: 15px;
	padding: 5px;
	margin-right: 5px;
	color: #fff;
	float: right;
}
.det a:hover {
	background: #81cff5 url(../img/view_icon.png) no-repeat center center;
}
.detail {
	width: 460px;
	clear: both;
}
.detail-img {
	width: 150px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	background-image: url(../img/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.detail-img img {
	width: 150px;
	height: auto;
}
#profileDetails {
	color: #000;
	text-decoration: none;
	text-align: left;
	float: left;
	width: 460px;
}
.details {
	background: #f0efef;
	width: 440px;
	padding: 10px;
	margin-bottom: 10px;
	color: #000;
}
.details h3 {
	font: normal 12px "Century Gothic", sans-serif;
	text-transform: lowercase;
	margin-bottom: 5px;
}
#details {
	background: none;
	width: 100%;
	padding: 0;
	margin: 0;
	color: #000;
	font-size: 13px;
	font-weight: normal;
}
.add a {
	background: #e7e8ef url(../img/add.png) no-repeat center center;
	text-indent: 35px;
	overflow: hidden;
	height: 15px;
	width: 15px;
	padding: 5px;
	color: #fff;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}
.add a:hover {
	background: #81cff5 url(../img/add.png) no-repeat center center;
}
#click {
	background-position: center center;
	position: absolute;
	width: 600px;
	padding: 30px;
	display: none;
	top: 100px;
	left: 15%;
	z-index: 2;
}
#clicks {
	background-position: center center;
	position: absolute;
	width: 600px;
	padding: 30px;
	display: none;
	top: 100px;
	left: 15%;
	z-index: 3;
}
#clk {
	background-position: center center;
	position: absolute;
	width: 600px;
	padding: 30px;
	display: none;
	top: 100px;
	left: 15%;
	z-index: 2;
}
.close {
	color: #0095da;
	width: 600px;
	height: 10px;
	display: block;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: right;
	padding: 5px;
	cursor: pointer;
	float: right;
	margin-bottom: 10px;
}
#close {
	color: #0095da;
	width: 600px;
	height: 10px;
	display: block;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: right;
	padding: 5px;
	cursor: pointer;
	float: right;
	margin-bottom: 10px;
}
#closed {
	color: #0095da;
	width: 600px;
	height: 10px;
	display: block;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: right;
	padding: 5px;
	float: right;
	cursor: pointer;
	margin-bottom: 10px;
}
.form {
	width: 600px;
	background: #fff;
	padding: 15px;
}
.form2 {
	width: 600px;
	background: #fff;
	padding: 15px;
}
.clear {
	clear: both;
	padding: 0;
	margin: 0;
}
.photos {
	width: 550px;
	height: 550px;
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
}
.photos:nth-child(n+4) {
	margin-right: none;
}
.photos-img {
	text-align: center;
	width: auto;
	height: 520px;
	overflow: hidden;
	border-bottom: 2px solid #16aee5;
	background-image: url(../img/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.photos-img img {
	width: auto;
	height: 520px;
}
.photos-div {
	font: normal 11px "Century Gothic", sans-serif;
	text-transform: uppercase;
	color: #000;
	width: auto;
	clear: both;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.photos-div a {
	color: #fff;
}
.photos-div span {
	color: #fff;
}
.post {
	width: 850px;
	height: 100px;
	margin-bottom: 10px;
	padding: 0;
	display: block;
}
.post .q {
	width: 390px;
	height: 80px;
	padding: 10px;
	background: #000;
	float: left;
	color: #fff;
}
.post .q h1 {
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.post .q p {
	font-size: 12px;
	margin-bottom: 5px;
	font-weight: normal;
	line-height: 12px;
	color: #fff;
}
.post .ans {
	width: 390px;
	height: 80px;
	padding: 10px;
	background: #fff;
	float: left;
	color: #000;
}
.post .ans h1 {
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.post .ans p {
	font-size: 12px;
	margin-bottom: 5px;
	font-weight: normal;
	line-height: 12px;
}
.post .tagDate {
	background: #000;
	color: #0095da;
	width: 100px;
	height: 100px;
	float: left;
}
.post .tagDate .day {
	text-align: right;
	font-size: 9px;
	font-weight: normal;
	display: block;
	padding: 5px 10px;
	width: 80px;
	color: #fff;
}
.post .tagDate .date {
	text-align: right;
	font-size: 9px;
	font-weight: normal;
	display: block;
	padding: 10px;
	width: 80px;
	color: #0095da;
}
.post .tagDate .love {
	background-color: none;
	background-repeat: no-repeat;
	background-position: 75px 7px;
	background-image: url(../img/love.png);
	height: 20px;
	width: 65px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 30px;
	color: #fff;
	text-align: right;
}
.post .photo {
	width: 100px;
	height: 100px;
	float: left;
	overflow: hidden;
	text-align: center;
	background: #000 url(../img/loading.gif) no-repeat center center;
}
.post .photo img {
	width: auto;
	height: 100px;
}
.post .noImage {
	width: 100px;
	height: 100px;
	padding: 0px;
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	text-align: center;
	background: #023f62 url(../img/no_image.png) no-repeat center center;
}
.post .details {
	width: 600px;
	height: 80px;
	padding: 10px;
	background: #fff;
	float: left;
	color: #000;
}
.post .details h1 {
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.post .details p {
	font-size: 12px;
	margin-bottom: 5px;
	font-weight: normal;
	line-height: 12px;
}
.post .actBtn {
	width: 30px;
	height: auto;
	font-size: 11px;
	font-weight: normal;
	margin-top: 0;
	float: right;
}
.post .actBtn nav {
	width: 30px;
}
.post .actBtn nav li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.post .actBtn nav a {
	display: block;
	padding: 8px;
	margin: 0;
}
.post .actBtn nav a.icon {
	background-color: none;
	background-position: center center;
	background-repeat: no-repeat;
	height: 14px;
	width: 14px;
	text-indent: 35px;
	overflow: hidden;
	background-position: center center;
	color: #fff;
}
.post .actBtn nav a.del {
	background-image: url(../img/delete.png);
	background-color: #000;
}
.post .actBtn nav a.upd {
	background-image: url(../img/view_icon.png);
	background-color: #023f62;
}
.itemDiv {
	width: 205px;
	height: auto;
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
	padding: 0;
	display: block;
}
.itemDiv .photo {
	width: 205px;
	height: auto;
	overflow: hidden;
	background: url(../img/loading.gif) no-repeat center center;
	text-align: center;
}
.itemDiv .photo img {
	width: 205px;
	height: auto;
}
.itemDiv .tl {
	width: 185px;
	height: auto;
	padding: 10px;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}
.itemDiv .actionButton {
	width: auto;
	margin-top: 0;
	float: right;
}
.itemDiv .actionButton nav {
	width: auto;
}
.itemDiv .actionButton nav li {
	font-size: 11px;
	font-weight: normal;
	list-style: none;
	padding: 0;
	float: left;
}
.itemDiv .actionButton nav a {
	display: block;
	padding: 5px 5px;
	text-transform: capitalize;
}
.itemDiv .actionButton nav a.icon {
	background-repeat: no-repeat;
	height: 15px;
	width: 15px;
	padding-right: 5px;
	text-indent: 45px;
	overflow: hidden;
	background-position: center center;
	color: #fff;
}
.itemDiv .actionButton nav a.del {
	background-image: url(../img/delete.png);
	background-color: #000;
}
.itemDiv .actionButton nav a.upd {
	background-image: url(../img/view_icon.png);
	background-color: #023f62;
}
/*.. HTML ELEMENT ..*/

p {
	color: #000;
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 18px;
	margin-top: 0;
}
h2 {
	color: #000;
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 0;
	text-transform: uppercase;
}
h3 {
	color: #000;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 10px;
	color: #555;
	text-transform: capitalize;
}
/*.. TABLES ..*/

.datatable3 {
	overflow: visible;
	width: 600px;
	border-collapse: collapse;
	margin: 0;
	table-layout: fixed;
}
fieldset {
	border: none;
}
legend {
	font-size: 14px;
	padding: 5px;
	color: #000;
	text-transform: uppercase;
}
.datatable3 p.error {
	width: 120px;
	float: left;
	color: #000 !important;
	margin-top: 3px;
	text-align: left;
	margin-bottom: 0;
	margin-left: 0;
	padding: 2px 5px;
	font-size: 12px;
	font-weight: normal;
	display: inline;
}
.datatable3 .label {
	width: auto;
	color: #023f62;
	font-size: 10px;
	line-height: 9px;
	text-transform: capitalize;
	font-weight: normal;
	margin-bottom: 2px;
	margin-right: 2px;
	display: inline-block;
}
.datatable3 label {
	width: auto;
	color: #000;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 2px;
	display: block;
}
.datatable3 input[type="text"], .datatable3 input[type="password"] {
	background-color: #fff;
	border: 1px solid #f2f2f2;
	color: #000;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0 5px;
	height: 30px;
	width: 250px;
}
.datatable3 input[type="file"] {
	background-color: #fff;
	border: 1px solid #f0f0f0;
	color: #000;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	width: 180px;
	height: 30px;
}
.datatable3 input[type="submit"] {
	background: #023f62;
	opacity: 1;
	color: #fff;
	float: right;
	width: auto;
	height: 32px;
	padding: 0 8px;
	cursor: pointer;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	border: none;
}
.datatable3 input[type="submit"]:hover {
	opacity: 0.9;
	color: #fff;
}
.datatable3 input[type="checkbox"] {
	float: none;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}
.datatable3 col, .datatable3 tr {
	vertical-align: top;
}
.datatable3 td {
	padding: 10px;
}
.datatable3 textarea:focus, .datatable3 input[type="text"]:focus {
	border: 1px solid #f2f2f2;
}
.datatable3 span a {
	background: url(../img/add.png) no-repeat center 6px;
	padding: 1px 2px;
	display: inline-block;
	font-size: 11px;
	font-weight: normal;
	margin-left: 10px;
	margin-bottom: 5px;
	color: #023f62;
	text-transform: uppercase;
}
.datatable3 span a:hover {
	text-decoration: underline;
}
.datatable3 p.error {
	width: 120px;
	color: red !important;
	margin-top: 3px;
	text-align: left;
	margin-bottom: 0;
	margin-left: 0;
	padding: 2px 0;
	font-size: 12px;
	font-weight: normal;
	display: block;
}
.datatable2 {
	overflow: visible;
	width: 700px;
	border-collapse: collapse;
	margin: 0 0 10px 0;
	table-layout: fixed;
}
.datatable2 label {
	width: auto;
	color: #000;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 2px;
	display: block;
}
.datatable2 input[type="text"] {
	background-color: #fff;
	border: 1px solid #d9d9da;
	color: #999;
	font-weight: normal;
	font-size: 13px;
	margin: 0;
	padding: 0 5px;
	height: 30px;
	width: 220px;
}
.datatable2 input[type="file"] {
	background-color: #fff;
	border: 1px solid #f0f0f0;
	color: #444;
	font-weight: normal;
	font-size: 13px;
	margin: 0;
	width: 180px;
	height: 30px;
}
.datatable2 input[type="submit"] {
	background: #000;
	opacity: 1;
	color: #fff;
	float: none;
	width: auto;
	height: 32px;
	padding: 5px;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 12px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: none;
}
.datatable2 input[type="submit"]:hover {
	opacity: 0.9;
	color: #fff;
}
.datatable2 input[type="checkbox"] {
	float: none;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}
.datatable2 col, .datatable2 tr {
	vertical-align: top;
}
.datatable2 td {
	padding: 0.3em;
	font-weight: normal;
	font-size: 13px;
}
.datatable2 th {
	font-weight: normal;
	font-size: 13px;
	width: 100px;
	vertical-align: top;
	text-align: left;
	padding: 0.4em 0.3em;
}
.datatable2 textarea:focus, .datatable2 input[type="text"]:focus {
	border: 1px solid #ccc;
}
.datatable2 span a {
	background: #16aee5;
	padding: 1px 2px;
	display: inline-block;
	font-weight: normal;
	font-size: 11px;
	margin-left: 10px;
	margin-bottom: 5px;
	color: #fff;
	text-transform: uppercase;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.datatable2 span a:hover {
	background: #81cff5;
}
.datatable2 p.error {
	width: 120px;
	color: red !important;
	margin-top: 3px;
	text-align: left;
	margin-bottom: 0;
	margin-left: 0;
	padding: 2px 0;
	font-size: 12px;
	font-weight: normal;
	display: block;
}
.datatable4 {
	overflow: visible;
	width: 600px;
	border-collapse: collapse;
	margin: 0;
	table-layout: fixed;
}
.datatable4 .label {
	width: auto;
	color: #000;
	font-size: 9px;
	line-height: 9px;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 5px;
	margin-right: 10px;
	display: inline-block;
}
.datatable4 p.error {
	width: auto;
	color: red !important;
	margin-top: 3px;
	text-align: left;
	margin-bottom: 0;
	margin-left: 0;
	padding: 2px 0;
	font-size: 12px;
	font-weight: normal;
	display: block;
}
.datatable4 label {
	width: auto;
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 2px;
	display: block;
}
.datatable4 input[type="text"], .datatable4 input[type="number"], .datatable4 input[type="password"] {
	background-color: #fff;
	border: 1px solid #f2f2f2;
	color: #000;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0 5px;
	height: 30px;
	width: 250px;
}
.datatable4 input[type="file"] {
	background-color: #fff;
	border: 1px solid #f0f0f0;
	color: #000;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 5px;
	width: 180px;
	height: 30px;
}
.datatable4 input[type="submit"] {
	background: #023f62;
	opacity: 1;
	color: #fff;
	float: right;
	width: auto;
	height: 32px;
	padding: 0 8px;
	cursor: pointer;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	border: none;
}
.datatable4 input[type="submit"]:hover {
	opacity: 0.9;
	color: #fff;
}
.datatable4 input[type="checkbox"] {
	float: none;
	width: auto;
	height: auto;
	margin: 0;
	margin-left: 10px;
	padding: 0;
	display: inline;
}
.datatable4 col, .datatable4 tr {
	vertical-align: top;
}
.datatable4 td {
	padding: 10px;
}
.datatable4 textarea:focus, .datatable4 input[type="text"]:focus {
	border: 1px solid #f2f2f2;
}
.styled-select select {
	background: #fff;
	width: auto;
	padding: 1px;
	font-size: 12px;
	height: 25px;
	font-weight: normal;
	border: none;
}
.styled-select option {
	padding: 1px 5px;
}
.styled-select {
	width: auto;
	height: 25px;
	overflow: hidden;
	display: inline-block;
	margin: 0;
	background: url(../img/new_arrow.png) no-repeat right, #fff;
	font-weight: normal;
	font-size: 12px;
	border: 1px solid #dbdbdc;
	float: left;
	padding: 0;
}
/*.. forms ..*/

form#search {
	background: none;
	width: 100%;
	padding: 20px 15px;
	margin: 0 0 10px 0;
}
form#search input[type="text"] {
	background: #00aeef;
	height: 20px;
	border: none;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 3px 20px 6px 8px;
	width: 70%;
	-webkit-border-radius: 40px;
	border-radius: 40px;
}
form#search input[type="submit"] {
	background: #023f62 url(../img/magnifier.png) no-repeat center center;
	color: #023f62;
	float: none;
	width: 40px;
	height: 29px;
	cursor: pointer;
	padding: 0.3em 0.5em;
	margin: 0 0 0 -43px;
	font-weight: normal;
	font-size: 12px;
	vertical-align: top;
	-webkit-border-radius: 40px;
	-khtml-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	border: none;
	text-indent: 35px;
	overflow: hidden;
}
form#search input[type="submit"]:hover {
	background: rgba(2, 63, 98.0.7);
}
form#search input::-webkit-input-placeholder {
 color: #fff;
}
form#loginAction {
	background: none;
	padding: 0;
	width: 350px;
	margin-left: auto;
	margin-right: auto;
	height: 280px;
}
form#loginAction h2 {
	height: 30px;
	width: 350px;
	top: 20px;
	position: relative;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	margin-bottom: 30px;
}
form#loginAction p {
	width: 350px;
	color: #000;
	font-size: 14px;
	font-weight: normal;
}
form#loginAction label {
	color: #fff;
	margin-bottom: 2px;
	display: block;
	width: 100%;
	font-size: 13px;
	font-weight: normal;
}
form#loginAction p.error {
	width: 100%;
	float: left;
	color: #fff;
	text-align: left;
	margin-bottom: 2px;
	margin-left: 0;
	font-size: 11px;
	font-weight: normal;
	vertical-align: middle;
	display: block;
}
form#loginAction input[type=text], form#loginAction input[type=password] {
	background-color: #fff;
	border: none;
	color: #000;
	float: left;
	font-size: 12px;
	font-weight: normal;
	margin: 2px 0 10px;
	padding: 2px;
	width: 350px;
	height: 28px;
}
form#loginAction input[type=submit] {
	opacity: 1;
	width: auto;
	height: 30px;
	margin-top: 15px;
	float: right;
	padding: 3px 15px 5px;
	text-align: center;
	cursor: pointer;
	border: none;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	font-family: "Century Gothic", Century, sans-serif;
	background: #000;
}
form#loginAction input[type=submit]:hover {
	opacity: 0.9;
}
form#loginAction input::-webkit-input-placeholder {
 color: #000;
}
form#loginAction input[type="text"]:focus, form#loginAction input[type="password"]:focus {
	border: none;
	background: #E1E1E1;
}
form#forms {
	background: none;
	padding: 0;
	width: 350px;
	margin-left: auto;
	margin-right: auto;
	height: 200px;
}
form#forms h2 {
	height: 30px;
	width: 350px;
	top: 20px;
	position: relative;
	font-size: 18px;
	font-weight: normal;
	color: #000;
	margin-bottom: 30px;
}
form#forms p {
	width: 350px;
	color: #000;
	font-size: 14px;
	font-weight: normal;
}
form#forms label {
	color: #000;
	margin-bottom: 2px;
	display: block;
	width: 100%;
	font-size: 13px;
	font-weight: normal;
}
form#forms p.error {
	width: 100%;
	float: left;
	color: #000;
	text-align: left;
	margin-bottom: 2px;
	margin-left: 0;
	font-size: 11px;
	font-weight: normal;
	vertical-align: middle;
	display: block;
}
form#forms input[type=text], form#forms input[type=password] {
	background-color: #fff;
	border: none;
	color: #000;
	float: left;
	font-size: 12px;
	font-weight: normal;
	margin: 2px 0 10px;
	padding: 2px;
	width: 350px;
	height: 28px;
}
form#forms input[type=submit] {
	opacity: 1;
	width: auto;
	height: 30px;
	margin-top: 15px;
	float: right;
	padding: 3px 15px 5px;
	text-align: center;
	text-transform: capitalize;
	cursor: pointer;
	border: none;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	font-family: "Century Gothic", Century, sans-serif;
	background: #000;
}
form#forms input[type=submit]:hover {
	opacity: 0.9;
}
form#forms input::-webkit-input-placeholder {
 color: #000;
}
form#forms input[type="text"]:focus, form#forms input[type="password"]:focus {
	border: none;
	background: #E1E1E1;
}
form#form {
	background: none;
	padding: 20px;
	width: 350px;
	margin-left: auto;
	margin-right: auto;
	height: 240px;
}
form#form h2 {
	height: 30px;
	width: 350px;
	top: 20px;
	position: relative;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	margin-bottom: 30px;
}
form#form p {
	width: 350px;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 5px;
}
form#form label {
	color: #fff;
	margin-bottom: 2px;
	display: block;
	width: 100%;
	font-size: 13px;
	font-weight: normal;
}
form#form p.error {
	width: 100%;
	float: left;
	color: #fff;
	text-align: left;
	margin-bottom: 2px;
	margin-left: 0;
	font-size: 11px;
	font-weight: normal;
	vertical-align: middle;
	display: block;
}
form#form input[type=email] {
	background-color: #fff;
	border: none;
	color: #000;
	float: left;
	font-size: 12px;
	font-weight: normal;
	margin: 2px 0 5px;
	padding: 2px;
	width: 350px;
	height: 28px;
}
form#form input[type=submit] {
	opacity: 1;
	width: auto;
	height: 30px;
	margin-top: 15px;
	float: right;
	padding: 3px 15px 5px;
	text-align: center;
	cursor: pointer;
	border: none;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	font-family: "Century Gothic", Century, sans-serif;
	background: #006699;
}
form#form input[type=submit]:hover {
	opacity: 0.9;
}
form#form input::-webkit-input-placeholder {
 color: #000;
}
form#form input[type="email"]:focus {
	border: none;
	background: #E1E1E1;
}
#target {
	color: #000;
	font-size: 12px;
	font-weight: normal;
	display: none;
	text-align: center;
}
#forgot_form {
	background: #000 url(../img/black_bg.png) repeat-x center center;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	padding: 10px 0;
	width: 100%;
	display: none;
	position: relative;
	top: 0;
}
#forgot_form a {
	background: #fff;
	opacity: 1;
	color: #006699;
	height: 19px;
	margin-top: 15px;
	margin-left: 10px;
	float: right;
	padding: 6px 15px 5px;
	text-align: center;
	cursor: pointer;
	border: none;
	color: #006699;
	font-size: 13px;
	font-weight: normal;
	font-family: "Century Gothic", Century, sans-serif;
}
#login_form {
	background: #006699 url(../img/blue_bg.png) repeat-x center center;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	padding: 10px 0;
	width: 100%;
	display: none;
	position: relative;
	top: 0;
}
#login_form a {
	background: #006699;
	opacity: 1;
	width: auto;
	height: 19px;
	margin-top: 15px;
	margin-left: 10px;
	float: right;
	padding: 6px 15px 5px;
	text-align: center;
	cursor: pointer;
	border: none;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	font-family: "Century Gothic", Century, sans-serif;
}
#results {
	width: auto;
	height: auto;
	margin: 150px 0 0;
}
#results .login {
	background: #006699;
	position: relative;
	width: 46.0%;
	padding: 2%;
	height: 150px;
	float: left;
	text-align: right;
}
#results .login h3 {
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
}
#results .login p {
	font-size: 12px;
	font-weight: normal;
	color: #fff;
}
#results .forgot_pass {
	background: black;
	position: relative;
	width: 46%;
	padding: 2%;
	height: 150px;
	float: left;
	text-align: left;
}
#results .forgot_pass h3 {
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #006699;
}
#results .forgot_pass p {
	font-size: 12px;
	font-weight: normal;
	color: #006699;
}
#results .forgot_pass a {
	background: #006699;
	opacity: 1;
	position: absolute;
	top: 120px;
	left: 4%;
	color: #fff;
	float: none;
	width: auto;
	height: auto;
	padding: 6px;
	font-size: 11px;
	font-weight: normal;
	border: none;
	text-decoration: none;
}
#results .forgot_pass a:hover {
	opacity: 0.9;
}
#results .login a {
	background: #000;
	position: absolute;
	top: 120px;
	right: 4%;
	opacity: 1;
	color: #fff;
	float: none;
	width: auto;
	height: auto;
	padding: 6px;
	font-size: 11px;
	font-weight: normal;
	border: none;
	text-decoration: none;
}
#results .login a:hover {
	opacity: 0.9;
}
.footer {
	width: 100%;
	padding: 20px 20px 50px;
	margin-top: 100px;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	position: fixed;
	bottom: 0;
}
#logo {
	background: url(../img/logo.png) no-repeat center center;
	height: 45px;
	width: 200px;
	color: #000;
	margin: 100px auto 60px;
}
.msg {
	width: 100%;
	padding: 150px 0 100px;
	text-align: center;
	background: #006699 url(../img/blue_bg.png) repeat-x center center;
}
.msg p {
	font-size: 14px;
	font-weight: normal;
	color: #fff;
}
.msg p a {
	color: #3CF;
}
.login_form {
	color: #000;
	font-size: 12px;
	font-weight: normal;
	padding: 10px 0;
	width: 100%;
}
.message {
	width: 100%;
	padding: 200px 0 50px;
	text-align: center;
	background: #006699 url(../img/login_failed.png) repeat-x center center;
}
.message p {
	font-size: 13px;
	font-weight: normal;
	color: #fff;
}
.message p a {
	color: #3CF;
}
#settings_hold {
	background: #023f62;
	width: 200px;
	height: auto;
	padding: 30px 20px;
	position: absolute;
	top: 51px;
	right: 0;
	z-index: 1002;
	display: none;
}
#settings_hold h2 {
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-left: 35px;
	background: url(../img/settings_icon.png) no-repeat 3px center;
}
#settings_hold ul {
	width: 200px;
}
#settings_hold ul li {
	width: 200px;
	list-style: none;
	padding: 0;
}
#settings_hold ul a {
	width: auto;
	display: block;
	padding: 10px 0;
	color: #fff;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
}
#settings_hold ul a:hover {
	color: #0095da;
}
.boxHold {
	width: 250px;
	height: 270px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 0;
	float: left;
	overflow: hidden;
}
.boxHold .hold {
	width: 220px;
	height: 270px;
	float: left;
}
.boxHold .hold .empty {
	width: 220px;
	height: 40px;
	padding: 120px 0 0px;
	font-size: 14px;
	color: #25b1ee;
	font-weight: normal;
	text-align: center;
	background: #023f62 url(../img/no_image.png) no-repeat center center;
}
.boxHold .hold .foto {
	width: 220px;
	height: 160px;
	overflow: hidden;
	text-align: center;
	background-position: center center;
	background-color: #023f62;
}
.boxHold .hold .foto img {
	width: auto;
	height: 250px;
}
.boxHold .hold .de {
	width: 220px;
	height: 110px;
	text-align: left;
}
.boxHold .hold .de .t {
	width: 200px;
	height: 55px;
	padding: 10px;
	font-size: 15px;
	font-weight: normal;
	line-height: 18px;
	text-transform: uppercase;
}
.boxHold .hold .de .ts {
	width: 200px;
	height: 90px;
	padding: 10px;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	text-transform: uppercase;
}
.boxHold .hold .de .tag {
	background: url(../img/tag_icon.png) no-repeat 12px center;
	width: 185px;
	height: 15px;
	padding: 10px 5px 10px 30px;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	text-transform: capitalize;
}
.boxHold .actBtn {
	width: 30px;
	height: auto;
	font-size: 11px;
	font-weight: normal;
	margin-top: 0;
	float: right;
}
.boxHold .actBtn nav {
	width: 30px;
}
.boxHold .actBtn nav li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.boxHold .actBtn nav a {
	display: block;
	padding: 8px;
	margin: 0;
}
.boxHold .actBtn nav a.icon {
	background-color: none;
	background-position: center center;
	background-repeat: no-repeat;
	height: 14px;
	width: 14px;
	text-indent: 35px;
	overflow: hidden;
	background-position: center center;
	color: #fff;
}
.boxHold .actBtn nav a.del {
	background-image: url(../img/delete.png);
	background-color: #000;
}
.boxHold .actBtn nav a.upd {
	background-image: url(../img/view_icon.png);
	background-color: #023f62;
}
.boxHold .actBtn nav a.det {
	background-image: url(../img/view_icon.png);
	background-color: #0095da;
}
.boxHold .actBtn nav a.view {
	background-image: url(../img/magnifier.png);
	background-color: #023f62;
}
.black {
	background: #000;
	color: #0095da;
}
.blue {
	background: #0095da;
	color: #fff;
}
.formTitle {
	width: 580px;
	height: 20px;
	display: block;
	padding: 5px 10px;
	background: #023f62;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.formTitle span a {
	background: url(../img/add_icon.png) no-repeat 6px center;
	padding: 2px 2px 2px 30px;
	display: inline-block;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
	float: right;
	margin-left: 10px;
}
.formTitle span a:hover {
	text-decoration: none;
}
.formTitle i {
	padding: 2px 2px 2px 30px;
	display: inline-block;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	text-transform: capitalize;
	margin-left: 10px;
}
/*.. SLIDER ..*/

.more-photo {
	width: 400px;
	position: relative;
	height: 420px;
	overflow: hidden;
	float: left;
}
.more-photo .show {
	position: absolute;
	top: 0px;
	left: 0;
	padding: 10px 15px 0;
	width: 294px;
	height: 29px;
	z-index: 1;
	text-align: left;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
	background: #fff;
}
.more-photo ul {
	list-style-type: none;
	height: 380px;
	position: relative;
	overflow: hidden;
	width: 400px;
	padding: 0;
}
.more-photo ul li {
	float: left;
	width: 400px;
	height: 380px;
}
.more-photo-holder {
	width: 400px;
	height: 420px;
	position: relative;
	overflow: hidden;
	margin-top: 38px;
}
.more-photo-holder .jcarousel-clip {
	width: 400px;
	height: 420px;
	position: relative;
	overflow: hidden;
}
.more-nav {
	font-size: 0;
	line-height: 0;
}
.more-nav a {
	position: absolute;
	top: 0px;
	left: 0;
	width: 38px;
	height: 39px;
	text-indent: -4000px;
	z-index: 1;
}
.more-nav a.next {
	background: #023f62 url(../img/right-nav.png) no-repeat center center;
	left: 362px;
}
.more-nav a.prev {
	background: #023f62 url(../img/left-nav.png) no-repeat center center;
	left: 324px;
}
.noImage {
	background: #023f62 url(../img/no_image.png) no-repeat center center;
	width: 400px;
	height: 340px;
	overflow: hidden;
	color: #fff;
	text-align: center;
	font: normal 14px Verdana, Geneva, sans-serif;
	float: left;
}
.pix {
	position: relative;
	width: 400px;
	height: 380px;
	overflow: hidden;
	z-index: 1;
	text-align: center;
}
.pix img {
	width: auto;
	height: 380px;
	border: none;
}
.more-photo ul li .del {
	background: #000 url(../img/delete.png) no-repeat center center;
	text-indent: 35px;
	overflow: hidden;
	height: 15px;
	width: 15px;
	padding: 5px;
	color: #fff;
	float: right;
	position: absolute;
	bottom: 15px;
	right: 15px;
}
.pageTitle {
	position: fixed;
	z-index: 1;
	width: 85%;
	height: auto;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.noImg {
	background: #023f62 url(../img/no_image.png) no-repeat center center;
	width: 250px;
	height: 90px;
	overflow: hidden;
	color: #fff;
	text-align: center;
	padding: 230px 20px 20px;
	font-size: 12px;
	font-weight: normal;
	float: left;
	text-transform: capitalize;
}
#det {
	color: #000;
	width: 800px;
	height: auto;
	padding: 5px 0;
	margin-bottom: 30px;
	font-size: 12px;
	font-weight: normal;
	float: left;
}
#det p {
	color: #000;
	height: auto;
	font-size: 12px;
	font-weight: normal;
}
.posts {
	width: 800px;
	height: auto;
	margin-bottom: 10px;
	padding: 0;
	display: block;
}
.posts .q {
	width: 800px;
	height: auto;
	padding: 10px;
	background: #000;
	float: left;
	color: #fff;
}
.posts .q h1 {
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.posts .q p {
	font-size: 12px;
	margin-bottom: 5px;
	font-weight: normal;
	line-height: 12px;
	color: #fff;
}
.posts .ans {
	width: 800px;
	height: auto;
	padding: 10px;
	background: #fff;
	float: left;
	color: #000;
}
.posts .ans h1 {
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.posts .ans p {
	font-size: 12px;
	margin-bottom: 5px;
	font-weight: normal;
	line-height: 12px;
}
#legend-icon {
	background: #000;
	width: auto;
	padding: 20px 40px;
}
#legend-icon h1 {
	color: #0095da;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 30px;
	text-transform: uppercase;
}
#legend-icon #desc {
	width: auto;
	float: left;
	height: 20px;
	font-size: 12px;
	font-weight: normal;
	color: #0095da;
	padding: 0 20px 0 30px;
	margin-right: 30px;
	margin-bottom: 30px;
	text-transform: uppercase;
	line-height: 18px;
}
#legend-icon .desc {
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	display: block;
	width: 800px;
	padding: 0 20px;
}
.clip {
	background: url(../img/legend_icon.png) no-repeat center center;
	width: 15px;
	height: 15px;
	display: inline-block;
	margin-bottom: -4px;
}
.hint {
	background: url(../img/hint.png) no-repeat center center;
	width: 85px;
	height: 86px;
	margin-bottom: -45px;
	display: inline-block;
}
.icon-delete {
	background-image: url(../img/delete_icon.png);
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
}
.icon-settings {
	background-image: url(../img/setting.png);
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
}
.icon-logout {
	background-image: url(../img/logout.png);
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
}
.icon-notify {
	background-image: url(../img/notify.png);
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
}
.icon-noImage {
	background-image: url(../img/noImage.png);
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
}
.icon-upd {
	background-image: url(../img/upd.png);
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
}
.icon-upload {
	background-image: url(../img/upl.png);
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
}
.icon-plus {
	background-image: url(../img/plus.png);
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
}
.icon-view {
	background-image: url(../img/zoom.png);
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
}
.icon-details {
	background-image: url(../img/view.png);
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
}
#legendHold {
	background: #023f62;
	width: 420px;
	height: auto;
	padding: 30px 10px;
	position: absolute;
	top: 51px;
	right: 0;
	z-index: 2;
	display: none;
}
#legendHold h2 {
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-left: 35px;
}
#legendHold #desc {
	width: auto;
	height: 20px;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	float: left;
	padding: 0 10px 0 30px;
	margin-bottom: 30px;
	margin-right: 30px;
	text-transform: uppercase;
	line-height: 18px;
}
