fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
img{
	border:none;
}
body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

caption {
    background-color: #4A73B4;
    color: #FFFFFF;
    padding: 3px;
    font-family: Tahoma;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

a.caption:link, a.caption:visited {
    background-color: #4A73B4;
    color: #FFFFFF;
    padding: 3px;
    font-family: Tahoma;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
}

caption.message {
    color: #4A73B4;
    padding: 3px;
    font-family: Tahoma;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

div.login_form {
    position: absolute;
    left: 40%;
    top: 70px;
    border: 2px solid;
    border-color: #4A73B4;
    background-color: white;
}
input[type="button"], input[type="submit"] {
    background-color: #FFFFFF;
    font-family: Tahoma;
    font-size: 12px; /*font-weight: bold;*/
    color: #4A73B4;
    border: 2px solid #4A73B4;
    margin-left: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
}
input.btn {
    background-color: #FFFFFF;
    font-family: Tahoma;
    font-size: 12px; /*font-weight: bold;*/
    color: #4A73B4;
    border: 2px solid #4A73B4;
    margin-left: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
}
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
    background-color: #FEF8DC;

}

input[type="text"], input[type="password"], input[type="file"], textarea, select {
    border: 1px #768C92 solid;
    font-family: sans-serif;
    font-size: 12px;
    color: #264A7E;
    margin-left: 2px;
    margin-top: 2px;
    margin-bottom: 2px
}
input.text,input.password,textarea,select {
    border: 1px #768C92 solid;
    font-family: sans-serif;
    font-size: 12px;
    color: #264A7E;
    margin-left: 2px;
    margin-top: 2px;
    margin-bottom: 2px
}
span.mail {
    font-weight:bold;
    font-family: sans-serif;
}
input.transparent {
    background-color: transparent;
    text-align: right;
}

input.disabled {
    background-color: transparent;
    border: 0px;
    text-align: right;
}

td.disabled {
    color: #999999;
}

td {
    font-family: Tahoma;
    font-weight: normal;
    font-size: 12px;
    color: #40649C;
}

td.right {
    text-align: right;
}
td.submenu {
    text-align: right;
    padding-right: 15px;
}
div.user_comment {
    padding-left: 10px;
    background-color: #FFFFFF;
    width:900px;
}

div.notuser_comment {
    padding-left: 60px;
    font-style: italic;
    width:900px;
}

div.message {
    color: #FF9900;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
}

div.title {
    text-align: left;
    background-image: url(fieldheader_bg.gif);
    font-family: Tahoma;
    font-size: 18px;
    font-weight: normal;
    color: #FFFFFF;
    padding-left: 14px;
    margin-left: 10px;
    margin-right: 10px
}

div.header {
    background-color: #4A73B4;
    color: #FFFFFF;
    padding: 1px;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

div.main {
    background-image: url(field_bg.gif);
    background-position: right;
    background-attachment: scroll;
    background-repeat: repeat-y;
    background-color: #E3E7ED;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #B2BBC8;
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: #B2BBC8;
    font-family: Tahoma;
    font-size: 13px;
    font-weight: normal;
    color: #3F6198;
    text-align: justify;
    vertical-align: top;
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
h1 {
    color: #3F6198;
    padding-left:15px;
}
.submain {
    background-attachment: scroll;
    background-repeat: repeat-y;
    background-color: #FFFFFF;
    border: 2px solid #B2BBC8;
    font-family: Tahoma;
    font-size: 13px;
    font-weight: normal;
    color: #3F6198;
    text-align: justify;
    vertical-align: top;
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.subtitle {
    background-color: #4A73B4;
    color: #FFFFFF;
    font-family: Tahoma;
    padding-left: 14px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
 }
div.employees {
    font-weight: bold;
}

div.employees_exceed {
    color: #FF9900;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
}

span.approved {
    font-weight:bold;
}
span.rejected {
    font-weight:bold;
}
span.pending {
    font-weight:bold;
    color:#FF9900;
}
span.invalid {
    font-size: 14px;
    color: red;
    font-weight: bolder;
    border-color:red;
    border-style: solid;
    text-decoration: none;
}

span.offline {
    font-size: 14px;
    color: #4A73B4;
    font-weight: bolder;
    border-color: #4A73B4;
    border-style: solid;
    text-decoration: none;
}

span.ip {

}
span.pages {
    font-size:14px;
    margin-left: 2px;
    margin-top: 2px;
    margin-bottom: 2px
}
a:link {
    color: #264A7E;
    text-decoration: underline;
}

a:visited {
    text-decoration: underline;
    color: #264A7E;
}

/*a:hover {*/
/*text-decoration: underline;*/
/*color: #FF9900;*/
/*}*/
a:active {
    text-decoration: underline;
    color: #FF5300;
}

a.white {
    color: #FFFFFF;
}

a.white:hover {
    color: #FFF3AE;
}

/*TABLES*/
td {
    font-family: Tahoma;
    font-weight: normal;
    color: #3F629A;
    padding-left: 5px;
}

td.status_item {
    padding-left: 2px;
    padding-right: 2px;
    vertical-align: top;
}

tr.task_header {
    text-align: left;
}

tr.comment_header {
    color: #3F629A;
}

tr.even {
    background-color: #FFFFFF;
    font-size: 12px;
    padding-left: 5px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #D3DCF6;
}

tr.odd {
    background-color: #EDF2FB;
    font-size: 12px;
    padding-left: 5px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #D3DCF6;
}

td.right {
    text-align: right;
    padding-right: 5px;
}

th {
    background-color: #B9C7E4;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #40649C;
    padding-left: 5px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #4A73B4;
}

th.right {
    text-align: right;
    padding-right: 5px;
}
tr.caption {
    background-color: #4A73B4;
    color: #FFFFFF;
    padding: 3px;
    font-family: Tahoma;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}
th.left {
    text-align: left;
    padding-right: 5px;
}

table {
    border-spacing: 0px;
    padding: 0px;
    margin: 0px;
}

table.activity {
    border-spacing: 1px;
    /*background-color: #4A73B4;*/
    padding: 0px;
    margin: 0px;
    border: 0px solid;
    border-color: #4A73B4;
}

table.daily {
    border-spacing: 0px;
    margin: 0px;
    border: 2px solid;
    border-color: #4A73B4;
    width:100%;
}

table.usage {
    border-spacing: 0px;
    background-color: #4A73B4;
    padding: 0px;
}

table.border {
    border-spacing: 0px;
    margin: 0px;
    border: 2px solid;
    border-color: #4A73B4;
}
table.overview {
    border-spacing: 0px;
    margin: 0px;
    border: 2px solid;
    border-color: #4A73B4;
}
table.offline, table.stats {
    border-spacing: 0px;
    margin: 0px;
    border: 2px solid;
    border-color: #4A73B4;
    width: 80%;
}

tr.even:hover, tr.odd:hover {
    background-color: #CCCCFF;
}


td.not_used {
    background-color: #E3E7ED;
}

td.worktime_item {
    width: 150px;
    padding: 0px;
    background-color: #FFFFFF;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #4A73B4;
    vertical-align: top;
}

td.invalid_item {
    width: 150px;
    background-color: #E3E7ED;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #4A73B4;
}

td.overview {
    background-color: #FFFFFF;
    text-align:center;
    border-left: 1px solid #4A73B4;
    border-bottom: 1px solid #4A73B4;
}

td.invalid, th.invalid {
    background-color: #FFAAAA;
    text-align: center;
    border-left: 1px solid #4A73B4;
    border-bottom: 1px solid #4A73B4;

}


td.offline, th.offline {
    background-color: #DDDDDD;
    text-align:center;
}

td.admin_group {
    background-color: #FCF8E6;
}

td.active_block {
    /*background-color: #FFCC00;*/
    background-color: #339933;
    height: 5px;
    width: 14px;
}

td.inactive_block {
    /*background-color: #AAAAAA;*/
    background-color: #FF3300;
    height: 5px;
    width: 14px;
}

td.offline_block {
    background-color: #4A73B4;
    height: 5px;
    width: 14px;
}

td.no_block {
    background-color: #E3E7ED;
    height: 5px;
    width: 14px;
}

td.less_than_15 {
    background-color: #E3E7ED;
    font-size: 6px;
    text-align: center;
    color: #E3E7ED;
}

td.greater_than_15 {
    background-color: #FFFFCC;
    height: 5px;
    font-size: 6px;
    text-align: center;
    color: black;
}

td.greater_than_30 {
    background-color: #FFFF99;
    height: 5px;
    font-size: 6px;
    text-align: center;
    color: black;

}

td.greater_than_45 {
    background-color: #FFCC00;
    height: 5px;
    font-size: 6px;
    text-align: center;
    color: black;
}

td.usage {
    padding: 4px;
    vertical-align: middle;
}

td.auto_join {
    background-color: #EEEEEE;
}

td.component {
    padding-left: 10px;
    font-weight: bold;
}

td.task {
    padding-left: 30px;
}

td.user {
    padding-left: 50px;
}

td.psummary {
    padding-left: 10px;
    font-weight: bold;
}

td.csummary {
    padding-left: 30px;
    text-decoration: underline;
}

table.group {
    margin: 0px;
    border: 1px solid;
    border-color: #4A73B4;
}

table.status_item {
    width: 150px;
    border-spacing: 0px;
    margin: 0px;
    border: 2px solid;
    border-color: #4A73B4;
    text-align: left;
    vertical-align: top;
}

/*HEADER STYLES*/
.LOGO_main {
    font-family: "Arial Narrow";
    font-size: 23px;
    font-weight: bold;
    color: #4A73B4;
    vertical-align: bottom;
    text-align: left;
    padding-left: 3px;
}

.LOGO_pointlogo {
    text-align: right;
    vertical-align: bottom;
}

.LOGO_www {
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #5F7494;
    text-align: right;
    vertical-align: top;
    padding-right: 5px;
}

.LOGO_forup {
    vertical-align: top;
}

.corner {
    text-align: right;
}

.rightcorner {
    background-image: url(top_rightcorner_bg.gif);
    width: auto;
    text-align: right;
}

.logged {
    font-family: Tahoma;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    padding-right: 5px;
    color: #FFFFFF;
    background-color: #4A73B4;
}

td.menu {
    font-family: Tahoma;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    padding-left: 5px;
    color: #FFFFFF;
    background-color: #4A73B4;
}

span.separator {
    color: white;
    font-weight: bold;
    font-size: 11px;
}

span.subseparator {
    color: #4A73B4;
    font-weight: bold;
    font-size: 11px;
}

a.menu:visited, a.menu:link {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 11px;
}

a.submenu:visited, a.submenu:link {
    color: #4A73B4;
    font-weight: bold;
    font-size: 11px;
}

a.selected_submenu:visited, a.selected_submenu:link {
    color: #FFAA00;
    font-weight: bold;
    text-decoration: none;
    font-size: 11px;
}

a.name:visited, a.name:link {
    font-size: 12px;
    font-weight: bold;
    color: #40649C;
    text-decoration: none;
}

a.profile:visited, a.profile:link {
    font-size: 12px;
    text-decoration: none;
    color: #264A7E;
}

/*a.submenu:hover {*/
/*text-decoration: underline;*/
/*color: #FF9900;*/
/*}*/
table.submenu {
    text-align: right;
}
.main_title{
	background-color: #4A73B4;
	color: #FFFFFF;
	text-align:center;
	font-weight: bold;
	padding: 3px 3px 3px 6px;
}
.odd_row
{
	background-color: #DCEFFF;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #111111;
	padding-left: 5px;
	text-align: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E3E3E6;
}
.even_row
{
	background-color: #CBDFFF;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #111111;
	padding-left: 5px;
	text-align: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E3E3E6;
}

.TBL_header {
    background-color: #4A73B4;
    color: #FFFFFF;
    padding: 3px;
    font-family: Tahoma;
    font-size: 14px;
    font-weight: bold;
}

.TBL_columnheaderWithoutBottomLine {
    background-color: #B9C7E4;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #40649C;
    padding-left: 5px;
    text-align: left;
}

.TBL_columnheader {
    background-color: #B9C7E4;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #40649C;
    padding-left: 5px;
    text-align: left;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #4A73B4;
}

.TBL_columnheader_R {
    background-color: #B9C7E4;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #40649C;
    text-align: right;
    padding-right: 5px;
    border-bottom-color: #4A73B4;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

.TBL_bottomline {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #4A73B4;
}

.TBL_text_color0 {
    background-color: #FFFFFF;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
    color: #3F629A;
    padding-left: 5px;
    text-align: left;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #D3DCF6;
}

.TBL_text_color1 {

    background-color: #EDF2FB;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
    color: #3F629A;
    padding-left: 5px;
    text-align: left;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #D3DCF6;
}

.TBL_text_R_color0 {
    background-color: #FFFFFF;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
    color: #3F629A;
    text-align: right;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #D3DCF6;
    padding-right: 5px;
}

.TBL_text_R_color1 {
    background-color: #EDF2FB;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
    color: #3F629A;
    text-align: right;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #D3DCF6;
    padding-right: 5px;
}

.FRM_txt_R {
    font-family: Tahoma;
    font-size: 12px;
    color: #40649C;
    text-align: right;
    padding: 2px;
}
.FRM_edit {
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #40639B;
    text-align: right;
    border: 1px solid #4A73B4;
    margin: 1px;
}

.FRM_button {

    background-color: #FFFFFF;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #4A73B4;
    border: 2px solid #4A73B4;
}
.FRM_button:hover {
	background-color: #FF897B;
}
