/* ringler css 
background-color: #dbd4c0;
color: #29385F;
link 	color: #29385F;
red #781B1B or 93191F
*/

body {
	background-color: #dbd4c0;
	font-family: Helvetica, Arial, sans-serif;
	color: #29385F;
	font-size: 12px;
	line-height: 1.2em;
	margin: 12px 0px 5px 0px;
}
td {
	text-align: left;
	vertical-align: top;
}
.vmiddle, .vmiddle td {
	vertical-align: middle;
}
td img {
	/* Another Mozilla/Netscape bug with making sure our images display correctly */
	display: block;
}
.inline-image img {
	display: inline; /* when we don't want block images */
}
th {
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}
.subheadspace {
	margin: 10px 0px 0px 0px;
	width: 720px;
}
.subheadspace td {
	padding-bottom: 20px;
}
.subhead {
	font-size: 13px;
}
a:link, a:visited {
	color: #29385F;
}
a:hover, a:visited:hover {
	text-decoration:underline;
}
.success {
	color: #46A42E;
}
h1, h2, h3, h4, h5 {
	font-weight: bold;
	color: #29385F;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0.5em 0 0.5em 0;
}
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.0em;
}
h5 {
	font-size: 0.8em;
}
#header {
	margin: 12px 0px 0px 0px;
	width: 760px;
}
#bodyarea {
	border-left: 1px solid #BABABA;
	border-right: 1px solid #BABABA;
	margin: 0px 0px 0px 0px;
	width: 758px;
}
#bodymargin {
	border-left: 19px solid #ffffff;
	border-right: 19px solid #ffffff;
	margin: 15px 0px 0px 0px;
	width: 720px;
	background-color: #ffffff;
}
#maintable {
	background-color: #ffffff;
	padding: 4px;
	height: 400px;
	border-left: 1px solid #BABABA;
	border-right: 1px solid #BABABA;
	border-bottom: 1px solid #BABABA;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-border-radius: 4px;
}
#mainbody {
	background-color: #f3f3f3;
	padding: 0px;
	border-top: 1px solid #BABABA;
	border-right: 1px solid #BABABA;
	border-bottom: 1px solid #BABABA;
	border-left: 1px solid #BABABA;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-border-radius: 4px;
}
#body {
	padding: 12px 12px 12px 20px;
	/* min-height: 600px; */
}
  .prop {
    height:50px;
    float:right;
    width:1px; border: 1px solid blue;
  }

  .clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }
hrTEMP {
	width: 720px;
	height: 1px;
	border: 0;
	background-color: #bababa;
	color: #bababa;
	margin: 20px 0px 20px 0px;
}
/* table column widths */

#smcol1, #smcol3 {
	width: 235px;
}
#smcol2 {
	width: 230px;
}
#evencol1, #evencol2 {
	width: 350px;
}
.gutter {
	width: 10px;
}
.gutter2 {
	width: 20px;
}
#bgcol {
	width: 475px;
}
#fullcol {
	width: 700px;
}
/* end table column widths */



/* plaqs */

.smplaq {
	width: 235px;
}
.bgplaq {
	width: 475px;
}
.plaqtable {
	background-color: #ebebeb;
	padding: 0px 10px 10px 10px;
}
.plaqtable h1 {
	font-size: 16px;
	line-height: 16px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}
.plaqtable h3 {
	font-size: 13px;
	line-height: 16px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}
.label1 {
	font-size: 13px;
	line-height: 16px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
}
.contexthelp, .contexthelp a {
	font-size: 10px;
}
.plaqtable td {
	padding-right: 10px;
	padding-left: 12px;
	padding-bottom: 2px;
	padding-top: 6px;
}
.helptable td {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}
/* end plaqs */


/* list table */

.listtable {
	line-height: 18px;
	font-size: 11px;
	margin-bottom: 0px;
	padding-top: 0px;
}
.listtable td {
	padding: 5px 10px 0px 10px;
}
.listtable .oddrow, .listtable .r1 {
	background-color: #ffffff;
}
.listtable .evenrow, .listtable .r0 {
	background-color: #F2F9FF;
}
tr.rowHilite {
	background-color: #fffde8;
}
.headerrow {
	background-color: #666666;
	font-size: 9px;
	font-weight: bold;
	color: #ffffff;
}
.failedheaderrow td {
	background-color: #d45521;
	font-size: 9px;
	font-weight: bold;
	color: #ffffff;
	border-bottom: solid 12px #ffffff;
}
/* end list table */


/* form table */

#formtable {
	font-size: 10px;
	line-height: 12px;
	margin-bottom: 20px;
}
#formtable p {
	font-size: 10px;
	line-height: 14px;
	margin-top: 0px;
}
#formtable input[type="text"], #formtable input[type="password"], .listtable input[type="text"] {
	width: 200px;
	height: 14px;
	border: 1px solid #666666;
	background-color: #F2F9FF;
	font-size: 10px;
	line-height: 10px;
	text-align: left;
	padding: 2px 2px 0px 2px;
	margin: 0px 0px 10px 0px;
}
#formtable input[type="file"] {
	width: 200px;
	height: 18px;
	border: 1px solid #666666;
	background-color: #F2F9FF;
	font-size: 10px;
	line-height: 11px;
	margin-top: 11px;
	text-align: left;
}
#formtable textarea {
	width: 470px;
	height: 200px;
	border: 1px solid #666666;
	background-color: #F2F9FF;
	font-family: verdana;
	font-size: 10px;
	line-height: 14px;
	padding: 2px 2px 0px 2px;
	margin: 0px 0px 10px 0px;
}
#formtable input[type="submit"] {
	width: 120px;
	margin-top: 11px;
	font-size: 11px;
	line-height: 11px;
}
#formtable select {
	font-size: 10px;
	width: 120px;
	height: 16px;
	margin: 0px 0px 10px 0px;
}
#deletetable {
	background-color: #e1e1e1;
	font-size: 11px;
	line-height: 15px;
	margin-top: 10px;
}
#deletetable input[type="submit"] {
	width: 120px;
	font-size: 11px;
	line-height: 11px;
}
/* end form table */
label {
	font-size: 11px;
	color: #666666;
}
zinput[type="text"], zinput[type="password"] {
	font-size: 12px;
}
input {
	font-size: 12px;
}
select {
	font-size: 11px;
}
/* NOT USED

input[type="text"].foo, input[type="password"].foo {
	font-size: 12px;
	border-top: 2px outset #AAAAAA;
	border-right: 1px inset #AAAAAA;
	border-bottom: 1px inset #DDDDDD;
	border-left: 1px outset #AAAAAA;
	padding: 3px;
	}
*/
/*
input:focus: input:focus.foo, input[type="text"].foo:focus { 	outline: 2px solid  red;  was #85B2DC 
}
input[type="text"]:focus {
  outline: 3px solid  red;
}
input[type="image"]:focus {
  outline: 1px solid  red;
}input.xrequired {

*/
.required {
	/* border-top: 2px solid green;
	border-right: 1px solid green;
	border-bottom: 1px solid green;
	border-left: 1px solid green;
	outline: 4px solid yellow; */
	background-color: #E5EAFC;
}
/*
input[type="text"].required, input[type="password"].required, input[type="text"].required {
	border-top: 2px solid blue;
	border-right: 1px solid blue;
	border-bottom: 1px solid blue;
	border-left: 1px solid blue;
}*/
zinput[type="file"] {
	font-size: 12px;
}
textarea {
	font-size: 11px;
	line-height: 14px;
}
zinput[type="submit"] {
	font-size: 12px;
}
.previewdata {
	line-height: 20px;
	font-size: 11px;
	margin-bottom: 20px;
	background-color: #dddddd;
}
.previewdata td {
	padding: 2px 10px 2px 10px;
}
.previewdata .evenrow {
	background-color: #e9e9e9;
}
.status {
	margin: 0px 0px 10px 0px;
}
.status img {
	margin-right: 6px;
}
#evencol1 textarea {
	width: 330px;
	height: 200px;
	border: 1px solid #666666;
	background-color: #F2F9FF;
	font-family: verdana;
	font-size: 10px;
	line-height: 14px;
	padding: 2px 2px 0px 2px;
	margin: 0px 0px 10px 0px;
}
#correctformat, #incorrectformat {
	font-size: 10px;
	line-height: 18px;
	margin: 4px 0px 16px 0px;
	padding-left: 0;
	list-style: none;
}
#correctformat li {
	padding-left: 14px;
	background-image: url(../ClientAdmin/img/greenbullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}
#incorrectformat li {
	padding-left: 14px;
	background-image: url(../ClientAdmin/img/redbullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}
#linkstable td {
	padding: 4px;
}
#linkstable input[type="text"] {
	width: 180px;
	height: 14px;
	border: 1px solid #666666;
	background-color: #F2F9FF;
	font-size: 10px;
	line-height: 10px;
	text-align: left;
	padding: 2px 2px 0px 2px;
	margin: 0px 0px 0px 0px;
}
.warning, a.warning {
	color: #CC3300;
}
.notice, a.notice {
	color: #CB6621;
	font-size: 12px;
}
.editnote, a.editnote {
	color: #FF6600;
	font-size: 12px;
}
.validationerror {
	color: #CC3300;
	font-weight: bold;
}
.bordered_table {
	border: 1px solid #4D5D91;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-border-radius: 4px;
}
.bordered_table th, .bordered_table td {
	padding: 5px;
}
.bordered_table_cells {
	border: 1px solid #4D5D91;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-border-radius: 4px;
border-collapse: collapse;
}
.bordered_table_cells th, .bordered_table_cells td {
	padding: 5px;
		border: 1px solid #4D5D91;
border-collapse: collapse;
}
.bordered_table_grey {
	border: 1px solid #666666;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-border-radius: 4px;
}
.bordered_table_grey th, .bordered_table_grey td {
	padding: 4px 4px 4px 4px;
}
.style6, .style6 a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
	line-height: 18px;
	background-color: #29385F;
}
.style6 a:link, .style6 a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.style6 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.style6 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.style6a, .style6a a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
	line-height: 18px;
	background-color: #4865AD;
}
.style6a a:link, .style6a a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.style6a a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.style6a a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
