﻿.clear { clear: both }
.clearer { clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px }
.clearleft { clear: left }
.clearright { clear: right }
.floatleft{ float:left }
.floatright{ float:right }
.textleft{ text-align:left !important }
.textcenter{ text-align:center !important }
.textright{ text-align:right !important }
.hide{ display:none !important }
.show, .block{ display:block }
.bold{ font-weight:bold }
.noclear{ clear:none !important }
.nofloat{ float:none !important }

.w25{ width:25px !important }
.w50{ width:50px !important } 
.w75{ width:75px !important }
.w100{ width:100px !important }
.w125{ width:125px !important }
.w150{ width:150px !important }
.w200{ width:200px !important }
.w220{ width:220px !important }
.w222{ width:222px !important }
.w226{ width:226px !important }
.w250{ width:250px !important }
.w280{ width:280px !important }
.w282{ width:282px !important }
.w300{ width:300px !important }
.w350{ width:350px !important }
.w400{ width:400px !important }
.w450{ width:450px !important }
.w500{ width:500px !important }
.w510{ width:510px !important }
.w520{ width:520px !important }
.w535{ width:535px !important }
.w575{ width:575px !important }
.w560{ width:560px !important }
.w550{ width:550px !important }
.w600{ width:600px !important }


.h50{ height:50px !important }

.autoWidth{ width:auto !important }
.autoHeight{ height:auto !important }

.noPaddingH{ padding-left:0 !important; padding-right:0 !important }
.noPaddingV{ padding-top:0 !important; padding-bottom:0 !important }
.noMarginH{ margin-left:0 !important; margin-right:0 !important }
.noMarginV{ margin-top:0 !important; margin-bottom:0 !important }

.mTop10{ margin-top:10px }
.mBottom10{ margin-bottom:10px }
.mLeft10{ margin-left:10px }
.mRight10{ margin-right:10px }
.mLeft25{ margin-right:25px }
.mRight25{ margin-right:25px }

.vTop{ vertical-align:top }
.vBottom{ vertical-align:bottom }
.vMiddle{ vertical-align:middle }

.linkable{ cursor:pointer }
input.error , textarea.error, select.error{ border:1px solid red }
label.error{ color:red }

.highlight{ color:#ffd100 !important; }

