/* SQL highlighting */
strong.sqlKeywords {
	color: #C00;
}
strong.sqlDates {
	color: #090;
}
strong.sqlElements {
	color: #099;
}
strong.sqlElements:hover {
	border-bottom: 1px solid #099;
}
strong.sqlFunctions {
	color: #009;
}
strong.sqlStrings {
	font-weight: normal;
	color: black;
}
strong.sqlStrings:hover {
	background-color: #DDD;
}

span.sqlQuery {
	color: black;
	background-color: #f5f5f5;
	border: 1px dashed black;
	z-index: 1000;
	position: relative;
}

span.sqlQuery span.queryTime {
	color: red;
}

span.sqlQuery span.totalTime {
	color: blue;
}

div#debugToolbar {

	position: fixed;
	_position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 24px;
	z-index: 10000;
	font-size: 11px;
	
	background-color: #eee;
	border-top: 1px solid #ccc;
	
}
div#debugPage {
	display: none;
}

table.debugPageTable td {
	padding-right: 5px;
	font-size: 11px;
}

div.legended {
	margin-top: 2px;
}
div.legended em {
	margin-right: 2px;
}
#doSignUpTerms {
	margin-top: 10px;
}

#changeProfilePass td {
	padding-top: 5px;
	padding-right: 5px;
}

div#translationToolbar {

	position: fixed;
	_position: absolute;
	bottom: 0px;
	left: 0px;
	height: 200px;
	z-index: 10000;
	font-size: 13px;
	padding: 10px;
	
	color: black;
	background-color: #eee;
	border-top: 1px solid black;
	border-right: 1px solid black;
	
}

div#translationToolbar input {
	border: 1px solid black;
	padding: 5px;
}

div#translationToolbar p {
	margin-bottom: 5px;
}

div#translationPage {
	display: none;
}

div#translationMessage {
	margin-top: 10px;
	font-weight: bold;
}
