body, p, table, tr, td, th, h1, h2, h3, h4, h5, h6, div, span, textarea {
	font-family: Arial;
}

body, p, table, tr, td, th, h3, div, span, textarea {
	font-size: 9pt;
}

body {
	background-color: white;
}

.floatstop:after {
        /* aka clearfix; EasyComputing CSS Book */
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
}

div, h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

h2 {
	margin: 10px 0;
}

label {
	cursor: pointer;
}

a {
	text-decoration: none;
	color: #006;
}
a:hover {
	text-decoration: underline;
}

th {
	text-align: left;
	padding-right: 20px;
}
tr.jsClickable {
	cursor: pointer;
}
tr.jsClickable:hover {
	background-color: #DCE4F1;
}
table.listview tr.first_row th {
	border-bottom: 1px solid black;
}


table.listview td, table.listview th {
	padding: 2px;
	padding-right: 10px;
	border-bottom: 1px solid #DDD;
	vertical-align: top;
}

table.in_list td, table.in_list th {
	border-bottom: 0;
}

ul#listview_top_actions {
	margin: 5px 0;
	padding: 2px 5px;
/*
	background-color: #DDF;
	border: 1px solid #006;
*/
}

ul#listview_top_actions li {
	display: inline;
	padding: 5px 10px 5px 0;
	margin: 0;
	list-style: none;
	list-style-type: none;
	background: url(../images/button_left.gif) no-repeat scroll left top transparent;
	padding-left: 7px;
	height: 30px;
}

ul#listview_top_actions li a {
	text-decoration: none;
	background: url(../images/button_right.gif) no-repeat scroll right top transparent;
	padding: 5px 10px 5px 3px;
	line-height: 20px;
	color: #004;
}

ul#listview_top_actions li a:hover {
	text-decoration: underline;
}

ul#listview_pages {
	margin: 5px 0;
	padding: 2px 5px;
}

ul#listview_pages li {
	display: inline;
	padding: 2px 5px;
	margin: 0;
	list-style: none;
	list-style-type: none;
	border: 1px solid #DDD;
}

ul#listview_pages li:hover, ul#listview_pages li.selected {
	border: 1px solid black;
	cursor: pointer;
}

table.recordview th {
	vertical-align: top;
	padding-top: 3px;
	width: 150px;
}
table.listview th, table.jwin_files th {
	width: auto;
}
table.jwin_files td {
	padding-right: 20px;
}
table.recordview tr.focus {
	background-color: #DCE4F1;
}


table.recordview .error {
	font-weight:  normal;
	color: #D00;
}

ul.report {
	margin: 0;
	padding: 0 10px;
}

ul.report li {
	margin: 0;
}
textarea.jwysiwyg {
	width: 520px;
	height: 50px;
}

img.jwin_date {
	margin-left: 2px;
	position: relative;
	top: 2px;
}

.input_jwin_date {
	width: 120px;
}

.input_jwin_file {
	width: 250px;
}

.ui-widget {
	font-size: 0.9em;
}
td.edit_icon {
	width: auto;
	padding-right: 10px;
}
td.edit_icon input[type=checkbox] {
	width: 20px;
	padding: 0; margin: 0;
	line-height: 16px;
	margin: -3px 0 -10px 0;
}

table.recordview td label {
	vertical-align: middle;
	padding-top: 5px;
}

ul.dbcheckbox_list {
	list-style: none;
	margin: 0;
	padding: 0;
	-moz-padding-start: 0;
}

ul.scroll {
	height: 200px;
	border: 1px solid gray;
	padding: 5px;
	overflow: auto;
	width: 96%;
}

ul.dbcheckbox_list li {
	display: block;
	padding: 0;
	margin: 0;
}

ul.dbcheckbox_list li label {
	padding-top: 0;
	vertical-align: inherit;
}

ul.dbcheckbox_list li.indent1 {
	margin-left: 15px;
}

ul.dbcheckbox_list li.indent2 {
	margin-left: 30px;
}

ul.dbcheckbox_list li.indent3 {
	margin-left: 45px;
}

ul.dbcheckbox_list li.indent4 {
	margin-left: 60px;
}

#recordview_error {
	border: 1px solid red;
	padding: 5px;
	width: 300px;
	margin-bottom: 5px;
}

#recordview_error img {
	width: auto;
	float: left;
	margin-right: 10px;
	position: relative;
	top: 3px;
}

.recordview .hint {
    font-weight: normal;
    font-size: 0.9em;
}

.datetimepicker {
    width: 200px;
}

.ui-timepicker-div dt {
    width: 50px;
}
.ui-timepicker-div dd {
    width: 100px;
    margin-left: 80px;
    position: relative;
    top: -12px;
}
    
