/* Version 4-5-2009 - noBreak introduced */
/* Version 6-5-2009 - disabled introduced */
html, body, div, img, h1, h2, h3, h4, h5, h6, a { margin: 0; padding: 0; border: 0; outline: 0; }
ul { margin: 0 0 15px 0; padding: 0; }
li { list-style-type: none; }
address { font-style: normal; margin: 0; padding: 0; }
a:link, a:visited { outline: 0; text-decoration: none; }
a:hover, a:active { text-decoration: underline; }
a { outline: 1px; }
p { outline: 1px; margin: 0 0 15px 0 }
hr { border: 0; height: 0; border-top: 1px #ccc dotted; clear: both;}
/* Classes */
.no_border_left { border-left-width: 0 !important; }
.no_border_right { border-right-width: 0 !important; }
.no_border_bottom { border-bottom-width: 0 !important; }
.border_right { border-right-width: 1px !important; }
.border_bottom { border-bottom-width: 1px !important; }
.float_left { float: left; }
.float_right { float: right; }
.center { text-align: center; }
.big { font-size: 120%; }
.hidden { display: none; }
.clear { clear: both; }
.space { width: 25px; }
.strong, strong { font-weight: bold; }
.em { font-style: italic; }
.no_width { Width: auto; }
.alignRight { text-align: right; }
.alightLeft { text-align: left; }
.noBreak { white-space: nowrap; }
.disabled { color: #ccc; }
/* Table */
table { margin: 0 0 15px 0; border-collapse: collapse; }
td { vertical-align: top; padding: 2px; }
/* Form items */
textarea {  }
input[type=text], input[type=password] {  }
input[type=submit] {  }
input[type=checkbox] { 	 }
input[type=radio] {  }