/*Licensing Site CSS*/
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-bottom : #000080 1px solid;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom : #000080 1px solid;
}

#pageHeader {
	background-image: url(../titles/header_licensingsite.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	/*background-position: top left;*/
	width: 980px;
	/*width: 759px;*/
	height: 120px;
	/*margin: 0;*/
	padding: 0;
}
#menubar {
	/*background-image: url(/images/agb_header_menubar.gif);*/
	margin: 0px;
	background-color: #F2F2F2;
	height: 24px;
	vertical-align: middle;
}
#menubar a:link, #menubar a:visited {
	font-weight: bold;
	text-decoration: none;
}
#menubar a:hover, #menubar a:active {
	text-decoration: underline;
	color: #BE9BA4;
}
#menucontent {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	line-height: 24px;
	/*top: 6px;*/
	width: 980px;
	/*width: 759px;*/
	padding: 0;
	/*text-indent: 25px;*/
}
#user {
	display:table-cell;
	position: absolute;
	/*float: right;*/
	top: 0px;
	right: 6px;
	line-height: 24px;
	height: 24px;
	text-align: right;
}
.user span {
	display: inline-block;
}
#user img {
	vertical-align: middle;
}
#container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width:980px;
	padding: 0;
}
#content {
	position: relative;
	z-index: 100;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 784px;
	/*width: 563px;*/
	min-height: 240px;
	/* height: 240px; */
	padding: 25px;
}
/*
#content ul li{
	margin-left: -16px;
}
#content ul li.list_title a:link, #content ul li.list_title a:visited {
	text-decoration: none;
	color: #333333;
}
#content ul li.list_title a:hover, #content ul li.list_title a:active {
	text-decoration: none;
	color: #BE9BA4;
}
#content ul li span{
	font-weight: bold;
}
*/
#linkList {
	background-image: url(/images/gradient_linklist.gif);
	background-position: top right;
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 146px;
	height: 295px;
	/*float: right;*/
}
#linkList p {
	margin: 6px 10px 0 10px;
}
#linkList p.p1 {
	text-align: center;

}

#linkList p a:link, #linkList p a:visited{
	text-decoration: none;
}

#linkList p a:hover, #linkList p a:active{
	text-decoration: underline;
}

#linkList ul li {
	margin: 2px 0px 0px 2px;
	padding: 2px;
	text-align: left;
}
#footer {
	clear: both;
	width: 980px;
	/*width: 759px;*/
	margin: 6px 0 0 0;
	border-top: 1px dashed #EEEEEE;
	text-align: center;
}
#logoAGBNMR {
	background-image: url(/images/agbnmr_logo_flat.gif);
	background-repeat: no-repeat;
	position: relative;
	bottom: 40px;
	right: 0px;
	/*left: 613px;*/
	width: 146px;
	height: 42px;
	float: right;
}
#headerLogo {
	background-image: url(/images/arianna_logo.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 160px;
	height: 120px;
	float: left;
}

#logoffdiv { position: absolute; display: none; padding:14px 20px; background:#444; color:#222; width: 160px;}
#logoffdiv .sb-border { background:#000; }

.modal { position: absolute; display: none; padding:14px 20px; background:#444; color:#222;}
.modal .sb-border { background:#000; }

.modalMask {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: .4;
	filter: alpha(opacity=40);
	/* this hack is so it works in IE
	 * I find setting the color in the css gives me more flexibility 
	 * than the PNG solution.
	 */
	background-color: transparent;
	background-color: #333333;
	/* this hack is for opera support
	 * you can uncomment the background-image if you don't care about opera.
	 * this gives you the flexibility to use any bg color that you want, instead of the png
	 */
	/*background-image: url("maskBG.png") !important; // For browsers Moz, Opera, etc.*/
	background-image: none;
	background-repeat: repeat;
	display: none;
}

.sectionHeader{
	width: 159px;
	padding: 6px;
	border-top: 1px solid #FE5519;
	color: #FE5519;
	/*border-width: 1px;
    border-style: outset;
    border-color: #C9C9C9;*/
}
.sectionHeader h2 {
	font-size: 12px;
	text-align: left;
	vertical-align: middle;
}
.sectionContent {
	width: 404px;
	text-align: left;
	border-top: 1px solid #EEEEEE;
	/*border-width: 1px;
    border-style: outset;
    border-color: #444444;*/
}
.sectionContent ul li {
	color: #9999CC;
}
.sectionContent ul li a:link, .sectionContent ul li a:visited {
	text-decoration: none;
	font-weight: bold;
}
.sectionContent ul li a:hover, .sectionContent ul li a:active {
	color: #BE9BA4;/*#598659;*/
	text-decoration: underline;
	font-weight: bold;
}
.toogle {
    background-color: #C9E9F5;
}
.enabled {
    background-color: #D7FFD7;
}
.denied {
    background-color: #FF7777;
}
.disabled {
    background-color: #E9E9E9;
}
.selected{
	background-color: #DDA0DD;
}