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

/* Reset */
body,table,tr,td,div,img,a,h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 10pt;
}

/* Body */

body {
	background-color: #000;
	background-image: url('/images/back.png');
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
}

#main-panel {
	margin: 5px auto 0 auto;
	border: 1px solid #333333;
	background-color: #111111;
	width: 900px;
}


#menu-area {
	height: 24px;
	position: relative;
}
#menu-bar {
	position: absolute;
	height: 24px;
	width: 100%;
	background-image: url('/images/menu-bar.png');
}
#menu-text {
	position: absolute;
	text-align: left;
	width: 100%;
	font-size: 11pt;
	font-weight: bold;
	padding: 1px 0 0 5px;
	color: #000;
	height: 24px;
}

#menu-text a {
	color: #000;
	text-decoration: none;
}

#menu-text a:hover {
	color: #000;
	text-decoration: underline;
}

#logo-bar {
	right: 63px;
	position: absolute;
	background-image: url('/images/logo-bar.png');
	height: 24px;
	width: 474px;
}

#logo {
	width: 849px;
	height: 67px;
	background-image: url('/images/logo.png');
	margin: 0 auto;
}

#page-title {
	height: 27px;
	background-image: url('/images/logo-lower.png');
	background-repeat: no-repeat;
	background-position: 356px 0px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 12pt;
	padding-top: 15px;
	margin-bottom: -8px;

}

#content {
	border-top: 1px solid #333;
	padding: 3px;
	background: #080808;
}

#footer {
	font-size: 8pt;
	background-image: url('/images/footer-bar.png');
	color: #aaa;
	padding: 2px;
	text-align: center;
}

#footer a {
	color: #abc;
	text-decoration: none;
}

#footer a:hover {
	color: #abc;
	text-decoration: underline;
}

a {
	color: #8af;
	text-decoration: none;
}

a:hover {
	color: #8af;
	text-decoration: underline;
}

input {
	background: #222;
	border: 1px solid #555;
	color: #fff;
}

textarea {
	background: #222;
	border: 1px solid #555;
	color: #fff;
}

#menu-logout {
	padding: 2px 5px 0 0;
	position: absolute;
	right: 0;
	font-size: 11pt;
	font-weight: bold;
	color: #400;
}
#menu-logout a {
	color: #400;
	text-decoration: none;
}

#menu-logout a:hover {
	color: #400;
	text-decoration: underline;
}

#button-strip {
	margin: 0 auto;
	height: 125px;
	position: relative;
	padding: 20px 0;
}

#button-portfolios {
	position: absolute;
	background-image: url('/images/button-portfolios.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	cursor: pointer;
	width: 100px;
	height: 20px;
	text-align: center;
	padding-top: 105px;
}
#button-portfolios:hover {
	background-position: -100px 0px;
}

#button-payments {
	position: absolute;
	background-image: url('/images/button-payments.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	cursor: pointer;
	width: 100px;
	height: 20px;
	text-align: center;
	padding-top: 105px;
}
#button-payments:hover {
	background-position: -100px 0px;
}

#button-contracts {
	position: absolute;
	background-image: url('/images/button-contracts.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	cursor: pointer;
	width: 100px;
	height: 20px;
	text-align: center;
	padding-top: 105px;
}

#button-contracts:hover {
	background-position: -100px 0px;
}

#button-events {
	position: absolute;
	background-image: url('/images/button-events.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	cursor: pointer;
	width: 100px;
	height: 25px;
	text-align: center;
	padding-top: 105px;
}

#button-events:hover {
	background-position: -100px 0px;
}

#lbl-summary {
	padding: 2px; position: absolute; top: 160px; text-align: center; width: 100%; background-color: #222; border: 1px solid #666;
}

.image-thumbnail {
	width: 100px;
	height: 100px;
	vertical-align: middle;
	text-align: center;
	position: absolute;
}

#image-area {
	position: relative;
	width: 100%;
}

.image-frame {
	cursor: pointer;
	border: 1px solid #222;
}

.image-bar {
	border: 1px solid #222;
}

.image-selected {
	background-color: #999;
	cursor: pointer;
	border: 1px solid #222;
}


.image-title {
	font-family: "Courier New", Courier, monospace;
	padding: 2px 0;
	background-color: #333;
}

.ribbon {
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
	margin: 0 0 0 -3px;
	width: 900px;
	
}