/* Gloto CSS Document */
.label {
  font-family: sans-serif;
  font-size: 12pt;
}

.termsText {
  font-family: sans-serif;
  font-size: 10pt;
}

.supportedTypes {
  font-family: sans-serif;
  font-size: 8pt;
}

.input {
  width : 300px;
}

#error {
  color: #FF0000;
  font-weight: bold;
}

.neverShow {
  display: none;
}

#titleBar{
	background-color: #333333;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 20px;
	margin: -10px -10px 10px -10px;
	position: relative;
}

#titleBar img{
	height: 25px;
	width: auto;
	margin-bottom: -5px;
}

#footerBar{
	color: #BBBBBB;
	background-color: #FFFFFF;
	font-size: 9px;
	padding: 10px 20px;
	margin-top: 200px;
	margin-bottom: -10px;
	text-align: right;
}

#footerBar a{
	font-size: 9px;
	/*color: #FFFFFF;*/
}

#logoutDiv{
	font-style: italic;
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 13px 20px;	
}

#logoutDiv a{
	color: #999999;
}

#logoutDiv a:hover{
	color: #CCCCCC;
}

#titleBarUser{
	display: inline;
}

.section{
	color: #FFFFFF;
	font-size:18px;
	font-weight: bold;
	padding: 2px 10px 2px 5px;
	background-color: #6F6F6F;
	width: 200px;
}

.default, .pointer{
	padding-left: 2px;
	padding-right: 2px;
}

.default{
	cursor: default;
	font-weight: bold;
}

.pointer{
	cursor: pointer;
	text-decoration: underline;
}

#commentTop{
	margin-top: 15px;
	width:inherit;
	line-height:inherit;
	clear:both;
	height:15px;
}

#commentHead {
	text-align: left;
	padding: 5px;	
	height:15px;
	font-weight:bold;
	background-color: #DDDDDD;
	border:1px solid #DDDDDD;	
	margin-top:5px;
	font-size: 10px;	
	width: 310px;	
	position: relative;
}
	
#commentHeadDelete{
	position: absolute;
	right: 5px;
}	

#commentHeadApprove{
	position: absolute;
	right: 25px;
}	
	
#commentBody, #commentText {
	text-align: left;
	padding:5px;
	margin-bottom: 10px;
	border:1px solid #DDDDDD;
	overflow:hidden;
	line-height: 1.3em;	
	font-size: 10px;
	display: block;
	width: 310px;
}

#commentBody{
	border-top: 0px;
	background-color: #F3F3F3;	
}

#commentText{
	background-color: #FFFFFF;		
}	

#console{
	padding: 3px 10px;
	/*border: 1px solid #FFA900;*/
	height: 16px;
	width: 200px;
	max-height: 150px;
	overflow: hidden;
	z-index: 999;
	position: absolute;
	top: 44px;
	right: 0px;
	background-color: #000000;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}

#consoleBody div{
	color: #FFFFFF;
	font-size: 9px;
	margin-bottom: 5px;
	display: list-item;
	list-style-type:disc;
	list-style-position: inside;
	padding: 3px;
}

#consoleBody div#error{
	color: #000000;
	background-color: #FFFF00;
}

#commentList{
	margin-top: 10px;
}

#keyCount{
	font-style: italic;
	padding: 5px;
}