A
{
    color: blue;
}
A:hover
{
    color: red;
}
.standard-xxxlg
{
    font-family: Arial, /* "Century Gothic", "Trebuchet MS", Tahoma, */ sans-serif;
    font-size: 32px;
}
.standard-xxlg
{
    font-family: Arial, /* "Century Gothic", "Trebuchet MS", Tahoma, */ sans-serif;
    font-size: 26px;
}
.standard-xlg
{
    font-family: Arial, /* "Century Gothic", "Trebuchet MS", Tahoma, */ sans-serif;
    font-size: 20px;
}
.standard-lg
{
    font-family: Arial, /* "Century Gothic", "Trebuchet MS", Tahoma, */ sans-serif;
    font-size: 16px;
}
.standard
{
	font-family: Arial, /* "Century Gothic", "Trebuchet MS", Tahoma, */ sans-serif;
	font-size: 14px;
}
.standard-sm
{
	font-family: Arial, /* "Century Gothic", "Trebuchet MS", Tahoma, */ sans-serif;
	font-size: 12px;
}
.standard-xsm
{
    font-family: Arial, /* "Century Gothic", "Trebuchet MS", Tahoma, */ sans-serif;
    font-size: 10px;
}
.standard-xxsm
{
    font-family: Arial, /* "Century Gothic", "Trebuchet MS", Tahoma, */ sans-serif;
    font-size: 8px;
}

.bold
{
	font-weight: bold;
}
.italic
{
	font-style: italic;
}

.left
{
	text-align: left;
}
.right
{
	text-align: right;
}
.centered
{
	text-align: center;
}
.vtop
{
	vertical-align: top;
}
.vbottom
{
	vertical-align: bottom;
}
.full_height
{
	height: 100%;
}
.full_width
{
	width: 100%;
}
.back_grey
{
	background-color: #DDDDDD;
}
.nowrap
{
	white-space: nowrap;
}
TABLE.collapsed
{
	border-collapse: collapse;
}
.title
{
	font-size: 16px;
	font-weight: bold;
}
.subtitle
{
	font-size: 14px;
	font-weight: bold;
}
.textbox
{
	border: 2px solid black;
	margin:  0px;
	padding: 0px 2px;
}
.label
{
	font-size: 14px;
}
.button
{
    margin:  0px;
    padding: 1px;
    background: #EEEEEE;
    border: 1px solid black;
}
.button:focus,.button:hover,.button:active
{
    padding: 0px;
    border-width: 2px;
    text-decoration: underline;
}
.nolink A, A.nolink
{
    text-decoration: none;
    color: black;
}

DT
{
	margin-top: 10px;
	font-weight: bold;
	text-decoration: underline;
}
DD
{
	margin-left: 20px;
}

TABLE.simplerlist
{
    border-collapse: collapse;
	border: none;
}
TABLE.simplerlist TH, TABLE.simplerlist TD
{
    border-collapse: collapse;
	border: 1px solid black;
	padding: 3px 5px;
}

TABLE.simplelist
{
    border-collapse: collapse;
	border: none;
}
TABLE.simplelist TH, TABLE.simplelist TD
{
    border-collapse: collapse;
	border: 2px solid black;
	padding: 3px;
}
TABLE.simplelist TH
{
	font-weight: normal;
	background: #EEEEEE;
}
TABLE.simplelist TH.bold
{
    font-weight: bold;
    background: #EEEEEE;
}

TABLE.aggregatetable
{
    border-collapse: collapse;
    border: none;
}
TABLE.aggregatetable TH, TABLE.aggregatetable TD
{
    border-collapse: collapse;
    border: 1px solid white;
    padding: 5px;
    font-weight: bold;
    color: white;
    background-color: black;
}


TABLE.borderless
{
    border-collapse: collapse;
    border: 2px solid black;

}
TABLE.borderless TH, TABLE.borderless TD
{
    border-collapse: collapse;
    border: none;
    padding: 5px;
}
TABLE.borderless TH
{
    background: #EEEEEE;
    text-align: left;
}

TABLE.list3d {
    margin: 10px;
    border: none;
    font-size: 75%;
}
TABLE.list3d TH {
    padding: 3px 5px;
    background-color: white;
    white-space: nowrap;
    border-top:    solid 1px #fafafa;
    border-left:   solid 1px #fafafa;
    border-bottom: solid 1px #dddddd;
    border-right:  solid 1px #dddddd;
}
TABLE.list3d TD {
    padding: 2px 4px;
    border-top:    solid 1px #fafafa;
    border-left:   solid 1px #fafafa;
    border-bottom: solid 1px #dddddd;
    border-right:  solid 1px #dddddd;
    background-color: #f5f5f5;
}

.dialog {
    margin: 20px;
    padding: 10px;
    width: 400px;
    /* border: 3px outset black; */
    border-top:    solid 3px #fafafa;
    border-left:   solid 3px #fafafa;
    border-bottom: solid 3px #dddddd;
    border-right:  solid 3px #dddddd;
    background-color: #eeeeee;
}

.error {
    margin: 10px;
    color: red;
    font-weight: bold;
}

.disabled {
	background-color: #dddddd;
}

.debugtrace {
	font-size: 12px;
	color: rgb(60%,60%,60%);
}

.tooltip {
	cursor: help;
	text-decoration: none;
}

TABLE.bottomless TD, TABLE.bottomless TH {
	border-bottom: none;
}
.sectionheading {
	background-color: #EEEEEE;
}


#bookmark{
  border-style: solid;
  border-width: 1px;
  border-color: #CC0000;
  background-color: #FFFFCC;
  width: inherit;


}

#bookmark p{
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 2px;
  margin-bottom: 2px;
  font-family: arial;
  font-size: 13px;
  text-align:center;
}

#bookmark a{
  text-decoration: none;
  color: #CC0000;
}

.bookmarkimg{
  vertical-align: middle;
  border: none;
  margin-top:2px;
  margin-bottom:2px;
}
    	