/* Synotac global.css - Version 1.1 - Last Updated 2/28/07 */

/***************************************************************************
  GLOBAL HTML TAG CSS 
  This is to get rid of MOST browser quirks
  Note that this WILL cause problems with HTML editors 
  if users try to put borders on tables, etc.
****************************************************************************/

html {height: 100%; margin-bottom: 1px;}
body {margin: 0; padding: 0; color: #000; background: #fff;}

/* for browsers that don't properly implement inheritance */
/* NOTE: this includes IE 6 in many cases */
body, p, li, ul, ol, td, textarea, input, select, font {font-family: Verdana, Helvetica, sans-serif; font-size: 12px; line-height: 1.5em;}

p, li, ul, ol, td {text-align: left; }
img {border: 0;}
td {vertical-align: top; padding: 0; margin: 0;}
form {margin: 0; padding: 0;}
/* line-height: normal is necessary so that IE does not resize input submit buttons on forms */
input {margin: 0; line-height: normal;}
p, h1, h2, h3, h4, h5, h6 {margin: 1em 0;}
h1, h2, h3, h4, h5, h6 {color: #000}
h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4, h5, h6 {font-size: 12px;}
a {color: #33c;}
a:hover {color: #999;}
a:active {color: #f93;}
ul, ol, li {margin: 0; padding: 0;}
li {margin-left: 15px;}

/********************** End global HTML tag CSS *********************/

/***************************************************************************
  GLOBAL CSS CLASSES
  This is a library of basic classes that cover most 
  of the core CSS functionality needed
****************************************************************************/

.float_left {float: left; margin: 0 10px 10px 0;}
.float_right {float: right; margin: 0 0 10px 10px;}
.text_left_align {text-align: left;}
.text_center_align {text-align: center;}
.text_right_align {text-align: right;}
.text_justify {text-align: justify;}
.alert {font-weight: bold; color: #f00;}
.no_display {display: none;}
.border {border: 1px solid #333;}

/********************** End global CSS classes *********************/
