/*********************************************************************
* This file sets the default CSS attributes for all browsers in order
* to avoid any styling issues caused by varying browser defaults.
*********************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 12px;
    font-family: Futura, "Trebuchet MS", Arial, sans-serif;
	vertical-align: baseline;
}

img
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 8px;
    font-family: Gill Sans, sans-serif;
    vertical-align: middle;
}

h1
{
	font-size: 140%;
}

/* remember to define focus styles! */
:focus
{
	outline: 0;
}

body
{
	line-height: 1;
	color: #333333;
	background: #ffffff;
    min-width: 890px;
}

ol, ul
{
	list-style: none;
}

hr
{
    border: 0;
    height: 2px;
    color: #dddddd;
    background-color: #dddddd;
}

/* tables still need 'cellspacing="0"' in the markup */
table
{
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td
{
	text-align: left;
	font-weight: normal;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

/***** Utility Classes *****/
.cb
{
	clear: both;
}

.cl
{
	clear: left;
}

.cr
{
	clear: right;
}

/***** FORM DEFAULTS *****/
label
{
    display: inline;
}

input
{
    font-family: sans-serif;
}

.field-wrapper
{
    padding: 0 10px 2px 10px;
}

.field-wrapper input
{
    margin: 1px 10px 1px 2px;
}

.field-wrapper label
{
    margin: 8px 2px 4px 2px;
}

.buttons
{
    float: right;
    padding: 10px;
}

.ui-button{
    height: 30px;
}

.hidden
{
    display: none;
}