﻿body
{
    font-family:Arial;
}
th{
    font-size:1.2em;
    font-weight:bold;
    text-align:left;
    background-color:SteelBlue;
    color:White;
    vertical-align:top;
}
td{
    vertical-align:top;
}
/*
.ite_menu
{
    WIDTH: 100px;
    HEIGHT: 100%;
    display:block;
}
.ite_menu_selected
{
    WIDTH: 100px;
    HEIGHT: 100%;
    display:block;
}
.ite_menu_hover
{
    WIDTH: 100px;
    HEIGHT: 100%;
    color:White;
    display:block;
}
*/
td.div.ite_menu_bg
{
    background-image:url(/images/itexcellence_menubar_dyn.gif);
    height:24px;
    width:100px;
}
.ite_bc_normal, a.ite_bc_normal
{
    font-size:0.8em;
}
.ite_bc_active, a.ite_bc_active
{
    font-size:0.8em;
    font-weight:bold;
    color:SteelBlue;
}
.ite_contentbox_middle, div.ite_contentbox_middle
{
    font-size:0.8em;
    margin:5px;
    padding:5px;
    background-color:#CBE5FE;
}
.ite_contentbox_right, div.ite_contentbox_right
{
    font-size:0.8em;
    margin-top:5px;
    margin-right:5px;
    width: 90%;
    padding:5px 5px 1px 5px;
    border-width:1px;
    border-color:SteelBlue;
}
.ite_contentbox_left, div.ite_contentbox_left
{
    font-size:0.8em;
    margin-top:5px;
    margin-left:5px;
    width: 90%;
    padding:5px;
    border-width:1px;
    border-color:SteelBlue;
}
.ite_title, div.ite_title
{
    font-size:1.2em;
    font-weight:bold;
    color:SteelBlue;
}
.ite_subtitle, div.ite_subtitle{
    font-size:0.9em;
}
.ite_subtitle ul, div.ite_subtitle ul{
    margin-top:0px;
    margin-bottom:0px;
}
.ite_sreenshot, .ite_sreenshot.img{
    border-style:none;
}
.litDDESubtitle, div.litDDESubtitle
{
    font-size:0.9em;
}
.ite_keyword, span.ite_keyword
{
    color:SteelBlue;
    font-weight:bold;
    font-size:1.0em;
}
.ite_exception, span.ite_exception, div.ite_exception
{
    color:Red;
}
.ite_btn_download, input.ite_btn_download{
    width:100px;
    font-size:10px;
    font-weight:bold;
    height:18px;
    color:SteelBlue;
}
.ite_lnk_download, a.ite_lnk_download {
    width: 100px;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    height: 18px;
    color: SteelBlue;
    background-color: buttonface;
    border-right: darkgray solid;
    border-bottom: dimgray solid;
    margin: 2px;
    cursor: hand;
    border-top: gainsboro solid;
    border-left: gainsboro solid;
    list-style-type: none;
    text-align: center;
    padding-right: 20px;
    padding-left: 20px;
}
div.ite_pricebox{
    color:SteelBlue;
    font-weight:bolder;
    font-size:1.2em;
    text-align:right;
    padding:5px;
    width:90px;
    height:20px;
}
.ite_codebox{
    background-color:#ffffee;
    padding:3px;
    margin:3px 0px 3px 0px;
    font-family:Courier New;
    font-size:11px;
    display:none;
    border-width:3px;
    border-style:groove;
}
.ite_codeopen{
    cursor:hand;
    color:Blue;
    font-weight:bold;
    text-decoration:underline;
}
.ite_code{
    font-family:Courier New;
    width:auto;
}
.ite_codecomment{
    color:Green;
}
.ite_asterix{
    font-size:0.9em;
}
.dde_param_name{
    font-weight:bold;
    color:Blue;
}
.dde_param_def{
    font-size:0.9em;
    color:rgb(200,100,0);
}
.Project {
    background-color: #3399ff;
    border-right: silver inset;
    border-top: silver inset;
    border-left: silver inset;
    border-bottom: silver inset;
    padding: 3px;
    color: slategray;
    margin: 5px 2px 0px 2px;
}
.ProjectType {
    margin: 3px 2px 2px 1px;
    font-weight: bold;
    background-color: #ffffcc;
    text-align: left;
    padding: 2px;
    margin: 1px;
    font-size: small;
    text-indent: 50px;
}
.ProjectBranch {
    margin: 3px 2px 2px 1px;
    font-weight: bold;
    background-color: #ffffcc;
    text-align: left;
    padding: 2px;
    margin: 1px;
    font-size: small;
}
.ProjectTitle{
    margin:3px 2px 2px 1px;
    font-weight: bold;
    background-color: #ffffcc;
    color:steelblue;
    text-align: left;
    padding:2px;
    margin:1px;
}
.ProjectTechnology {
    margin: 3px 2px 2px 1px;
    font-weight: bold;
    background-color: #ffffcc;
    text-align: left;
    padding: 2px;
    margin: 1px;
    font-size: small;
    text-indent: 50px;
}
.ProjectDescription {
    margin: 3px 2px 2px 1px;
    background-color: #ffffcc;
    text-align: left;
    padding: 2px;
    margin: 1px;
    font-size: small;
    text-indent: 50px;
}
.searchText{
    padding:2px;
    color:white;
    font-weight:bolder;
    float:left;
    margin:2px 2px 0px 2px;
    background-color: steelblue;
    cursor:hand;
}
.searchText.a:hover{
    color:Red;
}