/* start html classes */
body
{
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
    font-size: 10pt;
    background-color:#fff;
}

hr
{
    border: 0;
    width: 75%;
    height: 1px;
    color: #666;
    background-color: #666;
    margin:2em;
}

a
{
	text-decoration: none;
}

em
{
	font-weight: 700;
    font-style: normal
}

p
{
	line-height: 1.2em;
}

a:link
{
    color:#065;
}

a:visited
{
    color:#065;
}

a:active
{
    color:#065;
	text-decoration: underline;
}

a:hover
{
    color:#065;
	text-decoration: underline;
}

h1
{
    color:#333;
	font-size: 120%;
	font-weight: 700;
    margin:0.5em 0;
}

h2
{
    color:#065;
    font-size: 115%;
    font-weight: bold;
}

.action_title
{
    color:#333;
    font-weight: 700;
    margin:0;
    padding:0;
    float:left;
}

h3
{
    color:#333;
	font-size: 110%;
	font-weight: 700;
}

h4
{
    color:#333;
	font-size: 105%;
	font-weight: 700;
}

h5
{
    color:#333;
	font-size: 100%;
	font-weight: 700;
}

h6
{
    color:#333;
	font-size: 100%;
	font-weight: 700;
}


table
{
    border-collapse: collapse;
}

table.data_list
{
}

table.search_form
{
    border:1px solid #333;
    padding:0.5em;
}

.search_form th
{
    font-weight: bold
}

.data_list th
{
    border-bottom:1px solid #999;
    font-weight:bold;
    color:#000;
}

.data_list td
{
    border-bottom:1px solid #999;
}

tr, td, th
{
    padding: 3px 5px;
    margin: 0px;
    vertical-align:top;
    text-align:left;
    font-size: 10pt;
}
/* end html classes */

/* start generic classes */
.not_ok, .error
{
    color:#000;
    background-color:#edd;
    border:1px solid #900;
    padding:0.5em;
    font-weight:700;
    list-style-position:inside;
    width:50%;

}

/* if a floating element is needed to push content down */
.break_float
{
    float:left;
    position: relative;
}

/* indicates editable field */
.edit_off
{
    background-color: #fff;
    border: 1px solid #999;
}

/* field in edit mode */
.edit_on
{
    background-color: #ffe;
    border: 1px solid #999;
    border: 1px solid #999;
}

.even
{
    border-left:1px solid #999;
    border-right:1px solid #999;
}

.odd
{
    background-color:#f6f6f6;
    border-left:1px solid #999;
    border-right:1px solid #999;
}

/* end generic classes */

/* start forms */

fieldset
{
    border: 1px solid #333;
    margin:0;
    padding:1em;
    width:28em;
    text-align:left;
}

legend
{
    font-weight:700;
    padding-top:0;
    padding-bottom:0;
    color:#000;
}

* html legend
{
    margin-bottom:1em;
    color:#000;
}

select
{
    border: 1px solid #999;
    padding:0;
    margin:0 0 0.5em 0;
}

.field
{
    padding:0;
    margin:0 0 0.5em 0;
    width: 14em;
    border: 1px solid #999;
    /* does this behave better without the float? */
    /* float:left; */
}

.form_indent
{
    padding:0 0 0 9em;
    width: 14em;
}

/* indent text so it lines up under form elements */
.text_indent
{
    margin-left:10em;
}

label
{
    float:left;
    text-align: right;
    width: 8em;
    padding:0 1em 0 0;
    border:none;
}

.button
{
    background-color: #e2e2e2;
    border: 1px outset #000;
    padding-left:1em;
    padding-right:1em;
    margin-top:1em;
    font-size:.8em
}

textarea
{
    width: 30em;
    height:5em;
    border: 1px solid #999;
    font-size:10pt;
	font-family: Arial, Helvetica, sans-serif;
}

/* end forms */

#container
{
    margin:0 10px 10px 10px;
}

#content
{
    padding:1em;
    background-color:#fff;
}

#welcome_content
{
    margin-top: 2em;
    padding:1em 1em 0 1em;
    background-color:#fff;
    width:450px;
    position:relative;
    left:50%;
    margin-left:-250px;
}


/* IE6 peekabo fix */
* html #content
{
    display:inline-block;
}

/* turns underlines on links off */
#nav a
{
    text-decoration: none;
    color:#000;
}

/* all lists */
#nav
{
    padding: 0px;
    margin:10px 10px 0px 10px;
    list-style: none;
    font-size: 11px;

    height:22px;
    border-bottom: 1px solid #333;
}

* html #nav
{
    height:20px;
}

#nav ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

#nav #home_link
{
}

#nav #home_link a
{
    color:#065;
    font-weight:bold;
}

#nav #home_link a:hover
{
    text-decoration:underline;
}

#nav #logout_link
{
    float:right;
    text-align:center;
    width:150px;
    margin:0;
}

#nav #logout_link a
{
    color:#065;
    font-weight:bold;
}

#nav #logout_link a:hover
{
    text-decoration:underline;
}


/* all list items */
#nav li {
    float: left;
    position: relative;
    left: 0px;
    height: 14px;
    width:90px;
    margin: 0px 20px 0px 0px;
    padding: 3px;
    background-color:#fff;
}

* html #nav li
{
    border-bottom: 0px solid #333;
}


/* second-level lists */
#nav li ul {
    display: none;
    position: absolute;
    filter:alpha(opacity=90);
    opacity:0.90;
    background:none;
}

/* IE box model hack */
* html #nav li ul {
	left: 3px;
	top: 15px;
}

#nav li ul li {
    top: 5px;
    left: -4px;
    border-top: 0px;
    border-right: 1px outset #333;
    border-left: 1px outset #333;
    width:125px;
    background-image:none;
}

#nav li:hover ul, #nav li.over ul { /* lists nested under hovered list items */
	display: block;
}

#nav li ul li:hover, #nav li ul li.over { /* lists nested under hovered list items */
    color:#065;
    text-decoration:underline;
}

#nav li a, #nav li li a {
	display: block;
    text-decoration:none;
}

#nav li li a:hover {
    color:#065;
    text-decoration:underline;
}

#nav li ul .menu_item_top
{
}

#nav li ul .menu_item_bottom
{
    border-bottom: 1px outset #333;
}

#nav li ul .menu_item_both
{
    border-bottom: 1px outset #333;
}

.clearing
{
	height: 0;
	clear: both;
}

.ok
{
    color:#000;
    background-color:#dee;
    border:1px solid #066;
    padding:0.5em;
    font-weight:700;
    list-style-position:inside;
    width:50%;
}

#project_title
{
    font-weight:bold;
    color:#fff;
    font-size:1em;
    /* HERE background-color:#55769b; */
    background-color:#398;
    padding:3px 5px;
    letter-spacing:0.25em;
}

.flush_list
{
    padding: 0px;
    margin: 0px;
    list-style: none;
}

/* HTML Alpha Helpers */
.pager_container
{
    font-size:0.8em;
    text-align:center;
}

.pager
{
    padding: 0px;
    margin: 0px;
    list-style: none;
    display:inline;
}

.pager li
{
    display:inline;
    margin: 0px;
    padding-left: 0.25em;
    padding-right: 0.25em;
}

.required
{
    font-weight:700;
}

.highlight
{
    background-color:#ffb;
    border-left:1px solid #999;
    border-right:1px solid #999;
}

/* control panel 32x32 icons */
.cp_icon32
{
    margin:0 5px 5px 0;
    float:left;
}

h2 .icon32
{
    float:left;
}

.jsconsole_bar
{
    width:100%;
    height:10px;
    background-color:#000;
}

