/*
 * Ext JS Library 3.0 Pre-alpha
 * Copyright(c) 2006-2008, Ext JS, LLC.
 * licensing@extjs.com
 * 
 * http://extjs.com/license
 */

/*
 * Ext JS Library 2.0
 * Copyright(c) 2006-2007, Ext JS, LLC.
 * licensing@extjs.com
 * 
 * http://www.extjs.com/license
 */

#top .x-panel-body  {
	background:#DFE8F6 !important;
}
#header {
	background:#1E4176 url(images/hd-bg.gif) repeat-x scroll 0 0;
	border:0 none;
	padding-left:3px;
	padding-top:3px;
}
#header p {
	color:white;
	font-family:tahoma,arial,sans-serif;
	font-size:16px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin:5px;
	letter-spacing:2px;
}
#createdby {
	position:absolute;
	right:20px;
	text-align:right;
	top:10px;
	width:200px;
	font-size:12px;
	color: #fff;
	font-family:tahoma,arial,sans-serif;
}
#createdby  a{
	color:#FF004D;
	text-decoration:none;
	font-weight:bold;
}
.top-toolbar {
	height:30px;
}
button::-moz-focus-inner{
    border: none;
}
.x-grid3-check-col-on {
	background:url(libraries/extjs/resources/images/default/check.gif) no-repeat 18px -15px !important;	
}
.x-grid3-check-col, .x-grid3-td-expanded {
	background: none !important;
}
.x-grid3-td-check, .x-grid3-td-expander {
	cursor:pointer;
}
.x-grid3-check-col:hover {
	background:url(libraries/extjs/resources/images/default/hd-check.gif) no-repeat 21px 5px !important;
	
}
.info {
	background:#f4f4f4;
	padding:20px;
}
.info p {
	margin-top:20px;
}
ul.inline {
	padding:0;
	margin:0;
	list-style:none;
}
ul.inline li {
	display:block;
	margin-right:15px;
	float:left;
}
.x-grid3-done .x-grid3-cell-inner {
	color:#999 !important;
	text-decoration:line-through;
}
.x-grid3-col-check,.x-grid3-col-expander{
	color:#999;
	text-decoration:none !important;
}

/**Logo Panel*********************/
.logo-panel .x-panel-bwrap{
	background:url(images/logo-bg.jpg) repeat-x !important;
	border:0 !important;
}
.logo-panel .x-panel-body{
	background:url(images/logo.png) no-repeat 15px 10px !important;
}
/**USER TOOLBAR PANEL*************/
.user-toolbar {
	position:absolute;
	right:15px;
	top:20px;
}
.user-toolbar .x-panel-body {
	background:transparent !important;
	border:none !important;
	text-align:right;
	color: #aeaeae;
	font-family: Arial;
	font-size:12px;
}
.utb-btn {
	margin:0 4px;
	padding:0;
	color: #00a2ff !important;
	font-family: Arial;
	font-size:12px;
	cursor:pointer;
	border:0;
	background:none;
}
#profile {
	font-weight:bold;
}
.utb-btn:hover{
	color: #ff003c !important;
}


/**TOOLBAR************************/
.tasks-toolbar {
	background:transparent !important;
	border-bottom:1px #ccc solid !important;
	border-top:none !important;
}
.tasks-toolbar .x-toolbar-cell {
	padding:5px 10px;
}
.tasks-toolbar .x-toolbar-cell .x-btn button{
	color: #00a2ff !important;
	font-family: Arial;
	font-size:12px;
	font-weight:bold;
}
.tasks-toolbar .x-toolbar-cell .x-btn-over button{
	color: #ff003c !important;
}


