/* -------------------- Resets --------------------- */
body, address, blockquote, dl, ol, ul, li, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre {
	margin: 0;
	padding: 0;
}

img {
	border: 0; /* kills Gecko bug when img's are placed inside links */
	vertical-align: bottom; /* set vertical align to bottom for IE */
}
/* --------------- Document Defaults -------------- */
body {
	font: 10pt Arial, Helvetica, sans-serif; /* "at browser default" 62.5% makes font-size 1em = 10px, 1.2em = 12px, etc */
}
/* ------------------ Typography ------------------- */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, address {
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Arial
}
p, ul, ol {
	font-size: 1em;
}

p { margin: 1em 0; }

ul {
	margin:0 0 1em 25px;

}
ul ul { /* fixes nested lists */
	font-size: 100%;
	font-weight: normal;
}
h1 {font-size:2.1em;}
h2 {font-size:1.9em;}
h3 {font-size:1.7em;}
h4 {font-size:1.5em;}
h5 {font-size:1.4em;}
h6 {font-size:1.1em;}
/* -------------------- Forms ---------------------- */
form :focus {
	outline: 0; /* removes Safari's blue border */
}
input, label {
	vertical-align: middle;
}
label {
	cursor: default;
}
input, select, textarea {
	font-size: 1em;
	font-family: Tahoma, Arial, Helvetica, 'MS Sans Serif', sans-serif;
}
input, textarea {
	padding: 2px 4px;
}
textarea { /* removes scrollbar from IE when none is needed */
	overflow: auto;
}

/* ------------------- Links ---------------------- */
a {
	text-decoration: underline;
	outline: 0; /* removes dotted border in FX */
	color: #333;
}
a:focus, a:hover {
	visibility: visible; /* kills IE6 a:hover bug */
	text-decoration: none;
}

/* ----------------- Content items -------------- */
  div.style1 {
    color: #000000;
    background: #ffffff;
  }
  div.style2 {
    color: #ffffff;
    background: #000000;
  }
  div.style3 {
    color: #0F3CFF;
    background: #ff6fcc;
  }
  div.style4 {
    color: #aaaaaa;
    background: #CDE9FF;
  }

  div.admin_content_column {
    float:left; margin-right:0px;width:229px;padding:5px;border:1px solid;background-color: #eeeeee
  }
  div.admin_content_item_options {
    border: 1px solid #cccccc; margin:3px;padding:3px
  }
  div.column_1_2 {
    width:438px;
  }
  div.hidden {
    display: none;
  }
