#rezervariContainer {
	width:768px;
	padding-bottom:30px;
	overflow:auto;
}

table.rezervari-list, table.rezervari-list td {
	font-size:9pt;
}

#perioadeContainer {
	width:768px;
	padding-bottom:30px;
	padding-left:1px;
	overflow:auto;
	}

table.perioade{
	border-collapse: collapse;
	width:99%;
}

table.perioade th, table.perioade td {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	border: 1px solid  #999;
	padding: 5px 2px;
	font-weight:normal;
	}

table.perioade th {
}

table.perioade caption {
	line-height:24px;
	font-size:14px;
	font-weight:bold;
	}

table.perioade .title-th {
	background-color:#B5CDE8;
	font-size:8pt;
	color:#333;
	font-weight:bold;
}

table.perioade .description-th {
	background-color:#E9F0F8;
	font-size:8pt;
	color:#333;
}

/*Table Header*/


table.perioade .perioada-col {
	width:120px;
	background-color: #FBF8F0;
}

table.perioade input.perioada {
	width: 40px;
}

table.perioade div.perioada {
	width: 50px;
	float:left;
	margin-right:10px;
	/*border:1px solid #000;*/
}

table.perioade input.tarif-perioada {
	width: 60px;
}

/*table.perioade div.tarif-perioada {
	width: 60px;
	float:left;
	margin-right:10px;
	border:1px solid #000;

}*/


table.user-admin-menu td {
	padding: 4px 6px;
	border:2px solid #9CCAEB;
	background: #D8EAF3;
	font-weight: bold;
	text-align:center;
}

table.admin-admin-menu td {
	padding: 2px 2px;
	border:1px solid #CCC;
	background: #e3e3e3;
	font-weight: bold;
	text-align:center;
}

table.perioade .sterge {
	background:#FFD5D5;
	width:40px;
}


#objects_table .sterge {
	background:#FFD5D5;
	width:40px;
}

#objects_table, #objects_table td, #objects_table th{
	border:1px solid #9DBFE1;
	border-collapse:collapse;
	background:#F3F8FC;
}

.adminSearch td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	}
	
/* === START FORM BUTTONS DEFFINITIONS === */
/* BUTTONS */

.buttons a, .buttons button{
    /*display:block;*/
    float:left;
    margin:0 7px 0 0;
	
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif !important; 
    font-size:13px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    cursor:pointer;
    /*padding:5px 10px 6px 7px; /* Links */
	
	background:#EAEAEA url(/img/buttons/white-grad.png) repeat-x left top;
	border:1px solid #dedede;
	border-right:1px solid #bbb;
	border-bottom:1px solid #bfbfbf;
	padding:5px 10px 6px 10px;
	display:block;
/*	font-size:100%;
	line-height:130%;*/
	color:#464646;
	
	-webkit-border-radius:11px;-moz-border-radius:11px;border-radius:11px;
	-webkit-box-shadow:rgba(0,0,0,.15) 0px 1px 3px;
	-moz-box-shadow:rgba(0,0,0,.15) 0px 1px 3px;
	-o-box-shadow:rgba(0,0,0,.15) 0px 1px 3px;
	box-shadow:rgba(0,0,0,.15) 0px 1px 3px;
	
	
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}


/* COLORS AND STATES */
/* STANDARD */

.buttons button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
	background: #FFF url(/img/buttons/white-grad-active.png) repeat-x left top;
    color:#336699;
}
.buttons a:active{
    background:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
	
	border-color:#ccc;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none;
}

/* POSITIVE */

.buttons button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, .buttons button.positive:hover{
    background:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, .buttons button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, .buttons button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/* STRONG */

.buttons button.strong, .buttons a.strong{
	color:#333;
	background:#E9E9F5;
	border:1px solid #eee;
	border-right: 1px solid #D2D2D2;
	border-bottom: 1px solid #D2D2D2;
	cursor:pointer;

}
.buttons a.strong:hover, button.strong:hover{
	background:#DFE9FF;
	border:1px solid #c2e1ef;
	color:#305792;
}
.buttons a.strong:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* BIG */

.buttons button.big, .buttons a.big{
	line-height:24px;
	font-size:16px;
}

.buttons button.big img, .buttons a.big img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:24px;
    height:24px;
}


/* CENTER */

button.center, .buttons a.center{
	margin-left:auto;
	margin-right:auto;
	float:none;
	display:inline-block;
}

/* RIGHT */

button.right, .buttons a.right{
	margin:0px;
	float:right;
}

/* END BUTTONS  */


/*
<div class="buttons">
    <button type="submit" class="positive">
        <img src="/images/icons/tick.png" alt=""/> 
        Save
    </button>

    <a href="/password/reset/">
        <img src="/images/icons/textfield_key.png" alt=""/> 
        Change Password
    </a>

    <a href="#" class="negative">
        <img src="/images/icons/cross.png" alt=""/>
        Cancel
    </a>
</div>
*/

.adminColMenu {
	width:200px;
}

.atachMenuBox {
	float:left; background-color: #F2F2F2; width:260px; border: 1px solid #CCCCCC; margin-left:10px; margin-top:0px;
	}
	
/* === START edit-menu DEFFINITIONS === */
/* edit-menu */

.horizontal-menu a, .horizontal-menu li {
	 float:left;
	 width: auto;
}

.vertical-menu a, .vertical-menu li {
	 float:none;
}
.vertical-menu {
	width:160px;
}

.edit-menu a{
	color:#464646;
	
	display:block;
    margin:0 0px 3px 0;
	
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif !important; 
    font-size:13px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    cursor:pointer;
    padding:5px 10px 6px 10px; /* Links */
	
	background:#EAEAEA url(/img/buttons/white-grad.png) repeat-x left top;
	border:1px solid #dedede;
	border-right:1px solid #bbb;
	border-bottom:1px solid #bfbfbf;
		
/*	-webkit-border-radius:11px;-moz-border-radius:11px;border-radius:11px; */
	-webkit-box-shadow:rgba(0,0,0,.15) 0px 1px 3px;
	-moz-box-shadow:rgba(0,0,0,.15) 0px 1px 3px;
	-o-box-shadow:rgba(0,0,0,.15) 0px 1px 3px;
	box-shadow:rgba(0,0,0,.15) 0px 1px 3px;

}

ul.edit-menu, .edit-menu ul{
	list-style-type: none;
	margin: 0px 0;
	padding: 0;
	/*width: 180px;*/
	/*border: 1px solid #9A9A9A;*/
}

.edit-menu li {
	display: inline;
	margin: 0;
}

.edit-menu a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* edit-menu COLORS AND STATES */
/* edit-menu STANDARD */

.edit-menu a:hover{
    border:1px solid #c2e1ef;
	background: #FFF url(/img/buttons/white-grad-active.png) repeat-x left top;
    color:#336699;
}
.edit-menu a:active{
    background:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
	
	border-color:#ccc;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none;
}

/* edit-menu POSITIVE */

.edit-menu a.positive{
    color:#529214;
}
.edit-menu a.positive:hover{
    background:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.edit-menu a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* edit-menu NEGATIVE */

.edit-menu a.negative{
    color:#d12f19;
}
.edit-menu a.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.edit-menu a.negative:active{
    background:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/* === END edit-menu DEFFINITIONS === */
