/****************************************************************************************

    Copyright (c) 2003 Urchin Software Corporation. All rights reserved.
    The CSS contained herein is the property of Urchin Software
    Corporation, San Diego, CA. It may not be used outside the Urchin
    application without written consent.

*****************************************************************************************/

/*-------------------------------------------------------------------
--- configuration tabs
--------------------------------------------------------------------*/
.tab_active {
    border-top:  1px solid #FFFFFF;
    padding:     0px 2px 0px 2px;
}                
.tab_inactive {
    border-top:  1px solid #FFFFFF;
    border-bottom: 1px solid #666666;
    padding:     0px 2px 0px 2px;
}
.tab_inactive_title {
   color: #666666;
   font-weight: bold;
}
.tab_inactive_corner {
    border-bottom: 1px solid #666666;
}   

/*-------------------------------------------------------------------
--- general configuration
--------------------------------------------------------------------*/
select.dcontrol  { font-size: 8pt; }
td.uoptions      { font-size: 9.5pt; }
br.pagebreak     { page-break-after: always}

/*-------------------------------------------------------------------
--- form styles
--------------------------------------------------------------------*/
.cf_head     { font-weight: bold; }
.cf_control  { }
.cf_ex       { font-style: italic; color: #666666; }
.cf_name     { }
.cf_value    { }
.cf_sumv     { color: #666666; }
.cf_message  { }
.cf_headc    { font-weight: bold; color: #444444; }
.cf_limitv   { width: 350px; overflow: hidden; }
.cf_stab     { padding: 0px 5px 0px 5px; text-align: center; font-weight: bold; height: 15px; cursor: pointer; }
.cf_error    { color: #CC6666; }
.cf_infomsg  { color: #2222FF; }

/*-------------------------------------------------------------------
--- wizard styles
--------------------------------------------------------------------*/
.cf_whead     { padding: 0px 0px 0px 10px; font-weight: bold; font-size: 7.5pt; height: 20px; vertical-align: bottom; }
.cf_wsteps    { padding: 0px 0px 0px 10px; font-weight: bold; font-size: 7.5pt; height: 20px; }

.cf_wname     { color: #666666; vertical-align: bottom; height: 20px;  padding: 7px 0px 0px 20px; }
.cf_wvalue    { padding: 0px 0px 0px 30px;  vertical-align: top;  height: 25px; }

.cf_wsumn     { padding: 0px 0px 0px 15px; color: #666666; }
.cf_wsumv     { padding: 0px 0px 0px 5px; color: #000000; width: 100%; }

.cf_wex       { font-style: italic; }
.cf_wmessage  { }
.cf_werror    { padding: 0px 0px 0px 15px; }
.cf_wheadc    { }
.cf_whelp     { border-left: 1px solid #CCCCCC; overflow:auto; height:345px; width:auto; padding: 5px 10px 10px 10px; color: #666666;}
.cf_wform     { overflow:auto; height:345px; }
.cf_wtable    { border: 1px solid #CCCCCC; }
.cf_ast       { color: #6699FF; }
.cf_whcell    { width: 350px; }

.cf_whelp2     { border-left: 1px solid #CCCCCC; overflow:auto; height:150px; width:auto; padding: 5px 10px 10px 10px; color: #666666; }

/*-------------------------------------------------------------------
--- goal setup
--------------------------------------------------------------------*/
.cf_wstept    { color: #FFFFFF; cursor: pointer; width: 45px; text-align: center; padding: 0px 4px 0px 4px; background-color: #BBBBBB; }
.cf_wstept2   { color: #FFFFCC; cursor: pointer; width: 20px; text-align: center; padding: 0px 3px 0px 3px; }
.cf_wstitle   { color: #FFFFFF;  font-weight: bold; font-size: 10.75pt; padding: 5px 5px 5px 5px;}
.cf_wgtitle   { color: #213D61;  font-weight: bold; font-size: 8.00pt; padding: 5px 0px 5px 0px;}
.cf_wshelp    { color: #CCCCCC;  font-weight: normal; font-size: 7.50pt; padding: 5px 5px 5px 5px; }
.cf_wsname    { color: #333333;  font-weight: bold; font-size: 8.00pt; }
.cf_wstepsep  { color: #FFFFFF; font-weight: bold; height: 18px; font-size: 7.75pt; }
.cf_wstable   { border: 1px solid #DCDCDC; padding: 5px 5px 5px 5px; }
.cf_wstable2  { padding: 5px 5px 5px 5px; }
.cf_wsftable  { border: 0px solid #CCCCCC; background-color: #EEEEEE; }
.cf_wsframe   { border: 0px solid #666666; }
.cf_gstitle   { font-weight: bold; color: #000000; }
.cf_winput    { width: 275px; }
.cf_wbutton   { background-color: #FFFFFF; }
.cf_wsinfo    { border: 0px solid #B9E7FF; padding: 5px 5px 5px 5px; }

