.footer  {
       text-align:center;
       font-size: 9px;
       color: #797979;
       word-spacing:3px;
}

body {
    margin-top:0px;
}

.error {
    font-family: verdana, tahoma, arial;
    font-size: 11px;
    line-height: 120%;
    color: red;
    font-weight: bold;
}

.required {
    color: red;
    font-weight: bold;
}


# sortable
table.sortable {
	border-spacing: 0;
	border-style: solid;
	border-color: #aaa;
	border-width: 1px;
	border-collapse: collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;
}
table.sortable th, table.sortable td {
	text-align: left;
	border-style: solid;
	border-color: #aaa;
	font-size: 10px;
}
table.sortable th {
	border-width: 1px 0px 1px 0px;
	background-color: #ccc;
	font-weight: bold;
}
table.sortable th a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 11px;
}
table.sortable td {
	border-width: 0px;
}
table.sortable tr.odd td {
	background-color: #fff;
}
table.sortable tr.even td {
	background-color: #ddd;
}
table.sortable tr.sortbottom td {
	border-width: 1px 0px 1px 0px;
	background-color: #ccc;
	font-weight: bold;
}

.small_text {
    font-size: 10px;
}

.quick_view_master_header{
    font-weight: bold;
}

.quick_view_header {
    font-size: 11px;
    font-weight: bold;
    color: #23238E;
}

.quick_view_sub_header {
    font-size: 9px;
    color: #444;
    font-weight: bold;
    margin-left: 10px;
    line-height: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.quick_view_text {
    font-size: 9px;
    margin-left: 10px;
    line-height: 10px;
    margin-top: 0px;
    margin-bottom: 5px;
}

input, textarea, select {
    font-family:verdana;
    color:#000000;
    font-size:11px;
}

input.button {
    color:white;
    font-weight:bold;
    background-color:#666666;
}

.tooltip_div {
    margin-bottom:10px;
    font-weight:bold;
    color:#23238E;
}

form {
    margin: 0px;
    padding: 0px;
}

h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

.read_only {
    font-size: 10px;
    font-weight: bold;
    color: green;
}

.pagetitle  {
    color: #23238E;
}
