html { margin: 0px; padding: 0px; } body { margin: 0px; padding: 0px; font-family: Arial, Helvetica, Sans; font-size: 12px; color: #000; } /* heading from bootstrap */ h1, h2, h3, h4, h5, h6 { margin: 0; font-weight: bold; color: #333333; text-rendering: optimizelegibility; margin-bottom: 0.3em; } h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { font-weight: normal; color: #999999; } h1 { font-size: 30px; line-height: 36px; } h1 small { font-size: 18px; } h2 { font-size: 24px; line-height: 36px; } h2 small { font-size: 18px; } h3 { line-height: 27px; font-size: 18px; } h3 small { font-size: 14px; } h4, h5, h6 { line-height: 18px; } h4 { font-size: 14px; } h4 small { font-size: 12px; } h5 { font-size: 12px; } h6 { font-size: 11px; color: #999999; text-transform: uppercase; } pre { margin: 0px; padding: 0px; } button { margin: 2px; margin-left: 0px; } label { padding-top: 15px; color: #404040; } select, input, textarea { border: 1px solid #AAA; -moz-border-radius: 4px; -webkit-border-radius: 4px; font-size: 13px; padding: 4px; color: #222; } textarea { font-family: inherit; height: 120px; width: 90%; font-size: 12px; white-space: normal; } table { padding: 0px; border-collapse: 'collapse'} td { padding:0px; margin: 0px; vertical-align: top; } p { margin: 0px 0px 9px 0px; line-height: 1.5em; } li { line-height: 1.5em; } a:active { outline:none; } :focus { -moz-outline-style:none; } table.simpletable { border-collapse: collapse; margin-bottom: 10px;} table.simpletable td {border: 1pt solid #000; vertical-align: top; padding: 2px; } div.fix_ff_cursor { overflow: auto; } /* --- Layout --- */ div.comment { color: #444; } div#body_div { position: relative; display: none; margin-top: 56px; padding-right: 7px; } div.no_script { display: none; } div.loading_div { position: absolute; background-color: #FFFFCC; z-index: 1999; right: 5px; width: 90px; display: none; text-align: center; padding: 2px; font-size: 12px; border: 1px solid #FF4; } div#head_div { background-color: #FFF; } #head_banner { background-color: #FFF; } .link_type { padding:2px; color: #00b; text-decoration: underline; cursor: pointer; } .link_type:hover { color: #fff !important; background-color: #07b; text-decoration: none; } div.std-footer { margin: 13px 0px; border-top: 1px solid #AAA; padding: 13px; } div.std-footer-item { margin: 0px 13px 13px 0px; } .shadow { -moz-box-shadow: 0px 2px 2px #888; -webkit-box-shadow: 0px 2px 2px #888; box-shadow: 0px 2px 2px #888; } .round { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .gradient { background: #ededed; /* Old browsers */ background: -moz-linear-gradient(top, #ededed 0%, #d1d1d1 47%, #b7b7b7 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(47%,#d1d1d1), color-stop(100%,#b7b7b7)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #ededed 0%,#d1d1d1 47%,#b7b7b7 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #ededed 0%,#d1d1d1 47%,#b7b7b7 100%); /* Opera11.10+ */ background: -ms-linear-gradient(top, #ededed 0%,#d1d1d1 47%,#b7b7b7 100%); /* IE10+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#b7b7b7',GradientType=0 ); /* IE6-9 */ background: linear-gradient(top, #ededed 0%,#d1d1d1 47%,#b7b7b7 100%); /* W3C */ } .header-gradient { background: #84827c; /* Old browsers */ background: -moz-linear-gradient(top, #84827c 0%, #27211c 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#84827c), color-stop(100%,#27211c)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #84827c 0%,#27211c 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #84827c 0%,#27211c 100%); /* Opera11.10+ */ background: -ms-linear-gradient(top, #84827c 0%,#27211c 100%); /* IE10+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84827c', endColorstr='#27211c',GradientType=0 ); /* IE6-9 */ background: linear-gradient(top, #84827c 0%,#27211c 100%); /* W3C */ color: #FFF; } .layout_wrapper { padding: 15px; -moz-box-shadow: 1px 1px 6px #AAA; -webkit-box-shadow: 1px 1px 6px #AAA; box-shadow: 1px 1px 6px #AAA; background-color: #FFF; } /* from bootstrap */ .container { margin-left: auto; margin-right: auto; zoom: 1; } .container:before, .container:after { display: table; content: ""; zoom: 1; } .container:after { clear: both; }