/* style_all.css
*  This stylesheet contains the css resets */

/***** Global Settings *****/
 html, body {border:0; margin:0;  padding:0;}
 body {font:100%/1.25 Arial, sans-serif; color:#555; }

/***** Headings *****/
 h1, h2, h3, h4, h5, h6 {margin:0; padding:0; font-weight:normal;}

/***** Common Formatting *****/
p, ul, ol {margin:0; padding:0;}
img {border:0;}
ul li {list-style-image:none; list-style-position:outside; list-style-type:none;}
hr {border:1px solid #ccc;}
/***** Links *****/
a, a:link, a:visited { text-decoration:none;color:#000;}
a:focus, a:hover { text-decoration:underline;color:#000;}


/***** Forms *****/
form {margin:0; padding:0; display:inline;}
input, select, textarea {font:1em Arial, Helvetica, sans-serif;}
textarea {width:100%; line-height:1.25;}
label {cursor:pointer;}
span.checkbox input{ vertical-align:middle}

/***** Tables *****/
table {}
table tr td {padding:0;}

/***** Global Classes *****/
.clear         {clear:both;}
.float-left    {float:left;}
.float-right   {float:right;}
.center { text-align:center;}
.space { padding-top:3px;}


.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;}

.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;}


