/*** IceDragon/Artex Information Page CSS File ***/

/* HTML Tags */
body
{
	font-family:	"Arial";
	font-size:	11px;
	margin:		0px;
	color:		#aaaaaa;
	background:	#111111 url('img/cloud-bg.jpg');
}

img
{
	border:		0px;
}

hr
{
	border:		0px;
	border-top:	#666666 1px solid;
}


/* General Classes */
.logo
{
	text-align:	center;
	background:	#000000;
	border-bottom:  #666666 1px solid;
}

.time
{
	font-family:	"Verdana";
	font-size:	9px;
	border:		0px;
	color:		#0077ff;
	background:	inherit;
}


.section
{
	font-family:	"Arial";
	font-size:	11px;
}


.section_title
{
	font-size:	11px;
	font-weight:	bold;
	text-decoration:underline;
	text-align:	center;
}

.underline
{
	border-bottom:	#666666 1px solid;
}


/* Character Descriptions */
.charname
{
	font-family:	"Verdana";
	font-size:	9px;
	text-align:	center;
	border:		#666666 1px solid;
	background:	#111111;
}


/* Side Menu Classes */
.menu_frame
{
	border:		#666666 1px solid;
	border-top:	0px;
	background:	url('img/trans.png');
}

.menu_title
{
	font-size:	9px;
	text-align:	center;
	border-bottom:	#666666 1px solid;
	background:	#111111 url('img/greybar.gif');
}


/* Text Colors */
.purpletext
{ color: #FF55FF; }

.yellowtext
{ color: #FFFF55; }

.greentext
{ color: #00FF00; }

.bluetext
{ color: #0077FF; }

.redtext
{ color: #FF6666; }


/* Background Colors */
.greybg
{ background: #444444; }

.yellowbg
{ background: #FFFF55; }

.greenbg
{ background: #00FF00; }

.redbg
{ background: #FF6666; }


/* Links */
a:link    { color: #666666; text-decoration: none; }
a:visited { color: #666666; text-decoration: none; }
a:hover   { color: #0077ff; text-decoration: none; }
