/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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.5;
    font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
    font-size: 16px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.bold { font-weight: bold }
.box { padding: 20px; max-width: 800px; margin: 0 auto; }

h1 { font-size: 20px; margin: 0 0 10px 0 }
h2 { font-size: 18px; margin: 30px 0 10px 0 }
p { margin: 10px 0 }

.form-text.pdfnr { border: 1px solid #ccc; width: 80px; font-size: 16px; padding: 5px; margin-right: 5px;  }

.imp { padding-top: 50px; text-align: right; font-size: 14px }
p.error { color: #cc0000 }
p.green { color: green }

.simple_button{
    display:inline-block;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
    border-radius: 2px;
    box-shadow: 0px 0px 2px rgba(0,0,0, 0.3);
    -moz-transition: background-color 0.1s ease; /* Firefox 4 */
    -webkit-transition: background-color 0.1s ease; /* Safari and Chrome */
    -o-transition: background-color 0.1s ease; /* Opera */
    transition: background-color 0.1s ease;
}
.simple_button {
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.simple_button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.simple_button img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

.simple_button:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}

.simple_button:active {
    background-color:#336699;
    border:1px solid #336699;
    color:#fff;
}

.simple_button.positive{
    color:#529214;
}
.simple_button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.simple_button.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

.simple_button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}

.simple_button.negative{
    color:#d12f19;
}

.simple_button.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

.simple_button:disabled img { opacity: 0.4 }
.simple_button:disabled, .simple_button:disabled:active, .simple_button:disabled:hover {
    background-color:#f5f5f5;
    color:#999;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    cursor: default;
}
