body {
    margin: 0px;
    padding: 0 px;
}
td.header {
    text-align: center;
    font-family: arial;
    color: grey;
}

td.images {
    padding: 4px;
    border: 2px solid #FF0000;
}

div.header {
    background-color: #FF0000;
    font-family: arial;
    text-align:center;
}

div.mainHeader {
    color: #FFFFFF;
    position: relative;
    font-size: 50pt;
    font-weight: bold;
    width: auto;
    
}

div.subHeader {
    padding-top: 10px;
    padding-left: 50px;
    width: auto;
    font-size: 18pt;
    font-weight: normal;
    color: #D0D0D0;
    width: auto;
}

#address {
    text-align: center;
    font-family: verdana;
    font-weight: bold;
}

#frame_list {
    font-family: verdana;
}

#frame_list table.main {
      	width: 1205;
}

#frame_list table.main td.number {
    width: 40px;
    margin-left: 0px;
    margin-right: 0px;
}
#frame_list table.main td.code {
    width: 70px;
    text-align: center;
    margin-left: 0px;
    margin-right: 0px;
}

#frame_list table.main td.type {
    width: 95px;
    margin-left: 0px;
    margin-right: 0px;
}

#frame_list table.main td.address {
	text-align: center;
    width: 220px;
    margin-left: 0px;
    margin-right: 0px;
}

#frame_list table.main td.sides {
    width: 35px;
    margin-left: 0px;
    margin-right: 0px;
}

#frame_list table.main td.x{
    width: 65px;
    margin-left: 0px;
    margin-right: 0px;
}
#frame_list table.main td.y {
    width: 65px;
    margin-left: 0px;
    margin-right: 0px;
}
#frame_list table.main td.dates {
    width: 365px;
    margin-left: 0px;
    margin-right: 0px;
}
#frame_list table.main td.sice {
    width: 70px;
    margin-left: 0px;
    margin-right: 0px;
}
#frame_list table.main td.light {
    width: 55px;
    margin-left: 0px;
    margin-right: 0px;
}
#frame_list table.main td.action {
    width: 20px;
    margin-left: 0px;
    margin-right: 0px;
}

#frame_list tr.even {
    background: #ebe8e7;    
}

#frame_list tr:hover, tr.even:hover {
    background: #cac4c4; 
}

#frame_list select {
    font-family: Tahoma;
    font-size: 10px;
    font-weight: bold;
    background: #F3F8FF;
}

#frame_list tr.head {
    background: #ebe8e7;
}

#frame_list tr.head td {
    font-family: Tahoma;
    font-size: 10px;
    font-weight: bold;
    
}

#frame_list td {
    font-size: 12px;
    text-align: center;
}

#frame_list td.address {
    text-align: left;
}

#frame_list td.code {
    text-align: left;
}

#frame_list table.busy td {
    border: 1px solid grey;
    width: 20px;
    height: 20px;
    
}

#frame_list table.busy td.empty {
    background: #cceecc;
    
}

#frame_list table.busy td.busy {
    background: red;
    
}

 

#add_form {
    margin: 10px;
    background: #eee9e8;
    padding: 10px;
    
}

#add_form td.names {
    text-align: right;
}

td.auth {
    text-align: right;
}

#navigation {
    text-align: right;
    width: 150px;

}

#navigation a {
    text-decoration: none;
    font-size: 12px;
    font-family: tahoma;
    color: white;
}

#navigation img {
    width: 15px;
}

#menu {
    padding-left: 80px;
    padding-bottom: 6px;
    color: white;
    display: inline;
}

#menu a {
    color: white;
    text-decoration: none;
    font-size: 12px;
}

#basket_value {
    padding-right: 20px;
}

#busy {
    width: 500px;
    height: 550px;
    border: 2px solid gray;
    z-index: 90;
    position: absolute;
    /*margin-left: 10%;
    margin-top: 20%;*/
    background: white;
}

#busy div.header {
    background: red; 
    color: white;
    text-align: right;
    margin-bottom: 20px;
    height: 25px;
    padding: 2px;
}

#busy div.header a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    margin-right: 5px;
}

#busy div.header td {
    background: red;
}

#busy div.years {
    padding: 3px;
    text-align: center;
}

#months {
    padding: 3px;
    text-align: center;
}

#months a {
    text-decoration: none;
    color: white;
    font-weight: bold;
}

#busy td {
    background: #cccccc;
    text-align: center;
    
}

#busy_title {
    font-size: 14px;
    color: white;
    height: 30 px;
    width: 450px;
}

#busy_client {
    text-align: center;
}


#busy_content {
    text-align: center;
}

div.filter_panel {
    width: 100px;
    height: 75px;
    z-index: 1;
    position: absolute;
    border: 1px solid red;
    background: white;
    text-align: left;
    padding: 5px;
    padding-top: 0px;
    margin-left: 10px;
    margin-top: 5px;
    font-size: 12px;
}

div.filter_panel table td {
    border: 1px solid white;
}

#history {
    font-family: Tahoma;
    font-size: 10px;
}

#history td {
    background: white;
    border: 1px solid grey;
}

#busy_window {
	font-family: Verdana;
	font-size: 14px;
	color: #0606fa;
	font-weight: bold;
}
#busy_date {
	font-family: Verdana;
	font-size: 10px;
	color: #0606fa;
}
#pay_head {
	font-family: Verdana;
	font-size: 12px;
	color: #0606fa;
	font-weight: bold;
}
#busy_pay {
	font-family: Verdana;
	font-size: 10px;
}
#yearv{
font-size: 8px;
text-align: center;
}
div.add_clnt{
	border: 2px solid grey;
	width: 500px;
	height: 260px;
	margin-top: 5px;
	z-index: 2;
}
div.add_clnt_hdr{
	width: 100%;
	height: 25px;
	background-color: red;
}
.add_clhd {
	font-family: Verdana;
	color: white;
        text-decoration: none;
        font-size: 14px;
}
.add_clink{
	font-family: Verdana;
	color: blue;
        text-decoration: none;
        font-size: 14px;
}
.cl_form_container{
	width: 100%;
	margin-top: 15px;
}
.link_on_red{
	font-family: Verdana;
	color: white;
	text-decoration: none;
}
div.main_frame{
	width: 100%;
	margin-left: 0px;
	float: left;
	text-align: left;
	z-index: 1;
}
div.del_clnt{
	border: 2px solid grey;
	width: 400px;
	height: 150px;
	margin-top: 5px;
	z-index: 2;
}
.del_clhd {
	font-family: Verdana;
	color: white;
        text-decoration: none;
        font-size: 14px;
        font-weight: bold;
}
#pay_viev {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}
.greet{
	font-family: Verdana;
	font-size: 10px;
	color: #ffffff;
}
.mini{
	font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
}