/*Style sheet for BigSwords_UI */

a
{
  color : #00ffff;
}

a:active
{
  color : #d0d0d0;
}

a:hover
{
  color : #0000ff;
}

a:visited
{
  color : #40ffff;
}

a.noline
{
  text-decoration : none;
  color : #ffffff;
}

a.menuURL
{
	text-decoration : none;
	color : #ffffff;
	font-weight : bold;
	font-size : 8pt;
}

a.submenuURL
{
	text-decoration : none;
	color : #ffffff;
	font-size : 8pt;
}

a.linkURL
{
	text-decoration : none;
	color : #ffffff;
	font-weight : bold;
	font-size : 8pt;
}

body
{
	background-color : #c0c0c0;
	margin : 0;
}

img.tight
{
	vertical-align : top;
	border : 0;
	margin : 0;
	padding : 0;
}

img.thumb
{
	vertical-align : top;
	border : 0;
	margin-right : 0px;
}

img.mainshot
{
	vertical-align : top;
	border-width : 1px;
	border-color : #ffffff;
	margin : 0;
	padding : 0;
}

td
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : white;
	margin : 0;
}

td.menu
{
	width : 120px;
	padding : 2px;
	/* background-color : #000000; */
	vertical-align : top;
	background : url("ui/bigswords-menu-bkgrd.gif");
}

td.body
{
	vertical-align : top;
	width : 303px;
	padding : 4px;
	background-color : #008fff;
	font-size : 8pt;
	text-align : justify;
}

td.topbar
{
	background-color: #4080ff;
	font-size : 9pt;
}

td.thinline
{
	background-color : #ffffff;
	font-size : 1px;
	padding : 0px;
}

td.shotband
{
	text-align : right;
	padding : 2px;
	background-color : #606060;
}

.shotbandtext
{
	font-weight : bold;
	font-size : 6pt;
	text-align : right;
	padding : 0px;
	text-align : center;
}

ul
{
	margin-top : 0px;
	margin-bottom : 0px;
	list-style-type : disc;
}

ul.good
{
	list-style-image : url("ui6/bulletgood.gif");
}

ul.bad
{
	list-style-image : url("ui6/bulletbad.gif");
}

ul.ugly
{
	list-style-image : url("ui6/bulletugly.gif");
}

li.listtitle
{
	display : list-item;
	list-style-type : none;
	font-weight : bold;
	margin-left : -16px;
}


p
{
	margin-bottom : 8px;
}

.bodyTitle
{
	color : #000000;
	font-size : 9pt;
	font-weight : bold;
	font-family : Arial, Helvetica, Sans-Serif;
}

.bodyTitleSmall
{
	font-size : 8pt;
	font-weight : bold;
	font-family : Arial, Helvetica, Sans-Serif;
}

.code
{
	color : #c0c0c0;
	font-size : 8pt;
	font-family : Courier New, Courier, Monospace;
}

.fine
{
	color : #ffffff;
	font-size : 8pt;
	font-family : Arial, Helvetica, Sans-Serif;
}