/*
 *   Tripoli is a generic CSS standard for HTML rendering. 
 *   Copyright (C) 2007-2008 David Hellsing
 *   
 *   http://devkick.com/lab/tripoli/
 *
 *   You should have received a copy of the GNU General Public License
 *   along with this program.  If not, see <http://www.gnu.org/licenses/>.
**
_______________________________
RESET */
*{text-decoration:none;font-size:1em;outline:none;margin:0;padding:0}
code,kbd,samp,pre,tt,var,textarea,input,select,isindex,listing,xmp,plaintext{font:inherit;white-space:normal}
a,img,a img,iframe,form,abbr,acronym,object,applet,table,a abbr,a acronym{border-width:0}
dfn,i,cite,var,address,em{font-style:italic}
th,b,strong,h1,h2,h3,h4,h5,h6,dt{font-weight:bold}
caption,th,td{text-align:left}
html{background:#FFF;color:#000;line-height:1;font-family:arial, sans-serif}/* \*/
html{font-family:sans-serif}/* */
q{quotes:"\201C""\201D""\2018""\2019"}
ul,ol,dir,menu{list-style:none}
sub,sup{vertical-align:baseline}a{color:inherit}/*
_______________________________
DISABLE DEPRECATED HTML */
font,basefont{color:inherit;font:inherit;font-size:100%}
center,*[align]{text-align:inherit}
s,strike{text-decoration:line-through}
u{text-decoration:underline}
img{border:none;margin:0}
ol{list-style-type:decimal}
body{background-color:transparent}
tr,th,td{height:auto;background-color:transparent;vertical-align:top;border:none}
table[border],body table[border]{border-collapse:separate;border-spacing:0}
nobr{white-space:normal}
marquee{overflow:visible;-moz-binding:none}
blink{text-decoration:none}/*
_______________________________
GENERAL */
html{font-size:125%}
body{font-size:50%}
a{text-decoration:underline}
strong,th,thead td,h1,h2,h3,h4,h5,h6,dt{font-weight:bold}
cite,em,dfn{font-style:italic}
code,kbd,samp,pre,tt,var,input[type='text'],input[type='password'],textarea{font-size:100%;}
pre{white-space:pre}
pre *{font-size:100%;white-space:pre}
del{text-decoration:line-through}
ins,dfn{border-bottom:1px solid #000}small,sup,sub{font-size:85%}big{font-size:125%;line-height:80%}abbr,acronym{text-transform:uppercase;font-size:85%;letter-spacing:.1em}abbr[title],acronym[title],dfn[title]{cursor:help;border-bottom:1px dotted #000}sup{vertical-align:super}sub{vertical-align:sub}blockquote{padding-left:2.2em}hr{display:none/* We will re-reset it later for content */}:lang(af),:lang(nl),:lang(pl){quotes:'\201E' '\201D' '\201A' '\2019'}:lang(bg),:lang(cs),:lang(de),:lang(is),:lang(lt),:lang(sk),:lang(sr),:lang(ro){quotes:'\201E' '\201C' '\201A' '\2018'}:lang(da),:lang(hr){quotes:'\00BB' '\00AB' '\203A' '\2039'}:lang(el),:lang(es),:lang(sq),:lang(tr){quotes:'\00AB' '\00BB' '\2039' '\203A'}:lang(en-GB){quotes:'\2018' '\2019' '\201C' '\201D'}:lang(fi),:lang(sv){quotes:'\201D' '\201D' '\2019' '\2019'}:lang(fr){quotes:'\ab\2005' '\2005\bb' '\2039\2005' '\2005\203a'}*[lang|='en'] q:before{content:'\201C'}*[lang|='en'] q:after{content:'\201D'}*[lang|='en'] q q:before{content:'\2018'}*[lang|='en'] q q:after{content:'\2019'}input,select,button{cursor:pointer}input[type='text'],input[type='password']{cursor:text}input[type='hidden']{display:none}/*
_______________________________
CONTENT */
body{font-size:1.2em;line-height:1.6em}body h1{font-size:1.7em;line-height:1;margin:0; padding:0;}body h2{font-size:1.5em;line-height:1;margin:0; padding:0;}body h3{font-size:1.4em;line-height:1;margin:0; padding:0;}body h4{font-size:1.3em;line-height:1;margin:0; padding:0;}body h5{font-size:1.2em;line-height:1;margin:0; padding:0;}body h6{font-size:1em;line-height:1;margin:0; padding:0;}body hr{display:block;background:#000;color:#000;width:100%;height:1px;border:none}body ul{list-style:disc outside;margin:0; padding:0;}body ol{list-style:decimal outside;margin:0; padding:0;}body table{border-collapse:collapse}body hr,body p,body ul,body ol,body dl,body pre,body address,body table,body form{margin-bottom:0}body p+p{margin-top:0}body fieldset{margin:0;padding:0}/* \*/body legend{margin:0; padding:0;}/* *//* for Opera 8 */@media all and min-width 0px{body legend{margin:0; padding:0;}body fieldset{margin:0; padding:0;}body[class^='content'] fieldset{margin:0; padding:0;}}body fieldset>*:first-child{margin-top:0}body textarea,body input[type='text']{padding:.1em .2em}body input{padding:.2em .1em}body select{padding:.2em .1em 0}body select[multiple]{margin-bottom:.8em}body option{padding:0 .4em .1em}body button{padding:.3em .5em}body input[type='radio']{position:relative;bottom:-.2em}body dt{margin-top:.8em;margin-bottom:.4em}body ul,body ol{margin-left:2.2em}body caption,body form div{padding-bottom:.8em}body ul ul,content ol ul,body ul ol,content ol ol{margin-bottom:0}

/*Additional RESET*/
/*Form Fixing*/
body input,textarea,select{font-size:12px; padding:0;}
body textarea{line-height:120%; padding:0em 0 0em 0.2em; }
body input,body select,body textarea{vertical-align:middle;}
body input[type='text']{padding:2px;}
body input[type='text']{position:relative;top:0px;}
body input[type='password']{padding:2px;}
body input[type='password']{position:relative;top:0px;}
body input[type='radio']{position:relative;top:-2px; margin-right:3px;}
body input[type='checkbox']{position:relative;top:-2px; margin-right:3px;}
body input[type='button']{position:relative;top:-3px;}
body select{position:relative;top:0;margin-bottom:4px;}
body fieldset legend{color:#000;}




/*Additional RESET*/
body{padding:0; margin:0}
