.nw {
	white-space: nowrap;
}

/* SPECIFIC */
.ui_navi {
	background-color: #aaccff;
	border: 1px solid #0066ff;
	color: #000000;
	width: 100px;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
}

/* SPECIFIC */
.ui_navi_active {
	background-color: #0066ff;
	color: #ffffff;
	width: 100px;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
}

/* SPECIFIC */
.wm_base {
	background-color: #aaccff;
	border: 1px solid #0066ff;
	color: #000000;
}

.wm_list {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
}

/* SPECIFIC */
.wm_list a {
	display: block;
	padding: 4px 20px 4px 20px;
	vertical-align: middle;
	background-color: #aaccff;
	color: #000000;
	text-decoration: none;
}

/* SPECIFIC */
.wm_list a:hover {
	background-color: #0066ff;
	color: #ffffff;
}

.pad3 {
	padding: 3px;
}
.pad5 {
	padding: 5px;
}
.pad10 {
	padding: 10px;
}

.border1 {
	border: 1px solid #000;
}
.border2 {
	border: 2px solid #000;
}

.b3b {
	border: 3px solid #000;
}

.borderbottom1gr {
	border-bottom: 1px solid #999999;
}

.borderbottom1w {
	border-bottom: 1px solid #0066ff;
}

.bordertop1b {
	border-top: 1px solid #000;
}

.lborder {
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #000;
	padding: 2px;
}

/* SPECIFIC */
.borderbw {
	border-bottom: 1px solid #0066ff;
}

/* SPECIFIC */
.border1w {
	border: 1px solid #0066ff;
}
.border1gg {
	border: 1px solid #060;
	padding: 2px;
}

/* SPECIFIC */
.bordertop1w {
	border-top: 1px solid #0066ff;
}

/* SPECIFIC */
.border2w {
	border: 2px solid #0066ff;
}
.border2r {
	border: 2px solid #c00;
}
.border2o {
	border: 2px solid #f60;
}
.border2g {
	border: 2px solid #090;
}

/* SPECIFIC */
.header25 {
	background: #fff url('/images/1/ui/header_25.png') repeat-x;
}

.trans50 {
	opacity: 0.50;
	filter: alpha (opacity=50);
}
.trans100 {
	opacity: 1;
	filter: alpha (opacity=100);
}

/* Picking "tile", "cursor" */
.pit {
	float: left;
	margin: 2px;
}
.pic {
	cursor: hand;
	cursor: pointer;
}

.t {
	float: left;
	height: 225px;
}

/* SPECIFIC */
.pup {
	padding: 10px;
	border-top: 4px solid #39f;
	border-left: 4px solid #39f;
	border-bottom: 4px solid #06f;
	border-right: 4px solid #06f;
	background-color: #fff;
}

.pup_green {
	padding: 10px;
	border-top: 4px solid #090;
	border-left: 4px solid #090;
	border-bottom: 4px solid #060;
	border-right: 4px solid #060;
	background-color: #fff;
	color: #090;
}

.pup_red {
	padding: 10px;
	border-top: 4px solid #c00;
	border-left: 4px solid #c00;
	border-bottom: 4px solid #900;
	border-right: 4px solid #900;
	background-color: #fff;
	color: #c00;
}

.s {
	font-family: Verdana, Sans-Serif, Arial;
	font-size: 0.8em;
}
.sr {
	font-family: Verdana, Sans-Serif, Arial;
	font-size: 0.8em;
	color: #cc0000;
}
.m {
	font-family: Verdana, Sans-Serif, Arial;
	font-size: .9em;
}
.mm {
	font-family: Verdana, Sans-Serif, Arial;
	font-size: 1em;
	font-weight: bold;
}
.l {
	font-family: Verdana, Sans-Serif, Arial;
	font-size: 1.2em;
	font-weight: bold;
}
.lr {
	font-family: Verdana, Sans-Serif, Arial;
	font-size: 1.2em;
	font-weight: bold;
	color: #cc0000;
}
.b {
	font-weight: bold;
}
.u {
	text-decoration: underline;
}

.wh {
	border-top: 1px solid #06f;
	padding: 5px;
	padding-bottom: 20px;
	background: #fff url('/images/g1.png') repeat-x;
	vertical-align: middle;
	color: #000;
	font-size: 2em;
	font-weight: bold;
	width: 100%;
}

.w1 {
	width: 1px;
}
.w5 {
	width: 5px;
}
.w6 {
	width: 6px;
}
.w10 {
	width: 10px;
}
.w20 {
	width: 20px;
}
.w22 {
	width: 22px;
}
.w50 {
	width: 50px;
}
.w65 {
	width: 65px;
}
.w100 {
	width: 100px;
}
.w130 {
	width: 130px;
}
.w150 {
	width: 150px;
}
.w180 {
	width: 180px;
}
.w200 {
	width: 200px;
}
.w250 {
	width: 250px;
}
.w290 {
	width: 290px;
}
.w380 {
	width: 380px;
}
.w400 {
	width: 400px;
}
.w512 {
	width: 512px;
}
.w550 {
	width: 550px;
}
.w580 {
	width: 580px;
}
.w700 {
	width: 700px;
}
.w760 {
	width: 760px;
}
.w800 {
	width: 800px;
}
.w3p {
	width: 3%;
}
.w6p {
	width: 6%;
}
.w10p {
	width: 10%;
}
.w12p {
	width: 12%;
}
.w25p {
	width: 25%;
}
.w33p {
	width: 33%;
}
.w50p {
	width: 50%;
}
.wf {
	width: 100%;
}

.h0 {
	height: 0px;
}
.h1 {
	height: 1px;
}
.h2 {
	height: 2px;
}
.h3 {
	height: 3px;
}
.h4 {
	height: 4px;
}
.h5 {
	height: 5px;
}
.h6 {
	height: 6px;
}
.h14 {
	height: 14px;
}
.h10 {
	height: 10px;
}
.h14 {
	height: 14px;
}
.h15 {
	height: 15px;
}
.h18 {
	height: 18px;
}
.h20 {
	height: 20px;
}
.h25 {
	height: 25px;
}
.h30 {
	height: 30px;
}
.h45 {
	height: 45px;
}
.h64 {
	height: 64px;
}
.h96 {
	height: 96px;
}
.hf {
	height: 100%;
}

.vt {
	vertical-align: top;
}
.vm {
	vertical-align: middle;
}
.vb {
	vertical-align: bottom;
}
.hl {
	text-align: left;
}
.hr {
	text-align: right;
}
.hc {
	text-align: center;
}

.cr {
	color: #cc0000;
}
.cgr {
	color: #999999;
}
.cgl {
	color: #cccccc;
}
.cgd {
	color: #666666;
}
.cg {
	color: #009900;
}
.cgg {
	color: #006600;
}
/* SPECIFIC */
.cw {
	color: #0066ff;
}
.co {
	color: #ff6600;
}
.cb {
	color: #000000;
}
.cbb {
	color: #0033cc;
}
.cww {
	color: #ffffff;
}
.cbio {
	color: #71bf43;
}
.cbr {
	color: #996600;
}


.br {
	background-color: #cc0000;
}
.bgr {
	background-color: #cccccc;
}
.bb {
	background-color: #000000;
}
/*SPECIFIC */
.bw {
	background-color: #0066ff;
}
/*SPECIFIC */
.bwl {
	background-color: #aaccff;
}
.bww {
	background-color: #ffffff;
}
.bo {
	background-color: #ff6600;
}
.bg {
	background-color: #009900;
}

/* SPECIFIC */
hr {
	border: 0px;
	border-top: solid 1px #06f;
	border-bottom: transparent;
}

hr.r {
	border: 0px;
	border-top: solid 1px #c00;
	border-bottom: transparent;
}

.ui_body {
	background-color: #fff;
	color: #000;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

a {
	color: #000000;
}

a:visited {
	/*color: #0066ff;*/
	color: #000000;
}

table, input, select, textarea {
	font-family: Verdana, Sans-Serif, Arial;
	font-size: 10pt;
}