@import url("common.css");

html {
	background-color: #DBD4C6;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	/*line-height: 1.25em;
	
	height: 100%;*/
	color: #362F2D;
	margin-left: auto;
	margin-right: auto;
	
	
}


h1 {
	font-size:145%;  
}
h2 {
	font-size:123.1%; 
}
h3 {
	font-size:108%;  
}
h1,h2,h3 {
	margin:0.3em 0em 0.9em 0em;
}

h1,h2,h3,h4,h5,h6,strong {
	font-family: "Trebuchet MS", Arial, sans-serif;
}

strong {
	font-weight: bold;
}

em {
	font-style:italic;
}
blockquote,ul,ol,dl {
	margin:1em;
}
ol,ul {
	margin-left:2em;
}
ol li {
	list-style: decimal outside;	
}
ul li {
	list-style: disc outside;
}
dl dd {
	margin-left:1em;
}

p {
	padding-bottom: 1em;
}

th {
	font-weight:bold;
	text-align:center;
}


caption {
	margin-bottom:.5em;
	text-align:center;
}


#betaimg {
	position:relative;
	left:-20px;
	top:-10px;
}

.lc {
	padding-right: 10px;
	font-size: 10px;	
}

.unittodo {
	padding-left: 10px;
	font-size: 11px;	
}


.gmapinfo {
	font-size: 12px;
	width: 220px;	
}

.titleimage a img{
	text-decoration: none;
	
	border:none;
	font-size: 5px;
}

#statusrow {
	padding-top: 5px;
}

.separator {
	background-color: #DBD4C6;
}


table.maintable {
	margin-top: 5px;
	width: 61em;
	background-color: white;
	border:0;
}

td.roundtop {
	background: #fff url(bg_top.gif) 0 0 repeat-x;
	padding-top: 10px;
}

td.roundbottom {
	background: #fff url(bg_bottom.gif) 0 0 repeat-x;
	height : 19px;
}

td.content {
	padding-top: 22px;
	padding-left: 15px;
	padding-right: 15px; 
}

.content p,ul{
	font-size: 100%;
}

#introshow {
	padding-right : 15px;
}


table.vs td{
	padding: 1em;
	vertical-align:top;
}

table.vs p{
	padding-top:2em;
	width: 23em;	
}


a {
	font-weight: normal;	
	color: #362F2D;
}

a:hover {
	color: #99CC00;	
}

.inputtd {
	width: 25em;
}

.newsitedlg .inputtd {
	width: 30em;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 26px;
	background: #fff url(btn_bg.gif) 0 0 repeat-x;
	cursor:pointer;
	text-decoration:none;
	color:black;
	border: 1px solid #C3BBB6;
	vertical-align: middle;
}

a.button {
	padding: 5px 6px 5px 6px;	
}

.subnote {
	font-size: 10px;
	
}


#sidebar {
	width : 14.4em;
}

#sidebar p {
	font-size: 10px;
	color: #8B7869;
	line-height: 150%;
	padding-bottom: 10px;
}
#sidebar p:hover {
	color: #362F2D;
}

#sidebar h1 {
	line-height: normal;
	font-weight: bold;
	font-size: x-small;
}

.errors {
	color: red;
	font-size: 12px;
	padding-bottom: 5px;
}

.invalid {
    border: 1px solid red;
}


.message {
	color: green;
	font-size: 12px;
	padding-bottom: 5px;
}


.introlist ul {
	list-style-image: url(dot.gif);
	padding-right: 20px;
	
}
.introlist li {
	margin-bottom: 10px;
	list-style-image: url(dot.gif);
}



.infolist dl {
	list-style-image: url(dot.gif);
}

.infolist dl dt {
	
	padding-left:1em;
	margin-bottom: 5px;
	font-weight: bold;
	background-image:url(dot.gif);
	background-position:0px 4px;
	background-repeat:no-repeat;	
}

.infolist dl dd {
	margin-left:1.5em;
	margin-bottom: 1em;
}


table.dialog {
	border-spacing: 0.5em;
	border-collapse: separate;
}

.prop {
	
	font-size: 100%;
	padding-bottom: 4px;
	
}

.prop .name {
	font-weight:bold;
	text-align:right;
	padding-right: 10px;
	
}

td.name {
	border-spacing:10px; 	
}


.prop .ivalue {
	text-align:left;
	width : 100%;
	
	vertical-align: middle;
}

input[type='checkbox'] {
	margin-left: 3px;
	margin-bottom: 1px;
	margin-right: 1px;
}


.regionlist dt {
	font-size: 108%;
	padding-bottom: 4px;
}

.regionlist dd {
	font-size: 93%;
	padding-bottom: 4px;
}

.entitylist dt, .entitylist li {
	list-style: none;
	background-image: url(dot.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-left: 15px;
	font-size: 14px;
	padding-top: 5px;
}

.entitylist dd {
	font-size: 12px;
	padding-left: 15px;
}

.textinfo {
	font-size: 100%;
}


.tnormal .toolbox {
	display : none; 
}

.tnormal {
	padding-bottom: 5px;
	cursor: pointer;
	text-decoration: underline;
}

.sunit {
	padding: 3px;
}


.textended {
	position: absolute;
	width : 500px;
	background-color: #F5F7F7;
	border: 1px solid #C3BBB6;
	padding: 5px 5px 5px 5px;
}

.textended .toolbox {
	display : block;
	padding-left: 10px; 
	font-size: 12px;
	line-height: 20px;
	
}



.list td, .list th {
	font-size: 12px;
	padding: 3px 3px 3px 6px;
	 
}

.imagelist td, .csname {
	padding: 5px;
}

.csname {
	font-size: 115%;
}

.pagelist li{
	list-style-image: url(dot.gif);
	padding-bottom: 10px;
}

.searchrow {
	vertical-align: middle;
}

.searchrow label {
	font-size: 120%;
}

.searchrow td{
	padding: 5px;
}

.searchrow ul {
	display: inline;
}

#typeautocomplete {
    width:15em; 
    padding-bottom:1.5em;
    z-index:9000;
}
#typeinput {
   _position:absolute;
}

.echoices {
	font-size: 90%;
}