body,a,.h,.title {
	font-family: cursive;
}

p {
	font-family: arial, sans-serif;
}

div,td {
	color: #000000
}

hr {
	height: 5px;
	width: 100%;
}

a:link,.w,.w a:link {
	color: #7b93a1;
}

a:visited {
	color: #551a8b;
}

a:active {
	color: #ff8c05;
}

.h {
	font-size: 18px;
}

.q {
	color: #0000cc;
}

.option_tip {
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 20px;
}

img {
	vertical-align: middle;
}

.divider {
	position: relative;
	left: -20px;
	right: 20px;
	background-image: url(divider.png);
	background-repeat: repeat-x;
	width: 150%;
	height: 20px;
}

.navigation_area .logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	width: 10px;
	height: 20px;
}

.navigation_area .nav_links_area {
	font-size: 12px;
}

.navigation_area .nav_link {
	text-decoration: underline;
	cursor: pointer;
	display: inline;
	color: #7b93a1;
}

.navigation_area .slash {
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
	color: #7b93a1;
}

.tooltip {
	padding: 3px;
	font-size: 12px;
	border: 1px solid #8bcc3f;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #ffffff;
	margin: 10px 10px 0px 10px;
	font-family: arial, sans-serif;
	text-align: left;
	max-width: 600px;
}

.tooltip .tooltip_content {
	color: #7b93a1;
}

.tooltip .tooltip_content .group_list {
	margin-left: 20px;
}

.tooltip .tooltip_content .group_list .group_name {
	color: #7b93a1;
}

.topics_ui {
	font-size: 16px;
	width: 100%;
	display: block;
}

.topics_view {
	width: 98%;
	display: inline-block;
}

.topics_view .list_box_panel {
	display: inline-block;
	width: 98%;
}

.topics_view .list_box_container {
	margin-bottom: 10px;
	width: 98%;
	display: block;
}

.topics_view .list_box_container .header {
	margin-left: 3px;
	text-decoration: none;
	cursor: pointer;
}

.topics_view .list_box_container .header td {
	font-size: 14px;
}

.topics_view .list_box_container .header .group_user_count {
	color: #7b93a1;
	margin-right: 3px;
}

.topics_view .topics_list_box {
	font-size: 12px;
	border: 1px solid #7b93a1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 2px;
	overflow-y: scroll;
	width: 98%;
}

.topics_view .topics_list_box-disabled {
	background-color: #ece9d8;
}

.topics_view .topics_list_box-related {
	height: 80px;
}

.topics_view .topics_list_box-group {
	height: 80px;
}

.topics_view .topics_list_box-random {
	height: 160px;
}

.topics_view option {
	cursor: pointer;
}

.topics_view .topic_option {
	border: 1px none white;
	cursor: pointer;
	/* do not show x scrollbar when topic is long -- takes up too much vertical space.  user instead has to widen topics area */
	overflow: hidden;
	white-space: nowrap;
}

.topics_view .topic_option-disabled {
	color: #aca899;
}

.topics_view .topic_option-highlighted {
	color: white;
	background-color: #316ac5;
	border: 1px dotted white;
}

.topics_view .topics_list_box .empty_label {
	color: #aca899;
	cursor: default;
	overflow: hidden;
	white-space: nowrap;
}

.topics_view .user_count_area {
	height: 5px;
}

.topics_view .user_count_text,.user_count {
	font-size: 12px;
	margin-top: 3px;
}

.topics_view .user_count {
	margin-left: 5px;
}

.options_view {
	width: 98%;
	font-size: 12px;
	font-family: arial, sans-serif;
	text-align: left;
}

.options_view .options_section_label {
	cursor: default;
}

.options_view input {
	margin-top: 5px;
}

.options_view .check_box {
	font-size: 12px;
}

.options_view .text_box_options {
	width: 100%;
}

.options_view .inset {
	margin-left: 20px;
}

.options_view .text_box_options .text_box {
	display: inline;
	color: black;
	width: 100%;
	border: 1px solid #7b93a1;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.options_view .text_box_options .text_box-duplicate {
	color: red;
}

.options_view img {
	display: inline;
}

.options_view .minus_image {
	margin-top: 6px;
	margin-left: 5px;
	cursor: pointer;
	visibility: hidden;
}

.options_view fieldset {
	margin: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 16px;
	border: 1px solid #7b93a1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.options_view legend {
	color: black;
	font-size: 12px;
}

.help_view {
	width: 98%;
	font-size: 12px;
	line-height: 170%;
	font-family: arial, sans-serif;
	text-align: left;
}

.help_view ul {
	margin-top: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 1.3em;
	padding-top: 0px;
}

.help_view li {
	margin-bottom: 10px;
	padding: 0px;
}

.chat_ui .spacer {
	margin-top: 10px;
}

.chat_box_envelope {
	padding: 10px;
	background-color: #ebf1f5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 100%;
}

.chat_box {
	font-family: arial, sans-serif;
	background-color: #ebf1f5;
	/* setting the layout to fixed is crucial to get the chat boxes to resize & show scroll bars properly!!! */
	table-layout: fixed;
}

.chat_box .title_bar {
	table-layout: fixed;
	background-color: #c9d4db;
	font-size: 13px;
	cursor: default;
	border: 1px solid #7b93a1;
	width: 100%;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
}

.chat_box .title_bar td {
	height: 22px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	vertical-align: middle;
}

.chat_box .options_menu_button {
	height: 15px;
	width: 15px;
	border: 1px solid transparent;
	cursor: pointer;
	margin: 1px;
	padding: 1px;
	background-image: url(images/menu-button-arrow.png);
	background-position: center;
	background-repeat: no-repeat;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.chat_box .options_menu_button-up-hovering {
	background-color: #ebf1f5;
	border: 1px solid #7b93a1;
}

.chat_box .options_menu_button-down {
	background-color: #C6D5FD;
	border: 1px solid #7b93a1;
}

.chat_box .options_menu_button-down-hovering {
	background-color: #C6D5FD;
	border: 1px solid #7b93a1;
}

/* part of chat box, but is not added to the normal widget hierarchy so can't be an inner style of chat_box */
.options_menu {
	background-color: white;
	border: 1px solid #7b93a1;
	padding: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.menu_item_panel {
	padding: 2px;
}

.menu_item_panel-hovering {
	padding: 2px;
	background-color: #C6D5FD
}

.menu_item_button {
	font-size: 12px;
}

.menu_item_button-disabled {
	color: #aca899;
}

.menu_checkbox {
	font-size: 12px;
	position: relative;
	left: -4px;
}

.menu_checkbox-disabled {
	color: #aca899;
}

.chat_box .title_bar .title_topic {
	font-size: 13px;
}

.chat_box .close_button {
	height: 14px;
	width: 15px;
	border: 1px solid transparent;
	cursor: pointer;
	margin: 1px;
	padding: 1px 1px 4px 1px;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.chat_box .close_button-up-hovering {
	background-color: #ebf1f5;
	border: 1px solid #7b93a1;
}

.chat_box .close_button-down {
	background-color: #C6D5FD;
	border: 1px solid #7b93a1;
}

.chat_box .close_button-down-hovering {
	background-color: #C6D5FD;
	border: 1px solid #7b93a1;
}

.chat_box .record_area {
	font-size: 12px;
	line-height: 130%;
	margin: 3px;
}

.chat_box .local_text {
	color: black;
}

.chat_box .remote_text {
	color: #1015f0;
}

.chat_box .command_text {
	color: red;
}

.chat_box .record_scroll {
	height: 98px;
	background-color: #ffffff;
	border: 1px solid #7b93a1;
	border-style: none solid solid;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
}

.chat_box .send_label {
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 2px;
}

.chat_box .send_text_area {
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 120%;
	padding: 3px;
	border: 1px solid #7b93a1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.chat_box .send_button_panel td {
	padding-left: 10px;
	padding-right: 10px;
}

.chat_box .send_button {
	margin: 2px;
	padding: 2px;
	cursor: pointer;
	border: 1px solid #7b93a1;
}

.chat_box .send_button-up-hovering {
	background-color: #C6D5FD;
	border: 1px solid #7b93a1;
}

.chat_box .send_button-down {
	background-color: #C6D5FD;
	border: 1px solid #7b93a1;
}

.chat_box .send_button-down-hovering {
	background-color: #C6D5FD;
	border: 1px solid #7b93a1;
}

.gwt-MenuBar {
	background-color: #C3D9FF;
	cursor: default;
}

.gwt-MenuBar .gwt-MenuItem {
	padding: 1px 4px 1px 4px;
	cursor: default;
}