/*
div.pager {
    clear: both;
    margin: 10px 10px 10px 15px;
    padding: 2px 2px 4px 2px;
    border: 0px double #E5E5E5;
}


div.pager {
    font-size: 12px;
    display: block;
    clear: both;
    height: 22px;
}

div.pager span {
    display: block;
    float: left;
    width: none;
    height: 15px;
    font-size: 12px;
    text-align: center;
    margin: 2px;
    padding: 2px;
	font-size: 12px;
    border: 1px solid #000000;
    color: #FFFFFF;
    background-color:#ff7c00;
}

a.pager , a.pager.active , a.pager:link {
    display: block;
    float: left;
    width: none;
    height: 15px;
    text-align: center;
    margin: 2px;
    padding: 2px;
    font-size: 12px;
    border: 1px solid #FFF;
    text-decoration: none;
}

a.pager:visited {

}

a.pager:hover {
    display: block;
    float: left;
    width: none;
    height: 15px;
    text-align: center;
    margin: 2px;
    padding: 2px;
    font-size: 12px;
    text-decoration: none;
    border: 1px solid #FFFFFF;
    background-color: #00416e;
    color: #ffffff;
}

*/


/********************
 * start pager
 ********************/
div.pager {
    display: block;
    clear: both;
    height: 22px;
}
div.pager a,
div.pager span {
    display: block;
    float: left;
    width: 15px;
    height: 15px;
    text-align: center;
    margin: 2px;
}
div.pager a {
    border: 1px solid #b33109;
    text-decoration: none;
}
div.pager a:hover {
    border: 1px solid #b33109;
    background-color: #B33109;
}
div.pager span {
    border: 1px solid #FFF;
    color: #8c8c8c;
}

table.items a.button {
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #2074B0;
    display: block;
    background-color: #FFF;
    color: #2074B0;
    padding: 3px;
    text-align: center;
}
table.items a.button {
    padding: 1px 3px 1px 3px;
}
table.items a.button.new:hover {
    background-color: #2074B0;
    color: #FFF;
}

table.items a.button.edit:hover {
    background-color: blue;
    color: #FFF;
}

table.items a.button.delete:hover {
    background-color: red;
    color: #FFF;
}

*.error {
    border: 1px solid red;
    background-color: #ffeeee;
}

label.error {
    border: 0;
    font-weight: bold;
    color: red;
    background-color: transparent;
}

#error,
#error1,
#error2{
    color:red;
}

table.datas{
    
}

table.datas *.error {
    border: 1px solid red;
    
}
table.datas label.error {
    border: 0;
    font-weight: bold;
    color: red;
    background-color: transparent;
}
table.datas input, textarea, select {
    border: 1px solid #000;
    font-size: 12px;
    padding: 3px;
}
table.datas select.text250, input.text250 {
    width: 300px;
}
table.datas input.inputmezo {
    width: 219px;
}

table.datas input.inputmezo_error {
    width: 219px;
    border:1px solid red;
    background-color:#F1D8A1;
}

table.datas textarea {
    width: 219px;
    height: 100px;
    overflow: auto;
    border: 1px solid #000;
}

table.datas label {
    cursor: pointer;
}

table.datas th {
    font-weight:bold;
    border-bottom:1px solid #232323;
    font-size:12px;
    padding:6px;
}

table.datas tr.row1 td {
    border-bottom: 1px solid #42130B;
    padding:6px;
    font-size:12px;
    line-height:23px;
}
table.datas tr.row2 td {
    border-bottom: 1px solid #42130B;
    
    padding:6px;
    font-size:12px;
    line-height:23px;
}

table.datas tr.row1 td td,
table.datas tr.row2 td td {
    border: 0;
}

input.submit {
    width: 100px;
    background-color:  #B33109;
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
    border: 1px solid #505050;
}


table.datas a.button {
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #DDD;
    display: block;
    background-color:  #B33109;
    color: #FFF;
    padding: 3px;
    text-align: center;
}
table.datas a.button {
    padding: 1px 3px 1px 3px;
}
table.datas a.button.new:hover {
    
    color: #000;
    
}

table.datas a.button.edit:hover {
    background-color: #DDD;
    color: #000;
}

table.datas a.button.delete:hover {
    background-color: red;
    color: #FFF;
}

