@charset "utf-8";

/* GLOBAL */

html, body { width:100%; height:100%; }
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, font, hr, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{ margin:0; padding:0; border:none; outline:none; color:#333; font-size:11px; font-family:"verdana"; vertical-align:baseline; }

/* HEADERS */

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

h1, h1 * { font-size:12px; font-weight:bold; margin-bottom:20px; line-height:normal; }
h2, h2 * { font-size:24px; font-weight:bold; margin-bottom:15px; line-height:normal; }
h3, h3 * { font-size:11px; font-weight:bold; margin-bottom:2px; line-height:normal; }
h4, h4 * { font-size:11px; font-weight:bold; margin-bottom:10px; line-height:20px; background:url("../images/bg_table_head.gif") 0 0 repeat-y; text-indent:5px; }
h5, h5 * { font-size:18px; font-weight:bold; margin-bottom:15px; line-height:normal; }
h6, h6 * { font-size:16px; font-weight:bold; margin-bottom:15px; line-height:normal; }

/* BASIC */

div, img, p, blockquote, ul, ol, dl, hr { display:block; position:relative; }

div { min-height:0; }
ul, ol, dl { margin-bottom:10px; line-height:15px; }
ul li { display:list-item; list-style:inside disc; }
ol li { display:list-item; list-style:inside decimal; }
p, blockquote { margin-bottom:15px; line-height:15px; }
a { display:inline; text-decoration:none; color:#959595; font-weight:bold; }
a:hover { text-decoration:underline; }
strong, strong *, b, b * { font-weight:bold; }
em, em *, i, i * { font-style:italic; }
hr { margin:20px 0; overflow:hidden; height:1px; line-height:0; background:#AAA; }
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, input, textarea, select, fieldset, label { display:block; position:relative; }

form label { cursor:text; }
form input.text { cursor:text; padding:1px; }
form input.file { cursor:pointer; padding:1px; }
form input.submit { cursor:pointer; padding:2px 4px; }
form input.hidden { display:none; }
form select { cursor:pointer; padding:0; color:#333; }
form textarea { cursor:text; padding:1px; 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-top:1px; border-right:2px; border-bottom:2px; border-left:1px; border-color:#CCC; border-style:solid; 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 body { behavior: url("css/csshover3.htc"); } /* ie6 :hover on any selector */


