﻿body {
	text-align: right;
	background: url(../img/bg.jpg);
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
	min-width:600px;
}
#main {
	margin:auto;
}
p {
	color: white;
}
@font-face {
	font-family: "BTitr";
	src: url('BTitrBd.ttf');
}
.titr {
	font-family:BTitr;
	/* font-size:36px; */
	font-size:225%;
}
#mainTable {
	width:90%;
}
#TableTitles {
	background-color:#CCCCCC;
}
#TableTitles th {
	text-align:center;
	font-weight:bold;
	height:35px;
}
#TableTitles td {
	text-align:center;
	font-weight:bold;
}
#clients td {
	background-color:#FFCC00;
	text-align:center;
	font-weight:bold;
	height:50px;
}
#lblDate {
	text-align: center;
	margin: auto;
	background-color:#E5E5E5;
	font-weight:bold;
	color: #5D4800;
	font-size: 17px;
	padding: 12px;
	width: 200px;
	border-radius:10px;
}
#bar {
	text-align: center;
	padding: 5px;
	background: url(../img/mnu_bg.jpg);
	border-radius:10px;
}
input[type="text"], input[type="password"] 
{
	background: none repeat scroll 0 0 #FCFCFC;
	border: 1px solid #A6A6A6;
	border-radius: 2px 2px 2px 2px;
	color: #6C6C6C;
	height: 35px;
	margin-top: 10px;
	outline: medium none;
	padding-left: 10px;
}
input[type="text"]:focus, input[type="password"]:focus {
	background: none repeat scroll 0 0 white;
	border-color: #7DC9E2;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.3) inset;
	color: #000000;
	content:"";
}
.btn {
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background-color:#fb9e25;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #eeb44f;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:25px;
	font-weight:bold;
	padding:4px 37px;
	text-decoration:none;
	text-shadow:1px 1px 0px #cc9f52;
}
.btn:hover {
	background-color:#ffc477;
}
.btn:active {
	position:relative;
	top:1px;
}
a img:hover {
	opacity:0.7;
}
#slider  {
	background-color:#cd0000;
    box-shadow: -4px 2px 5px #4E4E4E;
}
#slider_contents  {
	height: 100%;
	overflow-y:auto;
}
#slider #trigger {
	width:48px;
	float:left;
	margin-left:-48px;
	cursor:pointer;
	margin-top:1px;
	border-radius: 7px 0px 0px 7px;
}
.bgIMG {
	vertical-align:middle;
}
hr {
	margin: auto;
}