/* CSS Document */

.c_head{padding:8px 10px 0 11px; text-align:left;}

.c_content{clear:both;}

.c_contentpane{padding:1px 15px 0 15px ; text-align:left;}

.c_footer {margin-bottom:20px;padding:8px 10px 8px 15px; text-align:right;}

.clear_float { height:0px; }

.title{margin:0; float:left; white-space:nowrap;}
.title_vis{margin:0; float:right; text-align:right;}

/*---------- default style for head & normal -----------*/
.Head
{
    font-weight:bold;
    font-size:18px;
}

.ModuleTitle span.Head
{
    background: url(images/moduleheadericon.gif) no-repeat top left;
    padding-left:27px;
    line-height:38px;
    padding-top:8px;
    padding-bottom:4px;
}

.c_contentpane p, .Normal
{
    color: #8cb30c;
}

.c_contentpane p 
{
    margin:0px auto 10px 5px;
    line-height:15px;
}

.c_contentpane h1, .c_contentpane h2, .c_contentpane h3, .c_contentpane h4
{
    color: #564927;
    line-height:20px;
    margin:0;
    margin-bottom:10px;
    margin-top:6px;
    font-weight:bold;
    font-size:140%;
}
.c_contentpane h2
{
    font-size:110%;
}
.c_contentpane h3
{
    font-size:100%;
}
.c_contentpane h4
{
    font-size:100%;
    font-style:italic;
}



/*---------- linkage -----------*/
.c_contentpane a, .c_contentpane a.CommandButton
{
    text-decoration:underline;
    color:#56421f;
}
.c_contentpane a:hover
{
    color:#aad90f;
}
.c_contentpane a:visited
{
    color:#6e8c0a;
}
.c_contentpane input, .c_contentpane textarea
{
    color:#666;
}

/* store overrides */
.CATNormalDropDownList
{
    width:auto !important;
}

