/* PAGINATION */
div.pagination {
	padding: 3px 0 3px 0;
	margin: 0;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	
	text-decoration: none; /* no underline */
	color: #55AAFF;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #55AAFF;

	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid #55AAFF;
		
		font-weight: bold;
		background-color: #55AAFF;
		color: #FFF;
	}
	div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #EEE;
	
		color: #DDD;
	}
/* PAGINATION */

.warning {
	color:#E5342B;
	background-color:#FCF2FA;
	border: 1px solid #E5342B;
	font-size: 13px;
	font-weight: bold;
	padding: 2px;
	text-align: center;
}
.good {
	color:#528925;
	background-color:#CAE6B3;
	border: 1px solid #528925;
	font-size: 13px;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}
.std {
	color:#254394;
	background-color:#E6F0FF;
	border: 1px solid #254394;
	font-size: 13px;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}

.form_field {
	background-color: #D3E2F7;
}
.form_field2 {
	background-color: #EAF8F9;
}
.form_field_std {
	background-color: #D3E2F7;
	text-align: right;
	padding-right: 3px;
}

/* BUTTONS */
.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family: Arial, Tahoma, Verdana, sans-serif;
    font-size:11px;
    line-height:145%;
    text-decoration:none;
    font-weight:none;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.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;
}

/* STANDARD */
button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active, button:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

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

/* NEGATIVE */
.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}
/* 	border: 1px solid #ddd; */
input[type=text], textarea, input[type=password] {
	font-size:13px;
	font-family:Verdana;
	color:#777;
}

.jin_crud_table {
	width: 100%;
	/* border: 1px solid #c2e1ef; */
	margin: 0px;
	padding: 0px;
}
.jin_crud_th {
	background-color:#dff4ff;
	border-bottom: 1px solid #c2e1ef;
	border-right: 1px solid #ccc;
	text-align: left;
	padding-left: 2px;
}
.jin_crud_td {
	border-bottom: 1px solid #ccc;
	padding-left: 2px;
	background-color:#fff;
}

.small {
	font-size: 9px;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.number {
	text-align: right;
	white-space: nowrap;
	width: 30px;
	padding-right: 5px;
}

.box_search {
	width: 195px;
	margin: 0;
	vertical-align: top;
	color: #fff;
	background:  url(img/bg_search.jpg) no-repeat left top;
	border: none;
	padding: 5px;
	margin: 0 0 0 0;
}
.box_search_ok {
	cursor: pointer; 
	border: 0; 
	color: #fff; 
	font-weight:  bold; 
	padding: 2px 10px 5px 10px;
	vertical-align: middle;
	line-height: 150%;
	font-size:12px;
	margin: 2px;
	height: 23px;
	width: 51px;
}

table.calendar {border: 0; width: 100%;}
table.calendar th {text-align: center; border: 0;background-color: #ddd;}
table.calendar th {height: 10px; font-size: 7pt;}
table.calendar td {height: 100px; font-size: 9pt;background-color: #eee; vertical-align: top}
table.calendar .calendar-month {font-weight: bold; margin-top: 3px; font-size: 12pt; text-align: center}
table.calendar .calendar-month a{}
table.calendar .calendar-prev, table.calendar .calendar-next {font-weight: normal;}
table.calendar th {color: green; text-align: center;}
table.calendar td.linked-day {font-size: 11pt}
