
body {
	padding: 0px;
	margin: 0px;
	width: 100%;
	min-width: 1000px;
}

body.index {
	background: #ffffff url('/images/bgmanag.jpg') repeat-x;
}

body.login {
	background: #0e61a8 url('/images/bglogin.jpg') repeat-x;
}

body, table, tr, td, th {
	font-family: Verdana, sans-serif;
	font-size: small;
}

a {
	color: #000000;
}

input, select, textarea {
	border: 1px solid #55a5f5;
	background: #ffffff;
}

.view td div.label {
	border: 1px solid #ffffff;
	background: #ffffff;
	width: 298px;
	padding: 2px;
}

h1 {
	font-size: x-large;
	font-weight: normal;
}
h1, h1 a, h1 a:hover, h1 a:active {
	color: #55a5f5;
}
h2 {
	font-size: large;
	color: #486c8a;
	font-weight: normal;
}
h2 a {
	color: #1a476d;
}

div.login {
	margin-top: 200px;
	margin-left: 300px;
}
.login table.o {
	border-collapse: collapse;
	position: absolute;
	top: 400px;
	left: 250px;
}
.login table.o td.login-center {
	background: url('/images/bglf.gif') repeat-x;
	height: 98px;
	width: 630px;
	margin: 0px;
	padding: 0px;
}
.login table.o td.login-left {
	background: url('/images/bglfleft.jpg') no-repeat;
	width: 10px;
	height: 98px;
	margin: 0px;
	padding: 0px;
}
.login table.o td.login-right {
	background: url('/images/bglfright.jpg') no-repeat;
	width: 10px;
	height:98px;
	margin: 0px;
	padding: 0px;
}
.login .label {
	padding-left: 15px;
	padding-top: 15px;
}
.login input {
	border: 1px solid #ffffff;
	background: #b1e5ff;
	font-size: large;
	color: #1a476d;
	height: 24px;
	margin: 10px;
	margin-top: 0px;
}
.login a.enter {
	font-size: large;
}
.login .logo {
	position: absolute;
	top: 200px;
	left: 150px;
}
.login h1 {
	color: #1a476d;
}
.login h2 {
	color: #ffffff;
}
.login .board {
	position: absolute;
	top: 525px;
	left: 275px;
}
.login .board span {
	display: block;
	float: left;
	font-size: medium;
	width: 50px;
	height: 25px !important;
	height: 30px;
	text-align: center;
	color: #ffffff;
	padding-top: 5px;
}
.login .board span.active {
	background: url('/images/btnl.gif') no-repeat;
}

.welcome {
	margin:15px;
}
.welcome .photo {
	width: 130px;
	height: 170px;
	background: url('/images/bgphoto.gif') no-repeat;
	padding: 3px;
}
.welcome .profi {
	font-size: x-small;
	margin-bottom: 5px;
}
.welcome .logon {
	margin-bottom: 5px;
}

h1.time {
	position: absolute;
	left: 165px;
	top: 65px;
	font-size: large;
}

.search {
	margin: 15px;
	width: 490px;
	border-collapse: collapse;
	height: 50px;
}
.search td {
	margin: 0px;
	padding: 0px;
	background: url('/images/bgs.gif') repeat-x;
}
.search td.search-left {
	background: url('/images/bgsleft.gif') no-repeat;
	width: 9px;
}
.search td.search-right {
	background: url('/images/bgsright.gif') no-repeat;
	width: 9px;
}
.search td.search-label {
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 15px;
}
.search input#search {
	width: 379px;
	margin-top: 15px;
}
.search input.submit {
	border: none;
	background: url('/images/search.jpg') no-repeat;
	width: 32px;
	height: 35px;
	margin-top: 7px;
}

#helper {
	background: #ffffff;
	border: 1px solid #999999;
	position: absolute;
	margin-top: 36px !important;
	margin-top: 38px;
	margin-left: 0px;
	width: 446px;
}
#helper a {
	display: block;
	height: 20px;
	padding-top: 2px;
	text-decoration: none;
}
#helper a:hover, #helper a:active, #helper a.active {
	background: #55a5f5;
	color: #ffffff;
	text-decoration: none;
}

div.companies {
	margin: 10px;
}
div.companies table {
	width: 600px;
}
div.companies table td {
	width: 50%;
}
div.companies a {
	display: block;
}

.content-outer {
	background: #ffffff;
	padding-top: 1px;
	padding-bottom: 1px;
}
.content {
	padding: 20px;
	border-top: 1px solid #55a5f5;
}

.foot {
	height: 34px;
	font-size: 70%;
	min-width: 1000px;
	padding-top: 20px;
	background: #ffffff url('/images/bgbottom.gif') repeat-x;
	border-bottom: 1px solid #55a5f5;
}

.foot table {
	width: 100%;
}
.foot table td {
	vertical-align: middle;
}
.foot table td img {
	vertical-align: middle;
}
.foot a, .foot a:link, .foot a:visited, .foot a:hover, .foot a:active {
	text-decoration: none;
}
.foot .foot-left {
	text-align: left;
}
.foot .foot-right {
	text-align: right;
}

.path {
	margin-bottom: 10px;
}

div.company {
	padding-left: 10px;
	margin-bottom: 2px;
	margin-top: 2px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
div.company img.avatar, img.company-avatar {
	border: 1px solid #999999;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
div.company p {
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 15px;
}
div.company h3 {
	font-size: medium;
}
div.company strong {
	background: #ffff00;
}

table.data {
	width: 100%;
	clear: both;
	border-collapse: collapse;
	border-bottom: 1px solid #999999;
}

table.data td {padding:7px}

table.data th {
	text-align: left;
	font-size: 110%;
	height: 22px;
	border-bottom: 1px solid #999999;
	background: #e5f8ff;
}

table.data td {
	vertical-align: middle;
}

table.data .row0 td {
	background: #e6e6e6;
}

table.data td img {
	vertical-align: middle;
}

table.data .head th {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	color: #999999;
}

table.data th.head-need {
	background: #ffffff;
	border-top: 1px solid #cccccc;
}

table.data th.head-done {
	background: url('/images/tasktopbg.gif') repeat-x;
	border-top: none;
}

table.data th.head-need h2 {
	background: url('/images/1.gif') no-repeat;
	margin: 0px;
	padding-left: 80px;
	padding-top: 10px;
	height: 40px !important;
	height: 50px;
}

table.data th.head-done h2 {
	background: url('/images/2.gif') no-repeat;
	margin: 0px;
	padding-left: 80px;
	padding-top: 10px;
	height: 40px !important;
	height: 50px;
}

table.data .visit td, table.data .visit td a {
	color: #f19300;
}

table.data .late td, table.data .late td a {
	color: #a20017;
	font-weight: bold;
}

img.float-left {
	float: left;
	margin-right: 20px;
	border: 1px solid #999999;
}

a.nice {
	color: #555555;
	width: 200px;
	height: 35px !important;
	height: 50px;
	display: block;
	background: url('/images/button.gif') no-repeat;
	text-align: center;
	font-size: medium;
	text-decoration: none;
	padding-top: 15px;
	font-weight: bold;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

#tooltip {
	width: 200px;
	position: absolute;
	visibility: hidden;
	padding-top: 20px;
	font-family: Verdana, sans-serif;
	font-size: small;
	background: url('/SiteNN/images/tooltip-out.gif') no-repeat;
}

#tooltip #tooltip-head {
	height: 5px;
	font-size: 0px;
	line-height: 0px;
	background: url('/SiteNN/images/tooltip-head.gif') no-repeat;
}

#tooltip #tooltip-foot {
	height: 5px;
	font-size: 0px;
	line-height: 0px;
	background: url('/SiteNN/images/tooltip-foot.gif') no-repeat;
}

#tooltip #tooltip-main {
	padding-left: 10px;
	padding-right: 10px;
	background: url('/SiteNN/images/tooltip-back.gif') repeat-y;
}

.statistic {
	position: absolute;
	left: 700px;
	top: 10px;
}

.statistic table {
	width: 300px;
}

.statistic .bottom {
	width: 300px;
}

.statistic .bottom .left {
	background: url('/images/stat-bottom-left.gif') left bottom no-repeat;
	float: left;
	width: 35px;
	height: 25px;
	display: block;
}

.statistic .bottom .right {
	background: url('/images/stat-bottom-right.gif') right bottom no-repeat;
	float: left;
	width: 15px;
	height: 25px;
	display: block;
}

.statistic .bottom .center {
	display: block;
	float: left;
	width: 25px;
	height: 25px;
	background: url('/images/stat-bottom-center.gif') center bottom no-repeat;
}

.statistic a.light, .statistic a.dark {
	display: block;
	float: left;
	height: 20px !important;
	height: 20px;
	text-align: center;
	padding-top: 5px;
	width: 110px;
}

.statistic a.light {
	background: url('/images/stat-bottom-light.gif') left bottom repeat-x;
}

.statistic a.dark {
	background: url('/images/stat-bottom-dark.gif') left bottom repeat-x;
}

span.blm {
	float: left;
	padding-top: 5px;
	height: 25px !important;
	height: 30px;
}
span.blml {
	float: left;
	background: url('/images/bmleft.gif') right no-repeat;
	width: 11px;
	height: 30px;
	display: block;
}
span.blmr {
	float: left;
	background: url('/images/bmright.gif') left no-repeat;
	width: 11px;
	height: 30px;
	display: block;
}
span.blm a {
	padding-right: 0px;
	color: #fff;
	text-decoration: none;
	background: #369 url('/images/bmbgd.gif') repeat-x;
	display: block;
	height: 25px !important;
	height: 25px;
	float: left;
	padding-top: 5px;
}
span.blm a:hover, span.blm a:active {
	background: #ff0 url('/images/bmbgd.gif') repeat-x;
}

tr.green, div.green {
	background: #bbffbb;
}

tr.green1, div.green {
	background: #bbffbb;
}

tr.green0 {
	background: #A5F3A5;
}

td.green, td.green a {
	color: #007700;
	font-weight: bold;
}

tr.yellow1, div.yellow {
	background: #ffffbb;
}

tr.yellow0 {
	background: #EEEEA7;
}

td.yellow, td.yellow a {
	color: #777700;
	font-weight: bold;
}

tr.red0, div.red {
	background: #ffbbbb;
}

tr.red1, div.red {
	background: #FACECE;
}

td.red1, td.red0, td.red1 a,  td.red0 a {
	color: #770000;
	font-weight: bold;
}

tr.blue1, div.blue {
	background: #E5EDFF;
}

tr.blue0, div.blue {
	background: #C8D6F5;
}

td.blue, td.blue a {
	color: #000077;
	font-weight: bold;
}

.pager {
	line-height: 50px;
}

.pager a {
	font-size: medium;
	padding: 5px;
}

.pager a.active {
	background: #cccccc;
}

table.date-table {
	width: 100%;
}

table.date-table td {
	width: 14%;
	border: 1px solid #dddddd;
	padding: 5px;
}

table.date-table .date-title {
	text-align: center;
	font-weight: bold;
}

table.date-table .date-count {
	text-align: center;
}

table.date-table .date-client {
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
}

.flag {
	margin: 3px;
}

#diary-outer {}
#diary-inner {}
#diary-inner table {width:90%;height:300px;}
#diary-inner table td {width:180px;vertical-align:top;width:14%;}
#diary-inner .x000000, #diary-inner .x000000 a {color:#000000;text-decoration:none;}
#diary-inner .xff0000, #diary-inner .xff0000 a {color:#ff0000;text-decoration:none;}
#diary-inner .x999999, #diary-inner .x999999 a {color:#999999;text-decoration:none;}
#diary-inner .x000000 a:hover {color:#000000;text-decoration:line-through;}
#diary-inner .xff0000 a:hover {color:#ff0000;text-decoration:line-through;}
#diary-inner .x999999 a:hover {color:#999999;text-decoration:line-through;}
#diary-inner li.done a {text-decoration:line-through;}
#diary-inner li.done a:hover {text-decoration:none;}
#diary-inner input {width:160px;}
#diary-inner ul {list-style:none;margin:0px;padding:0px;}
#diary-inner li {margin:2px;padding:2px;clear:both;border:1px solid #999999;}
#diary-inner li .invisible {float:right;margin:0 5px 0 0;cursor:pointer !important;cursor:hand;display:none;}
#diary-inner li.null {border:none;}
.prev-next a {font-size:14px;text-decoration:none;}

.attachments {float:right;margin:10px 10px 0 0}

#one, #two {
overflow: auto;
border: 1px solid #cccccc;
border-radius: 3px;
padding: 5px;
width: 270px;
max-height: 350px;
}