﻿/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display:block;}
body {line-height:1;}
/*ol, ul {list-style:none;}*/   /* use the default styling for lists */
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after {content:"";content:none;}
table {border-collapse:collapse;border-spacing:0;}

/* PEP app */
body {color:#000000;background-color:#ffffff;font-family:"lucida grande",tahoma,verdana,arial,sans-serif;font-size:9.5pt;line-height:1.25em;margin:5px}
a:link, a:visited {color:#f9b90c;}
h1, h2, h3 {font-weight:700}
h1 {margin:16px 0px;font-size:1.9em;line-height:1.2em;}
h2 {margin-top:1.8em;margin-bottom:0.75em;font-size:1.5em;}
h3 {margin-top:1.8em;margin-bottom:0.75em;font-size:1.15em;}
p {margin:1.0em 0em;}
table {border-width:0px;border-spacing:0px;border-style:none;border-color:black;border-collapse:collapse;}
th, td {vertical-align:middle;border-width:1px;padding:2px;border-style:solid;border-color:black;}
th {font-weight:700;}
ul, ol {padding:0 0 0 40px;}
ol.lower {list-style-type:lower-alpha;}
li {margin-bottom:0.5em;}
strong {font-weight:bold;}
#content_container {position:absolute;top:50px;width:100%;}
#content_center {}
#house_container {position:absolute;left:13px;top:7px;width:22px;height:23px;background:url('/EkPepApp/ClientBin/Images/house.png') bottom;}
#house_container .tooltip {display:none;}
#house_container:hover {background-position:0 0;cursor:pointer;}
#house_container:hover .tooltip {display:block;position:absolute;top:24px;left:24px;z-index:100;background:#fffcd1;border:1px solid #444;color:#444;padding:1px 5px;white-space:nowrap;}
#link_start {display:block;left:13px;top:7px;width:22px;height:23px;}
#logo {position:absolute;left:47px;top:7px;}

.content_autocenter {margin-left:auto;margin-right:auto;width:320px;}

.content_wide {width:655px;}
.developer_text {color:#A0A0A0;}
.no_border {border:0px;}
.separator {position:absolute;left:0px;top:36px;width:100%;height:2px;background:#f9b90c;background:-moz-linear-gradient(top, #f9b90c 0%, #9d8d4e 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9b90c), color-stop(100%,#9d8d4e));background:-webkit-linear-gradient(top, #f9b90c 0%,#9d8d4e 100%);background:-o-linear-gradient(top, #f9b90c 0%,#9d8d4e 100%);background:-ms-linear-gradient(top, #f9b90c 0%,#9d8d4e 100%);background:linear-gradient(top, #f9b90c 0%,#9d8d4e 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9b90c', endColorstr='#9d8d4e',GradientType=0 );}
