::selection {
	background: #ff2d2d;
	/* Safari */
	color: white;
}

::-moz-selection {
	background: #ff2d2d;
	/* Firefox */
	color: white;
}

body,
.default {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table {
	font-size: 12px;
}

button {
	color: #FFFFFF;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #333333;
}

input {
	padding: 3px;
	height: expression("26px");
	font-size: 12px;
	background-color: #fff;
	border: 1px solid #333333;

	color: #333333;
	border-radius: 3px;
	/* color: #FFFFFF; */
}

input[type="checkbox"] {
	padding: 1px;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
	font-size: 12px;
	background-color: #fff;
	/* color: #FFFFFF; */
}

textarea {
	resize: none;
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	font-size: 12px;
	background-color: #333333;
	color: #FFFFFF;
	width: 100%;
}

.smallSectionTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #FFFFFF;
	font-variant: small-caps;
	text-align: center;
}

.warningText {
	font-size: .8em;
	font-weight: bold;
	color: #FF0000;
}

.subtitle {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}

.redbold {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}

.red {
	color: #FF0000;
}

.red a:link {
	color: #FF0000;
}

.red a:visited {
	color: #FF0000;
}

.red a:hover {
	color: #333333;
}

.red a:active {
	color: #FF0000;
}

.doubleSpace li {
	padding-bottom: .8em;
}

.normalSpace li {
	padding-bottom: 0;
}

.title {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}

.guildName {
	font-size: 20px;
	font-weight: bold;
	color: #FF0000;
	font-variant: small-caps;
}

table.styled tr.section {
	//background-repeat:repeat-x;
	background: url(../images/tr_back.png);
	height: 21px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0;
}

table.styled caption {
	//background-repeat:repeat-x;
	background-image: url(../images/tr_back.png);
	height: 21px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0;
}

table.styled tr.alt1 {
	background-color: #E9E9E9;
}

table.styled tr.alt2 {
	background-color: #D1D1D1;
}

table.styled td {
	height: 21px;
}

table.styled tr:hover {
	background-color: #FFFFFF;
}

table.styled {
	border-collapse: collapse;
	padding: 0;
	border-spacing: 0;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p.hiddenP {
	display: none;
}

.effect1 {
	/*display:none;*/
}

.effect2 {
	/*display:none;*/
}

a:link {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #000000;
	//color: #333333;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a:active {
	text-decoration: none;
	color: #FF0000;
	outline: none;
}

a:focus {
	-moz-outline-style: none;
	outline: none;
}

.normalWeight a:link,
.normalWeight a:visited {
	font-weight: normal;
}

.section {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #AF3425;
	font-weight: bold;
}

.iFrameTitle,
.iFrameTitle2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #FFFFFF;
	font-variant: small-caps;
	padding-left: 20px;
}

.iFrameTitle2 {
	padding-left: 34px;
}

.info,
.success,
.warning,
.error,
.validation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: 1px solid;

	margin: 0px;

	padding: 15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}

.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../images/icons/box/info.png');
}

.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('../images/icons/box/success.png');
}

.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../images/icons/box/warning.png');
}

.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../images/icons/box/error.png');
}

.validation {
	color: #D63301;
	background-color: #FFCCBA;
	background-image: url('../images/icons/box/warning.png');
}

#noscript-warning {
	font-family: sans-serif;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 101;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	color: #fff;
	background-color: #AE0000;
	padding: 5px 0px 5px 0px;
}

#noscript-padding {
	padding-top: 28px;
}

.ui-autocomplete-loading {
	background: url('../images/indicator.gif') right center no-repeat;
}

.newstext img {
	max-width: 100%;
	height: auto;
}

.character-profile,
.character-profile {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: bold;
}

.character-profile * {
	font-family: Georgia, "Times New Roman", serif !important;
	font-weight: bold !important;
}

.character-profile td:last-child {
	white-space: normal;
	word-break: break-word;
}

table.styled {
	box-shadow:
		0 6px 12px rgba(0, 0, 0, 0.4),
		0 12px 24px rgba(0, 0, 0, 0.35),
		0 18px 36px rgba(0, 0, 0, 0.25);
	border-radius: 8px;
	border: 1px solid #444;
	background-color: #fff;
}

table.styled {
	border: 1px solid rgba(0, 0, 0, 0.2);
}
