@CHARSET "UTF-8";
/*
*{
	font-size: 12px;
	font-family: Arial, serif,sans-serif;
}
*/
body {
    width: 100%;
    font-family: Nunito, Helvetica, Arial, sans-serif;
}

.menu1 {
	width:700px;
	height:40px;
	margin-top:70px;
	padding:0;
	font-family: Nunito, Helvetica, Arial, sans-serif;
	/*src: url(fonts/Helvetica.ttf);*/
	font-size:13px;
	font-weight:lighter;
	background: #fff;
	float: right;
}
.menu1 ul{
	margin:0;
	padding:0;
}
.menu1 li{
	float:left;
	list-style:none;
}
.menu1 li a {
	color:#000;
	list-style:none;
	display:block;
	line-height:40px;
	text-decoration:none;
	padding:0 5px 0 20px;
}
.menu1 li a:hover {
	color:#fff;
	list-style:none;
	display:block;
	padding:0 20px 0 20px;
	line-height:40px;
	text-decoration:none;
	background: #239ed7;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.menu1 .active{
	color:#fff;
	list-style:none;
	display:block;
	padding:0 20px 0 20px;
	line-height:40px;
	text-decoration:none;
	background: #239ed7;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}


/* bof: Home Page*/
.sss {
	height: 0;
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	overflow: hidden;
}

.ssslide {
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	overflow: hidden;
}

.ssslide img {
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
}

.sssnext, .sssprev {
	width: 25px;
	height: 100%;
	margin: 0;
	position: absolute;
	top: 0;
	background: url('../images/arr.png') no-repeat;
}

.sssprev {
	left: 3%;
	background-position: 0 50%;
}

.sssnext {
	right: 3%;
	background-position: -26px 50%;
}

.sssprev:hover, .sssnext:hover {
	cursor: pointer;
}
/* eof: Home Page*/

#new_task_title, #edit_task_title, #menu_title {
    width: 100%;
    text-align: center;
    background-color: #e0e0e0;
    font-size: 18px;
}

#task_list_title {
    width: 100%;
    text-align: left;
    font-size: 18px;
}

#task_title, #task_desc, #tag {
    width: 500px;
}

#tag {
    margin-top: 20px;
}

#created_by, #assigned_to {
    width: 100px;
}

#task_desc {
    height: 100px;
    
}

a:link       {color:green; text-decoration: none;}
a:visited {color:green;}
a:hover    {color:red;}
a:active  {color:blue;} 

.tlabel {
    width: 100px;
}

.note {
    font-size: 11px;
}

#edit_task, #new_task {
    float: left;
    margin-left: 30px;
    width: 600px;
    border: 1px solid #a0a0a0;
}

#update_task, #create_task {
    margin: 5px 10px 10px 10px;
    width: 100px;
    float: none;
}

#cancel_edit {
    margin: 5px 10px 10px 10px;
    float: none;
}

#delete_task {
    margin: 5px 10px 10px 10px;
    float: right;
}

#task_solution, #task_remarks {
    width: 500px;
}

.alabel {
    width: 100px;
}

#task_list_table {
    width: 800px;
    text-align: left;
}

th {
    padding: 0.5em 0.2em;
    background-color: #808080;
    color: white;
}

tr.odd {
    background-color: #f0f0f0;
}

tr.even {
    background-color: #FFFFFF;
}

td {
    padding: 0.2em 0.2em;
}

#task_list {
    float: left;
    padding-left: 20px;
    margin: 0 auto;
    width: 800px;
}

#record_count {
    padding-top: 10px;
    float: none;
}

#select_page {
    float: right;
}

div#select_page li {
    list-style: none;
    padding-left: 0.5em;
    float: left;
}

div#task_list #tid  { width: 35px; }
div#task_list #date,#assignedto { width: 130px; }
div#task_list #status { width: 70px; }
div#task_list #tag { width: 150px; }
div#task_list #task_filter { margin-top: -20px; float: right; }

div#menu {
    float: left;
    width: 200px;
    border: 1px solid #e0e0e0;
}
div#menu li {
    padding: 0.2em 0.2em;
}

div#tag_menu {
    float: right;
    width: 200px;
    border: 1px solid #e0e0e0;
    margin-right: 20px;
}

div#tag_menu li {
    padding: 0.1em 0;
}

.submenu {
    margin-left: 20px;
    margin-bottom: -10px;
    color: #a0a0a0;
}

div#task_status_history_title {
    cursor: pointer;
    color: blue;
    font-size: 10px;
    margin-left: 0.5em;
    
}

#task_status_history {
    display: none;
}

.ts_date, .ts_history {
    margin: 0 0.5em;
    float: left;
}

div#login ol {
    color: #f00;
    font-size: 28px;
}

#msg {
    height: 25px;
    margin: 10px 0;
}

.errorMsg {
    font-weight: bold;
    padding: 2px;
    border: 1px solid #d00;
    background: #FFE4E1;
    width: 98%;
    color: #aa0000;
}

.displayMsg {
    font-weight: bold;
    padding: 2px;
    border: 1px solid #0d0;
    background: #ddeedd;
    width: 98%;
    color: #008800;
}

#userForm {
    width: 500px;
}

#ticketlist tr:hover { 
    background: #ddd;
}

#productlist tr:hover { 
    background: #ddd;
}