html {
	position: relative;
    background-image: url(bg.jpg);
	font-family: Arial;
    font-size: 13px;
    direction: ltr;
}

body {
    margin: 0;
    padding: 0;
	overflow-y: scroll;
}

.wrap {
    width: 800px;
    margin: 15px auto 30px auto;
    background: #fff;
    border: 1px #a4a4a4 solid;
    border-radius: 4px;
    box-shadow: 0px 0px 30px #ccc;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.error {
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
    color: white;
    background-color: red;
    padding: 5px;
}

#login-header #logo {
    background-image: url(Mardin-Muzesi-Tattoo-Box-logo.jpg);
    width: 100%;
    height: 155px;
    background-position: top center;
    background-repeat: no-repeat;
	margin-bottom: 30px;
}
div#blackout {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0,0,0,0.55);
    display: none;
}
.noneDragable
{
	user-drag: none; -moz-user-select: none; -webkit-user-drag: none;
}
div#forget-password {
    text-align: right;
}

div#forget-password a {
    text-decoration: blink;
	transition: color 200ms ease-in-out;
}
div#forget-password a:hover {
    color: darkgreen;
}
div#account-recovery-email-sent {
    margin: 0 auto 25px auto;
    width: 500px;
    text-align: center;
}

div#account-recovery-email-sent a {
    text-decoration: blink;
    font-weight: bold;
    padding: 7px;
    width: 160px;
    background-color: #59C059;
    border: 2px solid #90D590;
    border-radius: 29px;
    color: white;
    display: block;
    margin: 20 auto 0 auto;
    cursor: pointer;
    transition: background-color 200ms ease-in-out;
}
div#account-recovery-email-sent a {
	background-color: #389438;
}
div#back-to-login-page {
    text-align: right;
}

div#back-to-login-page a {
    text-decoration: blink;
	transition: color 200ms ease-in-out;
}
div#back-to-login-page a:hover {
    color: darkgreen;
}
div#account-recovery-email-sent {
    margin: 0 auto 25px auto;
    width: 500px;
    text-align: center;
}
span.email {
    font-weight: bold;
}
div#login-wrap {
    padding: 15px;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
    width: 100%;
    height: 500px;
	background-color: #fccd65;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

div#footer {
    width: 100%;
    height: 60px;
    background-color: darkgray;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
	background-image: url(footerShadow.png);
    background-repeat: no-repeat;
    background-position: top;
    padding: 15px;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
    text-align: center;
    font-size: 90%;
	color: white;
}

div#login-form-container {
    text-align: center;
}

.links a {
    margin-right: 30px;
	text-decoration: none;
	color: white;
	transition: all 200ms ease-in-out;
}
.links a:hover {
	color: yellow;
}

div#login-msg {
    margin: 0 auto 25px auto;
    width: 500px;
	text-align: center;
}

.errMsg {
    text-align: center;
    margin: 10px 0;
    background-color: red;
    color: white;
    font-weight: bold;
    padding: 2px;
    border-radius: 20px;
}

input[type="text"], input[type="password"], select, .inputKind {
    border: 1px #A6770F solid;
    padding: 7px;
    border-radius: 4px;
	font: inherit;
	margin-bottom: 10px;
	width: 210px;
	height: 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

input[type="text"]:hover, input[type="password"]:hover {
    border: 1px #43b0dd solid;
    box-shadow: 0px 0px 8px #b2e1f4;
}

input.error {
    border-color: #FC7D75;
}

input.login-field {
    text-align: center;
    background-color: #FAFFBD;
}

input#pg1_input {
    text-align: center;
    width: 250px;
	display: block;
    margin: 5px auto;
}

input[type="submit"]:hover {
    width: 100px;
    background-color: #389438;
}
input[type="submit"] {
	font: inherit;
    font-weight: bold;
    background-color: #59C059;
    width: 70px;
    height: 35px;
    border: 2px solid #90D590;
    border-radius: 29px;
    color: white;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    transition: all 200ms ease-in-out;
}

/***************************************************/
.page-wrap {
    width: 100%;
}
.page-header {
    width: 100%;
    height: 90px;
    background-color: #fccd65;
    border-bottom: 1px solid #ccc;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.page-logo {
    width: 90px;
    height: 90px;
    float: left;
    background-image: url(Mardin-Muzesi-Tattoo-Box-logo-90px.jpg);
    background-repeat: no-repeat;
    border-top-left-radius: 3px;
}
.logout a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 1000px;
}
.navigation {
    float: left;
    margin-top: 45px;
}

.navigation-item {
    float: left;
	height: 30px;
    margin-left: 20px;
    border: 1px solid #b18018;
    border-radius: 100px;
    cursor: pointer;
    transition: background-color 200ms ease-in-out;
}

.navigation-item.active {
    background-color: #b18018;
    cursor: default;
    box-shadow: inset 0px 2px 3px rgba(0,0,0, 0.5);
}

.navigation-item:hover {
    background-color: #b18018;
}
.navigation-item a {
    color: black;
    text-decoration: none;
	transition: color 200ms ease-in-out;
	display: block;
	border-radius: 100px;
	padding: 7px 14px;
}
.navigation-item:hover a {
    color: white;
}

.navigation-item.active a {
    color: white;
	cursor: default;
}
.page-contents {
    padding: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    background-image: url(pgBG.png);
    background-repeat: no-repeat;
}

.page-logo {
}
.header-right {
	float: right;
	margin-right: 15px;
	text-align: right;
}
.logout {
    height: 37px;
    width: 37px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #eee;
    cursor: pointer;
    margin: 8px 0 8px auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 1000px;
    background-image: url(shutdown.png);
}

.no-entries-found {
    padding: 15px;
    padding-left: 60px;
    border: 1px solid red;
    border-left-width: 3px;
	border-radius: 4px;
    background-image: url(yellowExclamationTriangle.png);
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
}

.tool {
    padding: 7px;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: 4px 5px;
	border-radius: 0 100px 100px 0;
	transition: 200ms ease-in-out
}
.tool:hover {
	background-color: rgba(252, 231, 182, 0.75);
}
#tool-clear-download-cache {
	background-image: url(sweep20x20.png);
}
#tool-get-CSV-file {
	background-image: url(excelFile20x20.png);
}
#tool-get-full-ZIP-file {
	background-image: url(zip20x20.png);
}

table.receivedDataTable {
    font: inherit;
    border-collapse: collapse;
	border: 1px solid #B18018;
	width: 100%;
}

table.receivedDataTable tr {
    border-bottom: 1px solid #B18018;
    transition: background-color 200ms ease-in-out;
}
table.receivedDataTable tr:hover {
    background-color: #FEF7E6;
}

table.receivedDataTable td {
	padding: 12px;
}
table.receivedDataTable td.pictureTD {
    width: 1px;
}

table.invisible {
    font: inherit;
}
table.invisible input {
	width: 100%;
	box-sizing: border-box;
	background-color: transparent;
	border: 1px solid #B18018;
}
.filter-section-title {
    font-weight: bold;
    margin-top: 12px;
}
div#update-user-account-container {
    width: 500px;
}

div#update-user-account-container table {
    width: 100%;
}

div#update-user-account-container input[type="submit"] {
    width: 150px;
}
input#emailPatternTextBox {
    margin-top: 4px;
    background-color: transparent;
    width: 100%;
}
.message-box{
    padding: 7px;
	padding-right: 27px;
    margin-bottom: 7px;
    transition: all 200ms ease-in-out;
}
.errorMessage {
	background-color: #FFF3F3;
    border: 1px solid red;
    border-left-width: 3px;
}
.errorMessage:hover {
    background-color: #FF9999;
}
.OKMessage {
	background-color: #F3FFF3;
    border: 1px solid green;
    border-left-width: 3px;
}
.OKMessage:hover {
    background-color: #8FFF8F;
}
div#email-settings-container {
    width: 598px;
}
.nicEdit-main {
	min-height: 200px !important;
}
.reset {
    position: absolute;
    top: 5.5px;
    right: 6px;
    display: inline-block;
    font-size: 90%;
    padding: 2px 7px;
    background-color: #FBC041;
    color: white;
    border-radius: 9px;
    font-weight: bold;
    cursor: pointer;
	transition: background-color 200ms ease-in-out;
}
.reset:hover {
	background-color: #B18018;
}
.input-container {
	position: relative;
}
.input-container input {
	padding-right: 70px;
}
.input-container:hover input {
	border: 1px #43b0dd solid;
    box-shadow: 0px 0px 8px #b2e1f4;
}
#emailSettingsTable tr td:first-child {
	padding-bottom: 9px;
    vertical-align: top;
    padding-top: 8px;
}
.delete-received-item {
    margin-top: 5px;
    height: 25px;
    padding-left: 18px;
    background-image: url(delete12x12.png);
	background-position: 1px 2px;
    background-repeat: no-repeat;
}
.delete-received-item a {
    text-decoration: blink;
    color: #C10D0D;
}
div#email-body-note {
    margin: 25px 10px 0 0;
    background-color: hsla(0,0%,97%,1);
    padding: 10px;
    border: 1px solid #eee;
    color: #4D4D4D;
    font-size: 80%;
}
div#email-body-note div {
	font-weight: bold;
}
.dismissBtn {
    width: 14px;
    height: 14px;
    float: right;
    float: right;
    left: 14px;
	cursor: pointer;
    position: relative;
    background-image: url(dismiss.png);
    background-repeat: no-repeat;
}
.AppliedFiltersBox {
    padding: 10px;
    border: 1px solid #B18018;
    margin-bottom: 15px;
    border-left-width: 3px;
    border-radius: 4px;
	transition: all 200ms ease-in-out;
}
.AppliedFiltersBox:hover {
    background-color: #FEF7E6;
    box-shadow: 0px 2px 3px rgba(0,0,0, 0.5);
}
.AppliedFiltersBox-header {
    font-weight: bold;
    color: #B18018;
    margin-bottom: 10px;
}
.AppliedFiltersBox-filterDesc span {
    font-weight: bold;
}
select#itemsPerPageSelect {
    width: 155px;
    height: 26px;
    padding-bottom: 0px;
    padding-top: 0px;
    float: right;
}
div#gotoPageContainer {
    float: left;
    margin: 0px;
    padding: 0px;
    margin-left: 5px;
    color: #893A00;
}

input#gotoPageInputBox {
    padding: 4px;
    border: 1px solid #FFCD00;
    text-align: center;
    border-radius: 3px;
    color: #893A00;
}
.AppliedFiltersBox-clearFilters {
    text-align: right;
}
.AppliedFiltersBox-clearFilters a {
    text-decoration: none;
    display: inline-block;
    padding: 4px;
    border: 1px solid #FCCD65;
    border-radius: 4px;
    padding-left: 24px;
    background-image: url(dismiss.png);
    background-repeat: no-repeat;
    background-position-x: 5px;
    background-position-y: 5px;
    transition: all 200ms ease-in-out;
}
.AppliedFiltersBox-clearFilters a:hover {
	background-color: #FCCD65;
}
.right-section-item {
    border: 1px solid #B18018;
    border-radius: 4px;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 15px;
	transition: all 200ms ease-in-out
}
.right-section-item:hover {
    background-color: #FEF7E6;
    box-shadow: 0px 2px 3px rgba(0,0,0, 0.5);
}

.right-section-item h1 {
    font-size: 100%;
    color: #B18018;
    margin-top: 0;
    border-bottom: 1px dashed #B18018;
}
span.statistics-value {
    font-weight: bold;
}
.numbered-pagination {
    margin-top: 12px;
}

a.eMailLink {
    width: 12px;
    height: 12px;
    display: inline-block;
    background-image: url(link.png);
    background-repeat: no-repeat;
}


/***************************************************/
ul.pagination{
	margin:0px;
	padding:0px;
	/*height:100%;*/
	overflow:hidden;
	font:12px 'Tahoma';
	list-style-type:none;	
}

ul.pagination li.details{
    padding:7px 10px 7px 10px;
    font-size:14px;
}

ul.pagination li.dot{padding: 3px 0;}

ul.pagination li{
	float:left;
	margin:0px;
	padding:0px;
	margin-left:5px;
}

ul.pagination li:first-child{
	margin-left:0px;
}

ul.pagination li a{
	color:black;
	display:block;
	text-decoration:none;
	padding:7px 10px 7px 10px;
}

ul.pagination li a img{
	border:none;
}
	
ul.pagination li.details{
	   color:#C59E08;
	}
    
    ul.pagination li a
	{
		border-radius:3px;	
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		padding:6px 9px 6px 9px;
	}

	ul.pagination li a
	{
		color:#893A00;
		background:#FFCB00;
		background:-moz-linear-gradient(top,#FFD500,#FFCB00);
		background:-webkit-gradient(linear,0 0,0 100%,from(#FFD500),to(#FFCB00));	
	}	
	
	ul.pagination li a:hover,
	ul.pagination li a.current
	{
		background:#FFF4BA;
	} 
/***************************************************/

div#receivedData-left-section {
    width: 535px;
    margin-right: 15px;
    display: inline-block;
}

div#receivedData-right-section {
    display: inline-block;
    width: 214px;
    vertical-align: top;
}
