@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'FlorenciaRegular';
	src: url('/css/Florencia.eot');
	src: local('Florencia Regular'), local('Florencia'), url('/css/Florencia.ttf') format('truetype'), url('/css/Florencia.svg#Florencia') format('svg');
}

body {
	margin: 0;
	padding: 0;
	text-align: justify;
	background-color:#000000;
	font-family:sans-serif;
	font-size:12px;
	color:#000000;
	background-color: black;
}
#content {
	position: relative;
	margin: auto;
	width: 750px;
	height: 500px;
	background-color:#6c6c6c;
	overflow:hidden;
}
#superDiv {
	width:752px;
	position: relative;
	margin:auto;
}
#mainDiv {
	width:750px;
	border: 1px solid white;
	overflow: auto;
	margin-top: 25px;
	margin-bottom: 5px;
	background-repeat: no-repeat;
	background-color: black;
}
#topDiv {
	width:750px;
	height:50px;
	background-image:url(/images/top.png);
	background-repeat: no-repeat;
	overflow: hidden;
}
#CDiv {
	width:750px;
	background-image:url(/images/med.png);
}
#LDiv {
	width:188px;
	padding-bottom:0px;
	float:left;
	overflow:hidden;
}
#LDivL {
	width:188px;
	padding-bottom:25px;
	background-repeat: no-repeat;
	background-position: 0px -50px;
}
#RDiv {
	width:562px;
	float:right;
	overflow: visible;
}
#bottomDiv {
	width:750px;
	height:25px;
	float:left;
	overflow: hidden;
	background-image:url(/images/bottom.png);
	background-repeat: no-repeat;
}
#subnavDiv {
	width:562px;
	height:19px;
	margin-top:5px;
	text-align: center;
	margin-left:188px;
}
#dataDiv {
	width:500px;
	margin-left:31px;
	margin-right:31px;
	margin-bottom:25px;
}
#subnavDiv span {margin-left: 15px;margin-right: 15px;}
#subnavDiv a {margin-left: 15px;margin-right: 15px;}
P {
	font-size:12px;
	color:#000000;
	text-align:justify;
	margin:4px 0px 4px 0px;
	line-height: 1.5;
}
ul {
	margin-top:0px;
	margin-bottom:0px;
	padding-left:20px;
}
.cursor {cursor:pointer;}

div.menuItem {
	width:188px;
	height:50px;
	cursor:pointer;
	overflow:hidden;
}
div.menuItem:hover {
	border-right: white 10px solid;
	width: 178px;
}
div.menuItemS {
	background-image:url(/images/medr.png);
}
h1 {
	font-size:14px;
	text-align: center;
	margin-top:100px;
}
h2 {
	font-size:20px;
	font-weight: normal;
	font-family:"FlorenciaRegular",sans-serif;
}
.KTop {
	margin:0px;
	margin-bottom:5px;
	padding:0px;
	width:500px;
	height:100px;
	overflow: hidden;
	font-weight: normal;
}
.KTop.narrow {
	margin-left:2px;
	margin-right:3px;
	width:245px;
	float:left;
}
.KName {
	width:395px;
	height:65px;
	float:left;
	padding-left: 5px;
	padding-top: 35px;
	font-size: 24px;
	cursor:pointer;
	background-color:#aaaaaa;
	filter: alpha(opacity=90);opacity: 0.9;
	font-family:"FlorenciaRegular",sans-serif;
}
.KName.narrow {
	width:140px;
}
.KName A {border:none;}
.KName:hover {background-color: #bbbbbb;}
.LTop {
	margin:0px;
	margin-bottom:5px;
	padding:0px;
	width:500px;
	height:100px;
	overflow: hidden;
	background-color:#aaaaaa;
	font-weight: normal;
}
.LTop.full {background-color: #555555;}
.supsize{height:175px;}
.LTopName {
	width:395px;
	height:40px;
	float:left;
	padding-left: 5px;
	padding-top: 10px;
	font-size: 24px;
	cursor:pointer;
	font-family:"FlorenciaRegular",sans-serif;
}
.LTopName:hover {background-color: #bbbbbb;}
.LTopTxt {
	width:495px;
	height:75px;
	float:left;
}
.LTopLit {
	width:400px;
	height:40px;
	float:left;
	margin: 0px;
	font-size: 10px;
}
.LTopImg {
	width:100px;
	height:100px;
	margin:0x;
	padding:0px;
	float:left;
	cursor:pointer;
}
.LTopKitty {
	width:50px;
	height:50px;
	float:left;
	cursor:pointer;
	overflow: hidden;
}
.kitty {
	margin-top:0px;
	font-size: 24px;
	font-family:"FlorenciaRegular",sans-serif;
}
.questions {
	font-weight:bold;
	margin-top:12px;
	cursor:pointer;
	padding:2px;
}
.qquestions {
	font-weight:bold;
	font-size:14px;
	margin-top:12px;
	cursor:pointer;
	position:relative;
	padding-left:5px;
	color:#dddddd;
}
.answers {
	font-style:italic;
	padding-left:20px;
}
.cats {	padding-left:5px;}
.status {margin-left:10px;margin-right:10px;font-weight:normal;padding-left:5px;padding-right:5px;font-size: 12px;vertical-align: top;font-style:normal;font-family:sans-serif;}
.statusf {color:#006600;border:1px solid #006600;background-color: white;}
.statust {color:#006600;border:1px solid #006600;background-color: white;}
.statusr {color:#CC6600;border:1px dashed #CC6600;}
.statusp {color:#CC6600;border:1px dashed #CC6600;}
.statuss {color:#990000;}
.gdm {color:#000033;}
.gdf {color:#660000;}

.ibtn {
	border:0px;
	margin-left:20px;
	cursor:pointer;
}
.ibtn2 {
	border:0px;
	margin-left:2px;
	margin-right:10px;
	cursor:pointer;
}
a {
	border-bottom:dashed 1px #cccccc;
	color:#ffffff;
	text-decoration:none;
}
.showall {
	border-bottom:none;
	font-size:10px;
	color:#222222;
	font-variant:small-caps;
	cursor:pointer;
}
a.chats {
	color:#333333;
	border-bottom:dotted 1px #181818;
}
a.chats.f {color:#006600;}
a.chats.t {color:#006600;}
a.chats.r {color:#CC6600;}
a.chats.p {color:#CC6600;}
a.chats.s {color:#993300;}
.gals {height:100px;width:500px;cursor:pointer;margin-top:0px;margin-bottom:5px;overflow: hidden;}
.gals:hover {filter: alpha(opacity=80);opacity: 0.8;}
.gals img {height:100px;width:100px;}
.lnk {
	margin-bottom:5px;
	margin-top:5px;
}
.btn {
	position: absolute;
	width: 100px;
	height: 50px;
	top:400px;
	filter: alpha(opacity=50);opacity: 0.5;
	cursor:pointer;
}
.btn:hover {filter: alpha(opacity=100);opacity: 1;}
.k {
	height:100px;
	width:100px;
	text-align:center;
	font-size:12px;
	color:#FFFFFF;
	cursor:pointer;
	overflow: hidden;
	float:left;
}
.sname {
	position:relative;top:0px;left:0px;background-color: black;height:100px;width:100px;
	filter: alpha(opacity=80);opacity: 0.8;
	padding-top: 85px;
}
.kname {
	position:relative;top:0px;left:0px;background-color: black;height:50px;width:50px;
	filter: alpha(opacity=80);opacity: 0.8;
	padding: 0px;
	padding-top: 20px;
	color:white;
	text-align: center;
}
.kname.busy {background-color: #550000;}
.kname.o {background-color:#990000;}
.kname.f {background-color:#006600;}
.kname.t {background-color:#006600;}
.kname.r {background-color:#CC6600;}
.kname.p {background-color:#CC6600;}
.kname.s {background-color:#990000;}
.kname.x {background-color:white;color:black;}
.lkf {height:50px;width:450px;padding:25px;text-align:center;}
.lkf img {border:1px white solid;height:50px;width:285px;}
textarea {
	width:488px;
	height:300px;
	border: 1px solid #cccccc;
	background-color:transparent;
	font-size:12px;
	color:#cccccc;
	padding:5px;
}
textarea:hover {background-color:#555555;}
textarea:focus {background-color:#333333;}
.wuf {height:21px;width:500px;text-align: right;}
.wuf input {
	width:200px;
	height:15px;
	border: 1px solid #cccccc;
	background-color:transparent;
	font-size:12px;
	color:#cccccc;
	text-align:center;
}
.wuf input:hover {background-color:#555555;}
.wuf input:focus {background-color:#333333;}
.wuf img {width:20px;height:15px;cursor:pointer;}
.questions:hover {background-color:#666666;}
.soff {background-color:#555555;}
.son {background-color:#777777;}
.litterS {background-color:#999999;margin-top:-3px;padding-bottom:5px;padding-right:5px;}
#flng {
	height:23px;
	width:740px;
	margin-left: 5px;
	margin-right: 5px;
	padding-top:2px;
}
#flng a {margin:0px;}
div.flags {filter: alpha(opacity=95);opacity: 0.95;cursor:pointer;width:40px;height:25px;float:right;}
div.flags:hover {filter: alpha(opacity=75);opacity: 0.75;}
div.flags.foff {filter: alpha(opacity=25);opacity: 0.25;cursor:default;}
div.flags a,img {none;border:0px;}
div.flags img {width:40px;height:18px;}
.a5 {filter: alpha(opacity=50);opacity: 0.5;}
.a1 {filter: alpha(opacity=25);opacity: 0.25;}
#fs {
	top:250px;
	left:40px;
	width:300px;
	height:0px;
	position:absolute;
	background-image:url(../images/fs.png);
	height:200px;
	overflow: hidden;
}
#iln {
	width: 300px;
	height:200px;
	position: absolute;
	top: 0px;
	left:0px;
}
.empty {
	border: none;
	height: 50px;
	width: 188px;
	cursor:pointer;
}
LI {line-height:18px;}
LI.res {list-style:square;}
SPAN.res {font-size: 10px;}
SPAN.res IMG {height:8px;margin-left:2px;margin-right:1px;}
.year {
	font-size:18px;
	font-style: italic;
	font-family:"FlorenciaRegular",sans-serif;
}
.tmly {
	color: black;
	border:none;
	font-weight:bold;
	cursor:text;
}
b.bis {color:white;}
P:first-letter {
	font-size: 20px;
	font-family:"FlorenciaRegular",sans-serif;
	line-height: 1;
}
div.byline {
	margin-top:0px;margin-left:20px;margin-bottom:10px;font-style:italic;
}
.clear {
	height:0px;
	clear: both;
}
.champ {
	letter-spacing: 3px;
	font-variant: small-caps;
}
.chmpe {
	cursor: help;
}