body {
	background-color: #bfbfbf;
	background-position: 0 top;
	background-image: url(/resources/images/BgRepeat.png);
	background-repeat: repeat-x;
	font-family: "Lucida Grande",Geneva,Arial,Helvetica,sans-serif;
	color: #333333;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
}

/*
// BODY PARTS
*/

#content {
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 20px;
	background-color: white;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	border-color: #666;
	border-style: solid;
	border-width: 1px;
	height: auto !important;
	min-height: 1100px;
	width: 661px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 6px;
}

#content #banner {
	margin-bottom: 25px;
	 /* border-color: #b3b3b3;
	border-width: 1px;
	border-style: solid; */
}

/*
// NAVIGATION
*/

#content #navigation {
	margin-right: auto;
	width: 160px;
}

#content #navigation .menu {
	margin-bottom: 15px;
	padding-bottom: 10px;
	background-color: #eeeeee;
	border-color: #b3b3b3;
	border-width: 1px;
	border-style: solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 6px;
	-webkit-box-shadow: 2px 2px 4px #ccc;
}

#content #navigation .menu .menu_title {
	margin-bottom: 7px;
	border-bottom-color: white;
	border-bottom-width: 2px;
	border-bottom-style: groove;
	background-color: #d1d1d1;
	padding-left: 13px;
	line-height: 32px;
	font-size: 13px;
	font-weight: bold;
}

#content #navigation .menu ul li.item {
	border-bottom-color: transparent;
	border-top-color: transparent;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	margin-bottom: 3px;
	padding-left: 15px;
	line-height: 18px;
	font-size: 12px;
}

#content #navigation .menu ul a {
	color: #333333;
	text-decoration: none;
}

#content #navigation .menu ul a:hover {
	color: #ff8000;
	background: url(../images/menu_item_triangle.png) no-repeat 143px center;
	cursor: pointer;
}

#content #navigation .menu ul li.item_selected {
	border-bottom-color: #b3b3b3;
	border-top-color: #b3b3b3;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	background: url(../images/menu_item_background.png) repeat-x right top;
	color: #ff8000;
	margin-bottom: 3px;
	padding-left: 15px;
	line-height: 18px;
	font-size: 12px;
	cursor: pointer;
}

#content #navigation .menu ul a.item_selected {
	color: #ff8000;
}

#content #navigation #chat {
	margin-top: 24px;
	margin-bottom: 24px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

#content #navigation #bbl {
	background-image: url(../images/ae_on_bbl.png);
	height: 45px;
	width: 130px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

/*
// PAGE CONTENT
*/

#content table {
	border-style: none;
	border-width: 0px;
	margin-bottom: 20px;
}

#content #superpage {
	float: right;
	width: 480px;
}

#content .page {
	position: absolute;
	width: 480px;
}

#content .page .product_icon {
	float: left;
}

#content .page .product_title {
	margin-left: 6px;
	font-weight: bold;
	font-size: 17px;
}

a.tab {
	color: #333333;
	margin-top: 4px;
	background-color: #e6e6e6;
	z-index: 0;
	border-bottom-color: #b3b3b3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-right-color: #b3b3b3;
	border-left-color: #b3b3b3;
	border-top-color: #b3b3b3;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-left-width: 1px;
	border-top-width: 1px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 3px;
	padding-top: 4px;
	font-weight: bold;
	font-size: 12px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
}

a.tab:hover,
a.tab:visited,
a.tab:active {
	color: #333333;
}

a.tab_selected {
	color: #333333;
	margin-top: 4px;
	z-index: 0;
	border-right-color: #b3b3b3;
	border-left-color: #b3b3b3;
	border-top-color: #b3b3b3;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-left-width: 1px;
	border-top-width: 1px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 4px;
	padding-top: 4px;
	background-color: white;
	font-weight: bold;
	font-size: 12px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
}

a.tab_selected:hover,
a.tab_selected:visited,
a.tab_selected:active {
	color: #333333;
}

#content .page .stack {
	padding: 6px;
	margin-bottom: 20px;
	margin-top: 3px;
	border-width: 1px;
	height: 84px;
	border-style: solid;
	border-color: #b3b3b3;
	background-color: white;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
}

#content a:hover {
	text-decoration: underline;
}

#content .page .shelf {
	width: 100%;
	position: absolute;
}

#content .page .shelf_icon {
	margin-right: 8px;
	float: left;
	margin-left: 4px;
}

#content .page .shelf .rss_icon {
	height: 11px;
	top: 1px;
	position: relative;
}

#content .page .shelf_text {
	line-height: 24px;
	font-weight: bold;
}

#content .page .licenses {
	padding-left: 8px;
	padding-top: 8px;
	line-height: 18px;
	margin-bottom: 20px;
	margin-top: 3px;
	border-width: 1px;
	border-style: dashed;
	border-color: #b3b3b3;
}

#content .page .license {
	padding-left: 8px;
	border-left-color: #b3b3b3;
	border-bottom-color: white;
	border-right-color: white;
	border-top-color: white;
	border-left-style: solid;
	border-left-width: 3px;
	margin-bottom: 8px;
}

#content .page .myLicenses {
	padding-right: 16px;
	overflow: auto;
	height: 800px;
}

#content .page .news_title {
	margin-bottom: 6px;
	text-transform: none;
	margin-top: 6px;
	font-weight: bold;
	font-size: 15px;
}

#content .page .news {
	margin-bottom: 8px;
}

#content .page .news_details {
	margin-top: 10px;
	font-style: italic;
	margin-bottom: 16px;
	font-size: 9px;
	color: #999999;
}

#content .form_table {
	width: 75%;
}

#content .form_label {
	width: 40%;
	font-weight: bold;
	padding-bottom: 6px;
	text-align: right;
}

#content .form_input {
	font-size: 12px;
	margin-left: 6px;
	margin-bottom: 6px;
}

#content .form_value {
	padding-left: 6px;
	padding-bottom: 6px;
	font-size: 12px;
}

.button {
	text-align: center;
	background-color: #e6e6e6;
	margin-left: 150px;
	border-color: #666666;
	border-width: 2px;
	border-style: solid;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 4px;
	padding-top: 4px;
	color: #333333;
	-webkit-border-radius: 8px;
	-moz-border-radius: 10px;
	-webkit-box-shadow: 0px 3px 4px #333;
}

.button:hover {
	text-decoration: underline;
	cursor: pointer;
}


