@charset "utf-8";

/* ==================================================== */
/* reset */

q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ==================================================== */
/* forced defaults */

html {
	overflow-y:scroll;
}
body {
	font-family: Calibri, Cambria, "Sergoe UI", Arial, Helvetica, sans-serif;
	font-size:12px;
}
html, body {
	padding:0px;
	margin:0px;
	height:100%; /* needed for container min-height */
}
img {
	border:none;
}
div {	
}

.clickable {
	cursor:pointer;
}
.link, a, a:link, a:visited, a:hover {
	cursor:pointer;
	color:inherit;
	text-decoration:none;
}
.link:hover, a:hover {
	text-decoration:underline;
}

/* ==================================================== */
/* generic specifics */

body {
	cursor:default;
}
.value {
	cursor:text;
}

.nowrap {
	white-space:nowrap;
}

.outdated, .separator, .unimportant, .disabled {
	color:#CCCCCC;
	font-weight:normal;
}

.disabled {
	color:#CCCCCC !IMPORTANT;
	text-decoration:line-through !IMPORTANT;
}

.outdated a, .separator a, .unimportant a {
	color:#CCCCCC;
}

.smallprint {
	font-size:12px;
	font-weight:normal;
	color:#AAAAAA;
}

.hide {
	display:none !important;
}

.center {
	margin-left:auto;
	margin-right:auto;
	left:auto;
	right:auto;
	
	width:100%;
}

.text-center {
	text-align:center;
}

ul.inline {
	list-style-type: none; list-style-image: none; 
}

ul.inline li {
	display:inline;
}

button {
	cursor:pointer;
}


/*ul.selectable li:hover {
	text-decoration:underline;
}*/
ul.selectable li.selected {
	font-weight:bold;
	color:#666666;
}
ul.selectable li.selected a {
	color:#666666;
}

ul.fisheye {
	height:25px;
}
ul.fisheye li {
	color:#666666;
	padding-left:5px;
	padding-right:5px;
}
ul.fisheye li.heightfix {
	font-size:20px;
}

.loading, .loading * {
	cursor:wait !IMPORTANT;
}
