/* this is the new main style sheet - others will be removed */
body, p, td, div {
	font-family: Arial;
	font-size: 12px;
}

.pageTitle {
	color: #EE2723;
	font-family: Arial Narrow,Arial;
	font-size: 20px;
}

.pageDescription {
	font-family: Arial;
	font-size: 12px;
	line-height: 130%;
}

.requiredField {
	width: 390px;
	height: 20px;
	padding: 3px;
	background-color: #bbbbbb;
	border-bottom: 1px solid #aaaaaa;
	color: #333333;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px;
}

.normalField {
	width: 390px;
	height: 20px;
	padding: 3px;
	background-color: #DDDDDD;
	border-bottom: 1px solid #999999;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 3px;
}

.inputText {
	background-color: #ffffff;
	border: 1px solid #bbbbbb;
	width: 350px;
	height: 22px;
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}

.inputTextArea {
	background-color: #ffffff;
	border: 1px solid #bbbbbb;
	width: 350px;
	height: 52px;
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}

.inputTextSm {
	background-color: #ffffff;
	border: 1px solid #bbbbbb;
	width: 130px;
	height: 22px;
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}


.inputSelect {
	background-color: #ffffff;
	border: 1px solid #bbbbbb;
	height: 22px;
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}

.orderSelect {
	background-color: #ffffff;
	border: 1px solid #bbbbbb;
	height: 22px;
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}

.inputSelectOption {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}

.inputSelectOptionActive {
	font-family: Arial;
	font-size: 12px;
	color: #3366cc;
}

.inputSelectTool {
	background-color: #cccccc;
	border: 1px solid #cccccc;
	height: 22px;
	font-family: Arial;
	font-size: 9px;
	color: #333333;
}
.inputSelectOptionTool {
	font-family: Arial;
	font-size: 9px;
	color: #333333;
	background-color: #cccccc;
}


.formTip {
	width: 200px;
	padding: 5px;
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	border: 1px solid #dfdfdf;
	line-height: 130%;
}

#mmForm TABLE {
	border-collapse: collapse;
	border: 0;
}

#mmForm TD {
	padding: 3px;
	vertical-align: top;
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}

#mmTable TABLE {
	border-collapse: collapse;
	border: 0;
	width: 100%;
}

#mmTable TD {
	padding: 3px;
	vertical-align: top;
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	border-bottom: 1px dotted #cccccc;
	border-right: 1px dotted #cccccc;
	border-left: 1px dotted #cccccc;
	border-top: 1px dotted #cccccc;
}

#mmTable tr:nth-child(odd)       { background-color:#eee; }   
#mmTable tr:nth-child(even)      { background-color:#fff; }  


#mmTable TH {
	height: 20px;
	padding: 3px;
	border-right: 1px solid #D5DDF4;
	background-color: #dfdfdf;
	border-bottom: 1px solid #aaaaaa;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	vertical-align: bottom;
}

.vtext {
	writing-mode: tb-rl;
	filter: flipv fliph;
}
	
#mmTable TD.mainCell {
	width: 100%;
}
#mmTable TD.actionCell {
	background-color: #eeeeee;
}
#mmTable TD.addCell {
	text-align: right;
}


.submitButton, .submitbutton {
	background-color: #dfdfdf;
	color: #333333;
	border-top: 1px solid #999999;
	border-left: 1px solid #bbbbbb;
	border-bottom: 1px solid #849FE1;
	border-right: 1px solid #6286D9;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial;
}

#plus {
	margin-right: 5px; 
	background-color: #efefef; 
	width: 10px; 
	text-align: center; 
	display: inline; 
	border: 1px solid #3366cc;
	color: #3366cc;
}

#minus {
	margin-right: 5px; 
	background-color: #efefef; 
	width: 10px; 
	text-align: center; 
	display: inline; 
	border: 1px solid #3366cc;
	color: #3366cc;
}

#menuBar {
	border-bottom: 3px solid #cccccc;
	height: 30px;
}

#menuItem {
	float: left;
	white-space: nowrap;
	height: 28px;
	padding: 3px;
	margin-right: 10px;
}

#topTitle {
	border-bottom: 1px solid #cccccc;
	height: 30px;
	text-align: left;
	
	font-weight: bold;
	margin: 0; padding: 0;

	color: #EE2723;
	font-family: Arial Narrow,Arial;
	font-size: 20px;
	clear: both;
	margin-top: 5px;
}

#topTitle .pageTitle {
	margin: 0; padding: 0;
	text-align: left;
}

#topTitle #pages {
	padding-top: 3px;
	float: right;
}

#noimage {
	background-color: #333399;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	padding: 3px;
	width: 85px;
	height: 60px;
	font-weight: bold;
	border: 2px solid #cccccc;
	padding-top: 15px;
}

#newproperty {
	float: left;
	font-size: 8px;
	font-weight: bold;
	color: red;
}

#submenu {
	height: 23px;
	border-top: 1px solid #555555;
	background-color: #efefef;
	border-bottom: 2px solid #dedede;
	margin-bottom: 1px;
}

#submenu A {
	/*display: block;
	float: left;
	padding: 2px;
	padding-left: 12px;
	padding-right: 10px;
	padding-top: 5px;
	background-image: url(/images/right.gif);
	background-position:left;
	background-repeat:no-repeat; 
	height: 19px;*/
	font-size: 11px;
}

#submenu B {
	/*display: block;
	float: left;
	padding: 3px;
	padding-left: 15px;
	height: 19px; */
}

#submenu A:Hover {
	background-color: #dfdfdf;
	text-decoration: underline;
}

.boxedLetter {
	display: block;
	float: left;
	width: 15px;
	height: 20px;
	margin-left: 2px;
	text-align: center;
	border: 1px solid #000000;
	font-weight: bold;
}
.boxedLetterA {
	display: block;
	float: left;
	width: 15px;
	height: 20px;
	margin-left: 2px;
	text-align: center;
	border: 1px solid transparent;
}
.imgOver {
	float: left;
	margin-left: 2px;
}

#groups0_description, #groups1_description {
	padding-left: 23px;
	font-size: 10px;
}

#fbox {
	width: 150px;
	float: left;
	font-size: 11px;
}

#editForm td.tabOff {
	background-color: #dfdfdf;
	font-size: 10px;
	font-weight: bold;
	margin-left: 2px;
	margin-right: 2px;
	text-align: center;
	border-top: 2px solid #ffffff;
	border-right: 1px solid #efefef;
	cursor: pointer;
}

#editForm td.tabOff span {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}

#editForm td.tabOn {
	background-color: #666666;
	color: #ffffff;
	margin-right: 2px;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	border-top: 2px solid #ff0000;
	border-right: 1px solid #efefef;
	cursor: pointer;
}

#editForm td.tabOn span {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}
#suburbSurroundingResults {
	color: #666666;
}

.loginPage_alertContent, .loginPage_alertContent P {
	color: #4D4D4F; font-family: "Arial Black", Arial; font-size: 12px; font-weight: bold;
}
.loginPage_label {
	color: #4D4D4F; font-family: "Arial Black", Arial; font-size: 12px; font-weight: bold; text-decoration: none;
}
.loginPage_heading {
	color: #00467F; font-family: "Arial Black", Arial; font-size: 16px; font-weight: bold;
}