body
{
	font-family: verdana;
	font-size: 12px;
}

.simpleon 
{ 
	font-size: 14px;
	display: inline;
	list-style-type: none;
	font-family: verdana;
	padding: 4px;
	margin-left: 5px;
	color: green; 
	border: 1px dashed green;
}
.simpleoff 
{
	font-size: 14px;
	display: inline;
	list-style-type: none;
	font-family: verdana;
	padding: 2px;
	margin-left: 5px;
	color: red; 
	border: 1px dashed red;
}

.skillCapped { color: red; }
.skillTraining { color: blue; }

.skillUp, .new_char
{
	color: green;
	font-weight: bold;
}
.skillDown, .dead_char
{
	color: red;
	font-weight: bold;
}

.col_visible
{
	font-size: 12px;
	color: #40382A;
	font-weight: bold;
}
.col_hidden
{
	font-size: 12px;
	color: #8C8474;
	font-weight: bold;
}



#ToggleCols ul
{
	padding: 0px;
}

#ToggleCols
{
	font-family: verdana;
	border: 1px solid silver;
	padding: 5px;
	margin-bottom: 5px;
}

h1, label, legend, select
{
	font-family: verdana;
}

legend
{
	font-weight: bold;
}

label, input
{
	margin-right: 10px;
}

input
{
	font-family: verdana;
	border: 1px solid gray;
}

.hints_list
{
	padding-top: 0px;
	margin-top: 0px;
	/*width: 300px;*/
}

.hints_right
{
	/*position: absolute;
	right: 25px;
	top: 40px;*/
	clear: left;
	padding: 5px;
}

.form_container
{
	/*height: 60px;*/
	padding: 5px;
	clear: left;
}

.form_container select
{
	margin-right: 20px;
}

.error_container
{
	float: left;
	clear: both;
	margin: 10px;
	padding: 8px;
	display: none;

}

.error_container > .error
{
	outline-style: none;
	border-style: none;
}

li.error
{
	outline-style: none;
	border-style: none;
	padding-right: 30px;
}

.error
{
	outline-color: #ffdddd;
	outline-style: solid;
	outline-width: 2px;
	border-color: #dc291e;
}

.removeCol
{
	color: red;
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
}

#id_main_table 
{
	width: 100% !Important;
}

#id_column_toggle
{
	width: 100%;
}

.DataTables_sort_wrapper
{
	font-weight: normal;
}

th
{
	padding: 2px;
}

.toggle_list
{
	float: left;
}

.list_title
{
	list-style: none;
	font-weight: bold;
}



table.charscore_breakdown
{
	right: 0px;
	background: #ffffff;
	border: 1px solid black;
	color: #333333;
	padding: 5px;
}

span.charscore:hover table.charscore_breakdown
{
	display: block
}
.charscore_tip { position: absolute; }
.tooltip 
{ 
	position: absolute; 
	/*background-color: white;
	padding: 10px !important;
	border: 1px solid black  !important;*/
}

#id_duration
{
	padding: 5px;
	font-size: 14px;
}

.dataTables_wrapper
{
	margin-top: 8px;
}

.header-links
{
	clear: both;
	float: right;
	padding: 5px;
	margin-right: 20px;
}

.header-links a
{
	color: #3A5973;
	text-decoration: none;
}
.header-links a:visited
{
	color: #3A5973
}
.header-links a:hover
{
	color: #F2AD2B;
	text-decoration: underline;
}

