/*
 * BASIC.CSS (Basic styles and typography)
 *
 * version: 0.1
 * media: screen, print
 *
 * * */

html                    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.88em;
	line-height: 1.5em;
}

abbr                    { border-bottom: dotted 1px; border-color: inherit; cursor: help; }
address                 { margin: 1em 0; font-style: normal; }
.displayNone            { display: none; }
.hidden                 { position: absolute; left: -999em; }
.clear                  { display: block; clear: both; height: 1px; line-height: 1px; font-size: 1px; }
h1                           {
	font-size: 1.7em;
	font-weight: normal;
	line-height: 2em;
}
h2                      {
	font-size: 1.4em;
	color: #CC0000;
	font-weight: normal;
}
h3                      {
	font-size: 1.2em;
	font-weight: normal;
	color: #CC0000;
}
h4 {
	font-size: 1em;
	color: #CC0000;
	font-weight: normal;
}



/* * * * * *  lists  * * * * * */
ul                      { margin: 1em 0; padding: 0; list-style: none; }
ul li                   { padding-left: 16px; list-style: none; background: url(../../biz/css/images/li.gif) 5px 5px no-repeat; }
ol                      { margin: 1em 0 1em 2em; padding: 0; }



/* * * * * *  links  * * * * * */
a                       {
	color: #0066CC;
	text-decoration: none;
}
a:visited               {
	color: #0066FF;
}
a:hover                 {
	text-decoration: underline;
	color: #CE2532;
}
/* * * * * *  images  * * * * * */
img                     { border: none; }


/* * * * * *  forms  * * * * * */
form                    { margin: 0; padding: 0; }
fieldset                { margin: 1em 0; padding: 1em; border: solid 1px #dadada; background: #f5f5f5; }
fieldset legend         { padding: 6px 12px; font-weight: bold; font-size: 1.09em; color: black; background: #d9d9d9; }
input,
textarea                { margin: 0; padding: 3px 3px; font-size: 1em; font-family: Arial, Helvetica, sans-serif; border: solid 1px #dadada; }
textarea                { font-size: 12px; }
select                  { font-size: 1em; font-family: Arial, Helvetica, sans-serif; }
input.submit            { padding: 4px 8px 3px; cursor: pointer; border: none; font-weight: bold; font-family: Arial, Helvetica, sans-serif;
                          border: solid 1px #ffa969; color: black; background: #ffcc45 url(/images/submit.gif) 0 0 repeat-x; }
tr {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
td {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
