
BODY {
	margin:15px;
	background-color:  #E7E8FD;

}

BODY,DIV,TD,INPUT {
	font-family: verdana;
	font-size: 11px;
}

A {
	text-decoration: none;
	color: #000080;
}

A:hover {
	text-decoration: underline;
}

H1 {
	display: inline;
	color: #4244A4;
	font-size: 30px;
}

H2 {
	color: #888;
	font-size: 20px;
}

BUTTON {
	font-size: 9px;
}

.button {
	font-size: 9px;
}

/* ************************************** MASTHEAD ******************************************** */

#mastheadContainer {
	padding: 10px;
	clear: both;
}

.masthead {	
	float: left;
}

.userMasthead {
	display: inline;
	float: right;
	text-align: right;
}

/* ************************************** PANEL ******************************************** */

#panelHeader {
	margin-top: 50px;
	background-color: #D7D7B1;
	border: solid 1px #6062C4;
	border-bottom: none;
	clear: both;
	height: 31px;
}

#panelBody {
	overflow: auto;
	border: solid 1px #6062C4;
	clear:both;
	padding: 10px;
	background-color: #FFFEEE;	
}

#panelTitle {
	color: #888;
	font-size: 20px;
	font-weight: bold;
	float: left;
	padding: 3px;
	padding-left: 15px;	
}

.panelTabButton {
	float: right;
	font-size: 20px;
	font-weight: bold;
	color: #888;
	border-left: solid 1px #6062C4;
	width: 100px;
	text-align: center;
	padding: 3px;
	display: block;
	background-color: #FAFAD8;
	cursor: pointer;
}

.panelLootTabButton {
	float: right;
	font-size: 20px;
	font-weight: bold;
	color: #888;
	border-left: solid 1px #6062C4;
	width: 120px;
	text-align: center;
	padding: 3px;
	display: block;
	background-color: #FAFAD8;
	cursor: pointer;
}

.panelHomeTabButton {
	float: right;
	font-size: 20px;
	font-weight: bold;
	color: #888;
	border-left: solid 1px #6062C4;
	width: 120px;
	text-align: center;
	padding: 3px;
	display: block;
	background-color: #FAFAD8;
	cursor: pointer;
}

.panelChild {
	clear: both;
	display: block;
}	

.panelTab {

}

/* ************************************** PANEL INSTANCES ******************************************** */

#panelLoading {
	margin-top: 50%;
	text-align:center;
	background-color: #CCC;
}

#userProfileMainContainer {
	width: 40%;
	clear: both;
}

#userProfileMain {
	float: left;
}

#userProfileMainEdit {
	float: right;
}

#userProfileContact {
	float: left;
}

#userProfileContactEdit {
	float: right;
}

#userProfileContactContainer {
	border-top: solid 1px #CCC;
	clear: both;
	margin-top: 25px;
	padding-top: 25px;
	width: 40%;
}

.profileDisplayRow {
	clear: both;
	margin-bottom: 10px;
}

.profileDisplayLabel {
	width: 110px;
	display: block;
	float: left;
	font-weight: bold;
	border-right: solid 1px #CCC;
}

.profileEditStatus {
	background-color:#DBDCFF;
	border: solid 1px #000080;
	padding: 2px;
}

.profileEditError {
	border: solid 1px red;
	background-color: #FFC0C0;
	padding: 2px;
}

.profileFormLabel {
	width: 110px;
	display: block;
	float: left;
	font-weight: bold;
	height: 20px;
	padding-top: 5px;
}

.profileFormInput {
	margin-left: 5px;
	width: 250px;
}


.profileDisplayField {
	display: inline;
	margin-left: 5px;
}

.toonHeaderCell  {
	background-color: #CCC;
	font-weight: bold;
	width: 125px;
}

.toonHeaderCellShort {
	width: 100px;
	background-color: #CCC;
	font-weight: bold;
}

.toonHeaderCellVeryShort {
	width: 75px;
	background-color: #CCC;
	font-weight: bold;
}

.toonDataCell {
	width: 150px;
	padding-bottom: 8px;
	border-bottom: solid 1px #AAA;	
}

.toonDataCellShort {
	width: 100px;
	padding-bottom: 8px;
	border-bottom: solid 1px #AAA;	
}

.toonDataCellVeryShort {
	width: 75px;
	padding-bottom: 8px;
	border-bottom: solid 1px #AAA;
}

.toonError {
	border: solid 1px red;
	background-color: #FFC0C0;
}

.toonStatus {
	background-color:#DBDCFF;
	border: solid 1px #000080;
}

.toonStatusClear  {
	border: solid 1px white;
}

.chatArchiveRow {
	padding-bottom: 15px;
	clear: both;
}

.chatArchivePrefix {
	width: 350px;
	float: left;
	padding-right: 5px;
}

.chatArchiveMessage {
	display: inline;
}


#lootAnalysisControlContainer {
	margin-top:15px;
}

#lootAnalysisData {
	clear: both;
}

#lootAnalysisCaptionContainer {
	width: 665px;
	padding-top: 10px;
	margin-bottom:6px;
	clear:both;
}

#lootAnalysisCaption  {
	font-weight: bold;
	display: inline;
}

#lootAnalysisOptions {
	float:right;
}

.sortedplus {
	background-color: #FFC0C0 !important;
}

.sortedminus {
	background-color: #CCDCAC !important;
}


.lootTable {
	margin-top:10px;
	clear:both;
	border-bottom:solid 1px black;
	border-right: solid 1px black;
}

.lootTableRowOdd {
}

.lootTableRowEven {
	background-color:#E7E8FD;
}

.lootTableRowMouseOver {
	background-color:#E6C29E;
}

.lootTableRowActive{
	background-color:#CCDCAC;
}


.lootTableHeaderCell {
	padding:7px;
	background-color:#E3E3D1;
	font-weight: bold;
	border: solid 1px black;
	border-bottom: none;
	border-right: none;
	text-align: center;
	width:100px;
}

.lootTableDataCell {
	border: solid 1px black;
	border-bottom: none;
	border-right: none;
	padding: 5px;
	text-align: center;
	width: 100px;
}

#lootDetailControls{
	border:solid 1px black;
	padding:4px;
	background-color:#FAFBCF;
	width:895px;
	margin-bottom:10px;
}

.lootDetailFlagBox {
	border:solid 1px red;
	background-color: #FFC0C0;
	padding:4px;
	width:895px;
	margin-bottom:10px;
}

.lootDetailVerificationBox {
	background-color:#DBDCFF;
	border: solid 1px #000080;
	padding:4px;
	width:862px;
	margin-bottom:10px;
}

.lootDetailOptionsBox {
	margin-bottom:10px;
	text-align:center;
	clear:both;
}

.lootDetailOption{
	padding-left:10px;
	padding-right:10px;
	display:block;
	float:left;
}

.optionBorderRight{
	border-right:solid 1px black;
}

.lootSubmitFormRow {
	clear: both;
	margin-bottom: 10px;
}

.lootSubmitFormLabel {
	width: 120px;
	display: block;
	float: left;
	font-weight: bold;
	height: 16px;
	padding-top:3px;
}

.lootSubmitFormInput {
	margin-left: 10px;
}

.lootSubmitSubTextField  {
	font-size: 10px;
	color: #333;
	margin-left: 5px;
	float: left;
	text-align:center;
}

.lootSubmitStatus {
	width: 600px;
	padding: 2px;
	margin-bottom: 10px;
}

.statusNormal {
	background-color:#DBDCFF;
	border: solid 1px #000080;
}

.statusError {
	border: solid 1px red;
	background-color: #FFC0C0;
}

.statusConfirm{
	border: solid 1px #FFFF00;
	background-color: #EBECA6;
}

.alertsHeaderCell {
	text-align:left;
	background-color: #CCC;
	font-weight: bold;
}

.alertsDataCell {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: solid 1px #AAA;	
}

/* ************************************** WINDOWS ******************************************** */

.window {
	position: absolute;
	display: block;
	border: solid 1px #888;
	background-color: #CCC;
}

.windowLabel {
	border-bottom: solid 1px #888;
	background-color: #000080;
	padding-left: 2px;
	text-align: left;
	height: 12px;
	height: 22px;
}

.windowLabelText {
	float: left;
	font-weight: bold;
	color: white;
	margin-top: 3px;
}

.windowStatus  {
	background-color:#DBDCFF;
	border: solid 1px #000080;
	margin: 10px;
	padding: 2px;
	display: block;
}

.error {
	border: solid 1px red;
	background-color: #FFC0C0;
	padding: 2px;
	margin: 10px;
	display: block;
}

.windowBody {
	padding: 10px;
}

.windowBodyOverflow {
	padding: 10px;
	padding-top: 15px;
	overflow: auto;
	height:500px;
	background-color: #FFFEEE;
}

.windowBodyImageSub {
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	overflow: auto;
	height:320px;
	background-color: #FFFEEE;
}

.windowCloseButton {
	margin-top: 4px;
	margin-bottom: 2px;
	margin-right: 4px;
	float: right;
	height: 12px;
	font-size: 9px;
	border: solid 1px #CCC;
	background-color: #AAA;
	cursor: pointer;
}

/* ************************************** WINDOW INSTANCES ******************************************** */

#winLogin {
	position: absolute;
	display: block;
	border: double 2px #888;
	background-color: #EEE;
	width: 275px;
}

#winSignUp {
	position: absolute;
	display: block;
	border: double 2px #888;
	background-color: #EEE;
	width: 325px;
}

#winChatSettings {
	position: absolute;
	display: block;
	border: double 2px #888;
	background-color: #EEE;
	width: 320px;
}

#winWho {
	position: absolute;
	display: block;
	border: double 2px #888;
	background-color: #EEE;
	width: 300px;
}

#winHelp {
	position: absolute;
	display: block;
	border: double 2px #888;
	background-color: #EEE;
	width: 750px;
}

#winImageSub {
	position: absolute;
	display: block;
	border: double 2px #888;
	background-color: #EEE;
	padding-bottom: 10px;
	width: 360px;
	height: 270px;
	text-align:center;
}

#winLink {
	position: absolute;
	display: block;
	border: double 2px #888;
	background-color: #EEE;
	padding-bottom: 10px;
	width: 500px;
}

#winAlerts {
	position: absolute;
	display: block;
	border: double 2px #888;
	background-color: #EEE;
	padding-bottom: 10px;
	width: 500px;
}

#winNotify {
	position: absolute;
	display: block;
	border: double 2px #888;
	background-color: #EEE;
	padding-bottom: 10px;
	width: 500px;
}

#linkCode {
	padding: 3px;
	background-color: #DDD;
	border: solid 1px #AAA;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
}

#winImage {
	position: absolute;
	display: block;
	border: double 2px #888;
	background-color: #EEE;
	padding-bottom: 10px;
}

#winImageImage{
	border: solid 1px black;
}

#winImageCaption{
	margin-top: 10px;
	text-align:center;
}

#winImageContainer{
	text-align:center;
}

#linkInput {
	width: 484px;
}

/* ************************************** FORMS ******************************************** */

.form {
	margin-bottom: 5px;
}

.formLabel {
	padding-bottom:10px;
}

.formField  {
	padding-bottom: 10px;
}

.fLabel {
	width: 80px;
	display: block;
	float: left;
	padding-right: 15px;
	overflow: visible;
}

.fInput {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 15px;
}

.formLabelSubText{
	font-size:8px;
	color:#888;
}

FORM BR  {
	clear: left;
}

/* ************************************** CHAT ******************************************** */

#chatContainer  {
	display: block;
	border: solid 1px #6062C4;
	padding: 15px;
	background-color: #FFFEEE;
}

#messageInput {
	width: 65%;
}

.chatLabel {
	color: #AAA;
}

#chatControlsContainer  {
	padding-top: 4px;
	float:right;
}

.messageRow {
	display: block;
}

.messagePrefix {
	padding-bottom: 6px;
	width: 200px;
}

.message  {
	padding-left: 15px;
	padding-bottom: 6px;
}

.messagePrefixSmall  {
	width: 200px;
	padding-bottom: 6px;
	font-size: 11px;

}

.messagePrefixMedium {
	width: 200px;
	padding-bottom: 6px;
	font-size: 14px;

}

.messagePrefixLarge {
	width: 200px;
	padding-bottom: 6px;
	font-size: 16px;

}

.messageSmall  {
	padding-left: 15px;
	padding-bottom: 6px;
	font-size: 11px;
}	

.messageMedium  {
	padding-left: 15px;
	padding-bottom: 6px;
	font-size:14px;
}	

.messageLarge  {
	padding-left: 15px;
	padding-bottom: 6px;
	font-size:16px;
}	

/* menus */
.lootMenuItem {
	color: #888;
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
	padding-left: 10px;
	background-color:#E3E3D1;
	border: solid 1px #6062C4;
	border-top:none;	
	cursor: pointer;
}
	

