/* CSS File for http://pchart.sourceforge.net */

html {
 border: 0px none;
 height: 100%;
 margin: 0px;
 max-height: 100%;
 padding: 0px;
}

body {
 font-family: Tahoma;
 font-size: 10px;
 margin: 0px;
 border: 0px none;
 height: 100%;
 max-height: 100%;
 overflow: hidden;
 padding: 0px;
}

pre.console {
 padding: 10px;
 border: 1px solid #A0A0A0;
 border-left: 6px solid #A0A0A0;
 background-image: url("../Resources/background.console.png");
}

div.title {
 font-family: Tahoma;
 font-size: 24px;
 border-bottom: 1px dotted #73A550;
 border-left: 1px dotted #73A550;
 padding-left: 6px;
 padding-bottom: 2px;
}

div.backup {
 padding-left: 28px;
 padding-bottom: 2px;
 background-image: url("../Resources/file_doc.png");
 background-repeat: no-repeat;
 background-position: 5px 4px;
}

div.smalltitle {
 color : #73A550;
 font-family: Tahoma;
 font-size: 20px;
 border-bottom: 1px dotted #73A550;
}

div.paragraph {
 font-family: Tahoma;
 font-size: 12px;
}

div.leftrow {
 background-color: #ECF1F8;
 width: 200px;
 border-top: 1px solid #FFFFFF;
 border-right: 1px solid #CCCCCC;
 margin-top: 132px;
 height:100%;
 left:0px;
 max-height:100%;
 overflow:auto;
 position:absolute;
 right:0px;
 top:0px;
 z-index:3;
}

div.rightrow {
 top: 132px;
 left: 200px;
 bottom: 0px;
 right: 0px;
 width: expression(this.offsetParent.offsetWidth-200);
 height: expression(this.offsetParent.offsetHeight-132);
 overflow: auto;
 position: absolute;
 z-index:3;
 font-size: 12px;
 padding: 15px;
 overflow-y: scroll;
}

div.rightrow_screenshot {
 top: 142px;
 left: 270px;
 bottom: 0px;
 right: 0px;
 width: 730px;
 position: absolute;
 z-index:3;
 font-size: 12px;
 padding: 5px;
}

div.rightrow_download {
 top: 142px;
 left: 270px;
 bottom: 0px;
 right: 0px;
 width: 730px;
 position: absolute;
 z-index:3;
 font-size: 12px;
 padding: 5px;
}

td {
 font-family: Tahoma;
 font-size: 11px;
}

td.DataSerie {
 border-left: 1px solid #E0E0E0;
}

ul { 
 margin: 5px 0 0 0;
 list-style-type: square;
 list-style-image: url("Resources/puce.gif");
 padding: 0 0 0 40px;
}

li { 
 margin-left: 0px;
 padding-bottom: 5px;
}

input.SmallInput {
 border: 1px solid #E0E0E0;
 background-color: #FFFFFF;
 font-family: Tahoma;
 font-size: 11px;
 text-align: center;
}

a.Link:link {font-family: Tahoma; font-size: 12px; color: #333333; text-decoration: none}
a.Link:visited {font-family: Tahoma; font-size: 12px; color: #333333; text-decoration: none}
a.Link:hover {font-family: Tahoma; font-size: 12px; color: #000000; text-decoration: none}

a.SmallLink:link {font-family: Tahoma; font-size: 11px; color: #606060; text-decoration: none}
a.SmallLink:visited {font-family: Tahoma; font-size: 11px; color: #606060; text-decoration: none}
a.SmallLink:hover {font-family: Tahoma; font-size: 11px; color: #000000; text-decoration: underline}

a.InnerLink:link {font-family: Tahoma; font-size: 11px; color: #000000; text-decoration: none}
a.InnerLink:visited {font-family: Tahoma; font-size: 11px; color: #000000; text-decoration: none}
a.InnerLink:hover {font-family: Tahoma; font-size: 11px; color: #444444; text-decoration: underline}

a.MenuLink:link {font-family: Tahoma; font-size: 11px; color: #000000; text-decoration: none}
a.MenuLink:visited {font-family: Tahoma; font-size: 11px; color: #000000; text-decoration: none}
a.MenuLink:hover {font-family: Tahoma; font-size: 11px; color: #444444; text-decoration: underline}

a.InnerFunctionLink:link {font-family: Tahoma; font-size: 12px; color: #99CC00; text-decoration: none}
a.InnerFunctionLink:visited {font-family: Tahoma; font-size: 12px; color: #99CC00; text-decoration: none}
a.InnerFunctionLink:hover {font-family: Tahoma; font-size: 12px; color: #78971B; text-decoration: underline}

a.InnerFunctionLinkG:link {font-family: Tahoma; font-size: 12px; color: #A0A0A0; text-decoration: none}
a.InnerFunctionLinkG:visited {font-family: Tahoma; font-size: 12px; color: #A0A0A0; text-decoration: none}
a.InnerFunctionLinkG:hover {font-family: Tahoma; font-size: 12px; color: #808080; text-decoration: underline}