﻿img, div, a, input { behavior: url(/Content/Images/iepngfix.htc) }

html
{
	margin: 0px;
}

h1, h5
{
	margin: 0px;
}

h4
{
	font-weight: bold;
	font-size: 16px;
	margin: 0px;
}

body
{
	margin: 0px;
	padding: 0px;
	background-color: #000;
	color: #fff;
	font-family: Tahoma,Arial,Helvetica;
	font-size:12px;
}

a
{
	color: #fff;
	text-decoration: underline;
}

.removeLinkUnderline
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:visited
{
	color: #fff;
}

.communityDivider
{
	border: none;
	border-top: solid 2px #000;
}

#newBoardLink
{
	text-decoration: underline;
}

img
{
	border-style: none;
}

#wrapper
{
	float: left;
	border: solid 2px #000;
	border-bottom: none;
	width: 800px;

		
}

#mainWrapper
{
	width: 1200px;
	background-color: #165EB3;


}

.mainWrapperBackground
{
}

.footercontent
{
	background-image: url('Images/blackbackround.gif');
	background-repeat: repeat;
}

#header
{
	height: 75px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 75px;
	padding: 8px;
	background-image: url('Images/blackbackround.gif');
	
}

#footer
{
	clear: both;
	/*clear: both;
	padding-top: 5px;
	background-image: url('Images/blackbackround.gif');
	background-repeat: repeat;*/
}

html>body #header
{
	height: 75px;
}

#content
{
	/*padding: 5px;*/
	/*
	IE5x PC mis-implements the box model. Because of that we sometimes have
	to perform a little CSS trickery to get pixel-perfect display across browsers.
	The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
	parsing bug in IE5x PC that will prematurly close a style rule when it runs
	into the string "\"}\"". After that string appears in a rule, then, we can override
	previously set attribute values and only browsers without the parse bug will
	recognize the new values. So any of the name-value pairs above this comment
	that we need to override for browsers with correct box-model implementations
	will be listed below.
	
	We use the voice-family property because it is likely to be used very infrequently,
	and where it is used it will be set on the body tag. So the second voice-family value 
	of "inherit" will override our bogus "\"}\"" value and allow the proper value to
	cascade down from the body tag.

	The style rule immediately following this rule offers another chance for CSS2
	aware browsers to pick up the values meant for correct box-model implementations.
	It uses a CSS2 selector that will be ignored by IE5x PC.
	
	Read more at http://www.glish.com/css/hacks.asp
	*/
	
	voice-family: "\"}\"";
	voice-family: inherit;
	min-height: 545px;

}

#contentLeft
{
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	width: 155px;
}

#contentRight
{
	float: left;
	margin-top: 10px;
	margin-left: 65px;
	width: 560px;
}

#profileContentLeft
{
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	width: 210px;
}

#profileContentRight
{
	float: left;
	margin-top: 10px;
	margin-left: 50px;
	width: 490px;
}

.unreadEmail, .unreadEmail a
{
	color: #ccff00;
	font-weight: bold;
}

#chatIcon
{
	position: fixed;
	right: 280px;
	/*left: 1050px;*/
	top: 276px;
}

#rightTextBlock, #myKuOfTheDay
{
	/*border: solid 1px #000;
	width: 180px;
	color: #000;*/
	margin-top: -13px;
	margin-left: 5px;
}

.mkotdStat
{
	font-weight: bold;
}

.mkotdHeader
{
	font-size: larger;
	font-weight: bold;
}

.mkotdTag
{
	color: Yellow;
}

#myKuOfTheDay
{
	background-image: url(../Content/Images/sky_grass.jpg);
	width: 180px;
	height: 535px;
}

html>body #content
{
}

.hiddenHelpTopic
{
	visibility: hidden;
	display: none;
}

.helpTitle
{
	font-weight: bold;
	color: #ccff00;
}

.whatIsTitle
{
	font-weight: bold;
}

.collapsible li
{
	cursor: pointer;
}

#right
{
	/*float: right;
	width: 190px;
	margin-right: 15px;
	min-height: 200px;*/
	float: left;
	width: 190px;
	min-height: 200px;
	margin-left: 20px;
}

#logo
{
	float: left;
}

#userInfoPane
{
	float: left;
	padding-left: 5px;
}

#menu
{
	float: right;
}

.modalBox
{
	display: none;
    position: fixed;
	top: 2%;
    left: 50%;
    margin-left: -300px;
    width: 600px;
    background-color: #cfdcf5;
    border: solid 5px #fff;
    color: #000;
}

.modalBoxOverlay { background-color: Gray; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .modalBox {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.modalBox .titleContainer 
{
	height: 46px;
	background-color: #000;
	color: #ffffff;
	font-family:"Trebuchet MS",Sans-Serif,Verdana;
	font-size:18px;
	font-weight:bolder;
	padding-left:15px;
}

.modalBox .title
{
	float: left;
	padding-top: 5px;
}

.modalBox .closeButton
{
	float:right;
	background-image:url(Images/btnClose.gif);
	background-repeat: no-repeat;
	cursor:pointer;
	width:14px;
	height:14px;
	margin: 7px 7px;
}

.modalBox .contentContainer
{
	padding:10px;
}

.divider
{
	height:10px;
}

.loginform
{
	/*background: #ddf3f8 none no-repeat scroll 0%;*/
	/*border: 1px solid #e2c822;*/
	/*border: 1px solid #000;*/
	padding: 0 8px 8px 8px;
}

.loginform h2
{
	/*border-bottom:1px solid #e2c822;*/
	border-bottom: 1px solid #000;
	font-size:12px;
	font-weight:bold;
	padding-bottom:5px;
}

.loginform p
{
	margin-top:5px;
	margin-bottom:5px;
}

.loginform .label
{
	width: 100px;
	padding-right:2px;
	padding-top:2px;
	float: left;
	clear:left;
}

.loginform .textbox
{
	width: 280px;
	/*border:1px solid #e2c822;*/
	border: 1px solid #000;
	font-size:11px;
	padding:3px;
	background-color: #fff;
}

.loginform .textarea
{
	width: 280px;
	height:128px;
	/*border:1px solid #e2c822;*/
	border: 1px solid #000;
	font-size:11px;
	padding:3px;
	background-color: #fff;
}

.loginform .largeTextbox
{
	width: 480px;
	border:1px solid #000;
	font-size:11px;
	padding:3px;
}

.loginform .largeTextarea
{
	width: 480px;
	height:192px;
	border:1px solid #000;
	font-size:11px;
	padding:3px;
}

.loginform .button, .button
{
	background:#f2f2f2 url(Images/buttonBG.gif) repeat-x scroll 0%;
	border:1px solid #999999;
	padding: 2px 4px 2px 4px;
}

.loginform .validator
{
	color:#ff0000;
	padding-left:72px;
}

.loginform .smallTextbox
{
	border:1px solid #000;
	font-size:11px;
	padding:3px;
	width: 200px;
}

.loginform .message
{
	padding-left:72px;
	color: Red;
}

.message
{
	font-weight: bold;
}

.form
{
	background: #ddf3f8 none no-repeat scroll 0%;
	/*border: 1px solid #e2c822;*/
	border: 1px solid #000;
	padding: 0 8px 8px 8px;
}

.form h2
{
	/*border-bottom:1px solid #e2c822;*/
	border-bottom: 1px solid #000;
	font-size:12px;
	font-weight:bold;
	padding-bottom:5px;
}

.form p
{
	margin-top:5px;
	margin-bottom:5px;
}

.form .label
{
	width: 70px;
	padding-right:2px;
	padding-top:2px;
	float: left;
	clear:left;
}

.form .textbox
{
	width: 280px;
	/*border:1px solid #e2c822;*/
	border: 1px solid #000;
	font-size:11px;
	padding:3px;
	background-color: #fff;
}

.form .textarea
{
	width: 280px;
	height:128px;
	/*border:1px solid #e2c822;*/
	border: 1px solid #000;
	font-size:11px;
	padding:3px;
	background-color: #fff;
}

.form .largeTextbox
{
	width: 480px;
	border:1px solid #000;
	font-size:11px;
	padding:3px;
}

.form .largeTextarea
{
	width: 480px;
	height:192px;
	border:1px solid #000;
	font-size:11px;
	padding:3px;
}

.form .button, .button
{
	background:#f2f2f2 url(Images/buttonBG.gif) repeat-x scroll 0%;
	border:1px solid #999999;
	padding: 2px 4px 2px 4px;
}

.form .validator
{
	color:#ff0000;
	padding-left:72px;
}

.form .smallTextbox
{
	border:1px solid #000;
	font-size:11px;
	padding:3px;
	width: 200px;
}

.form .message
{
	padding-left:72px;
	color: Red;
}

.textarea
{
	height: 40px;
}

#profileWrapper
{
	width: 100%;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
}

#profileLeft
{
	width: 290px;
	float: left;
}

#profileRight
{
	width: 490px;
	float: right;
	margin-right: 10px;
}

.MyKuNameHeader
{
	font-weight: bold;
	font-size: 1.3em;
}

.profileHeader
{
	width: 100%;
	margin-top: 10px;
	/*background-color: #D8DFEA;*/
	background-color: #000;
	padding-top: 3px;
	padding-bottom: 3px;
	/*color: #3B5998;*/
	color: #fff;
	border-top: solid 1px #3B5998;
	border-bottom: solid 1px #CCCCCC;
}

.friendImage
{
	height: 80px;
	width: 78px;
}

.inboxImage
{
	height: 40px;
	width: 39px;
}

.deleteMessage
{
	cursor: pointer;
}

.profileImage
{
	max-height: 146px;
	max-width: 146px;
}

.profileHeader span
{
	margin-left: 3px;
}

.welcomeUserName
{
	font-weight: bold;
	font-size: 11px;
}

.inboxCount, .logoutLink
{
	font-size: 11px;
}

.menuItemText
{
	font-weight: bold;
	font-size: 13px;
}

.friendId
{
	visibility: hidden;
	
}

#divBackgroundImage
{
	width: 800px;
	height: 545px;
	z-index: -999;
}

#divGridContainer
{
	position: absolute;
	width: 800px;
	height: 545px;
	top: 92px;
}

#gridTable
{
	border-top: solid 1px gray;
	border-bottom: solid 1px gray;
	border-right: solid 1px gray;
	border-left: solid 1px gray;
}

.cellDefault
{
	cursor: default;
}

.cellContainer
{
	width: 159px;
	/*height: 106px;*/
	height: 108px;
}

.containerTop
{
	height: 8px;
	clear: both;
	width: 159px;
}

.containerLeft
{
	position: relative;
	float: left;
	/*height: 90px;*/
	height: 92px;
	width: 8px;
}

.containerRight
{
	position: relative;
	float: right;
	/*height: 90px;*/
	height: 92px;
	width: 8px;
	clear: none;
}

.containerCenter
{
	/*height: 90px;*/
	height: 92px;
	clear: both;
	width: 159px;
}

.containerMainContent
{
	position: relative;
	float: left;
	width: 143px;
	/*height: 90px;*/
	height: 92px;
	overflow-y: hidden; 
	overflow-x: hidden;
}

.containerBottom
{
	height: 8px;
	clear: both;
	width: 159px;
}

.centerText
{
	
}

.profileicon
{
	top: 75px; 
	right: 5px;
	position: absolute;
}

.editicon
{
	top: 75px;
	right: 20px;
	position: absolute;
	cursor: pointer;
}

.commentsicon, .chainicon
{
	top: 0px;
	right: 5px;
	position: absolute;
	cursor: pointer;
}

.arrowIndicator
{
	visibility: hidden;
}

.topBorder
{
	border-top: solid 1px gray;
}

.rightBorder
{
	border-right: solid 1px gray;
}

.leftBorder
{
	border-left: solid 1px gray;
}

.noRightBorder
{
	border-right: none;
}

.noLeftBorder
{
	border-left: none;
}

.noTopBorder
{
	border-top: none;
}

.cellContainer p
{
	margin: 0;
}



.myKuDisplayTitle, .myKuDisplayTitleParent, .myKuDisplayTitleHasComments
{
	color: Black;
	font-weight: bold;
	font-size: 9px;
	cursor: pointer;
}

.myKuDisplayTitleParent
{
	color: Red;
}

.myKuDisplayTitleHasComments
{
	color: Orange;
}

.myKuDisplayText
{
	font-size: 11px;
	font-weight: normal;
	color: #000;
}

.startBoardText
{
	color: #000;
	cursor: pointer;
}

.start, .compass
{
	visibility: hidden;
}

.highlightParent
{
	color: Black;
	/*background-color: Orange;*/
	background-color: #cfdcf5;
	filter: alpha(opacity=50);
	-moz-opacity: .5;
}

.viewMyKuBy, .viewMyKuReflectionsLabel
{
	font-weight: bold;
}

.viewMyKuTitle
{
	font-weight: bold;
	text-decoration: underline;
	font-size: 16px;
}

.viewMyKuText, .viewMyKuReflections
{
	margin-left: 5px;
	font-size: 16px;
}

#favoriteContainer
{
	padding-left: 10px;
	padding-top: 2px;
}

.myKuReflections, .myKuText
{
	height: 40px;
	width: 550px;
	border: 1px solid #e2c822;
}

.myKuTitle, #tagId
{
	width: 200px;
	border: 1px solid #e2c822;
}

.myKuText
{
	height: 70px;
}

.myKuEditorWindow
{
	margin: 10px;
	background-color: #cfdcf5;
}

#commentTable
{
	width: 95%;
}

.commentHeader
{
	background-color: #EAF0F5;
	border-top: solid 1px #C0C7CD;
}

.commentBody
{
}

.viewPostBody a:link, .viewPostBody a:visited
{
	color: Blue;
	text-decoration: underline;
}

.viewPostBody
{
	
}

#breadcrumb
{
	text-align: right;
	margin-top: 30px;
}

.breadcrumbIsland, .breadcrumbLocation, .breadcrumbBoard
{
}

.breadcrumbSep
{
	
}

#countOfUsersOnline
{
	padding-bottom: 10px;
	font-weight: bold;
	color: Gray;
	height: 78px;
}

#chat
{
	/*border: solid 2px #808080;*/
	/*width: 100%;*/
	width: 190px;
	margin-top: 13px;
	/*padding: 3px;*/
}

#addcomment
{
	color: #000;
}

#userList
{
	padding: 3px;
	width: 100%; 
	height: 150px; 
	border: solid 1px #000;
	border-top: 0px;
	overflow: visible;
	color: #000;
}

#userListHeader
{
	width: 100%; 
	border: solid 1px #000;
	padding: 3px;
	font-weight: bold;
	color: #000;
	height: 14px;
	background-image: url('Images/chatheaderbackground.jpg');
}

.userItem
{
	cursor: pointer;
}

.userItemHover
{
	cursor: pointer;
	background-color: Gray;
}

#continentContainer
{
	height: 545px;
	z-index: 2;
}

#continentImage
{
	z-index: 3;
}

#islandInsert
{
	position: relative;
	float: right;
	background-color: Transparent;
	border: solid 2px #fff;
	/*width: 298px;*/
	width: 318px;
	height: 214px;
	
}

#locationInsert
{
	position: relative;
	float: right;
	background-color: Transparent;
	border: solid 2px #fff;
	width: 298px;
	height: 214px;
}

#island1Link
{
	position: absolute;
	width: 150px;
	height: 100px;
	margin-top: 390px;
	margin-left: 20px;
}

#island2Link
{
	position: absolute;
	width: 150px;
	height: 100px;
	margin-top: 160px;
	margin-left: 170px;
}

#island3Link
{
	position: absolute;
	width: 130px;
	height: 100px;
	margin-top: 5px;
	margin-left: 340px;
}

#island4Link
{
	position: absolute;
	width: 150px;
	height: 100px;
	margin-top: 340px;
	margin-left: 320px;
}

#island5Link
{
	position: absolute;
	width: 150px;
	height: 100px;
	margin-top: 430px;
	margin-left: 480px;
}

#island6Link
{
	position: absolute;
	width: 200px;
	height: 100px;
	margin-top: 230px;
	margin-left: 550px;
}

.locationHolder
{
}

.locationHolder a
{
	color: #00cf00;
	font-weight: bold;
	text-align: center;
}

#location1LinkUrban
{
	position: absolute;
	width: 100px;
	height: 60px;
	margin-top: 280px;
	margin-left: 160px;
	text-align: center;
}

#location2LinkUrban
{
	position: absolute;
	width: 100px;
	height: 60px;
	margin-top: 10px;
	margin-left: 220px;
	text-align: center;
}

#location3LinkUrban
{
	position: absolute;
	width: 100px;
	height: 60px;
	margin-top: 400px;
	margin-left: 370px;
	text-align: center;
}

#location4LinkUrban
{
	position: absolute;
	width: 100px;
	height: 60px;
	margin-top: 360px;
	margin-left: 470px;
	text-align: center;
}

#location5LinkUrban
{
	position: absolute;
	width: 100px;
	height: 60px;
	margin-top: 230px;
	margin-left: 670px;
	text-align: center;
}

#location6LinkUrban
{
	position: absolute;
	width: 100px;
	height: 60px;
	margin-top: 330px;
	margin-left: 680px;
	text-align: center;
}

#location1LinkForest
{
	position: absolute;
	width: 100px;
	height: 60px;
	margin-top: 180px;
	margin-left: 60px;
	text-align: center;
}

#location2LinkForest
{
	position: absolute;
	width: 100px;
	height: 60px;
	margin-top: 300px;
	margin-left: 110px;
	text-align: center;
}

#location3LinkForest
{
	position: absolute;
	width: 100px;
	height: 60px;
	margin-top: 140px;
	margin-left: 230px;
	text-align: center;
}

#location4LinkForest
{
	position: absolute;
	width: 100px;
	height: 60px;
	margin-top: 260px;
	margin-left: 210px;
	text-align: center;
}

#location5LinkForest
{
	position: absolute;
	width: 100px;
	height: 60px;
	margin-top: 150px;
	margin-left: 390px;
	text-align: center;
}

#location6LinkForest
{
	position: absolute;
	width: 100px;
	height: 60px;
	margin-top: 220px;
	margin-left: 580px;
	text-align: center;
}

#location1LinkArctic
{
	position: absolute;
	width: 100px;
	height: 60px;
	margin-top: 180px;
	margin-left: 120px;
	text-align: center;
}

#location2LinkArctic
{
	position: absolute;
	width: 100px;
	height: 60px;
	margin-top: 350px;
	margin-left: 140px;
	text-align: center;
}

#location3LinkArctic
{
	position: absolute;
	width: 100px;
	height: 60px;
	margin-top: 120px;
	margin-left: 230px;
	text-align: center;
}

#location4LinkArctic
{
	position: absolute;
	width: 100px;
	height: 60px;
	margin-top: 300px;
	margin-left: 300px;
	text-align: center;
}

#location5LinkArctic
{
	position: absolute;
	width: 100px;
	height: 60px;
	margin-top: 230px;
	margin-left: 390px;
	text-align: center;
}

#location6LinkArctic
{
	position: absolute;
	width: 100px;
	height: 60px;
	margin-top: 460px;
	margin-left: 580px;
	text-align: center;
}

#location1LinkTropical
{
	position: absolute;
	width: 100px;
	height: 60px;
	margin-top: 180px;
	margin-left: 220px;
	text-align: center;
}

#location2LinkTropical
{
	position: absolute;
	width: 100px;
	height: 60px;
	margin-top: 370px;
	margin-left: 300px;
	text-align: center;
}

#location3LinkTropical
{
	position: absolute;
	width: 100px;
	height: 60px;
	margin-top: 210px;
	margin-left: 340px;
	text-align: center;
}

#location4LinkTropical
{
	position: absolute;
	width: 100px;
	height: 60px;
	margin-top: 360px;
	margin-left: 400px;
	text-align: center;
}

#location5LinkTropical
{
	position: absolute;
	width: 100px;
	height: 60px;
	margin-top: 250px;
	margin-left: 500px;
	text-align: center;
}

#location6LinkTropical
{
	position: absolute;
	width: 100px;
	height: 60px;
	margin-top: 330px;
	margin-left: 530px;
	text-align: center;
}

#location1LinkRainforest
{
	position: absolute;
	width: 100px;
	height: 60px;
	margin-top: 70px;
	margin-left: 130px;
	text-align: center;
}

#location2LinkRainforest
{
	position: absolute;
	width: 100px;
	height: 60px;
	margin-top: 370px;
	margin-left: 250px;
	text-align: center;
}

#location3LinkRainforest
{
	position: absolute;
	width: 100px;
	height: 60px;
	margin-top: 210px;
	margin-left: 340px;
	text-align: center;
}

#location4LinkRainforest
{
	position: absolute;
	width: 100px;
	height: 60px;
	margin-top: 110px;
	margin-left: 400px;
	text-align: center;
}

#location5LinkRainforest
{
	position: absolute;
	width: 100px;
	height: 60px;
	margin-top: 450px;
	margin-left: 400px;
	text-align: center;
}

#location6LinkRainforest
{
	position: absolute;
	width: 100px;
	height: 60px;
	margin-top: 330px;
	margin-left: 530px;
	text-align: center;
}

#location1LinkDesert
{
	position: absolute;
	width: 100px;
	height: 60px;
	margin-top: 220px;
	margin-left: 100px;
	text-align: center;
}

#location2LinkDesert
{
	position: absolute;
	width: 100px;
	height: 60px;
	margin-top: 350px;
	margin-left: 130px;
	text-align: center;
}

#location3LinkDesert
{
	position: absolute;
	width: 100px;
	height: 60px;
	margin-top: 240px;
	margin-left: 220px;
	text-align: center;
}

#location4LinkDesert
{
	position: absolute;
	width: 100px;
	height: 60px;
	margin-top: 310px;
	margin-left: 310px;
	text-align: center;
}

#location5LinkDesert
{
	position: absolute;
	width: 100px;
	height: 60px;
	margin-top: 230px;
	margin-left: 530px;
	text-align: center;
}

#location6LinkDesert
{
	position: absolute;
	width: 100px;
	height: 60px;
	margin-top: 260px;
	margin-left: 640px;
	text-align: center;
}

#chatContainer
{
	height: 335px;
	/*width: 206px;*/
	width: 195px;
	border: solid 1px #000;
}

#chatHeader
{
	height: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #000;
	font-weight: bold;
	border-bottom: solid 1px #000;
	background-image: url('Images/chatheaderbackground.jpg');
}

#chatHeader span
{
	margin-left: 5px;
}

#textChat
{
	background-color: #ddf3f8;
	border: none;
	margin: 0;
	padding: 0;
	height: 24px;
	
}

#chatWindow
{
	height: 288px;
	width: 100%;
	overflow: auto;
	overflow-y: auto; 
	overflow-x: hidden;
	background-color: #ddf3f8;
	color: #000;
}

#userList
{
	overflow-y: auto; 
	overflow-x: hidden;
	background-color: #ddf3f8;
}

#chatWindow p
{
	margin: 1px;
}

#chatEnter
{
	height: 25px;
	width: 100%;
	border-top: solid 1px #000;
	background-color: #ddf3f8;
	border-bottom: solid 1px #000;
	
}

#btnEnterText
{
	border: none;
	background-color: #246eba;
	color: #fff;
	height: 25px;
	width: 45px;
}

.jqDrag {
	width: 100%;
	cursor: move;
}

.jqDnR {
    z-index: 3;
    position: relative;
    
    width: 180px;
    font-size: 0.77em;
    color: #618d5e;
    margin: 5px 10px 10px 10px;
    padding: 8px;
    background-color: #EEE;
    border: 1px solid #CCC;
}

.onlineNowText
{
	color: #ccff00;
	visibility: visible;
}

.boardThumbnail
{
	width: 120px;
	height: 80px;
}

.basicLabel, .tableHeader
{
	color: #ccff00;
}

.featuredMyKuText
{
	font-size: 20px;
}

.newsTitle
{
	color: #ccff00;
	font-size: 16px;
	font-weight: bold;
}

.newsDate
{
	font-size: 10px;
}

.newsBody
{
	padding-top: 5px;
}

.profileManageLinks a
{
	text-decoration: underline;
}

.profileManageLinks a:hover
{
	text-decoration: underline;
	color: #ccff00;
}

.titleHelper
{
	font-size: 11px;
	padding-left: 20px;
	cursor: pointer;
}

.removedMyku
{
	color: Maroon;
}

.blink
{
}

.blinkOn
{
	border: solid 1px #fff;
}

.blinkOff
{
	border: none;
}