/* INHERITANCE */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7F7667;
}
body {
	margin: 0; /* to avoid margins */
	text-align: center; /* to correct the centering IE bug*/
	background: url(/images/layout/bg.jpg) #000000 top center no-repeat;
}
a:link {
	color: #C2CBCF;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #30476F;
}
a:active {
	color: #C2CBCF;
	text-decoration: none;
	font-weight: bold;
}
img {
	border: 0px;
}
table.brd { /* Border for Tables */
	border: 2px solid #1F1F1D;
	padding: 3px;
}
tr.r0,td.r0 { /* Alternating Color Rows for Tables */
	background: #151513;
}
tr.r1,td.r1 { /* Alternate Color */
	background: #1F1D28;
}
table.overs tr:hover { /* The Mouseover Hover Color for table rows */
	background-color: #0F1B2F;
}
input, textarea, select {
	color: #9F9B8B;
	font: 12px Arial, Helvetica, sans-serif;
	border: dotted 1px #2a2a2a;
	background: #1A1917;
	padding: 2px;
}
textarea, input { /* Seperating this from the general select tag, otherwise Google Chrome throws a hissy fit! */
	background: #1A1917 url(/images/input/bg.png) top left no-repeat;
}
select { /* Seperating this from the general select tag, otherwise Google Chrome throws a hissy fit! */
	border: none;
}
input.button { /* Styling for Input Buttons */
	background: #1F1F1D;
	color: #7F7667;
	font-size: 11px;
	font-weight: bold;
	border: outset 1px #1F1D28;
	cursor: pointer;
}
input.button:hover {
	background-color: #272433;
}
ul.bullet {
	list-style-image: url(/images/layout/skull_spacer.png);
}
/* DIVS */
#wrapper { /* this goes around everything in the main page */
	margin-left: auto;
	margin-right: auto;
	width: 986px;
	overflow: hidden;
	text-align: left;
	position: relative;
}
#main_content { /* this is the spacer box around the center, "main" content column */
	padding: 5px;
	text-align: justify;
}
#sidebar_text {
	padding: 4px 0px 0px 0px;
	text-align: center;
}
#footer_wrapper { /* the wrapper div for footer_text */
	margin: 10px 0px 5px 0px;
	text-align: center;
	width: 280px;
	margin-left: auto;
	margin-right: auto;
}
#footer_text { /* the text elements of the footer */
	font-size: 9px;
	letter-spacing: 1px;
}
#under_tab { /* this is the small under-the-box tab */
	text-align: center;
	background: url(/images/layout/under_tab.jpg) top center no-repeat;
	height: 32px;
	padding-top: 6px;
}
#eb_wrapper { /* contains the divs to create the expandable sidebar box */
	width: 177px;
	margin: 8px 0px 0px 6px;
	text-align: center;
}
#eb_wrapper_inset { /* contains the divs to create an expandable "tip" box on a specific page */
	width: 177px;
	margin: 3px 0px 5px 10px;
	text-align: center;
	float: right;
}
#eb { /* top of the three divs needed to create expandable sidebar box */
	background: url(/images/layout/images/box_01.jpg) top center no-repeat;
	height: 50px;
	width: 177px;
	text-align: center;
}
#eb1 { /* center of the expandable sidebar box */
	background: url(/images/layout/images/box_02.jpg) top center repeat-y;
	width: 177px;
}
#eb2 { /* bottom of the expandable sidebar box */
	background: url(/images/layout/images/box_03.jpg) top center no-repeat;
	height: 16px;
	width: 177px;
}
#eb_main { /* the text of the main box (eb1) */
	text-align: justify;
	margin: 0px 15px 0px 15px;
	font-size: 10px;
}
#inset_text { /* the text styling for the page-specific notes and tips */
	padding: 4px 0px 0px 0px;
	text-align: justify;
}
#eb_title { /* the title box's div (eb) */
	padding-top: 22px;
}
#eb_title_inset { /* title for the page specific ones */
	color: #9F9B8B;
	font-weight: bold;
	padding-top: 22px;
	font-size: 13px;
}
#newsbox_wrapper { /* contains the divs to create the news boxes */
	width: 545px;
	text-align: center;
	padding: 0px 0px 0px 3px;
}
#newsbox { /* top of the news box */
	background: url(/images/layout/images/newsbox_01.jpg) top center no-repeat;
	height: 67px;
	width: 545px;
	text-align: center;
}
#newsbox1 { /* center of the news box */
	background: url(/images/layout/images/newsbox_02.jpg) top center repeat-y;
	width: 545px;
}
#newsbox2 { /* bottom of the news box */
	background: url(/images/layout/images/newsbox_03.jpg) top center no-repeat;
	height: 38px;
	width: 545px;
}
#newsbox_icon_st { /* ST News Icon */
	background: url(/images/layout/news_st.png) top center no-repeat;
	height: 67px;
	width: 91px;
	float: left;
}
#newsbox_icon_ic { /* IC News Icon */
	background: url(/images/layout/news_ic.png) top center no-repeat;
	height: 67px;
	width: 91px;
	float: left;
}
#newsbox_icon_journal { /* Latest Journal Icon */
	background: url(/images/layout/news_journal.png) top center no-repeat;
	height: 67px;
	width: 91px;
	float: left;
}
#newsbox_icon_wiki { /* Latest Wiki Icon */
	background: url(/images/layout/news_wiki.png) top center no-repeat;
	height: 67px;
	width: 91px;
	float: left;
}
#newsbox_title { /* title of the news (in newsbox) */
	color: #9F9B8B;
	font-weight: bold;
	width: 380px;
	padding: 18px 50px 0px 0px;
	font-size: 16px;
	height: 18px;
	letter-spacing: 1px;
	color: #BFBAA7;
	float: left;
	overflow: hidden;
}
#newsbox_info { /* who posted, when it was posted, what forum it was posted */
	width: 380px;
	padding: 14px 0px 0px 0px;
	font-size: 10px;
	font-style: italic;
	float: left;
}
#newsbox_main { /* main content text (in newsbox1) */
	text-align: left;
	padding: 4px 15px 5px 15px;
}
#newsbox_extra { /* read more link (in newsbox2) */
	height: 13px;
	width: 86px;
	float: right;
	margin: 8px 16px 0px 0px;
}
#newsbox_replies { /* show if there's been replies to a topic */
	height: 13px;
	float: left;
	margin: 8px 0px 0px 16px;
	font-size: 10px;
}
#welcome_new_posts { /* The text of the unread posts div in the welcome inlet */
	margin: 5px 0 5px 0;
}
#page_heading { /* This div is for the image heading of every page on the site */
	text-align: center;
	margin: 0px 0px 10px 0px;
	font-family: 'SuspireFont', Arial;
	font-size: 250%;
	color: #565149;
}
#character_name { /* The div housing the character name on the sidebar */
	text-align: center;
}
#health_chart { /* the div holding the X and * for health */
	color: #9F9B8B;
	font-weight: bold;
	font-size: 12px;
	margin: 3px 0px 3px 0px;
}
#sheet_skill_header { /* div for the skill headers on sheets */
	text-align: center;
	font-size: 10px;
	font-style: italic;
	line-height: 20px;
	color: #514C44;
}
#browser {
	float: left;
	text-align: center;
	width: 129px;
}
/* GENERAL */
.ts { /* this spaces the link-boxes (like new forum pm) apart */
	margin-top: 8px;
	text-align: center;
}
.under,.txtunder { /* this is for the image underline for images, should be used directly on an img */
	background: url(/images/layout/border_bottom.png) right bottom repeat-x;
}
.txtunder { /* should be used on text, such as page headers */
	padding: 0 5px 0px 5px;
}
.inset { /* This is good for indentions with a dingy line thing */
	margin: 3px 10px 3px 10px;
	padding: 0px 5px 0px 5px;
	border-left: 2px solid #1F1F1D;
	border-right: 2px solid #1F1F1D;
}
.indent { /* Indenting text */
	margin: 3px 20px 0px 20px;
	color: #514C44;
}
.quote { /* Error Messages / Whatever */
	margin: 3px 10px 3px 10px;
	padding: 5px;
	border: 2px solid #1F1F1D;
	background: #101010;
	font-size: 11px;
}
.bigerror { /* SUPER NOTICABLE error messages, best used on div tags */
	width: 99%;
	color: #8f8f8f;
	font-size: 120%;
	background-color: #5f1010;
	border: 5px dotted #921919;
	padding: 5px;
}
.list { /* Skull Dot thing for Lists */
	list-style-image: url(/images/layout/skull_spacer.png);
}
.hidden { /* Class to Auto-hide Show/Hides */
    display: none;
}
/* TEXT STYLING */
.light { /* Used for Emphasis, ex. Character Name on the sidebar */
	color: #9F9B8B;
	font-weight: bold;
}
.highlight { /* Used for Coloration Emphasis, ex. Timer Countdown on IC Events */
	color: #C7928C;
}
.ten { /* Force 10px Sizing on Text */
	font-size: 10px;
}
.dd {
	color: #9F9B8B;
	font: 12px Arial, Helvetica, sans-serif;
	border: dotted 1px #2a2a2a;
	background: #1A1917;
	padding: 2px;
}
/* LINK STYLING */
a.side {
	color: #7F7667;
}
a.side:hover {
	color: #30476F;
}
/* NON-JAVASCRIPT TOOLTIPS */
a.tt {
	cursor: help;
	color: #6E459F !important;
	font-size: 10px;
	font-weight: bold;
}
a.tt:hover,a.tt_cb:hover,a.tt_thin:hover,a.tt_eci:hover {
	position: relative;
	color: #30476F;
}
a.tt_cb,a.tt_thin { /* For Check Boxes */
	cursor: pointer;
	color: #7F7667;
	font-size: 11px;
	font-weight: bold;
}
a.tt span.tt,a.tt span.tt_left,a.tt span.tt_lrg,a.tt_cb span.tt_cb,a.tt_thin span.tt_thin,a.tt_eci span.tt_eci {
	display: none;
}
a.tt:hover span.tt,a.tt:hover span.tt_left,a.tt:hover span.tt_lrg,a.tt_cb:hover span.tt_cb,a.tt_thin:hover span.tt_thin,a.tt_eci:hover span.tt_eci {
	display: block;
	margin: 10px;
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: solid 2px #2F2B3F;
	width: 250px;
	padding: 5px;
	z-index: 100;
	color: #A4ACAF;
	top: 20px;
	left: 0px;
	background: #000000 url(/images/layout/bg_grad.png) bottom left repeat-x;
	layer-background-color: #000000;
	text-align: left;
	position: absolute;
	font-weight: normal;
}
a.tt:hover span.tt_left {
	left: -200px !important;
}
a.tt:hover span.tt_lrg {
	width: 350px !important;
}
a.tt_cb:hover span.tt_cb {
	width: 200px !important;
}
a.tt_thin:hover span.tt_thin {
	width: 125px !important;
}
/* MISCELLANEOUS or ONE-TIME USE STYLES */
.now { /* Styling the NOW!!! for IC Events */
	color: #a26FDF;
	font-weight: bold;
}
.danger,.negative { /* Alerting a player to a dangerous stat (like being 2/10 vitae) */
	color: #BF5357 !important;
}
.warning { /* Alerting a player to a low stat (like being 5/10 vitae) */
	color: #CF7B4D !important;
}
.error { /* Something that is in error (like being 13/10 vitae) */
	color: #53ADBF;
}
.positive { /* Sedate Green positive text */
	color: #93c78c;
}
.t1 { /* XP Cost Reference Style */
	border-bottom: 1px dotted #1F1E19;
	margin: 0 0 3px 0;
}
.t2 { /* XP Cost Reference Style */
	border-bottom: 1px dotted #000000;
	margin: 0 0 3px 0;
}
.txt { /* XP Cost Reference Style */
	font-size: 11px;
}
/* natasha's abusing her priviledges as the designer section for her OCD need on character sheets */
.cs_head {
	color: #C7928C;
	font-weight: bold;
	letter-spacing: 1px;
	border-left: 2px solid #1F1F1D;
	padding: 0 0 0 2px;
	font-size: 110%;
	font-variant: small-caps;
}
.cs_head2 {
	font-weight: bold;
	color: #BF5357;
}
.cs_misc {
	font-style: italic;
	font-size: 90%;
	margin: 3px;
	padding: 1px;
	border-bottom: 2px solid #1F1F1D;
}
.cs_stuff {
	margin: 0 0 0 15px;
	font-style: italic;
}
