#inotable {
	border-left: 1px solid #E5E5E5;
	border-top: 1px solid #E5E5E5;
	margin: 0;
}

#inotable, #inotable td, #inotable tr, #inotable th{
	border-collapse: separate !important;
	border-collapse: collapse;
	border-spacing: 0;
}

#inotable td, #inotable th {
	border-bottom: 1px solid #E5E5E5;
	border-left: 1px #fff solid;
	border-right: 1px solid #E5E5E5;
	border-top: 1px #fff solid;
}

#inotable td table, #inotable td table td {
	border: 0px;
	border-collapse: none;
	background: #F9F9F9;
	text-align: left;
}

#inotable td {
	background: #F9F9F9;
	padding: 3px;
}

#inotable th {
	background: #3e87cc;
	font-weight: bold;
	padding: 4px;
	white-space: nowrap;
	color: #FFFFFF;
	font-family:Arial;
    font-size:8pt;
    text-decoration:none;
    color:#FFFFFF;
}

#inotable tr:hover td, #inotable tr:hover td table {
	background: #E7F5FF !important;
}

.table_title{
    background: #3e87cc;
	font-weight: bold;
	padding: 4px;
	white-space: nowrap;
	color: #FFFFFF;
	font-family:Verdana;
    font-size:8pt;
    text-decoration:none;
    color:#FFFFFF;
}

.tab_name a:link, .tab_name a:visited, .tab_section_name a:link, .tab_section_name a:visited {
	border-bottom: 2px solid #bde3fc;
	color: #4CA1D8;
	font-size: 1.1em;
}

.tab_name a:hover, .tab_name a:active, .tab_name a:focus, .tab_section_name a:hover, .tab_section_name a:active, .tab_section_name a:focus {
	border-bottom: 2px solid #4CA1D8;
}

.tab_edit, .tab delete {
	width: 1%;
}

.tab_edit a, .tab_delete a {
	font-size: 1.1em;
}

.tab_name {
	width: 100%;
	text-align: left !important;
}

.tab_section_name {
	text-align: left !important;
}

.tab_section_name {
	width: 30%;
}

.tab_description, .tab_tag_name {
	width: 50%;
}

.tab_date {
	color: #8C8C8C;
	text-transform: lowercase;
	white-space: nowrap;
}

.tab_comments {
	color: #585858;
	text-transform: lowercase;
	white-space: nowrap;
}

.tab_setasdefault {
	font-size: 1.1em;
	width: 15%;
}

.tab_controls {
	margin: 0 7px 10px;
	height: 15px;
}

span.checkall {
	float: left;
}

span.tab_select {
	float: right;
}

