
body, .regular {
	font-family: Arial;
	font-size: 12px;
}

a {
	color: blue;
}



#tasks { 
	font-size: 12px; 
}

.task {
	background: #EAEAEA;
	border: 1px solid #CCCCCC;

	margin: 5px;
	
}

.task_title {
	background: transparent url('images/task.gif') 5px 5px no-repeat;
	padding-left: 25px;
	padding-top: 3px;
	line-height: 20px;

	font-weight: bold;
}

.task_date {
	padding-left: 50px;
	color: #666;
}

.task_joborder {
	text-align: left;
	padding-left: 10px;
	width:60%;
}
.task_state {
	text-align: right;
	padding-right: 10px;
}
.task_state2 {
	text-align: right;
	padding-right: 10px;
	width:38%;
}

.task_account {
	text-align: right;
	padding-right: 10px;
	font-style: italic;
}

.task_company {
	float: right;
	font-weight: normal;
}

.task_comment {
	border: 1px solid black;
	margin: 2px;
	background: white;
}

.s1 { background: #fff; }
.s2 { background: #CBF2C3; }
.s3 { background: #F69679 url(images/done.png) center center no-repeat; }
.s4 { background: #F5989D; }
.s5 { background: #C7B299; }
.s6 { background: #eaeaea; }
.s7 { background: #DFB8E1 url(images/res.png) center center no-repeat;}
.s0 { background:#CCFFFF url(images/notap.png) center center no-repeat;}

.inactive { border: 5px solid orange;
	background: transparent url(images/inact.png) center center no-repeat;
}

.mine {
	background: yellow !important;
}

.task_title a {
	color: black;
	text-decoration: none;
}

.hot {
	color: red !important;
}

#add tr th {
	font-size: 12px;
	background-color: #F7F7FF;
}

#add tr td {
	font-size: 12px;
}

.error {
	color: black;
	background: red;
}


.notasks, .day {
	background: #EEEEDD url('images/c2.gif') top left no-repeat;
	margin-bottom: 15px;
	margin-top: 0px;
	color: #CCCCAA;
}

.daytext {
	width: 100px;
	color: #666633;
	text-align: center;
	float: left;
	font-weight: bold;
}

.task_a {
	color: #768757;
	font-weight: bold;
	background: #CCDDAA url('images/c3.gif') top left repeat-y;
	padding-left: 5px;
	border-top: 1px solid white;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid white;
	margin-left: 100px;

	font-size: 12px;
}

.owner {
	background: #CCCC99 url('images/c1.gif') top left no-repeat;
	color: #888855;
	margin: 0px;
	padding-left: 15px;
	font-weight: bold;
}
.task_info {
	background: #EAF2DB;
	padding-left: 20px;
	border-left: 1px solid #768757;
	border-top: 1px solid #768757;
}
.comp {
	color: #000;
}
strong.comp:hover {
	background: #fff;
}
	
.title {font-size:14px;font-weight:bold}
.tdhead {text-align:right;font-weight:bold;color:#777777;vertical-align:top;}
.tdtext {}
.label {font-weight:bold;font-size:12px}
.label a{text-decoration:none;color:#000000}
.note {border:1px solid #aaaacc;background-color:#eeeeff;padding-left:4px;padding-right:4px}
.page {font-size:18px;border-bottom:2px solid #aaaacc;background-color:#eeeeff;padding-left:15px;
 background:url(images/view.gif) no-repeat left;}
.ynote {border-top:1px solid #C9D000;background-color:#FDFFBE;padding:4px;}

.alert {color:#990000;padding-left:19px;background:url(images/info.gif) no-repeat left;}
.stop {color:#990000; text-decoration:none;}
.sidemenu {border-right:1px solid #aaaaaa;background-color:#f7f7ff;float:left;width:180px}
body {
	font-size: 12px;
	font-family: tahoma;
	leftmargin: 0px;
	topmargin: 0px;
	marginwidth: 0px;
	marginheight: 0px;
}


TD
{
    FONT-SIZE: 12px;
    FONT-FAMILY: tahoma;
}
.tableth
{
 FONT-SIZE: 12px;
 FONT-FAMILY: tahoma;
 font-weight:bold;
 text-align:left;
 border-bottom:2px solid #aaaacc;
 padding:5px;
}
.menuskin{
	position:absolute;
	width:200px;
	background-color:#F7F7FF;
	border:2px solid #ffffff;
	font:normal 12px Verdana;
	color:#ffffff;
	line-height:18px;
	z-index:100;
	visibility:hidden;
	left: 163px;
	top: 306px;
}
.menuskin a{
text-decoration:none;
padding-left:10px;
padding-right:10px;
}
#mouseoverstyle{
background-color:#fdffbe;
}
#mouseoverstyle a{
color:#000000;
}