/************************************************************
*  TAG STYLES
************************************************************/

body, div, span, label, tr, td, th, input, h1, h2, h3, h4, h5, a {
 font-family: verdana,sans-serif,arial,helvetica;
 color: black;
}

body {
 font-size: 12px;
 color: black;
 margin-left: 0;
 margin-top: 0;
 margin-right: 0;

 background-color: #ffffff;
}

a {
 font-size: 12px;
 color: #0066ff;
}

a:hover {
 text-decoration: underline;
}

applet:hover {
	text-decoration: none;	
}


table {
 margin: 0px;
 padding: 0px;
 font-size: 12px;
}

form {
 margin: 0px;
 padding: 0px;
 display: inline;
}

img {
 border: 0px;
}

h1 {
 font-size: 24px;
 color: black;
 margin-left: 0px;
 margin-right: 0px;
 margin-top: 0px;
 margin-bottom: 5px;
}

h2 {
 font-size: 20px;
 color: black;
 margin-left: 0px;
 margin-right: 0px;
 margin-top: 5px;
 margin-bottom: 5px;
}

h3 {
 font-size: 16px;
 color: #aaaaaa;
 margin-left: 0px;
 margin-right: 0px;
 margin-top: 10px;
 margin-bottom: 10px;
 border-bottom: 1px dotted #cccccc;
}

/************************************************************
* TABLES
************************************************************/

.table_header {
    background-color: #000000;
    color: #ffffff;
    font-size: 14px;
    padding: 5px;
    font-weight: bold;
}

/************************************************************
* LAYOUT
************************************************************/

.title_font {
 font-family: helvetica,arial;
 font-size: 30px;
 font-weight: bold;
}

.top_buttons {
 padding: 5px;
 text-align: right;
}

.content {
 padding: 10px;
}


/***********************************************************
* NAVBAR
***********************************************************/
.navbar {
    font-family: helvetica,arial;
    font-size: 14px;
    color: #ffffff;
    background-color: #000000;
    padding: 5px;
    font-weight: bold;
    text-align: center;
}

.navbar:link {
    font-family: helvetica,arial;
    font-size: 14px;
    color: #aaaaaa;
    padding: 5px;
    margin: 2px;
    text-decoration: none;
}

.navbar:visited {
    font-family: helvetica,arial;
    font-size: 14px;
    color: #aaaaaa;
    padding: 5px;
    margin: 2px;
    text-decoration: none;
}

/*.navbar:hover {
    font-family: helvetica,arial;
    font-size: 14px;
    font-weight: bold;
    background-color: #ffffff; 
    color: #ffffff;
    padding: 5px;
    margin: 2px;
    text-decoration: underline; 
}*/

/***********************************************************
* DI*RECT MENU
***********************************************************/

.directmenu {
    font-family: helvetica,arial;
    font-size: 15px;
    color: 000000;
    font-weight: bold;
    margin: 2px;
    text-align: center;
}

.directmenu:link {
    font-family: helvetica,arial;
    font-size: 15px;
    color: 000000;
    margin: 2px;
    text-decoration: none;
}

.directmenu:visited {
    font-family: helvetica,arial;
    font-size: 15px;
    color: 000000;
    margin: 2px;
    text-decoration: none;
}

/*.directmenu:hover {
    font-family: helvetica,arial;
    font-size: 15px;
    font-weight: bold;
    color: #0000ff;
    margin: 2px;
   text-decoration: underline; */
}

/***********************************************************
* SIDEBAR
***********************************************************/

.sidebar {
    font-family: helvetica,arial;
    font-size: 14px;
    color: #ffffff;
    background-color: black;
    padding: 2px;
    margin: 2px;
}

.sidebar_title {
    background-color: #000000;
    font-family: helvetica,arial;
    font-size: 15px;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    border-bottom: 2px dotted #aaaaaa;
    color: #8888ff;
}

.sidebar:link {
    font-family: helvetica,arial;
    font-size: 14px;
    color: #aaaaaa;
    padding: 2px;
    margin: 2px;
    text-decoration: none;
}

.sidebar:visited {
    font-family: helvetica,arial;
    font-size: 14px;
    color: #aaaaaa;
    padding: 2px;
    margin: 2px;
    text-decoration: none;
}

.sidebar:hover {
    font-family: helvetica,arial;
    font-size: 14px;
/*    font-weight: bold; */
/*    background-color: #0000aa; */
    color: #ffffff;
    padding: 2px;
    margin: 2px;
/*    text-decoration: underline; */
}

/************************************************************
* COMMON
************************************************************/

.normal_font {
 font-size: 12px;
 font-weight: normal;
}

.login_font {
 font-size: 12px;
 font-weight: bold;
}

.login_error_font {
 font-size: 12px;
 font-weight: bold;
 color: red;
}

.small_font {
 font-size: 10px;
 font-weight: normal;
}

.button {
 border: 1px solid black;
 background-color: #117668;
 color: white;
 font-size: 9px;
}

.content_box {
 background-color: white;
 margin-left: 5px;
 margin-right: 5px;
}

/************************************************************
* BREADCRUMB
************************************************************/

.breadcrumb {
 background-color: #fafafa;
 font-size: 10px;
 font-weight: normal;
 text-align: left;
 padding: 3px;
 padding-left: 10px;
 text-align: right;
}

.breadcrumb_current {
 font-weight: bold;
}

/************************************************************
*  LINKS
************************************************************/

.normal_link {
 font-weight: bold;
 font-size: 11px;
 color: #117668;
 text-decoration: none;
}

.normal_link:hover {
 text-decoration: underline;
}

.small_link {
 font-size: 10px;
 color: #117668;
 text-decoration: none;
}

.small_link:hover {
 text-decoration: underline;
}

.dark_link {
 font-size: 10px;
 color: black;
 text-decoration: none;
}

.dark_link:hover {
 text-decoration: none;
}

.light_link {
 font-size: 10px;
 color: white;
 text-decoration: none;
}

.light_link:hover {
 text-decoration: none;
}


/************************************************************
* FORMS
************************************************************/

.form_table {
 background-color: white;
 border: 0;
 margin-left: 30px
}

.form_ins {
    background-color: black;
    border: 0;
    margin-left: 30px;
    color: #ffffff;
    font-family: helvetica,arial;
    font-size: 10px;
}

.form_field_info {
 font-size: 12px;
 padding: 3px;
 margin: 3px;
 background-color: #f5f5f5;
 border: 1px dotted #aaaaaa
}

.form_field {
 font-size: 10px;
 padding: 3px;
 margin: 3px;
}

.form_buttons {
 font-size: 12px;
 padding: 3px;
 margin: 3px;
 text-align: center
}

.input {
 font-size: 9px;
 font-family: verdana,sans-serif;
 color: black;
 background-color: #dddddd;
 border: 1px solid black;
}

.form_error {
 color: red;
}

/************************************************************
*  PROGRAM MESSAGE/ERROR
************************************************************/

.message {
 font-size: 12px;
 text-align: center;
 border: 1px dotted #cccccc;
 padding: 3px;
 margin: 10px
}

.error_message {
 margin: 25px;
}


.pageRangeTitleTd
{
	width: 60px;
	text-align: right;
	font-size: 60%;
	font-weight: bold;
}

.pageRange
{
	text-align: left;
	width: 90px;
}

.taskSelect
{
	text-align: left;
	width: 125px;
}