﻿/* Box */
.Box {
	border: 1px solid #D2D2D2;
	margin-bottom: 10px;
	margin-left: 5px;
}
.BoxHeader {
	border-width: 1px;
	border-color: #6299c5;
	line-height: 24px;
	font-weight: bold;
	border-bottom-style: dotted;
	background-color: #F1F1F1;
	color: #333333;
	padding-left: 5px;
}
.BoxContent {
	margin: 5px;
}
/* Butons */
/*
* Header Buttons
*/
.Headerbuttons a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #565656;
	cursor: pointer;
	white-space: nowrap;
}
.Headerbuttons a.Standart {
	text-align: center;
	padding-right: 7px;
	padding-left: 7px;
	color: #6299c5;
}
.Headerbuttons a.Standart:hover {
	background-color: #6299c5;
	color: #FFFFFF;
}
.Headerbuttons a.Standart:active {
	background-color: #6299c5;
	color: #fff;
}
/*
* Header Buttons
*/
.CreditPayButtons a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}
.CreditPayButtons a.PayCredit {
	text-align: center;
	padding-right: 7px;
	padding-left: 7px;
	color: #333333;
}
.CreditPayButtons a.PayCredit:hover {
	background-color: #009933;
	color: #FFFFFF;
}
.CreditPayButtons a.PayCredit:active {
	background-color: #006600;
	color: #fff;
}
.LogInButtons {
	margin-top: 20px;
}
/*
* Login Buttons
*/
.LogInButtons a {
	border: 1px solid #eeeeee;
	display: block;
	background-color: #f5f5f5;
	text-decoration: none;
	font-weight: bold;
	color: #565656;
	cursor: pointer;
	padding-right: 7px;
	padding-left: 7px;
	line-height: 40px;
	text-align: center;
	font-size: large;
}
.LogInButtons a.LogIn {
	padding: 5px;
	margin-bottom: 2px;
	background-color: #009900;
	color: #FFFFFF;
}
.LogInButtons a.LogIn:hover {
	background-color: #006600;
	border: 1px solid #5691C0;
	color: #FFFFFF;
}
.LogInButtons a.LogIn:active {
	border: 1px solid #6299c5;
	color: #fff;
}
/*
* Buttons
*/
.buttons a {
	border: 1px solid #eeeeee;
	display: block;
	background-color: #f5f5f5;
	text-decoration: none;
	font-weight: bold;
	color: #565656;
	cursor: pointer;
	padding-right: 7px;
	padding-left: 7px;
	line-height: 26px;
}
.buttons a.regular {
	margin-bottom: 2px;
}
.buttons a.regular:hover {
	background-color: #6299c5;
	border: 1px solid #5691C0;
	color: #FFFFFF;
}
.buttons a.regular:active {
	background-color: #6299c5;
	border: 1px solid #6299c5;
	color: #fff;
}
.buttons a.save {
	text-align: center;
}
.buttons a.save:hover {
	background-color: #99FF99;
	border: 1px solid #00CC00;
	color: #000000;
}
.buttons a.save:active {
	background-color: #339933;
	border: 1px solid #6299c5;
	color: #fff;
}
.buttons a.CashBoxAddOperation {
	text-align: center;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
.buttons a.CashBoxAddOperation:hover {
	background-color: #99FF99;
	border: 1px solid #00CC00;
	color: #000000;
}
.buttons a.CashBoxAddOperation:active {
	background-color: #339933;
	border: 1px solid #6299c5;
	color: #fff;
}
/* CLIENT DETAILS */
.CDataHeader {
	font-weight: bold;
	line-height: 22px;
	vertical-align: middle;
	padding-right: 5px;
	padding-left: 5px;
	border-width: 1px;
	border-color: #CCCCCC;
	border-bottom-style: dotted;
	color: #444444;
	white-space: nowrap;
}
.CDataContent {
	font-weight: bold;
	line-height: 22px;
	vertical-align: middle;
	padding-right: 5px;
	padding-left: 5px;
	border-width: 1px;
	border-color: #CCCCCC;
	border-bottom-style: dotted;
	color: #333333;
}
.NoCredits {
	border: 1px solid #0080FF;
	background-color: #AAD5FF;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
.MessageSearcheCriteria {
	border: 1px solid #33CC33;
	background-color: #A6FFA6;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
.CreditPayAll {
	border: 1px solid #0080FF;
	background-color: #AAD5FF;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
.CreditPayAllHeader {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
}
.CreditPayAllAmount {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #FF0000;
	margin-top: 15px;
	margin-bottom: 15px;
}
.CreditPayAllButton {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
/* FORMS */
.TextBox {
	border: 1px solid #cfcfcf;
	background-color: #FBFBFB;
	line-height: 24px;
	height: 24px;
	padding-right: 5px;
	padding-left: 5px;
}
.TextBoxNewCredit {
	border: 1px solid #cfcfcf;
	background-color: #FBFBFB;
	line-height: 24px;
	height: 24px;
	padding-right: 5px;
	padding-left: 5px;
	width: 80px;
	margin-top: 5px;
}
.TextBoxRegistration {
	margin: 2px;
	border: 1px solid #cfcfcf;
	background-color: #FBFBFB;
	line-height: 24px;
	height: 24px;
	padding-right: 5px;
	padding-left: 5px;
	width: 200px;
}
.TextBoxNewMessage {
	padding: 5px;
	border: 1px solid #cfcfcf;
	background-color: #ffffff;
	height: 80px;
	width: 203px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.TextBoxRegistrationDisabled {
	margin: 2px;
	border: 1px solid #cfcfcf;
	background-color: #EEEEEE;
	line-height: 24px;
	height: 24px;
	padding-right: 5px;
	padding-left: 5px;
	width: 200px;
}
.TextBoxCityAndPlaceDisabled {
	margin: 2px;
	border: 1px solid #cfcfcf;
	line-height: 24px;
	height: 24px;
	padding-right: 5px;
	padding-left: 5px;
	width: 200px;
}
.TextBoxSpace {
	margin: 2px;
	border: 1px solid #cfcfcf;
	background-color: #FBFBFB;
	line-height: 24px;
	height: 24px;
	padding-right: 5px;
	padding-left: 5px;
	width: 103px;
}
.TextBoxFilter {
	margin: 2px;
	border: 1px solid #cfcfcf;
	background-color: #FBFBFB;
	line-height: 24px;
	height: 24px;
	width: 200px;
	padding-right: 5px;
	padding-left: 5px;
}
.SelectSex {
	margin: 2px;
	border: 1px solid #cfcfcf;
	background-color: #FBFBFB;
	line-height: 28px;
	height: 28px;
	width: 212px;
	padding-left: 3px;
}
.DdlRow {
	margin: 2px;
	border: 1px solid #cfcfcf;
	background-color: #FBFBFB;
	width: 90px;
	height: 27px;
	line-height: 27px;
}
.Label {
	margin: 5px;
	font-weight: bold;
	color: #5D5D5D;
}
.AlignRight {
	text-align: right;
}
.w200 {
	width: 200px;
}
.PdContent {
	margin: 5px;
}
/* GLOBAL */
html {
	overflow-y: scroll;
}
#container {
	width: 1200px;
	margin: 0 auto;
}
#LoginContainer {
	border: 1px none #FF0000;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
	width: 302px;
	margin-top: 40px;
}
#Sidebar {
	float: left;
	width: 174px;
}
#MainContent {
	float: left;
	width: 1026px;
	margin-left: 0px;
}
#Header {
	float: left;
	width: 100%;
	background: #333;
	clear: both;
	line-height: 22px;
	margin-bottom: 5px;
	margin-top: 5px;
	line-height: 32px;
}
#Header ul {
	margin: 0;
	padding: 0;
}
#Header ul li {
	list-style-type: none;
	display: inline;
}
#Header li a {
	display: block;
	float: left;
	color: #F0F0F0;
	text-decoration: none;
	border-right: 1px solid #fff;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
}
#Header li a:hover {
	background: #6299c5;
	color: #FFFFFF;
}
#Footer {
	clear: both;
}
.thead {
	padding: 2px;
	color: #FFFFFF;
	line-height: 22px;
	background-color: #333333;
	font-weight: bold;
	vertical-align: middle;
}
.TBody {
	line-height: 28px;
	vertical-align: middle;
}
td {
	vertical-align: top;
}
.AddNewCredit {
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
}
#ListOptions {
	border-bottom-style: dotted;
	border-width: 1px;
	border-color: #D2D2D2;
	margin-bottom: 10px;
}
.HeaderMenuHomeButton {
	text-decoration: none;
	font-size: large;
	font-weight: bolder;
	background-color: #6299c5;
	color: #000000;
}
.TFooterTotals {
	line-height: 28px;
	vertical-align: middle;
	background-color: #CCCCCC;
	font-weight: bolder;
}
/* LOGIN */
.Logo {
	text-align: center;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #cfcfcf;
	font-size: 48px;
	font-family: Calibri;
	color: #333333;
}
.LogInHeader {
	font-weight: bolder;
	color: #666666;
	margin-top: 10px;
	font-size: large;
	margin-bottom: 5px;
}
.LogInTextBox {
	border: 1px solid #999999;
	line-height: 32px;
	height: 32px;
	padding-right: 5px;
	padding-left: 5px;
	width: 290px;
	font-size: large;
}
#LoginButtons {
	margin-top: 10px;
}
/* RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: Arial;
	font-size: small;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.CashBoxSummeryTable {
	width: 240px;
	margin-right: auto;
	margin-left: auto;
}
.CashBoxSummeryTableDescText {
	font-size: 15px;
	line-height: 26px;
}
.CashBoxSummeryTableAmountText {
	font-size: 15px;
	width: 80px;
	text-align: right;
	padding-right: 5px;
}
.CashBoxNewOperationColumn {
	border-width: 1px;
	border-color: #cfcfcf;
	padding: 5px;
	width: 216px;
	vertical-align: top;
	border-left-style: solid;
}
.CashBoxNewOperationColumnDescText {
	padding: 5px 2px 2px 2px;
}
.CashBoxNewOperationColumnButtons {
	padding: 5px 3px 2px 2px;
}
.ReportResultHeader {
	font-size: 18px;
	border-width: 1px;
	border-color: #6299c5;
	border-bottom-style: dotted;
	margin-bottom: 5px;
	padding-bottom: 2px;
	color: #6299c5;
}
.ReportResultHeaderExportLinkCol {
	width: 26px;
}
/* New Message Animation */
.NewMessage {
	-webkit-animation: color-change 1s infinite;
	-moz-animation: color-change 1s infinite;
	-o-animation: color-change 1s infinite;
	-ms-animation: color-change 1s infinite;
	animation: color-change 1s infinite;
}
@-webkit-keyframes color-change {
        0% { color: #ffffff; }
        50% { color: red; }
        100% { color: #ffffff; }
    }
@-moz-keyframes color-change {
        0% { color: #ffffff; }
        50% { color: red; }
        100% { color: #ffffff; }
    }
@-ms-keyframes color-change {
        0% { color: #ffffff; }
        50% { color: red; }
        100% { color: #ffffff; }
    }
@-o-keyframes color-change {
        0% { color: #ffffff; }
        50% { color: red; }
        100% { color: #ffffff; }
    }
@keyframes color-change {
        0% { color: #ffffff; }
        50% { color: red; }
        100% { color: #ffffff; }
    }
#MessageBoxContainer {

}
    
.MessageBoxMessageRow {
}
.MessageBoxPlace{
	color: #6299C5;
	margin-bottom: 5px;
}
.MessageBoxDateTime{
	width: 70px;
	text-align: right;
	color: #C0C0C0;
	font-size: 12px;
	font-weight: normal;
	margin-left: 5px;
}
.MessageBoxMessage{
	padding-left: 10px;
	margin-bottom: 15px;
}
