/*-- STEPS --------------*/

.ulSteps li { width: 20%; }




/*-- NEW INVITATION FORM --------------*/
.tblThemes { width: 100%; }
.tblThemes td { padding-top: 15px; width: 33%; }
.tblThemes td input { margin: 0px 6px 0px 30px; }



/*-- TAB CONTENT --------------*/
.shadetabs { font: bold 12px Verdana; list-style-type: none; margin-left: 0px; margin-top: 1px; margin-bottom: 0px; padding: 3px 0; text-align: left; }
.shadetabs li { display: inline; margin: 0px; }
.shadetabs li a { background-color: #eee; border: 1px solid #ddd; color: #2d2b2b; margin-right: 3px; padding: 3px 7px; position: relative; text-decoration: none; z-index: 1; }
.shadetabs li a:hover { color: #2d2b2b; text-decoration: none; }
.shadetabs li a.selected { background-color: #fff; border-bottom-color: #ffffff; color: #ff4411; position: relative; top: 1px; z-index: 100; }
.shadetabs li a.selected:hover { text-decoration: none; }

.tabcontent { display: none; }

@media print {
.tabcontent { display:block !important; }
}

.tabcontentstyle { border: 1px solid #cccccc; margin-bottom: 1em; padding: 10px; }
.tabcontent { display: none; }

@media print {
.tabcontent { display:block !important; }
}