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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, 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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin:auto;
}
body {
	font-family: arial, helvetica, sans-serif;
	background:#f3f3f3;
	font-size:12px;
	color:#666;
}
h1 {
}
a {
	text-decoration: none;
}
a:visited {
	color: blue;
}
a:hover {
	text-decoration: underline;
}
input {
	margin-top: 2px;
	margin-bottom: 2px;
}
img {
	border: 0px;
}
.right {
	float:right;
}
.clear {
	clear:both;
}

.red{
	color:#FF0000;
}
#header {
	width:850px;
	margin:auto;
	height:60px;
	position:relative;
	z-index:1;
}
#header h1#logo {
	float:left;
	left:-10px;
	position:absolute;
	top:0;
	display:inline;
}
.outline-creator {
	background:transparent url(images/bg_top.jpg) no-repeat scroll left top;
	margin:auto;
	padding-top:6px;
	position:relative;
	width:910px;
}
#wrapper {
	background:transparent url(images/bg_bottom.jpg) no-repeat scroll left bottom;
	left:0;
	padding:6px 0;
	position:absolute;
	top:0;
}
#wrapper2 {
	background:transparent url(images/bg_side.jpg) repeat-y scroll left top;
	margin-left:-1px;
	padding-top:1px;
	width:910px;
	padding-bottom:20px;
}
#wrapper4 {
	background:transparent none repeat scroll 0 0;
	padding:0 29px;
}
#tabs {
	margin:auto;
	clear:both;
}

#tabs p{
	line-height:150%;
	padding: 10px;
}

.narrow {
}
.medium {
}
.wide {
}
.vwide {
}
.toplinks-bar {
	background:transparent url(images/header_title_bg.jpg) repeat scroll 0 0;
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	color:#666666;
	height:26px;
	line-height:26px;
	margin:22px auto 15px;
	padding:0;
	text-align:right;
	width:100%;
	font-size:11px;
}

.toplinks-bar .top-links a, .toplinks-bar .top-links a:hover {
color:#707070;
}
.toplinks-bar .top-links a {
padding:0 7px 0 0;
}
.toplinks-bar .top-links a, .toplinks-bar .top-links a:hover {
color:#707070;
}

#logon_wrapper, #signup_wrapper{
	float:right;
	display:inline;
	width:205px;
}

#signup_wrapper{
	margin-bottom:2px;
}

#logon {
	border:1px solid #ccc;
	padding:0;
	background:#CDEBF5;
	padding:3px 5px;
	margin-bottom:10px;	
}
#logon .form {
	padding: 17px 0 6px;
}
#logon .form label, #signup .form label {
	color:#0099CB;
}

#signup{
	background:#F5F5F5;
	border:1px solid #ccc;
	padding:5px;
	margin:  11px auto 0;
	}

.form {
}

.form li{
	padding-bottom: 5px;
}
.form input, .form select {
	border: 1px solid #ccc;
	width:181px;
	padding: 5px;
	color:#666;
	font-size:11px;
}

#tabs .form p{
	padding: 3px;
	font-size:10px;
	line-height:120%;
	margin-bottom:4px;
}

.form img.button {
	width: 108px;
	height:33px;
	margin:10px auto 0;
}

#tabs div#info{
	padding:0;
	margin:34px 0 0;
	float:left;
	width:100%;
}

table td, table th{
	padding:10px;
	border:1px solid #ccc;
	color:#333;
}
table td a, table th a{
color:#0077FF;
}

.form table {
    margin: 0px;
    border: 0px;
    padding: 0px;
    border-collapse: collapse;
	
}

.form table td {
    margin: 0px;
    border: 0px;
    padding: 0px;
}

table td.submit{
	text-align:center;
}

.form table .spacer {
    padding: 5px;
}

td.largecelllabel {
    vertical-align: middle;
}

td.largecell {
    padding: 10px;
}

td.largecell * {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#navigation, #addnew {
	text-align: center;
	padding: 20px 20px 0;
}

#navigation a, #addnew a{
	color:#0099cb;
	
}
.graphs {
	padding: 5em 0px;
	text-align: center;
}
.yes {
	color: #408040;
}
.no {
	color: #ff4040;
}
.dialogue {
	font-size: small;
	display: none;
}
#changebanner {
	margin: 10px auto 0px;
	display: block;
}
.banner {
	margin: 10px auto;
	display: block;
}
/* Work around a bug in jQuery 1.5.2, where the buttons are slightly off the
   bottom of dialogue boxes: */

.ui-dialog-buttonpane {
	padding-bottom: 10px;
}
