html, body {
	font:normal 12px verdana;
	margin:0;
	padding:0;
	min-height:100%;
	height:100%;
	width:100%;
}
.clear {
	clear:both;
}
a {
	color:blue;
	text-decoration:underline;
}
INPUT[type=button] { 
	background: #99BBE8; 
	color: #fff; 
	font-size: 11px; 
	font-weight: normal;
	text-decoration:none;
	padding: 0px 4px 2px 4px; 
	border: 1px solid #99BBE8; 
	cursor: pointer; 
}
INPUT[type=button]:focus:hover { 
	text-decoration:underline; 
}
INPUT[type=button].grey { 
	background: #efefef; 
	color: #ccc; 
	font-size: 11px; 
	font-weight: normal; 
	cursor:not-allowed;
	padding: 0px 4px 2px 4px; 
	border: 1px solid #ccc; 
}
INPUT[type=button].grey:hover:focus { 
	background-color: #4B649A; 
	background-image: none; 
	cursor:not-allowed;
}

#jsscript {
	display:none;
}
#container {
	width:1000px;
	margin:10px;
}
#content {
	padding:1px;
}
#calendar {
	width: 900px;
	padding:10px;
	margin: 0 auto;
}
#warning {
	margin:5px;
	padding:10px;
	background-color:#ffffcc;
	color:#474747;
	display:none;
}
#content {
	margin:10px;
}
#extjsgrid {
	margin:10px;
	margin-left:0px;
}
/* tabs */
.tabs {
	float:left;
	padding:7px;
	text-align:center;
	font-weight:bold;
	font-weight:bold;
	border-right:1px solid #efefef;
	cursor:pointer;
	background-color:#8DB1E9;
	color:#fff;
}
.tabs_current {
	color:#474747;
	background-color:#EAF1FB;
	border-right:1px solid #EAF1FB;
	border-bottom:1px solid #EAF1FB;
	cursor:default;
}

.qMessage {
	margin:5px;
	background-color:#ffffcc;
	padding:10px;
	text-indent:18px;
	background: #ffffcc url(../images/icons/famfam/error.png) no-repeat center left;
}

.page {
	margin:5px;
	padding:10px;
}

.header {
	padding:10px;
	background-color:#DBEAFF;
}
.clear {
	clear:both;
}
.checked {
	background: transparent url(../images/icons/action_check.png) no-repeat center center;
}

/* left-right column formating */
table.grid { 
	width: 450px;
	font-size:11px;
	font-weight:bold;
	background-color: #fff;
	border-collapse: collapse;
	border-spacing: 0px; 
}
td.tblheader { 
	background: url(../js/ext-3.0.3/resources/images/default/panel/white-top-bottom.gif) repeat-x;
	line-height:22px;
	text-align:center;
	font-weight: bold;
	font-size:12px;
	color: #15428B; 
	padding-left:5px;
}
td.label { 
	background-color: #DFE8F6;
	line-height:18px;
	text-align:right;
	padding-right:5px;
	font-weight: bold;
	color: #474747; 
}
td.data	{ 
	text-align: left;
	line-height:18px;
	font-weight: normal;
	color: #404040;
	background-color: #F9F9F9;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 0px; 
}

/* top-bottom column formatting */
table.udgrid { 
	width: 450px;
	font-size:11px;
	font-weight:bold;
	background-color: #fff;
	border: 0px #7CAFFF solid;
	border-collapse: collapse;
	border-spacing: 0px; 
}
td.udtblheader {
	background: url(../js/ext-3.0.3/resources/images/default/panel/white-top-bottom.gif) repeat-x;
	line-height:22px;
	text-align:center;
	font-weight: bold;
	font-size:12px;
	color: #15428B; 
}
td.udlabel { 
	background-color: #D8E7FF;
	line-height:18px;
	font-weight: bold;
	color: #474747; 
}
td.uddata	{ 
	text-align: left;
	line-height:18px;
	font-weight: normal;
	color: #404040;
	background-color: #F9F9F9;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 2px;
	padding-right: 0px; 
}
td.action {
	text-align:center;
	cursor:pointer;
	background-color:#FFB164;
	color:#fff;
	width:18px;
	font-weight:bold;
}
.actionclose {
	padding:3px;
	background-color:#FFB164;
	color:#fff;
	font-weight:bold;
}
.activitylink {
	color:blue;
	text-decoration:underline;
}

/* extjs combo box */
.search-item {
    font:normal 11px tahoma, arial, helvetica, sans-serif;
    padding:3px 10px 3px 10px;
    border:1px solid #fff;
    border-bottom:1px solid #eeeeee;
    white-space:normal;
    color:#555;
}
.search-item h3 {
    display:block;
    font:inherit;
    font-weight:bold;
    color:#222;
}

.search-item h3 span {
    float: right;
    font-weight:normal;
    margin:0 0 5px 5px;
    width:100px;
    display:block;
    clear:none;
}