/* used when [quote] tags are used in posts */
.quote{}

.quoteheader {
	font-size:9pt;
	background:;}

/* Most tables use this type    */
.list, .List{	
	border-style: solid;
	border-width: 1px;
	border-color: #4d0d1b}


/* Used in the default base as the Title table.  Even with custom layouts, it's used in the Add/Edit Post and other popups that have a title */
Table.Subject{
		border: outset;
		border-width: 1px;}

/* This is used with [title] tags in guides and posts */
.GuideTitle{	font-weight:bold;
		font-size: 14pt;
		color: white;}


.threadlistrating {
	border-color:#4D0D1B !important
}

		
/* used with [subtitle] tags in guides and posts */
.GuideSubTitle{	font-weight:bold;
		font-size: 11pt;
		color:white;}

/* The Row of the "Title Table" */
.Subject{	font-size: 11pt;
		font-weight: bold;
		background: #000000;
		color: #ffffff; }
		
/* This is the "PAge Description" row of the "Title Table" */
.SubSubject{	font-size: 9pt;
		font-weight: bold;
		background: #380000;
		color: ;}
		
/* for the TopStats, is the color of the Statistic itself */
.StatCount{	color: #bbbb00;}

/* for the TopStats, is the color of a Statistic designed to get the user's attention */
.StatAlert{	color: #FF0000;}

/* In the default layout, is the style of the "Top Stats" */
.TopStats{	font-size: 7.5pt}

		
/* Error box description */
table.error{	border-width: 1px;
		border-style:outset;}

/* Error box description */
td.error,.missing,div.error{	
		font-size: 9pt;
		background: #771111;
		color: #FFFFFF;}

/* Error box title */
.errorlistlabel{background:#BB1111;
		font-weight:bold;
		color:#FFFFFF;
		font-size:11pt}

/* used on almost every page, is the style of one of the row-types in a table with alternating row types */
.list1,.l1{	background: url(http://dkpfiles.com/pias/files/body2.gif);font-size:9pt;}

/* used on almost every page, is the style of the other of the row-types in a table with alternating row types */
.list2,.l2{	background: url(http://dkpfiles.com/pias/files/body.gif);font-size:9pt;}

/* used commonly, is for rows that want to "Get Your attention" in a table.  IE, Missing Raids on your member profile. */
.listred,.lr{	background: #FF9999;
		color: #000000;
		font-size: 9pt;}

/* used to mark a "new or recently posted" thread. */
.newlist1,.newl1,.newlist2,.newl2{
		background: url(http://dkpfiles.com/pias/files/bodynew.gif);
		font-weight:bold;}

/* used in the copyright notice */
.copyright{font-size: 7.5pt;font-style:italic;text-align:center}

/* used in a few places to just define a normal place to put simple kinda-small text */
.plain{font-size:9pt}

/* to define small text in random places */
.xsmall{font-size:7pt}

/* today on the calendar */
.calcurrent{
	font-size: 7.5pt;
	color: ;
	border-style:solid;
	border-width:1px;
	border-color:grey;
}

/* Any day on the calendar.  Primarily for defining the width of the calendar, as the calendar width SHOULD be (width of .calday) * 7  */
.calday{
	width:20px}


/* The menu header (Menu, Resources, etc) as well as the Calendar Header, and the current date on the calendar */
.MenuCat,.calheader{
		font-size: 9pt;
		font-weight: bold;
		background: url(http://dkpfiles.com/pias/files/listlabel.gif);
		color: ;
		
		}

/* The cell record on the calendar for if there is something scheduled this day */
.calsomething{}

/* The header bar of tables that act as lists */
.listlabel{
		font-weight: bold;
		background: url(http://dkpfiles.com/pias/files/listlabel.gif);
		color: ;}

/* The Menu option contents, as well as the body for the calendar */
.calbody{}

/* This is the Shoutbox style */
.shoutbox{
	overflow:auto;
	height: 200px;
	font-weight:normal;
	font-size: 7.5pt;
}

/* This is the style for the Vent/TS status */
.ventstatus{
	width:100%;
	/*height:300px;*/
	overflow:auto;
}

/* is the information about the poster on the forum.  The left-most pane on each post */
.PostInfo{	background: url(http://dkpfiles.com/pias/files/body2.gif);
		padding:5px;
		border-style:solid;
		border-width:1px;
		border-color: #4d0d1b;
		font-size:9pt;

}
		
/* While rather rarely used, this is the "color picker" popup. Probably shouldn't ever change */
.cp{		width:10;height:10}

/*  On the forum, this is the little blurb at the top that gives statistic info "Total Posts" "Total Threads" "Deepest Thread" */
.ThreadHeader{	font-size: 11pt;}
	
/* The style associated with the "Add a Post to this thread" link on the forum */
.MakeAPost{	font-weight: bold;
		font-size: 11pt;}

/* The style associated with the pane in the layout containing the body of each post */
.PostText{	font-size: 9pt;
		background:url(http://dkpfiles.com/pias/files/posttext.gif);
		padding:10px;
		border-style:solid;
		border-width:1px;
		border-color: #4d0d1b;
	}

/* used on the [pre] tags in posts and stuff */
pre{		font-size:11pt;}


/* for any list rows that must show up to get the user's attention, this is the link for them */
A.inred:visited	{color:#000000;}
A.inred:link	{color:#000000;}
A.inred:active	{color:#444444;}
A.inred:hover	{color:#444444;}

/* used in on most pages as the buttom class */
input.button{	background: #0F0532;
		color: #FF0000;}

/* used in the default layout as any list items */
.menucontent li{
	list-style-image:none;
}

/* The following are the rules for tabs */
div.tabrow{float:left;width:100%;padding-top:5px;}
ul.tabrow, ul.tabrow li{list-style-type:none;margin:0;padding:0}
ul.tabrow{margin-left:10px;}
ul.tabrow li{list-style-image:none;float:left;margin-right: 3px;text-align:center;font-size:inherit}
ul.tabrow a{float:left;width:8em;padding: 5px 0;background:url(http://dkpfiles.com/pias/files/body2.gif);border-style:solid;border-color:#4d0d1b;border-width:1px;}
ul.tabrow a:hover {background:url(http://dkpfiles.com/pias/files/bodynew.gif);}
ul.tabrow li.selected a,ul.tabrow li.selected a:hover {background:url(http://dkpfiles.com/pias/files/listlabel.gif);border-style-bottom:none;}




/* The next rules (all preceded with bigcal) are for the 'Big Calendar' (bigcalendar.php) */

/* this is the table that displays the calendar info */
.bigcal {width:100%;border-style:inset;border-width:1px;}

/* This is the header of the calendar, displaying the month and year, and the links to the next months */
.bigcalheader{font-size:16pt;font-weight:bold;background:url(http://dkpfiles.com/pias/files/listlabel.gif);;color:}

/* Day Labels 'Sunday' 'Monday' etc */
.bigcaldayheader{font-size:10pt;font-weight:bold;background:url(http://dkpfiles.com/pias/files/listlabel.gif);}

/* This is the class for each day */
.bigcalday {width:14%;border-style:solid;border-color:#555555;border-width:1px;height:100px;}

/* This is a class that is displayed on event labels (8:00pm - Gruul's Lair) */
.bigcallabel{font-size:8pt;cursor:pointer}

/* This is the div containing the day of the month */
.bigcaldaylabel{font-size:8pt;background:url(http://dkpfiles.com/pias/files/body2.gif);text-align:center}

/* The class when a day on the calendar is being hovered over */
.bigcalday_hover{background:url(http://dkpfiles.com/pias/files/bodynew.gif);}

/* One of the classes displayed on today */
.bigcalcurrent{border-color:#000000;background:url(http://dkpfiles.com/pias/files/body2.gif);}

/* One of the classes to display is something is scheduled on that day */
.bigcalsomething{}

/* This is going to be the Arrows to the right and left */
.bigcalheader a{color:}

/* This is the div that gets clicked to add a new item.  The default image is a plus.  The Overflow:hidden is because IE, for whatever reason, wants to make it higher than the height attribute */
.bigcalplus{	position:relative;
		top:2px;
		float:right;
		width:10px;
		height:10px;
		overflow:hidden;
		line-height:1px;
		background-image:url(plus.gif);
		cursor:pointer;}		

/* A day that's not in the current month (at the beginning and end of the calendar display) */
.bigcalblank {}



body {
	background:#292929; /*url(http://dkpfiles.com/pias/files/fallingsnowtwothumb_5817.gif);*/
	color:#bb8888;
	font-family:arial, sans-serif
}

#logo {
	position:absolute;
	left:0;
	top:0;
	width:281px;
	height:160px;
	cursor:pointer;
	z-index:15;
}

#menubar {
	position:absolute;
	left:0;
	width:100%;
	top:150px;
	height:43px;
	background:url(http://dkpfiles.com/pias/files/menubar.gif);
	font-size:14pt;
	font-variant:small-caps;
	font-weight:bold;
	z-index:20;
}

a:link, a:visited {
	color: #c5771b;
}

a:hover, a:active {
	color:#fffc1b;
}


#menubar a {
	padding:15px 10px 3px 10px;
	margin: 0 15px 0 15px;
	vertical-align:middle;
}


#body {
	position:absolute;
	top:300px;
	left:200px;
	right:200px;
	min-height:200px;
	background:url(http://dkpfiles.com/pias/files/body.gif);
	font-size:9pt;
	padding:4px;
}

#head {
	position:absolute;
	top:-100px;
	left:50%;
	margin-left:-40px;
	background:url(http://dkpfiles.com/pias/files/static.gif) -107px -68px;
	width:80px;
	height:101px;
}

#clawarms {
	position:absolute;
	left:20px;
	right:20px;
	top:-82px;
	height:13px;
	background:url(http://dkpfiles.com/pias/files/clawarm.gif);
}

#leftclaw {
	position:absolute;
	left:-10px;
	top:-92px;
	width:196px;
	height:34px;
	background:url(http://dkpfiles.com/pias/files/static.gif) 0 0;
	text-align:center;
}

#rightclaw {
	position:absolute;
	right:-10px;
	top:-92px;
	width:196px;
	height:34px;
	background:url(http://dkpfiles.com/pias/files/static.gif) 0 -34px;
	text-align:center;
}

#bodytop {
	position:absolute;
	width:100%;
	left:0px;
	top:-43px;
	height:45px;
	background:url(http://dkpfiles.com/pias/files/bodytop.gif);
}

#bodytopright {
	position:absolute;
	background:url(http://dkpfiles.com/pias/files/static.gif) 0 -69px;
	width:107px;
	height:99px;
	right:-107px;
	top:-43px;
}

#bodytopleft {
	position:absolute;
	background:url(http://dkpfiles.com/pias/files/static.gif) 0 -168px;
	width:107px;
	height:99px;
	left:-106px;
	top:-43px;
}

#bodyleft {
	position:absolute;
	background:url(http://dkpfiles.com/pias/files/bodyleft.gif);
	width:31px;
	height:100%;
	left:-31px;
}

#bodyright {
	position:absolute;
	background:url(http://dkpfiles.com/pias/files/bodyright.gif);
	width:34px;
	height:100%;
	right:-32px;
}

#bodybottomright {
	position:absolute;
	background:url(http://dkpfiles.com/pias/files/static.gif) -143px -170px;
	height:30px;
	width:37px;
	bottom:-28px;
	right:-33px;
}

#bodybottomleft {
	position:absolute;
	background:url(http://dkpfiles.com/pias/files/static.gif) -107px -170px;
	height:30px;
	width:37px;
	bottom:-28px;
	left:-31px;
}

#bodybottom {
	position:absolute;
	background:url(http://dkpfiles.com/pias/files/bodybottom.gif);
	height:28px;
	width:100%;
	bottom:-28px;
}

#tailfin {
	position:absolute;
	background:url(http://dkpfiles.com/pias/files/static.gif) 0 -267px;
	width:182px;
	height:139px;
	left:50%;
	bottom:-137px;
	margin-left:-91px;
}

#rightmenu, #leftmenu {
	position:absolute;
	top:208px;
	z-index:10;
}


#rightmenu {
	right:0;
}

#leftmenu {
	left:0;
}

#rightmenu .claw {
	background:url(http://dkpfiles.com/pias/files/static.gif) 0 0px;
	text-align:right;
	padding-right:10px;
}

#leftmenu .claw {
	background:url(http://dkpfiles.com/pias/files/static.gif) -16px -34px;
	text-align:left;
	padding-left:10px;
}
	
.menu, .menu * {
	font-size:8pt;
	font-weight:normal;
}

.claw {
	padding-top:2px;
	width:170px;
	height:32px;
	font-size:10pt;
	font-weight:bold;
	font-variant:small-caps;
	color:#c5771b;
	vertical-align:center;
}

.menu ul {
	padding: 0 10px 0 10px;
	margin: 0 0 0 0;
	list-style:none;
}

#rightmenu .menu ul {
	text-align:right;
}

.menucontent {
	width:150px;
}

.menubottom {
	width:155px;
	height:8px;
	margin-bottom:10px;
}

#rightmenu .menucontent {
	background:url(http://dkpfiles.com/pias/files/menucontent.gif) 0 0;
	margin-left:25px;
	padding-left:5px;
}

#leftmenu .menucontent {
	background:url(http://dkpfiles.com/pias/files/menucontent.gif) -31px 0;
	padding-right:5px;
}

#rightmenu .menubottom {
	background:url(http://dkpfiles.com/pias/files/menubottom.gif) 0 0;
	margin-left: 25px;
}

#leftmenu .menubottom {
	background:url(http://dkpfiles.com/pias/files/menubottom.gif) -31px 0;
}


#pagetitle {
	position:absolute;
	width:100%;
	font-size:12pt;
	font-weight:bold;
	text-align:center;
	top:-35px;
	left:0;
	font-variant:small-caps;
	color:#c5771b
}

#pagedesc {
	width:100%;
	font-size:10pt;
	text-align:center;
	font-variant:small-caps;
	color:#c5771b;
}

#collage {
	position:absolute;
	background:url(http://dkpfiles.com/pias/files/collage-transparent.png);
	right:0;
	top:0;
	width:418px;
	height:150px;
	z-index:10;
}

#mort {
	position:absolute;
	background:url(http://dkpfiles.com/pias/files/mort.gif);
	right:350px;
	top:0;
	width:342px;
	height:150px;
	z-index:12;
}

#stats {
	position:absolute;
	left:300px;
	width:200px;
	z-index:20;
	font-size:8pt;
}

#statshadow {
	position:absolute;
	left:301px;
	width:201px;
	z-index:19;
	font-size:8pt;
	color:black !important;
}

#statshadow * {
	color: black !important;
}

#bodycontent {
	width:100%;
	overflow:auto;
}

#copyright {
	width:100%;
	text-align:center;
}

.PostText b, #txt b {
	color:#dcc2c3;
	font-weight:bold;
}

li {list-style-position:inside}