.textItem{
    padding-bottom: 15px;
    border-bottom-style: solid;
    border-bottom-width: 4px;
    border-bottom-color: black;
    margin-bottom: 30px;
}

.date{
    font-size:12px;
}
.text_title{
    font-weight: bold;
}
.tag_list{
    font-size:10px;
}
.read{
    font-size:10px;
    background-image: url(/images/arrow_read.jpg);
    background-repeat: no-repeat;

    padding-left:10px;
    background-position: left 3px;
}

#inputSearch{
    width:270px;
    height: 22px;
    border: solid 1px #CCCCCC;
    padding-top:5px;
    padding-left:10px;
    font-size:13px;
    background-color: white;
}

#inputSearch input{
    border: 0px;
    background-color: white;
    width: 250px;
}

.registration input {
    width: 150px;
}


.pager{
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
    float: left;
    width: 628px;
}
.pagination{
    float: left;
}
.pagination_desc{
    float: right;
}


.pager img{
    vertical-align: middle;
}
.pager .activ{
    color:#c60d35;
    font-weight: bold;
}

.photoItem{
    width: 305px;
    height: 250px;
    background-color: #616161;
    float: left;
    margin-bottom: 20px;
}
.photoItem .imgContainer{
    text-align: center;
}

.photoItem .footer{
    background-image: url(/images/itemPhotoFooter.jpg);
    font-size: 10px;
    height: 35px;
    width: 290px;
    padding-top: 15px;
    padding-left: 15px;
    font-size: 12px;
}

.photoItem .footer img{
    vertical-align: middle;
}

.photoItem .date{
    font-size:10px;
}

.infoText{
    font-size: 16px;
    padding-bottom: 8px;
}

#photoShowSymbol{
    text-align: right;
    margin-bottom: 10px;
}

.downloadLink{

}

#filterForm{
    margin-top: 5px;
}

#filterForm th{
    font-weight: normal;
    padding: 2px;
    padding-right: 4px;
}

.ui-datepicker-trigger{
    vertical-align: middle;
    margin-left: 5px;
}

.toptag_item, .toptag_item_selected {
    margin-left: 5px;
    margin-bottom: 8px;
    padding-left: 12px;
    color:black;
}

.toptag_item {
    background: url(/images/icons/arrow_right.gif) left center no-repeat;
    float: left;
    padding: 0 0 0 10px;
}

.toptag_item_selected {
    background: url(/images/icons/arrow_down.gif) left center no-repeat;
    float: left;
    padding: 0 0 0 10px;
}

.toptag_li_item {
    list-style-type: none;
}

.toptag_li_item:hover {
    color: #c60d35;
    cursor: pointer;
}

.registration th {
    width: 150px;
    text-align: left;
}

.registration td {
    width: 500px;
}

.registration .linkArea {
    text-align: left;
}

.registration .linkArea ul {
    padding: 10px 0;
}

.registration .linkArea ul:after {
    clear: both;
}

.registration .linkArea li {
    width: 180px;
    list-style-type: none;
    padding-bottom: 10px;
    overflow: auto;
}

.linkArea li .list {
    float: left;
    overflow: auto;
    vertical-align: top;
    width: 20px;
}

.linkArea li .startlink {
    float: left;
    width: 160px;
    overflow: auto;
}

.registration #submit {
    padding: 30px 0;
}

#submit input {
    width: 150px;
}

.registration li {
    list-style-type: none;
    color: #c60d35;
}

.registration {
    padding: 10px 0 20px;
}

.registration label {
    text-align: left;
}

.formText {
    padding: 5px 0;
}

em.required {
    color: #c60d35;
}