
td.frmWdgtLeft
{
  width: 250px;
  vertical-align: top;
}
td.frmWdgtRight
{
  width: 200px;
  vertical-align: top;
}

table.wdgt
{
  width: 100%;
}
td.wdgtTL
{
  width: 15px;
  height: 40px;
  background-image: url(wdgttl_1.png);
  background-repeat: no-repeat;
  background-position: top left;
}
td.wdgtTC
{
  height: 40px;
  text-align: center;
  vertical-align: middle;
  background-image: url(wdgttc_1.png);
  background-repeat: repeat-x;
  background-position: top;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  color: rgb(251,137,67);
}
td.wdgtTC a.dummy
, td.wdgtTC a.dummy:link
, td.wdgtTC a.dummy:visited
, td.wdgtTC a.dummy:focus
, td.wdgtTC a.dummy:hover
, td.wdgtTC a.dummy:active
{
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  color: rgb(251,137,67);
  cursor: text;
  text-decoration: none;
}
td.wdgtTR
{
  width: 15px;
  height: 40px;
  background-image: url(wdgttr_1.png);
  background-repeat: no-repeat;
  background-position: top right;
}
td.wdgtML
{
  width: 15px;
  background-image: url(wdgtml_1.png);
  background-repeat: repeat-y;
  background-position: left;
}
td.wdgtLeftMC , td.wdgtRightMC
{
  text-align: left;
  vertical-align: top;
  font-family: Arial;
  font-size: 12px;
  color: rgb(0,0,0);
}
td.wdgtLeftMC
{
  width: 220px;
}
td.wdgtRightMC
{
  width: 170px;
}
td.wdgtMR
{
  width: 15px;
  background-image: url(wdgtmr_1.png);
  background-repeat: repeat-y;
  background-position: right;
}
td.wdgtBL
{
  width: 15px;
  height: 15px;
  background-image: url(wdgtbl_1.png);
  background-repeat: no-repeat;
  background-position: bottom left;
}
td.wdgtBC
{
  height: 15px;
  background-image: url(wdgtbc_1.png);
  background-repeat: repeat-x;
  background-position: bottom;
}
td.wdgtBR
{
  width: 15px;
  height: 15px;
  background-image: url(wdgtbr_1.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}
td.wdgtSpace
{
  height: 10px;
}

ul.wdgt , ol.wdgt
{
  width: 150px;
  margin: 0px;
  margin-bottom: 5px;
  padding: 0px;
  padding-left: 20px;
}
ul.wdgt
{
  list-style-type: disc;
  list-style-position: outside;
}
ul.wdgtLeft , ol.wdgtLeft
{
  width: 195px;
  margin: 0px;
  margin-bottom: 5px;
  padding: 0px;
  padding-left: 20px;
}
ul.wdgtLeft
{
  list-style-type: disc;
  list-style-position: outside;
}
ul.wdgtForumNav
{
  width: 100%;
  margin: 0px;
  margin-top: 5px;
  padding: 0px;
  padding-left: 0px;
  list-style-type: none;
  list-style-position: outside;
}
li.wdgt
{
  width: 100%;
  text-align: left;
  font-family: Arial;
  font-size: 11px;
  color: rgb(0,0,0);
}

a.wdgt , a.news
{
  font-family: Arial;
  font-size: 11px;
  color: rgb(0,0,0);
  text-decoration: underline;
}
a.wdgt:hover , a.news:hover
{
  font-family: Arial;
  font-size: 11px;
  color: rgb(0,0,0);
  text-decoration: none;
}

input.post
{
	font-weight: normal;
	background-color: rgb(255,255,255);
	border: 1px solid rgb(251,137,67);
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

textarea.wdgt
{
  width: 100%;
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid rgb(170,170,170);
	padding: 2px;
}

select.wdgt
{
  width: 100%;
  border: 1px solid rgb(170,170,170);
  font-family: Arial;
  font-size: 10px;
  color: rgb(0,0,0);
}
option.wdgt
{
  font-family: Arial;
  font-size: 10px;
  color: rgb(0,0,0);
}

