@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

/* remember to define focus styles! */
:focus {
}

body {
	color: black;
	background-color: #98CCE6;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
}

caption, th, td {
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a {
	text-decoration: none;
}

p label {
}

td#banner {
	padding: 0.5em;
	height: 60px;
	background: white url(http://help.cisdata.net/sandbox/idxpro-admin/images/admin_spt/banner.jpg) no-repeat top right;
}

#banner ul {
	list-style: none;
	float: right;
}

#banner li {
	display: inline;
}

#banner li a {
	color: white;
}

td#top_navigation {
	height: 25px;
	background-image:url(http://help.cisdata.net/sandbox/idxpro-admin/images/admin_spt/nav_bg.gif); background-repeat:repeat-x; background-position:bottom;
	background-color:#FFFFFF;
	vertical-align:middle;
}

#top_navigation ul {
	list-style: none;
	display: block;
	width: 900px;
	margin: 0 auto 0 auto;
}

#top_navigation li {
	display: inline;
}

#top_navigation a {
	display: block;
	float: left;
	height: 26px;
	width: 150px;
	background: url(http://smithers.jail.cisdata.net/resources/images/spt/Admin/tabs/tab-editorOFF.gif) no-repeat;
}

#top_navigation li.current a {
	display: block;
	background: url(http://smithers.jail.cisdata.net/resources/images/spt/Admin/tabs/tab-editorON.gif) no-repeat;
}

#top_navigation li label {
	visibility: hidden;
}

td#left_navigation {
	padding: 0.5em 0 0 0.5em;
	background-image: url(http://help.cisdata.net/sandbox/idxpro-admin/images/admin_spt/nav_left_bg_tile.gif);
	background-position:right;
	background-repeat: repeat-y;
	width: 185px;
	border-right: 1px solid #CCCCCC;
	vertical-align: top;
}

#left_navigation li {
	margin: 0.5em 0 0.5em 0;
	font-weight: bold;
}

#left_navigation li ul li {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

#left_navigation a {
	display:block;
	background-color:transparent;
	height: 27px;
	line-height: 30px;
	padding-left:18px;
	border-bottom:1px solid #648CA1;
	border-top:1px solid #D2E4EE;
	text-decoration:none;
	color:#103D5C;
	background-position:0px 0px;
	background-repeat:no-repeat;
}

#left_navigation li ul li.current {
	background: url(http://help.cisdata.net/sandbox/idxpro-admin/images/admin_spt/nav_btn_bg_on.gif) no-repeat top right;
}

td#breadcrumb_navigation {
	padding: 0.5em 0 0 0.5em;
}

#breadcrumb_navigation ul {
	list-style: none;
}

#breadcrumb_navigation li {
	display: inline;
	font-weight: bold;
}

td#content {
	vertical-align: top;
	padding: 0 0.5em 0 0.5em;
}

td#footer {
	text-align: center;
}

#content td, #content th {
	padding: 0.25em;
}

fieldset {
	border-width: 1px;
	border-style:solid;
	border-color: #666666;
	background-color: #aedff7;
	padding: 0 0 0.5em 0.5em;
	margin: 0 0 0.5em 0;
}

legend, label {
	font-weight: bold;
}

h2 {
	margin: 0.5em 0.5em 0.5em 0;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 0.25em;
}

a.edit {
	padding-right: 55px;
	padding-top: 2px;
	background: url(/images/admin/btn_mini_edit.gif) no-repeat right top;
}

table.edit {
}

table.edit th {
	width: 30%;
	text-align: right;
	padding: 0 0.5em 0 0;
}

table.crud {
	border: 1px solid black;
	border-collapse: collapse;
}

table.crud th {
	font-weight: bold;
	text-align: left;
	border: 1px solid black;
	border-bottom: 2px solid black;
}

table.crud td {
	border: 1px solid black;
}

div.buttons {
	margin: 0.5em auto 0 auto;
	text-align: center;
}

div.buttons ul {
	list-style: none;
}

ul.buttons li {
	display: inline;
}

ul.buttons li select {
	vertical-align: top;
}

input[type=image] {
	margin-top: 1px;
}

textarea, input[type=text] {
	width: 75%;
}

a#reset_to_default_email_address {
	background: url(http://help.cisdata.net/sandbox/idxpro-admin/images/admin/btn_set_all_to_default.gif);
	display: block;
	float: right;
	width: 121px;
	height: 20px;
}

a#reset_to_default_email_address label {
	visibility: hidden;
}

p.flash {
	color: green;
}

.fieldWithError {
	background-color: yellow;
}

ul.errors li, .errorDetail {
	display: block;
	padding: 3px 0 2px 20px;
	margin: 0.5em;
	background: url(../images/admin/icon_error.png) 0px 0px no-repeat;
	color: #FF0000;
}
