body {
	font-family: "Arial", sans-serif;
	font-size: 13px;
	color: white;
	background: black;
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px solid white;
}

a:visited,a:link {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

td {
	vertical-align: top;
}

th {
	background: #555;
	text-transform: uppercase;
}

input {
	border: 1px solid gray;
	width: 200px;
}

/* ---- Login form ---- */
#login_title {
	width: 50px;
	height: 33px;
	position: absolute;
	top: 0px;
	left: 10px;
	text-align: left;
}

#login_input {
	width: 200px;
	height: 33px;
	position: absolute;
	top: 0px;
	left: 70px;
}

#pass_title {
	width: 50px;
	height: 33px;
	position: absolute;
	top: 33px;
	left: 10px;
	text-align: left;
}

#pass_input {
	width: 200px;
	height: 33px;
	position: absolute;
	top: 33px;
	left: 70px;
}

#submit {
	width: 260px;
	height: 33px;
	text-align: center;
	position: absolute;
	top: 66px;
	left: 10px;
}

#form_container {
	width: 280px;
	height: 99px;
	position: relative;
	margin: auto;
	/*border-left: 1px solid #888;
	border-right: 1px solid #888;*/
}

#form_main_container {
	width: 400px;
	margin: auto;
	margin-top: 150px;
}

/* ---- Containers ---- */
#main_container {
	width: 1008px;
	height: 100%;
	margin: auto;
	position: relative;
}

#menu_container {
	width: 200px;
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 15px;
	text-transform: uppercase;
}

#cont_container {
	position: absolute;
	top: 0px;
	left: 208px;
}

#title_container {
	position:relative;
	width:800px;
	height:25px;
	font-weight:bold;
	font-size:20px;
	margin-top: 14px;
	padding: 4px 0 4px 8px;
	background:black url(/images/titlebar.png) repeat-x center left; 
	text-transform:uppercase;
}

#listaPartnerow {
	list-style-type: none;
	margin:4px;
	margin-top:8px;
	padding:0px;
}
#listaPartnerow li {
	margin:4px;
}
#listaPartnerow div {
	text-align:center;
	background:#444;
}

/* ---- LightBox ---- */
#overlay{ background-image: url(/images/overlay.png); }


#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; }

#overlay img{ border: none; }
* html #overlay{
	background-color: #000;
	background-color: transparent;
	background-image: url(/images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/overlay.png", sizingMethod="scale");
	}

/* ---- Navigation ---- */
.arrowlistmenu {
	width: 200px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader {
	/*CSS class for menu headers in general (expanding or not!)*/
	font: bold 14px Arial;
	color: white;
	background: black url(/images/titlebar.png) repeat-x center left;
	margin-bottom: 2px;
	/*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 2px 0 2px 10px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	height:20px;
}

.arrowlistmenu .openheader {
	/*CSS class to apply to expandable header when it's expanded*/
	background-image: url(/images/titlebar-active.png);
}

.arrowlistmenu ul { /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
	/*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li {
	padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a {
	color: white;
	background: url(/images/arrowbullet.png) no-repeat center left;
	/*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 0px solid #bababa;
	font-size: 90%;
}

.arrowlistmenu ul li a:visited {
	color: white;
}

.arrowlistmenu ul li a:hover { /*hover state CSS*/
	color: white;
	background-color: #b3b3b3;
}