/*
CSS escrito por
rickshira (rickshira@gmail.com)
13/10/09
*/

/* GLOBAL CSS PROJECT
----------------------------------------------------------------------------- */

/* Reset MultiBrowser
------------------------------------------ */
body, .popup div, .popup dl, .popup dt, .popup dd, .popup ul, .popup ol, .popup li, .popup h1, .popup h2, .popup h3, .popup h4, .popup h5, .popup h6, .popup pre, .popup form,
.popup fieldset, .popup p, .popup blockquote, .popup th, .popup td{margin:0;padding:0;}
.popup address, .popup th{font-style:normal;font-weight:normal;}
.popup caption, .popup th{text-align:left;}
.popup img, .popup fieldset{border:none;}
.popup ol, .popup ul{list-style:none; font-size:inherit;}
.popup :focus {outline: none;}
.popup a img {border: none;}

/* Tables still need 'cellspacing="0"' in the markup. */
.popup table { border-collapse: separate; border-spacing: 0px; }
.popup caption, .popup  th, .popup  td { text-align: left; font-weight: normal; }
.popup table, .popup td, .popup th { vertical-align: middle; }



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

/* Shira's class
------------------------------------------ */
.popup .imgLeft img{float:left;}
.popup .center{ text-align:center;}
.popup .txtLeft{ text-align:left;}
.popup .txtRight{ text-align:right;}
.popup .left {float:left;}
.popup .right {float:right;}
.popup .clear {clear:both;}
.popup .over {overflow:hidden; height:0px;}
.popup .block {display:block;}
.popup .del{display:none;}
.popup .null{visibility:hidden;}

