@charset "utf-8";
/* CSS Document */

/* reset */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
	}

table { 
	border-collapse: collapse; 
	border-spacing: 0; 
	}

fieldset, img {
	border: 0;
	}

address, caption, cite, code, em, th {
	font-style:normal;
	font-weight:normal;
	} 

ul {
	list-style:none;
	}

caption, th {
	text-align:left;
	font-weight: bold;
	}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
	}

q:before, q:after {
	content:'';
	}

abbr, acronym {
	border:0;
	}


/* typography */

body	{
	font-size: 75%;
	line-height: 1.6;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background: #fff;
	}
	
table   { margin-bottom: 1.4em; }

th      { border-bottom: 2px solid #ccc; }
td      { border-bottom: 1px solid #e5e5e5; }
th,td   { padding: 4px 10px 4px 0; }
tfoot   { font-style: italic; }
caption { background: #ffc; }
	

	
h1 { font-size: 1.8em; line-height: 1; margin-bottom: 1.25em; }
h2 { font-size: 1.5em; line-height: 1; margin-bottom: 0.3em; }
h3 { font-size: 1.3em; line-height: 1; margin-bottom: .2em; }
h4 { font-size: 1.2em; line-height: 1; margin-bottom: .25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

p           { margin: 0 0 1em; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.top   { margin-top: 0; } /* Use this if the image is at the top of the <p>. */

blockquote  { margin: 1.5em; color: #666; font-style: italic; }

ul      { margin:0 1.5em 1.5em 0; }
ol 					{ padding-left: .5em; margin: 0 1.5em 1.5em 1.5em }

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; margin-bottom: 1.25em; }
.quiet      { color: #666; }

.hide       { display: none; }
.highlight  { background:#ff0; }
.added      { color:#060; }
.removed    { color:#900; }

.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

 
a:link  {
	color:#002680;
	}
	
a:visited {
	color:#666;
	}
	
a:hover {
	color:#000;
	}
 
fieldset   {
	padding: 1em;
	border: 1px solid #E2E2E2;
  }
	
legend {
  color: #333;
  font-weight: bold;
  padding: 0 .5em 0 .5em
  }
	
fieldset table {
	margin-top: 2em;
	}
	
dt {
	margin-bottom: .25em;
	}
	
/* login existing user link */

h4 {
	margin: 2em 0 2em;
	}

h4 a {
	background: #333;
	background-image: url(/res/shared/img/aro_grey2.gif);
	background-position: 5px 0.75em;
  background-repeat: no-repeat;
	color: #E8E8E8;
	font-weight: bold;
	padding: 5px 8px 5px 16px;
	text-decoration: none;
	}
	
h4 a:link {
	color: #e8e8e8;
	}	
	 	
h4 a:visited {
	color: #e8e8e8;
	}	 
	
h4 a:hover {
	background: #666;
	background-image: url(/res/shared/img/aro_grey2.gif);
	background-position: 5px 0.75em;
  background-repeat: no-repeat;
	
	color: #fff;
	}
	
#promo_start {
	border: 1px solid #333;
	padding: 1em;
	}
	
/* message styles */

.infobox,
.warnbox,
.errbox {
  background-color: #F8F8F8;
  border-top: 1px solid #DDDDDD;
  text-align: left;
}

.infomsg {
  background: url(../img/info.gif) no-repeat .5em;
  border-bottom: 1px solid #EEEEEE;
  color: #00A800;
  padding: .5em .5em .5em 28px;
}

.warnmsg {
  background: url(../img/warn.gif) no-repeat .5em;
  border-bottom: 1px solid #EEEEEE;
  color: #CC8C00;
  padding: .5em .5em .5em 28px;
}

.errmsg {
  background: url(../img/error.gif) no-repeat .5em;
  border-bottom: 1px solid #EEEEEE;
  color: #CC0000;
  padding: .5em .5em .5em 28px;
}

/* hacks */

html { /* force vertical scrollbar on centered sites in ff on short pages to prevent horizontal shift */
	min-height: 100%; 
	margin-bottom: 1px; 
	}

.subdue {
	color: #999;
	}