@charset "utf-8";
/* CSS Document */

/* standalones */
.checknamestatus{
	font-weight: bold;
}

body{
	margin-left: 0;
	padding-left:0;

	text-align: center;
}

.bg{
	background-image:url(images/bg.png);
	background-repeat: repeat-x;
}

.topbar{
	border: 1px solid #666666;
	padding: 0px;

}

.topbartop{
	padding: 5px;
	padding-bottom: 0;
	background-color: #ebebeb;	
}
.topbarbot{
	padding: 5px;
	padding-top: 0px;
	padding-bottom: 0;
	background-color: #FFFFFF;
}

.padded{
	padding: 5px;
}

.botline{
	border-bottom: #000000 1px solid;
}

.botbox{
	  border: 1px solid #CCCCCC;
	    border-top: none;
}

.content{

  padding: 10px;

}

.td{
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px; 
	border: #FFFFFF 1px solid;
	background-color: #EAEAEA;
}

.tdd{
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px; 
	border: #FFFFFF 1px solid;
	background-color: #FEF1FC;
}


.tdark{
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px; 
	border: #FFFFFF 1px solid;
	color: #FFFFFF;
	background-color: #333333;
}

.tdark a{
	color: #FFCCFF;
}


#container{

  position:absolute;
  top:50%;
    height:700px;
  margin-top:-350px; /* half the height */
  
  left:50%;
  width:100%;

  margin-left:-50%; /* half the width */
  
  font-size: 12px;
  font-family:Arial, Helvetica, sans-serif;
}

.logonly{
  position:absolute;
  top:50%;
  left:50%;
  width:400px;
  height:200px;
  margin-top:-100px; /* half the height */
  margin-left:-200px; /* half the width */
}

.footer{
	position: relative;
	float: center;
	font-family:Georgia, "Times New Roman", Times, serif;
}


















fieldset  {
	font: 0.8em "Helvetica Neue", helvetica, arial, sans-serif;
	color: #666;
	background-color: #FFFFFF;
	padding: 2px;
	border: solid 1px #d3d3d3;
	width: 350px;
	}
	
legend  {
	color: #666;
	font-weight: bold;
	font-variant: small-caps;
	background-color: #efefef;
	padding: 2px 6px;
	margin-bottom: 8px;
	}

label   {
	font-weight: bold;
	line-height: normal;
	text-align: right;
	margin-right: 10px;
	position: relative;
	display: block;
	float: right;
	text-align: left;
	width: 125px;
	font-size: 14px;
	padding-left: 5px;
	}
	
	.tiny{
	font-size: 8px;
	font-weight: normal;
	}

label.fieldLabel	{
	display: inline;
	float: none;
	}
	
input.formInputText0   {
	font-size: 1em;
	color: #666;
	background-color: #fee;
	padding: 2px;
	border: solid 1px #f66;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 15px;
	text-align: right;
	
	}
	
textarea.formInputText0   {
	font-size: .8em;
	color: #666;
	background-color: #fee;
	padding: 2px;
	border: solid 1px #f66;
	margin-right: 5px;
	margin-bottom: 5px;
	}	
	
input.formInputText:hover {
	background-color: #ccffff;
	border: solid 1px #006600;
	color: #000;
	cursor: pointer;
	}
	
input.formInputText:focus {
	color: #000;
	background-color: #ffffff;
	border: solid 1px #006600;
	cursor: text;
	}
	
select.formSelect  {
	font-size: .8em;
	color: #666;
	background-color: #fee;
	padding: 2px;
	border: solid 1px #f66;
	margin-right: 5px;
	margin-bottom: 5px;
	cursor: pointer;
	}

select.formSelect:hover  {
	color: #333;
	background-color: #ccffff;
	border: solid 1px #006600;
	}
	
select.formSelect:focus  {
	color: #000;
	background-color: #ffffff;
	border: solid 1px #006600;
	}

input.formInputButton   {
	font-size: 1.2em;
	vertical-align: middle;
	font-weight: bolder;
	text-align: center;
	color: #300;
	background: #f99 url(bg_button.png) repeat-x;
	padding: 1px;
	border: solid 1px #f66;
	cursor: pointer;
	float: right;
	}
	
input.formInputButton:hover   {
	background-image: url(bg_button_hover.png);
	}
	
input.formInputButton:active   {
	background-image: url(bg_button.png);
	}
	
.sessionslug{
	font-size: 10px;
}

.sessionslug a{ font-size: 10px;
}

.code{
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #FF3366;
}
.codeblockscroll{
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #6666FF;
	overflow: scroll;
	width: 420px;
	height: 100px;
}

