/* CSS Document */

*{ margin: 0 0 0 0; padding: 0 0 0 0; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 18px; color: #fff; }
body{ background-color: #262626; color: #fff; }
a{ color: #fff; text-decoration: none; }
h1{ font-size: 16px; margin-bottom: 10px; }
hr{ margin: 5px 0px 5px 0px; border: 0px solid #a0a0a0; border-top: 1px solid #a0a0a0; }
textarea{ background-color: #3c3c3c; color: #fff; padding: 3px 3px 3px 3px; border: 1px solid #545454; resize: none; }
.tbl_img td{ padding: 3px 3px 3px 3px; color: #fff; }
.tbl_img_detail td{ border: 0px solid #262626; padding: 0px 0px 0px 0px; }
.tbl_img_desc td{ border: 0px; color: #fff; }
.selection{ font-size: 12px; color: #fff; }
.sel_img{ background-color: #142b18; color: #fff; border: 1px solid #164a16; min-width: 300px; float: left; margin: 0 10px 10px 0; padding: 4px; }
.view_img{ background-color: #262626; color: #fff; border: 1px solid #164a16; min-width: 200px; float: left; margin: 0 10px 10px 0; padding: 4px;}
.desel_img{ background-color: #262626; color: #fff; border: 1px solid #545454; min-width: 300px; float: left; margin: 0 10px 10px 0; padding: 4px;}
.img_desc{ width:97%; height:50px; font-size: 12px; line-height: 11px; margin:0px 0px 0px 0px;}
.spinner { position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 9999; background: url(/images/spinner.gif) 50% 50% no-repeat #000000; }
.preloader { background: url(/images/loader.gif) center center no-repeat; min-height: 31px; display: block; }
.magnifier { opacity: 1; position: relative; height: auto; display: block; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.magnifier:hover { opacity: 0.7; }
.magnifier:after { content: ''; display: block; width: 100%; height: 100%; position: absolute; opacity: 0; left: 0; top: 0; background: url('/images/magnifier.png') center center no-repeat #000000; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.magnifier:hover:after { opacity: 0.6; }
