@charset "UTF-8";
/* CSS Document */

IMG[name="s_i_aolcleanup"] {
	position: absolute;
}

html {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

body {
	margin: 0px 0px;
	padding: 2px 0px 0px 0px;
}

.page {
	width: 980px;
	margin: 0px auto 0px auto;
}

a:link {
	text-decoration: none;
	color: #0066CC;
}
a:visited {
	text-decoration: none;
	color: #0066CC;
}
a:hover {
	text-decoration: underline;
	color: #0066CC;
}
a:active {
	text-decoration:underline;
	color: #0066CC;
}

img {
	border: 0;
}

.button, .blueButton, .orgBigButton  {
	float: left;
	padding: 0;
	margin:0;
}

/* Normal Orange */

.button A {
	float: left;
	background: url(../images/buttons_header.gif) repeat-x;
	background-position: 0px -72px;
	border:1px solid #000;
	height:28px;
	line-height:30px;
	padding: 0px 8px 0px 10px;
	font-size: 15px;
	color: #fff;
	font-weight: bold;
}

.IE6 .button A {
	line-height:28px;
}

.button A:link {
	text-decoration: none;
	color: #fff;
}
.button A:visited {
	text-decoration: none;
	color: #fff;
}
.button A:hover {
	background-position: 0px -100px;
	text-decoration: none;
	color: #fff;
}
.button A:active {
	text-decoration: none;
	color: #fff;
}

/* Big Blue */

.blueButton A {
	float: left;
	background: url(../images/buttons_header.gif) repeat-x;
	background-position: 0px -128px;
	border:1px solid #000;
	height:33px;
	line-height:33px;
	padding: 0px 18px 0px 20px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}

.blueButton A:link {
	text-decoration: none;
	color: #fff;
}
.blueButton A:visited {
	text-decoration: none;
	color: #fff;
}
.blueButton A:hover {
	background-position: 0px -164px;
	text-decoration: none;
	color: #fff;
}
.blueButton A:active {
	text-decoration: none;
	color: #fff;
}

/* Big Orange */

.orgBigButton A {
	float: left;
	background: url(../images/buttons_header.gif) repeat-x;
	background-position: 0px 0px;
	border:1px solid #000;
	height:33px;
	line-height:33px;
	padding: 0px 18px 0px 20px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}
.orgBigButton A:link {
	text-decoration: none;
	color: #fff;
}
.orgBigButton A:visited {
	text-decoration: none;
	color: #fff;
}
.orgBigButton A:hover {
	background-position: 0px -36px;
	text-decoration: none;
	color: #fff;
}
.orgBigButton A:active {
	text-decoration: none;
	color: #fff;
}

.header {
	position: relative;
	width:980px;
	height: 60px;
}

.header .logo IMG {

	border:0;
}

.header .signin {
	position: absolute;
	top: 29px;
	right: 10px;
	font-size: 16px;
}

.footer {
	position: relative;
	padding:10px 10px 6px 10px;
	color:#919191;
	background-color: #dedede;
	width:960px;
	height: 20px;
}

.footer .copyright {
	position: absolute;
	top: 12px;
	right: 10px;
}

/* modalPane */
.modalPane, .errorPane {
	display: none;
	z-index: 1000;
	background-color: #fff;
	border: 1px solid #000;
	height: auto;
	padding: 8px 8px 25px 25px;
	position: absolute;
	width: 720px;
}

.modalPaneInline {
	position: relative;
	background-color: #e9f2ce;
	z-index: 1;
	width: 675px;
}

.modalPane .smallCloseButton
{
	background: url(../images/misc_images.gif);
	background-position: -168px -1px;
	cursor: pointer;
	float: right;
	height: 16px;
	width: 16px;
}

.modalPane div.smallCloseButton:hover {
	background-position: -187px -1px;
}

.modalPane .content {
	clear: both;
	font-size: 20px;
}

.modalPane .enterNameHeader {
	margin-left: 7px;
}

.modalPane .checkItDiv {
	background-color: #E1F2FF;
	margin-top: 10px;
	width: 685px;
}

.modalPane .checkItDivInline {
	background-color: #c0dd9c;
	margin-top: 10px;
	width: 665px;
}

.enterNameHeader span,
.modalPane .font1 {
	font-weight: bold;
}

.checkItDiv span {
	cursor: default;
	float: left;
	margin-left: 10px;
	margin-top: 5px;
}

.modalPane .userNameInput {
	border: 1px solid #333;
	float: left;
	font-size: 20px;
	padding: 4px 3px 4px 5px;
	width: 280px;
}

.IE6 .modalPane .userNameInput {
	height: 35px;
}

.modalPane .checkItButton {
	float: right;
}

.modalPane .progressDiv {
	font-size: 16px;
	font-weight: normal;
	margin-top: 30px;
	text-align: center;
}
.modalPane .errorDiv {
	clear: both;
	color: red;
	font-size: 18px;
	margin: 2px 20px 0px 10px;
	overflow: hidden;
	padding-top: 5px;
}
.modalPane .errorDiv DIV {
	padding-bottom: 6px;
	font-size: 14px;
	color: #000;
	font-weight: normal;
}
.modalPane .errorDiv a {
	font-size: 16px;
	font-weight: bold;
}
.modalPane .itemDiv {
	background-color: #E1F2FF;
	height: 40px;
	margin-top: 1px;
	padding-right: 5px;
	padding-top: 5px;
	width: 680px;
}

.modalPane .itemDivInline {
	background-color: #c0dd9c;
	height: 40px;
	margin-top: 1px;
	padding-right: 5px;
	padding-top: 5px;
	width: 666px;
}

.IE6 .modalPane .itemDiv {
	height: 45px;
}

.modalPane .itemDiv span {
	cursor: default;
	float: left;
	margin: 5px 0px 7px 25px;
}

.modalPane .successDiv,
.modalPane .suggestionDiv {
	margin-top: 30px;
}

.modalPane .successDiv .resultsHeader,
.modalPane .suggestionDiv .resultsHeader {
	margin: 0px 0px 5px 7px;
}

.modalPane .successDiv .resultsHeader span {
	color: green;
	font-weight: bold;
}

.modalPane .suggestionDiv .resultsHeader span {
	font-weight: bold;
}

/* errorPane */

.errorPane {
	width: 310px;
	padding: 8px 8px 6px 12px;
	z-index: 1010;
}

.errorPane .smallCloseButton
{
	background: url(../images/misc_images.gif);
	background-position: -133px 0px;
	cursor: pointer;
	float: right;
	height: 14px;
	width: 14px;
}

.errorPane div.smallCloseButton:hover {
	background-position: -148px 0px;
}

.errorPane .pointer
{
	background: url(../images/misc_images.gif);
	background-position: -262px -22px;
	cursor: pointer;
	position: absolute;
	top:-14px;
	left:150px;
	height: 14px;
	width: 25px;
}

.errorPane .content  {
	clear: both;
	font-size: 18px;
	color: #cc0000;
	font-weight: bold;
}

.errorPane .content DIV {
	padding-bottom: 10px;
	font-size: 14px;
	color: #000;
	font-weight: normal;
}

/* errorPage.jsp */
.errorPage {
	width: 778px;
}

.errorPageMessageDiv {
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	margin-top: 100px;
	margin-bottom: 320px;
}

.errorPageMessageDiv SPAN {
	font-weight: bold;
}