.padding_tb{
    padding-bottom: 10px;
    padding-top: 10px;
}
.padding_all{
    padding: 10px;
}
.padding_tbh{
    padding-bottom: 5px;
    padding-top: 5px;
}
.padding_th{
    padding-top: 5px;
}
.padding_bh{
    padding-bottom: 5px;
}
.borders_t{
	border-top: 1px dotted #999;
}
.borders_b{
	border-bottom: 1px dotted #999;
}
.borders_tb{
	border-bottom: 1px dotted #999;
	border-top: 1px dotted #999;
}
.borders_all{
    border: 1px solid #ccc;
}

.cols_2{width: 465px;}
.cols_3{width: 700px;}
.cols_4{width: 935px;}

.padding_all.cols_2{width: 445px;}
.padding_all.cols_3{width: 680px;}
.padding_all.cols_4{width: 915px;}

.cols_2.position_r{margin-left:470px;}
.cols_3.position_r{margin-left: 240px;}

.borders_all.cols_2{width: 463px;}
.borders_all.cols_3{width: 698px;}
.borders_all.cols_4{width: 933px;}

.padding_all.borders_all.cols_2{width: 443px;}
.padding_all.borders_all.cols_3{width: 678px;}
.padding_all.borders_all.cols_4{width: 913px;}

.txtl_1{margin-right:10px; width: 230px; float: left;}
.txtl_2{margin-right:10px; width: 460px; float: left;}
.txtl_3{margin-right:10px; width: 695px; float: left;}
.txtl_4{clear: both;}

.padding_all .txtl_1{margin-right:10px; width: 210px; float: left;}
.padding_all .txtl_2{margin-right:10px; width: 440px; float: left;}
.padding_all .txtl_3{margin-right:10px; width: 675px; float: left;}
.padding_all .txtl_4{clear: both;}

.txtr_1{margin-left: 705px;}
.txtr_2{margin-left: 470px}
.txtr_3{margin-left: 240px;}
.txtr_4{float: none;clear: both;}

.position_f{position: absolute;}

.imageBox{
    width: 230px;
    height: 140px;
    position: absolute;
    background-color: transparent !important;
}
.imageBox .contententrydetail{
    position: absolute;
}
.imageBox a{
    display: block;
}
.singleEntry{
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 10px;    
}
.imageBox .t_l{top: 0px; left: 0px;}
.imageBox .t_r{top: 0px; right: 0px;}
.imageBox .b_l{bottom: 0px; left: 0px;}
.imageBox .b_r{bottom: 0px; right: 0px;}

.historyList{}
.historyList img{
    margin-bottom: 10px;
}
.prevnext{
    display:inline-block;
    font-size:14px;
    margin-right:5px;
    margin-top:4px;
    vertical-align:top;
}
.prevnext a{
    text-decoration: none;
    font-size: 14px;
}
.prevnext a:hover{
    text-decoration: underline;
}

.hiddenEntry{
    display: none;
}
.hideLink{
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 100;
    background: url('../images/closer.gif') no-repeat bottom right;
    height: 13px;
    padding-right: 15px;
}
.contentnavigation{
    font-size: 22px;
}
.contentnavigation ul{
    position: relative;
    list-style: none;
    display: inline;
}
.contentnavigation ul li {
    display:block;
    margin: 0;
    padding: 0;
    clear: both;
}
.onelinenavigation ul li {
    display:inline-block;
    float: left;
    margin-right: 5px;
    clear: none;
}
.contentnavigation ul li a {
    color: #666;
    display: inline-block;
    font-weight: normal;
    text-decoration: none;
    margin: 0;
    padding: 0;
    float: left;

}
.contentnavigation ul li a:hover, .contentnavigation ul li a.active {
    color: #000;
}
.minigal{
    background-color:#fff;
    display: none;
    height:590px;
    position:relative;
    top:0px;
    width:700px;
}
.minigal_thumbanil_container{
    position:relative;
    display: block;
    width: 702px;
    margin-bottom:12px;
}
.minigal_thumbanil{
    display: block;
    float: left;
    line-height:0;
    margin: 0 2px 2px 0;
    padding: 0;
    position:relative;
}
.youtubeminigal{
    background-color:#fff;
    display: none;
    height:495px;
    margin-top:2px;
    position:relative;
    top:0px;
    width:700px;
}
.youtubeminigal_container img{
    height: 86px;
}
.minigalclose{
    background-color:#FFFFFF;
    bottom:30px;
    height:30px;
    position:absolute;
    width:100%;
}
.minigal_img_title{
    position:absolute;
    bottom: 0px;
    
}
.detail_img{
    background-color:#f0f0f0;
    background-repeat: no-repeat;
    background-position: center center;
    float: right;
    width: 700px;
    height: 525px;
    overflow: hidden;
    position: relative;
}
.moviecontainer{
    background-color:#f0f0f0;
    float: right;
    width: 700px;
    height: 425px;
    overflow: hidden;
    position: relative;
}
.detail_img .next, .detail_img .prev{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 350px;
    height: 525px;
    background-repeat: no-repeat;
    background-position: 300px center;
}
.detail_img a.next:hover{
    background-image: url('../images/gal/nxt.png');
}
.detail_img .prev{
    right: auto;
    left: 0;
    background-position: 13px center;
}
.detail_img .prev:hover{
    background-image: url('../images/gal/prv.png');
}
.searchbox {
    width: 459px;
    border: 1px solid #ccc;
    float: left;
    margin-right: 5px;
    padding: 2px;
}
input.submitSearch{
    color: #000;
    display:block;
    padding: 1px 5px;
    border:1px solid #000;
    margin:0;
    background-color:#f0f0f0;
    font-family: "Times New Roman", Times, Arial, sans-serif;
    font-size: 12px;
}
input.submitSearch:hover{
    border:1px solid #ccc;
    background-color:#ccc;
}

.collection_admin td{
    vertical-align: top;
    padding: 10px;
    border: 1px solid #ccc;
    width: 33%;
}
.linkunderlined a{
    text-decoration: underline;
}
.linkunderlined a:hover{
    text-decoration: none;
}

.webcam{
    background: #fff;
    height: 600px;
    margin-bottom: 15px;
    text-align: left;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../images/loader.gif");
    width: 800px;
}
