@charset "utf-8";

/* CSS Document */

html, body {
	height:100%;
	width:100%;
}

body {
	padding:	0px;
	margin:		0px;
	color:#FFF;
}

ul {
	margin:0px;
	padding:0px;
}

li.last {
	margin-bottom:		0px;
}

li {
	padding:0px;
	margin:0px 0px 10px 12px;
}

ol {
	padding-left:		0px;
	margin-left:		25px;
	margin-top:			0px;
	margin-bottom:		0px;
}

sup, sub {
	position:relative;
	vertical-align:baseline;
}

sup {
	bottom: 0.5ex;
}

sub {
	top: 0.5ex;
}

p {
	margin: 0px 0px 12px 0px;
	line-height:	18px;

}

.noWrap {
	white-space:nowrap;
}

table.cfdump_struct, table.cfdump_cfc, table.cfdump_udfbody, table.cfdump_xml, table.cfdump_query {
	color:#fff;
}

body, table, textarea, select {
	font-family:	"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:		12px;
	color:			#FFF;
}

select {
	color:	#FFF;
}

textarea {
	color:	#FFF;
}

.text9, .text9 table, input, textarea, select {
	font-size:	9px;
}

.text10, .text10 table, input, textarea, select {
	font-size:	10px;
}

.text11, .text11 table, input, textarea, select {
	font-size:	11px;
}

.text12, .text12 table, input, textarea, select {
	font-size:	12px;
}

.text18, .text18 table, input, textarea, select {
	font-size:	17px;
}

.text19, .text19 table, input, textarea, select {
	font-size: 17px;
	line-height: 22px;
}

a {
	color:	#fcb929;
}

a:hover {
	color:	#dbae18;
}

* {
	outline:none;
}

form {
	padding:	0px;
	margin:		0px;
}

img {
	border:	none;
}

.clear {
	clear:both;
}

.inputText {
	background-color:#959595;
	border:1px solid #000000;
	color:#323232;
	font-size:12px;
	height:18px;
	padding:2px 5px;
	width:228px;
}

.inputbox{
border: none!important;
color:#000000 !important;
padding:0px !important;
font-size:13px !important;
width:250px;

}

input.button{
    top:3.5px;
    position:relative !important;
}

.rollmainlevel,.rollsublevel_1,.rollsublevel_2,.rollsublevel_3 {
	text-decoration: none;
	color: #FCB929 !important;
	display: block;
}