body
{
    margin: 0px 0px 0px 0px;
}

*
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 9pt;
}

img 
{
    border: none;
}

a
{
    text-decoration: none;
    color: #003399;
}

a:hover
{
    text-decoration: underline;
}

#header
{
    padding: 0px 10px 0px 10px;
    font-size: 14pt;
    font-weight: bold;
    color: #333300;
    background-image: url(../images/header_bg.gif);
    height: 35px;
    line-height: 35px;
    vertical-align: text-bottom;
    text-align: right;
}

#banner
{
    background-image: url(../images/banner_bg.gif);
    background-repeat: no-repeat;
    padding: 5px 10px 5px 10px;
    margin: 0px 0px 10px 0px;
    font-weight: bold;
    color: #003366;
}

#stage
{
    padding: 0px 10px 0px 10px;
}

#main
{
    margin-top: 15px;
    padding: 0px 10px 0px 10px;
}

#footer
{
    padding-top: 5px;
    border-top: solid 1px #336699;
    clear: both;
}

#footer *
{
    font-size: 8pt;
}

.noborder
{
    border: none;
}

.subtitle
{
    font-weight: bold;
}

.warning
{
    color: red;
    font-weight: bold;
    background-image: url('../images/ico_warning.gif');
    background-repeat: no-repeat;
    padding-left: 20px;
}

.information
{
    color: blue;
    font-weight: bold;
    background-image: url('../images/ico_info.gif');
    background-repeat: no-repeat;
    padding-left: 20px;
}

.link
{
    background-image: url('../images/ico_link.gif');
    background-repeat: no-repeat;
    padding-left: 20px;
}

.details
{
    border: dotted 1px #444444;
    padding: 5px;
    margin-bottom: 10px;
    color: red;
}

.filter
{
    background-image: url('../images/ico_search.gif');
    background-repeat: no-repeat;
    background-position: 5px 9px;
    border: dotted 1px #444444;
    padding: 5px 5px 5px 26px;
}

.reportParameters
{
    border: dotted 1px #336699;
    background-color: #f0f0f0;
    padding: 5px 5px 5px 5px;
    margin: 20px 20px 20px 20px;
}

.printButton
{
    float:right; 
    margin-right: 5px; 
    border: dotted 1px #999999; 
    padding: 2px;
    background-color: #f9f9f9;
}

a.print
{
    background-image: url('../images/ico_print.gif');
    background-repeat: no-repeat;
    padding-left: 20px;
}

a.page
{
    background-image: url('../images/ico_page.gif');
    background-repeat: no-repeat;
    padding-left: 20px;
}

a.back
{
    background-image: url('../images/ico_back.gif');
    background-repeat: no-repeat;
    padding-left: 20px;
}

.button
{
    background-color: #B7CFE7;
    border: solid 1px #003366;
}

#login
{
    width: 300px;
    border: dotted 1px #336699;
    background-color: #f0f0f0;
    padding: 20px 20px 10px 20px;
    margin: 20px 20px 20px 20px;
    
}

#parent
{
    float: left;
    margin-bottom: 15px;
}

#children
{
    float: left;
    margin-bottom: 15px;
    padding-left: 10px;
}

.wire
{
    background-image: url(../images/ico_page.gif);
    background-repeat: no-repeat;
    background-position: 0px 6px;
    padding: 5px 0px 5px 18px;
}

.wire_note
{
	background-color: yellow;
	color: #000000;
	font-weight: normal;
}

.new
{
	background-color: #eeeeee;
	color: blue;
	font-weight: bold;
}

.label
{
	color: #777777;
	margin-top: 12px;
	margin-bottom: 4px;
	font-weight: bold;
}

.box
{
    border: dotted 1px #336699;
    background-color: #f0f0f0;
    padding: 10px 10px 10px 10px;
}

.input
{
}

fieldset
{
	border: solid 1px #bbbbbb;
}

legend
{
	padding: 3px 10px 3px 10px;
	border: solid 1px #bbbbbb;
}

/* active user */

#active_users_container
{

}

.active
{

}

.active_user, .active_date, .active_time
{
	background-color: #e5e5e5;
	border-bottom: solid 1px #bbbbbb;
	float: left;
	width: 100px;
	padding: 2px 2px 2px 2px;
	margin-bottom: 2px;
}

.active_user
{
	width: 150px;
	background-repeat: no-repeat;
	background-position: 4px 5px;
	padding: 2px 2px 2px 25px;
	background-image: url("../images/ico_account.gif");
}

.active_date
{
	width: 70px;
}

/* debugging formatting */

.debug_debug {}
.debug_info, .debug_warn, .debug_error, .source, .sql, .message
{
    font-family: Courier New; 
    font-size: 8pt; 
}
.debug_info {color: blue;}
.debug_warn {color: #FF6600; border: solid 1px #FF9933; background-color: #FFCC99;}
.debug_error {color: Red; border: solid 1px #FF9999; background-color: #FFCCCC;}
.source {}
.sql {color: Green; }
.message {}
