
.absolute{position: absolute;}
.bold{font-weight: bold;}
.border-none{border: none;}
.center{text-align: center;}
.clear-both,.clear{clear:both;}
.clear-left{clear: left;}
.clear-none{clear: none;}
.clear-right{clear: right;}
.css3-rounded-5{-moz-border-radius: 5px; -webkit-border-radius: 5px;}
.color-black{color: #000;}
.color-blue{color: #00f;}
.color-green{color: #0f0;}
.color-red{color: #f00;}
.color-white{color: #fff;}
.cursor-pointer{cursor: pointer;}
.display-block{display:block;}
.display-inline{display:inline;}
.display-none{display:none;}
.divider { height:4px; display:block; background-color: #E7E7E7; margin-bottom: 10px; clear:both; }
.float-children-left > *{float:left;}
.float-children-right > *{float:right;}
.float-left{float:left;}
.float-none{float:none;}
.float-right{float:right;}
.list-style-inside{list-style-position: inside;}
.list-style-none{list-style: none;}
.margin-0{margin:0px;}
.margin-5{margin:5px;}
.margin-10{margin:10px;}
.margin-auto{margin: auto;}
.nowrap{white-space: nowrap;}
.overflow-auto{overflow:auto;}
.overflow-hidden{overflow:hidden;}
.padding-0{padding: 0px;}
.padding-5{padding: 5px;}
.padding-10{padding: 10px;}
.position-absolute{position: absolute;}
.position-relative{position: relative;}
.relative{position: relative;}
.smalltxt { font-size:.9em; color:#666666; }
.small{font-size: 0.8em;}
.width-auto{width: auto;}
.width-100{width: 100%;}
