/********************************/
/*High-level structure elements.*/
body {	
	min-width: 550px;      /* 2x LC width + RC width */
	width: 800px;
	margin: 10px auto;

	background-color: rgb(64,32,16);

	color: rgb(190,210,200);
}

#broadcast_msg {
	background-color: rgb(50,200,70);
	color: rgb(255,255,255);
	border: 5px solid rgb(255,255,255);

	font-family: arial;

	margin: 20px 0px;
	padding: 20px;

	word-spacing: 4px;
}

#transparent_mask {
	visibility: hidden;
	opacity: 0.0;
	background-color: rgb(0,0,0);

	position: absolute;
	top: 0px;
	left: 0px;

	width: 100%;
	height: 100%;
}

.dialog {
	visibility: hidden;
	position:absolute;

	margin-top: 100px;

	left: 50%;	
	width: 700px;

	margin-left: -355px;
	
	background-color: rgb(20,220,90);
	color: rgb(255,255,255);
	border: 5px solid rgb(255,255,255);

	font-family: arial;
	word-spacing: 4px;
}

.dialog_help {
	display: table-cell;
	width: 260px;
	padding: 20px;
	background-color: rgb(50,200,70);
	font-size: 12px;
}

.dialog_form {
	display: table-cell;
	border-left: 1px solid rgb(255,255,255);
	padding: 20px;
}

.dialog h1 {
	font-size: 20px;
}

.dialog_label {
	margin: 4px;
}

.dialog_button_input {
	margin: 4px;
}

.dialog_text_input {
	margin: 4px;
	width: 275px;
}


#actions {
	right: 0px;
	text-align: right;
}

.action {

}

#main_box {
	display: table-row;
	background-color: rgb(15,35,70);
}

#main_box_wrapper {	
	border: 4px solid rgb(255,255,255);
}


#messages {
	display: table-cell;
	width: 400px;	
}

#messages img {
	margin: 20px 20px 0px 20px;
}

#tag {
	font-size: 38px;	

	margin: 20px;

	font-family: Arial;
	font-weight: bold;
}

#pitch {
	font-size: 24px;
	margin: 20px;

	font-family: Georgia;
}

#examples {
	font-size: 16px;
	margin: 20px;

	font-family: Georgia;
	word-spacing: 5px;
	line-height: 20px;
}

#start_kounting {
	font-size: 20px;
	background-color: rgb(20,200,40);
	color: rgb(0,0,0);
	border: 2px solid rgb(10,100,20);

	width: 140px;
	margin: 20px;
	padding: 10px;

	text-align: center;

	font-family: Georgia;
}

#header_right {
	display: table-cell;
	width: 400px;
	font: 20px Arial;

	padding-right: 20px;

	text-align: right;

	color: rgb(240,240,240);
}

.sample_kount {
	font-size: 14px;	
	padding-bottom: 4px;
}

/********************************/
/* Kounts */

#kounts {
	padding: 0px;
	background-color: rgb(175,175,185);
}

#kounts_table {
	width: 100%;	
	border-collapse: collapse;
}

col#value {
	width: 250px;
}
	
.value_row {	

}

.kount_value {
	vertical-align: middle;
	text-align: center;
	
	background-color: rgb(195,200,209);
	color: rgb(15,35,70);

	font-size: 45px;

	border-bottom: 1px dashed rgb(135,145,163);

	padding: 4px 5px;
	
	font-family: arial;
}

.kount_name {
	vertical-align: middle;
	background-color: rgb(135,145,163);
	
	padding: 0px 25px;
	
	border-bottom: 1px dashed rgb(195,200,209);
	
	font-family: georgia;
}

.kount_details {
	text-align: right;
}

/* kounts */
/********************************/



