@import url(../member/preview2.css);

BODY, TD, TH {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:.7em;
	color: BLACK;
}

P{
        font-family:verdana, arial, helvetica, sans-serif;
        color: #333333;
}


.SMALLCOPY{
        font-family:verdana, arial, helvetica, sans-serif;
        color: black;
        font-size:7.5pt;
}

.BUTTON {
	font-family:verdana, arial, helvetica, sans-serif;
        border: 1px solid black;
        background-color:#EFEFEF;
        font-size:8pt;
        height: 18px;
}

.SMALLBUTTON
{
	font-family:verdana, arial, helvetica, sans-serif;
        border: 1px solid black;
        background-color:#EFEFEF;
        font-size:8pt;
        width: 50px;
        height: 18px;
}

.LARGEBUTTON
{
	font-family:verdana, arial, helvetica, sans-serif;
        border: 1px solid black;
        background-color:#EFEFEF;
        font-size:8pt;
        width: 157px;
        height: 18px;
}

.SMALLINPUT { border-right: #336699 1px solid;
         border-top: #336699 1px solid;
         font-size: 8pt;
         border-left: #336699 1px solid;
         border-bottom: #336699 1px solid;
         font-family:verdana, arial, helvetica, sans-serif;
	 width: 90px;
       }

.INPUT { border-right: #336699 1px solid;
         border-top: #336699 1px solid;
         font-size: 8pt;
         border-left: #336699 1px solid;
         border-bottom: #336699 1px solid;
         font-family:verdana, arial, helvetica, sans-serif;
       }

.ALERT {
      font-family:verdana, arial, helvetica, sans-serif;
      font-size:7pt;
      color:red;
}


.INPUTSEL {
            font-size: 8pt;
            font-family:verdana, arial, helvetica, sans-serif;
           }


TABLE.BORDER {
        border: 1px solid black;
        border-color: BLACK;
}


TABLE.INNER TD.NOBORDER
{
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}


TABLE.LIST TR.HEADER TH,
TABLE.LIST TR.HEADER TD
{
        font-family:verdana,arial,helvetica,sans-serif;
        border-right:1px solid black;
        border-top:1px solid black;
        border-bottom:1px solid black;
        font-size:8pt;
        color:white;
	background-color:#336699;
}

TABLE.LIST TD
{
        padding-left: 3px;
	padding-right: 3px;
	font-family:verdana,arial,helvetica,sans-serif;
	border-right: 1px solid black;
        color:black;
}

TABLE.LIST TD.NORIGHT
{
        font-family:verdana,arial,helvetica,sans-serif;
        border-right:0px;
        font-size:8pt;
}

TABLE.LIST TR.HEADER TD.NORIGHT
{
        font-family:verdana,arial,helvetica,sans-serif;
        border-right:0px;
        border-top:1px solid black;
        border-bottom:1px solid black;
        font-size:8pt;
        color:white;
	background-color:#336699;
}



TR.HEADER A:link {
        font-family:verdana,arial,helvetica,sans-serif;
        color:#FFFFFF;
	font-weight:bold;
        text-decoration: none;
}

TR.HEADER A:visited {
       font-family:verdana,arial,helvetica,sans-serif;
       color:#FFFFFF;
       font-weight:bold;
       text-decoration: none;
}

TR.HEADER A:hover {
       font-family:verdana,arial,helvetica,sans-serif;
       text-decoration: underline;
       font-weight:bold;
       color:#FFFFFF;
}

TABLE.VIEWDETAILS TH {

   text-align:left;
   font-family:verdana,arial,helvetica,sans-serif;
   font-size:8.5pt;
   color:#333333;

}

TABLE.VIEWDETAILS TH.HEADER {
   text-align:center;
   border:1px solid black;
   background-color:#336699;
   font-size:9pt;
   color:white;
}

.ROW1 {
  background-color:#FFFFFF;
}

.ROW2 {
  background-color:#EFEFEF;
}

.ROW3 {
  background-color:#CCCCCC;
}

.CATEGORYLISTLEVEL0 {
  text-indent: 0px
}

.CATEGORYLISTLEVEL1 {
  text-indent: 20px
}

.CATEGORYLISTLEVEL2 {
  text-indent: 40px
}

.CATEGORYLISTLEVEL3 {
  text-indent: 60px
}
.categoryList a {display:block}
.DRAGDROPSELECT {
	border-style:solid;
	border-width:1px;
	width:150px;
	height:100px;
}
.DRAGDROPSELECT UL {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
	border-style:solid;
	border-width:1px;
	width:150px;
	height:100px;
	overflow: scroll;	
}
.DRAGDROPSELECT LI {
	list-style: none;
	list-style-type: none;
	cursor: move;
	border:1px solid silver;
}
.DRAGDROPSELECT LI:hover {
	background: #ffc;
	border:1px solid gray;
}

