body {
	font-size: 14px;
	color: #FFF;
	background-color:#333;
}

body a{
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
}

body a:hover {
	color: #AAA;
	font-size: 19px;
	font-weight: bold;
}

.mailme {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}

.mailme:hover {
	font-size: 15px;
}

.howtolink {
	font-size: 12px;
}
.howtolink a {
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}

.howtolink a:hover {
	font-size: 13px;
}

#pageText {
	visibility: visible;
}
#pageLoadText {
	visibility: visible;
	margin-bottom: 10px;
	padding: 5px;
}

#adtext {
	font-size: 12px;
	margin-top: 4px;
}
#adtext:hover {
	cursor: pointer;
	color: #CCC;
}
#mainannouncement {
	color: white;
	font-size: 12px;
}
#mainannouncement a {
	color: white;
	text-decoration: underline;
	font-size: 12px;
}
#showSpellText {
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-decoration: underline;
	width: 165px;
	border-left: 2px solid white;
	border-top: 2px solid white;
	border-right: 2px solid white;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	background-color: #CCC;
	padding-right: 8px;
	padding-left: 8px;
}
#showSpellText:hover {
	font-size: 13px;
	background-color: #FFF;
	border-color: #FFA;
	color: #555;
	cursor: pointer;
}
.closebutton {
	width: 12px;
	height: 14px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: inherit;
	
}
.closebutton:hover {
	cursor: pointer;
	background-color: #BBB;
}

.expertoption {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
}
.pagebutton {
	/*display: none;
	position: absolute;
	top: 0px;
	left: 0px;*/
	width: 100px;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	border: 2px solid white;
	background-color: #CCC;
	color: black;
	line-height: 30px;
	vertical-align: middle;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 5px;
}
.pagebutton:hover {
	border-color: black;
	background-color: white;
	color: #900;
	cursor: pointer;
}
#hideAdCBBox {
	font-size: 12px;
	text-align: left;
	width: 100px;
}
#deleteCookieButton {
	font-size: 12px;
	height: 24px;
	line-height: 24px;
}

#htmlOptionsBox {
	position: relative;
	width: 900px;
	height: 50px;
	font-size: 10px;
	padding-top: 10px;
}
#spellBox {
	visibility: hidden;
}
#dndBox {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	color: black;
	font-size: 18px;
	font-weight: bold;
	line-height: 50px;
	vertical-align: middle;
}

#dropbox {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	background-color: white;
	opacity: .2;
	-moz-opacity: .2;
	filter: alpha(opacity=20);
}
#dropbox:hover {
	background-color: #CCC;
}
.dragover {
	filter: alpha(opacity=40);
	-moz-opacity: .8;
	opacity: .8;
}

.htmlOptionsTab {
	display: inline;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 5px;
	border-top: 2px solid white;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	background: #CCC;
	color: black;
}
.htmlOptionsTabHover {
	border-color: #FFB;
	font-weight: bold;
	cursor: pointer;
}
.htmlOptionsTabLeft {
	border-left: 2px solid white;
}
.htmlOptionsTabRight {
	border-right: 2px solid white;
}
.htmlOptionsTabSelected {
	background-color: white;
	border-left: 2px solid white;
	border-right: 2px solid white;
	font-weight: bold;
}

#pasteBox {
	visibility: hidden;
	width: 100%;
	height: 100%;
}
#pasteButton {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	color: white;
	font-size: 18px;
	line-height: 50px;
	vertical-align: middle;
}
#pasteButton:hover {
	cursor: pointer;
	color: black;
	background-color: #AAA;
}
#pasteLoadText {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: white;
	color: black;
	font-size: 16px;
	line-height: 32px;
	vertical-align: middle;
}
#pasteLoadText:hover {
	background-color: #CCC;
	cursor: pointer;
}
#javaLink {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 180px;
	height: 18px;
	line-height: 18px;
	font-size: 10px;
	font-weight: bold;
	color: #CCC;
	background-color: #900;
	text-decoration: underline;
	border: 1px solid #900;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#javaLink:hover {
	border-color: black;
	background-color: #B00;
}

#cookieBox {
	position: relative;
	width: 100%;
	border: 2px solid white;
	background-color: #F00;
	color: white;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 4px;
	display: inline-block;
}
#cookieBox a {
	font-size: 10px;
	text-decoration: underline;
}
#cookieBox a:hover {
	font-size: 10px;
	text-decoration: none;
}
#cookieBox span {
	margin-left: 10px;
}