@charset "utf-8";

/* GLOBAL */

html { height:100%; margin:0; padding:0; }
body { height:100%; margin:0; padding:0; }

div,img,p,h1,h2,h3,h4,h5,h6,ul,ol,form,input,textarea,select,fieldset,label { margin:0; padding:0; display:block; position:relative; }
div,img,p,h1,h2,h3,h4,h5,h6,ul,ol,form,input,textarea,select,fieldset,label { font-family:"arial",sans-serif; font-size:11px; color:#212121; }

/* HEADERS */

h1 , h1 * { font-size:30px; font-weight:normal; margin-bottom:16px; line-height:normal; font-family:"arial narrow"; color:#948571; }
h2 , h2 * { font-size:20px; font-weight:normal; margin-bottom:12px; line-height:normal; font-family:"arial narrow"; }
h3 , h3 * { font-size:18px; font-weight:normal; margin-bottom:10px; line-height:normal; font-family:"arial narrow"; color:#515050; }
h4 , h4 * { font-size:18px; font-weight:normal; margin-bottom:0; line-height:normal; font-family:"arial"; color:#0062B2; }
h5 , h5 * { font-size:23px; font-weight:bold; margin-bottom:5px; line-height:normal; font-family:"arial narrow"; }
h6 , h6 * { font-size:28px; font-weight:normal; margin-bottom:0; line-height:normal; font-family:"arial"; color:#4A4A4A; }

h1 * , h2 * , h3 * , h4 * , h5 * , h6 * { display:inline; margin:0 !important; }

/* BASIC */

div { min-height:0; }
ul,ol { margin-bottom:10px; }
ul li { display:list-item; list-style:inside disc; margin:0; padding:0; line-height:16px; }
ol li { display:list-item; list-style:inside decimal; margin:0; padding:0; line-height:16px; }
p,blockquote { margin:0 0 15px 0; padding:0; line-height:20px; }
a { outline:none; text-decoration:underline; color:#3985b6; }
a:hover { text-decoration:underline; cursor:pointer; }
a img { display:block; border:none; padding:0; margin:0; }
strong , strong * { font-weight:bold; }
em , em * { font-style:italic; }
hr { margin:20px 0; padding:0; display:block; overflow:hidden; height:1px; line-height:0; background:#AAA; border:none; }
button { cursor:pointer; padding:2px 4px; }
abbr, acronym { font-style:normal; border-bottom:1px dotted; cursor:help; }
del { text-decoration:line-through; }

/* TABLES */

table { display:table; table-layout:fixed; border-collapse:collapse; border:none; border-spacing:0; text-align:center; }
tr { display:table-row; }
td,th { display:table-cell; white-space:nowrap; border:1px solid #555; padding:5px; }

/* FORMS */

form label { cursor:text; }
form input.text { cursor:text; padding:3px; }
form input.file { cursor:pointer; padding:3px; }
form input.submit { cursor:pointer; display:block; border:none; color:#DCA529; padding:0 0 0 10px; font-size:11px; font-weight:bold; background:url("../images/icon_arrow_right_ow.gif") 0 1px no-repeat; }
form input.hidden { display:none; }
form select { cursor:pointer; padding:2px; color:#333; }
form textarea { cursor:text; padding:3px; overflow:auto; }

form input.text, form textarea { color:#AAA; }
form input.text:focus, form textarea:focus { color:#333; }
form input.text, form select, form textarea { border:1px; border-style:solid; border-color:#AAA; background:#FFF; }

/* CLASSES */

.clearfix:after { content:"."; }
.clearfix { display:block; clear:both; visibility:hidden; line-height:0; height:0; overflow:hidden; }

.float-L { float:left; }
.float-R { float:right; }

.clear-L { clear:left; }
.clear-R { clear:right; }
.clear-B { clear:both; }

.hide { display:none !important; }
.show { display:block !important; }

/* HACKS */

*:focus { outline: 0; } /* remove focus borders from webkit browsers */
* html div { height:1%; } /* ie6 'holly hack' to prevent the 'peekaboo bug' */
