/***** Global Settings *****/

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input, textarea { color:#666666; font-size:12px; line-height: 18px; margin: 0; padding: 0; font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;}
h1,h2,h3,h4,h5,h6,p,pre,code,address,caption,cite,code,em,strong,th,fieldset,input,textarea { color:#666666;}
ul,ol { list-style: none; }
caption,th { text-align: left; } 

html, body {
border:0;
margin:0;
padding:0;
}
 
/***** Common Formatting *****/
 

blockquote {
margin:4px;
padding:4px 4px 0 4px;
}
 
small {
font-size:10px;
}
 
img {
border:0;
outline:0;
}
 
sup {
position:relative;
bottom:3px;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-3px;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
 
/***** Links *****/
 
a {
outline:none;
}
 
/***** Forms *****/
 
form {
margin:0;
padding:0;
display:inline;
}
 
label {
cursor:pointer;
}
 
/***** Tables *****/
 
table {
border:0;
padding:0;
border-collapse:collapse;
border-spacing:0;
}
 
table tr td {
padding:2px;
}

.hidesubmitbutton {
background-color:#FFFFFF;
border:0 none;
height:1px;
left:0;
position:absolute;
top:0;
width:7px;
}
  
/***** Global Classes *****/

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {
display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
height: 1%;
}

.clearfix {
display: block;
}
/* End hide from IE-mac */

.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
.uppercase     { text-transform:uppercase;}
 
.nowrap			{white-space:nowrap;}
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }