body {
     font-family: Helvetica;
     margin: 0px;
     padding: 0px;
}
.invisible {
	visibility:hidden;
	position:absolute;
}

div.Header {
     height: 45px;
     padding-top: 10px;
     padding-left: 5px;
     margin-top: 7px;
}

div.LogoPane {
     float: left;
     margin-top: 3px;
     margin-left: 5px;
     margin-bottom: 5px;
     margin-right: 50px;
     padding-left: 0px;
     height: auto;
     width: 135px;
}

div.SearchPane {
     display: inline;
     height: auto;
     width: 173px;
     float: right;
     clear: right;
     margin-top: 0px;
     margin-left: 0px;
     margin-bottom: 0px;
     margin-right: 30px;
     padding-top: 0px;
}

div.ButtonPane {
     width: 100%;
     height: 40px;
     margin-top: 0px;
     vertical-align: center;
     background: url("../graphics/gradient-center.png") repeat-x;
     background-position: bottom;
     border-top: 1px solid rgb(200, 200, 200);
}

div.ButtonArea1 {
     margin-left: 8px;
     margin-top: 5px;
     float: left;
}

div.ButtonArea2 {
     text-align:center;
     margin-top: 5px;
     padding-right: 178px;
}

div.Button {
     display: inline;
}

div.TitlePane {
     margin-top: 5px;
     margin-left: 0px;
     margin-bottom: 0px;
     margin-right: 0px;
     overflow: hidden;
}

div.Footer {
     margin-top: 40px;
     margin-left: 0px;
     margin-bottom: 20px;
     margin-right: 0px;
     text-align:center;
     font-size: 10px;
}

.TitlePane {
     font-size: 11pt;
}

.TitlePane h1 {
     font-weight: bold;
     font-size: 16pt;
     margin-left: 0px;
     margin-top: 0px;
}

.TitlePane span.Version {
     font-size: 8pt;
     font-weight: bold;
     padding-left: 30px;
     padding-top: 3px;
}

.SearchPosition {
     margin: 7px 3px 0px 16px;
}

.SearchPosition form {
    margin: 0;
}

.SearchPosition img {
     margin: 0;
}

.SearchPosition ul {
     margin: 2px;
     list-style: none;
}

#serch_txtbox {
     position: relative;
     z-index: 20002;
     width: 174px;
}

#serch_txtbox .search_text {
     float: left;
}

#serch_txtbox .textbg {
     margin-top: 0px;
     background: url('../graphics/text-bg.gif') left top repeat-x;
     width: 133px;
     height: 22px;
     border: none;
     float: left;
}

#serch_txtbox .textcnt {
     width: 133px;
     height: 12px;
     background: none;
     border: none;
     font-family: Verdana, Geneva, sans-serif;
     font-size: 11px;
     color: #666666;
     margin-top: 3px;
}

#serch_txtbox .txtbxAlign {
     position: relative;
     border: none;
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 11px;
     padding: 10px 0px 0px 0px;
}

#serch_txtbox .search_button {
     width: 21px;
     height: 22px;
     float: left;
}

div.MainPane {
     width: auto;
     overflow: hidden;
     margin-right: 5px;
}

div.ProductImage {
     float: left;
     width: 250px;
     margin-top: 20px;
     margin-left: 20px;
     margin-bottom: 0px;
     margin-right: 20px;
     background-color: rgb(255, 255, 255);
}

h2.Group {
     margin: 25px 20px 5px 5px;
     padding: 3px;
     border-top: solid 1px red;
     border-bottom: solid 1px red;
     background-color: rgb(240, 240, 240);
     font-size: 11pt;
     text-transform: uppercase;
     width: 100%;
}
	
table.doctable {
     width: 100%;
     margin-left: 20px;
     margin-left: 10px;
     border-collapse: collapse;
     font-size: 10pt;
}	

.doctable tr {
     padding: 0px;
}

td.titlecell {
     text-align: left;
}

td.linktitlecell {
     text-align: left;
}

td.outputcell {
     text-align: right;
     padding-right: 20px;
     white-space:nowrap;
}

td.linkoutputcell {
     text-align: right;
     padding-right: 20px;
}

.doctable a:visited	{
     color: black;
     text-decoration: none;
     border-bottom: 1px solid rgb(200, 200, 200);
}

.doctable a:link	{
     color: black;
     text-decoration: none;
     border-bottom: 1px solid rgb(200, 200, 200);
}

.doctable a:hover	{
     color: black;
     text-decoration: none;
     border-bottom: 1px solid red;
}

img {
     border: none;
}

a.tooltip span {
     display: none;
     padding: 2px 3px;
     margin-top: 2px;
     margin-left: 20px;
     width: 50%;
     white-space:normal;
}

a.tooltip:hover span {
     display: block;
     position: absolute;
     background: #eeeeee;
     border: 1px solid #cccccc;
     color: #111111;
     white-space:normal;
}

a.dltooltip span {
     display: none;
     padding: 2px 3px;
     margin-right: 5px;
     text-align: left;
     white-space:normal;
}

a.dltooltip:hover span {
     display: block;
     position: absolute;
     background: #eeeeee;
     border: 1px solid #cccccc;
     color: #111111;
     white-space:normal;
}

div.nolinktooltip span { 
     display: none;
     padding: 2px 3px;
     margin-top: 2px;
     margin-left: 20px;
     width: 50%;
     white-space:normal;
}

div.nolinktooltip:hover span {
     display: block;
     position: absolute;
     background: #eeeeee;
     border: 1px solid #cccccc;
     color: #111111;
     white-space:normal;
}

tr.nestedgroup td.linktitlecell {
     background-color: rgb(240, 240, 240);
     padding-left: 10px;
     text-align: left;
}

tr.nestedgroup td.linkoutputcell {
     background-color: rgb(240, 240, 240);
     padding-right: 20px;
     text-align: right;
}

