body
{
	position: relative;
	padding: 0px;
	margin: 0px;
	bbackground: blue;
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: White;
	text-align:left;
}


xform table
{
	color: white;
}

xA { text-decoration: none; color: white; }
xA:HOVER { text-decoration: underline };



.debug 
{
	background: #ffffff;
	font-family: Courrier New;
	font-size: 11px;
	border-top: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding:3px;
	position: absolute;
	right: 10px;
	top: 10px;
	opacity:.90;
	ffilter:alpha(opacity=90); 
	-moz-opacity: 0.9;
	width: 400px;
	overflow: auto;
	color: black;
}

.debug A { color: black }


.bubble
{
	position: absolute;
}

.bubble .bg
{
	position: absolute;
	background: #F7F7F7;
	bbackground: #225555;
	bbackground: #063760;
	background: #326698;
}

.bubble .NE, .bubble .NW, .bubble .SE, .bubble .SW
{
	position: absolute;
	width: 8px;
	height: 8px;
	overflow: hidden;
}

.bubble .NE { background: url( /kintool/css/azul/bub_NE.gif ); right: 0px; }
.bubble .NW { background: url( /kintool/css/azul/bub_NW.gif ); }
.bubble .SE { background: url( /kintool/css/azul/bub_SE.gif ); right: 0px; bottom: 0px;}
.bubble .SW { background: url( /kintool/css/azul/bub_SW.gif ); bottom: 0px;}

.bubble .ptNE, .bubble .ptNW, .bubble .ptSE, .bubble .ptSW
{
	position: absolute;
	width: 16px;
	height: 8px;
	overflow: hidden;
}

.bubble .ptNE { background: url( /kintool/css/azul/bub_pt_NE.gif ); right: -8px; }
.bubble .ptNW { background: url( /kintool/css/azul/bub_pt_NW.gif ); left: -8px; }
.bubble .ptSE { background: url( /kintool/css/azul/bub_pt_SE.gif ); right: -8px; bottom: 0px;}
.bubble .ptSW { background: url( /kintool/css/azul/bub_pt_SW.gif ); left: -8px; bottom: 0px; }


.bubble .N, .bubble .S
{
	position: absolute;
	height: 1px;
	width: 10px;
	border: 0px;
	overflow: hidden;
}

.bubble .N { background: url( /kintool/css/azul/bub_N.gif ); }
.bubble .S { background: url( /kintool/css/azul/bub_S.gif ); bottom: 0px; }


.bubble .W, .bubble .E
{
	position: absolute;
	width: 8px;
	border: 0px;
	overflow: hidden;
}

.bubble .E { background: url( /kintool/css/azul/bub_E.gif ); right: 0px;}
.bubble .W { background: url( /kintool/css/azul/bub_W.gif ); }


.bubblecontent
{
	position: absolute;
	color: white;
	height: auto;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.bubblecontent .loading
{
	color: white;
}

.loading { padding: 0px; margin: 0px; color: auto; }

.bubblecontent .loading
{
	background: url('mwatch.gif');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding: 2px;
	padding-left: 20px;
	margin: 0px;
	width: 100px;
}

.bubblecontent img
{
}


.center
{
	text-align: center;
}

.nowrap, .nowrap A
{
	white-space: nowrap;
}


.mybrowser
{
	width: 500px;
	background: #fff;
	font-family: Arial;
	font-size: 11px;
}

.mybrowser .header
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: black;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	position: relative;
}

.mybrowser .header A
{
	color: #777;
}

.mybrowser .header .navright
{
	position: absolute; right:0px; bottom:0px; font-size: 11px;
	padding-bottom: 8px;
}

.mybrowser .nav
{
	padding-top: 8px;
	padding-bottom: 8px;
	height: 30px;
	overflow: hidden;
	color: #777;
}

.mybrowser .nav[class]
{
	height: 14px;
}

.mybrowser .nav .left, .mybrowser .nav .right
{
	margin-left: 10px;
	margin-right: 10px;
}

.mybrowser .nav .right
{
	float: right;
}

.mybrowser .nav .left A, .mybrowser .nav .right A
{
	color: black;
}

.mybrowser .content
{
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	color: black;
}

.mybrowser .loading
{
	padding: 10px;
	color: black;
	background: transparent;
	background-image: url( '/kintool/css/watch0001.png' );
	background-repeat: no-repeat;
	background-position: 4px 8px;
	padding-left: 30px;

}

.mybrowser .notfound
{
	padding: 10px;
	color: black;
}

.mybrowser .content .table
{
	border: 0px;
	font-family: Arial;
	font-size: 11px;
}


.mybrowser .content .table .head
{
	font-weight: bold;
	color: black;
	text-align: center;
}

.mybrowser .content .table .head .num
{
	font-size: 11px;
}

.mybrowser .content .table .num
{
	width: 34px;
	text-align: center;
	white-space: nowrap;
}

.mybrowser .content .table .num[class]
{
	width: 30px;
}

.mybrowser .content .table .pos
{
	text-align: center;
	font-weight: bold;
	border: 0px;
}


.mybrowser .content .table .firstcol
{
	border-left: 0px;
}

.mybrowser .content .table .head .date
{
	width: 100px;
}

.mybrowser .content .table .head .status
{
	width: 100px;
}





.mybrowser .content .table td
{
	color: black;
	padding: 2px;
	margin: 0px;
	border-left: 1px solid #444;
	white-space: nowrap;
}

.mybrowser .content .table .par td
{
	background: #eee;
}

.mybrowser .content .table .impar td
{
	background: #ddd;
}

.mybrowser .content .table .nick
{
	height: 14px;
	width: 130px;
	min-width: 130px;
	overflow: hidden;
	bbackground: red;
}

.mybrowser .content .table A
{
	color: black;
}



.medalhas 
{
	width: 330px;
	background: transparent;
}

.medalhas .header
{
	font-size: 14px;
	font-family: Arial, Helvetica;
}

.medalhas .content
{
	height: 211px;
	background: transparent;
}

.medalhas .content[class]
{
	height: 209px;
}

.medalhas .content .table td
{
	height: 19px;
}


.transparent
{
	background: transparent;
}

.transparent .content
{
	border: 1px solid #0F2D1E;
}

.transparent .header, .transparent .content .table td, .transparent .content .table A, .transparent .loading, .transparent .notfound, .transparent .nav .left A, .transparent .nav .right A
{
	color: white;
}

.transparent .nav
{	
	color: #777;
}

.transparent .content .table .head
{
	background: transparent;
	background-image: url( /kintool/css/header-claro.png );
}

.transparent .content .table .head TD
{
	color: white;
}

.transparent .content .table .par td
{
	background: transparent;
	background-image: url( /kintool/css/par-claro.png );
}

.transparent .content .table .impar td
{
	background: transparent;
	background-image: url( /kintool/css/impar-claro.png );
}

.transparent .content .table .pos td
{
	border-left: 1px solid #0F2D1E;
}

.transparent .content .table .pos td
{
	border: 0px;
}


.kinuca
{
	bbackground: #008040;
}

.kinuca .content
{
	border: 1px solid #0F2D1E;
}

.kinuca .header, .kinuca .content .table td, .kinuca .content .table A, .kinuca .loading, .kinuca .notfound, .kinuca .nav .left A, .kinuca .nav .right A
{
	color: white;
}

.kinuca .nav
{
	color: #777;
}

.kinuca .content .table .head
{
	background: transparent;
	background-image: url( /kintool/css/header-claro.png );
}

.kinuca .content .table .head TD
{
	color: white;
}

.kinuca .content .table .par td
{
	background: transparent;
	background-image: url( /kintool/css/par-claro.png );
}

.kinuca .content .table .impar td
{
	background: transparent;
	background-image: url( /kintool/css/impar-claro.png );
}

.kinuca .content .table .pos td
{
	border-left: 1px solid #0F2D1E;
}

.kinuca .content .table .pos td
{
	border: 0px;
}

.eskanteio
{
	background: #5FD004;
}

.eskanteio .content
{
	background: #A3DD53;
	border-top: 1px solid #0F2D1E;
	border-bottom: 1px solid #0F2D1E;
}

.eskanteio .header, .eskanteio .content .table td, .eskanteio .content .table A, .eskanteio .loading, .eskanteio .notfound, .eskanteio .nav .left A, .eskanteio .nav .right A
{
	color: black;
}

.eskanteio .content .table .head
{
	background: #C1F676;
}

.eskanteio .content .table .head TD
{
	color: black;
}

.eskanteio .content .table .par td
{
	background: #7DB330;
}

.eskanteio .content .table .impar td
{
	background: #A3DD53;
}

.eskanteio .content .table td
{
	border-left: 1px solid #0F2D1E;
}

.eskanteio .content .table .pos td
{
	border: 0px;
}

.torneiosativos
{
	width: 480px;
	bbackground: #4f4;
	background: transparent;
	margin-left: 5px;
	margin-bottom: 5px;
}



.torneiosativos .header
{
	color: #0F2D1E;
	font-size: 19px;
	text-align: left;
	font-weight: normal;
}


.torneiosativos .content .table td
{
	ffont-size: 14px;
	fcolor: red;
	border-left: 1px solid #D3D4CF;
	border-top: 1px solid #063760;
	white-space: normal;
	height: 45px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	color: #063760;
}

.torneiosativos .content .table td A
{
	color: #063760;
}


.torneiosativos .content .table .head TD
{
	background: #063760;
	color: white;
	height: auto;
	border-left: 1px solid #063760;

}

.torneiosativos .content
{
	border: 0px;
}
.torneiosativos .content .table
{
	border: 1px solid #063760;
}

.torneiosencerrados .content .table td
{
	border-left: 1px solid #BCBDB8;
	border-top: 1px solid #BCBDB8;
}


.torneiosencerrados .content .table .head TD
{
	background: #BCBDB8;
	border-left: 1px solid #BCBDB8;
}

.torneiosencerrados .content .table
{
	border: 1px solid #BCBDB8;
}



.conquistas
{
	position: relative;
	wwidth: auto;
	background: transparent;
	bbackground: #063760;

	margin-bottom: 5px;
	color: white;
}

.conquistas .header, .conquistas .content .table td, .conquistas .content .table A, .conquistas .loading, .conquistas .notfound, .conquistas .nav .left A, .conquistas .nav .right A
{
	color: white;
}

.conquistas .content
{
	border-top: 0px;
	border-bottom: 0px;
	color: white;
}

.conquistas .content .table
{
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

.conquistas .content .table .head TD
{
	background: transparent;
	background-image: url( /kintool/css/header-escuro.png );
	color: white;
}

.conquistas .content .table td
{
	white-space: nowrap;
	color: #333;
	border-left: 1px solid #aaa;
	border-top: 1px solid #aaa;
	color: white;
}


.conquistas .content .table .par td
{
	background: transparent;
	background-image: url( /kintool/css/par-claro.png );
}

.conquistas .content .table .impar td
{
	background: transparent;
	background-image: url( /kintool/css/impar-claro.png );
}


.conquistas .fecha
{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 12px;
	height: 12px;
	background: transparent;
	background-image: url( /kintool/css/fecha-claro.png );
	background-repeat: no-repeat;
	cursor: pointer;
}

.ie .conquistas .fecha
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='crop', src='/kintool/css/fecha-claro.png');
}

.simples
{
	margin-left: 5px;
	margin-bottom: 5px;
	width: 270px;
}


.big
{
	width: 480px;
	font-size: 14px;
}

.big .content
{
	bborder: 1px solid red;
	min-height: 320px;
	height: 322px;
}


.big .header
{
	font-size: 19px;
	text-align: left;
	font-weight: normal;
}

.big .nav
{
	padding-top: 8px;
	padding-bottom: 8px;
	height: 30px;
	overflow: hidden;
	border: 0px;
	font-size: 11px;
	font-weight: bold;
}

.not_id .big .nav
{
	height: 14px;
}

.big .content .table
{
	border: 0px;
	font-family: Arial;
	font-size: 14px;
}


.big .content .table .head .num
{
	font-size: 14px;
}

.big .content .table .pos td
{
	width: 70px;
	min-width: 70px;
}

.big .content .table .num
{
	width: 54px;
	min-width: 50px;
}

.not_id .big .content .table .num
{
	width: 60px;
}

.big .content .table .nick
{
	height: 16px;
	width: 160px;
	min-width: 160;
	overflow: hidden;
}



.leftcol
{
	padding: 0px;
	padding-top: 20px;
	ppadding-left: 20px;
	color: white;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	wwidth: 280px;
	overflow: hidden;
}

.not_ie .leftcol
{
	wwidth: 260px;
}

.leftcol H1
{
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	margin-left: 20px;
	font-size: 19px;
	font-weight: normal;
}

.leftcol H2
{
	margin: 0px;
	margin-left: 20px;
	font-size: 12px;
	font-weight: normal;
}


.leftcol .menu
{
	margin-top: 10px;
	bborder: 1px solid red;
	width: 280px;
	overflow: hidden;
}

.leftcol .menu .opt
{
	height: 25px;
	line-height: 25px;
	padding-left: 20px;
	background: transparent;
	background-image: url( /kintool/css/header-escuro.png );
	width: 300px;
	margin-bottom: 2px;
}

.not_ie .leftcol .menu .opt
{
	width: 280px;
}

.leftcol .menu A
{
	color: white;
}

.leftcol .subopt
{
	display: none;
	margin-bottom: 10px;
	padding-left: 32px;
	padding-top: 5px;
}

.leftcol .subopt td
{
	color: white;
	font-size: 12px;
}

.leftcol .subopt table
{
	margin-bottom: 10px;
}

.leftcol .subopt .disabled
{
	color: #aaa;
}

.leftcol .regras
{
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 10px;
}

.leftcol .regras OL
{
	margin: 5px;
	margin-left:25px;
	padding: 0px;
}

.leftcol .smaller
{
	font-size: 9px;
}

.inscri
{
	padding: 0px;
}

.inscri_kinuca, .inscri_tq, .inscri_fast
{
	cursor: pointer;
	background: url( inscri_kinuca.gif );
	background-position: center center;
	width: 15px;
	height: 100%;
}

.inscri_tq
{
	background: url( inscri_tq.gif );
	background-position: center center;
}


.inscri_fast
{
	background: url( inscri_fast.gif );
	background-position: center center;
}
