/* reset.css */
html {margin:0;padding:0;border:0;}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:tahoma,inherit;vertical-align:baseline;}
table, caption, tbody, tfoot, thead, tr, th, td{font-weight:inherit;font-style:inherit;font-size:100%;font-family:tahoma,inherit;vertical-align:baseline;}
article, aside, dialog, figure, footer, header, hgroup, nav, section {display:block;}
body {line-height:1.5;background:white;}
table {border-collapse:collapse;border-spacing:0;}
caption, th, td {font-weight:normal;float:none !important;}
table, th, td {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:'';}
blockquote, q {quotes:"" "";}
a img {border:none;}
ul, ol, li{list-style:none;}
:focus {outline:0;}

body {height:100%;font-family:Tahoma;font-size:12px;}
input, select, textarea, button{font-family:Tahoma;}

hr{height:1px;border:none;background:#eee;}

fieldset{border:solid #ccc 1px;padding:5px;}
fieldset legend{margin:10px 0;font-weight:bold;padding:0 10px;color:#ccc;}

.reverseReset p{padding:4px;}
.reverseReset ul{padding:8px 0 8px 50px;list-style:circle;}
.reverseReset ul li{margin:2px;list-style:circle;}
.reverseReset ol{padding:8px 0 8px 50px;list-style:decimal;}
.reverseReset ol li{margin:2px;list-style:decimal;}
.reverseReset table, .reverseReset th, .reverseReset td, .reverseReset tr {margin:auto;}

.clearFix:after{content:" ";display:block;height:0px;clear:both;visibility:hidden;font-size:0;}
.clearFix{display:inline-block;}
* html .clearFix { height: 1%; }
.clearFix { display: block; }
.clear{clear:both;line-height:0;height:0;}

.hidden{display:none;}
.floatSame{float:left}
.floatOpposite{float:right}
.lnh0{line-height:0;}
.pointer{cursor:pointer;}
.ltr{direction:ltr;}
.rtl{direction:rtl;}
.alignSame{text-align:left;}
.alignOpposite{text-align:right;}
.alignLeft{text-align:left;}
.alignRight{text-align:right;}
.alignCenter{text-align:center;}
.courier{font-family:"Tahoma", "Courier"; font-size:10px;}
.backgroundSame{background-position:1% center;}
.backgroundOpposite{background-position:99% center;}
.paddingOpposite{padding-right:16px;}
.paddingSame{padding-left:16px;}
.direction{direction:ltr;}
.scrollView{width:auto;overflow:hidden;-moz-user-select: none;}
.scrollView th, .scrollView td{white-space:nowrap;-moz-user-select: none;}

.trans80{opacity: 0.8;filter:alpha(opacity=80);-moz-opacity:0.8;-khtml-opacity: 0.8;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";}
.trans50{opacity: 0.5;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";}

.radius1px{border-radius:1px;-moz-border-radius:1px;-webkit-border-radius:1px;}
.radius5px{border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;}
.radius10px{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;}

.ie6{padding:10px;background:#FFDFDF;border:solid 1px #CF0000;margin:5px;color:#9F0000;}
