/* begin: service pages */

/* begin: modal box terms (from link on registration page) */

.termsModalBox {
	border: 1px solid #999;
	margin: 0px;
	text-align: center;
}

.termsModalBox .termstext {
	border: 1px solid #999;
	padding: 2px;
	height: 400px;
	width:430px;
}

/* end: modal box terms (from link on registration page) */

/* begin: fullscreen terms (terms) */

#termsPage { /* body id */

}

#termsPage #breadCrumb {
	margin-bottom: 6px;
}

#termsPage .termsFullscreen {
	border: 0px solid #999;
	margin: 10px 10px 10px 40px; 
}

#termsPage .termsFullscreen .termstext { /* this is a text area control because the contents are unformatted/raw text */
	border: 1px solid #999;
	padding: 2px;
	width: 800px;
	height: 450px;
}

/* end: fullscreen terms (terms) */


/* end: editable service page text blocks */

#servicePage { /* body id */

}

#servicePage #breadCrumb {
	margin-bottom:8px
}


#servicePage h2 {
	font-size: 1.2em;
	color: #68A4E8;
}

#servicePage div.bodyText {
	margin-left: 40px;
	width: 800px;
}

/* begin: welcome back page */

#welcomeBackPage { /* body id */

}

#welcomeBackPage div#welcomeBack {
	margin-left: 40px;
 	width: 800px;

}

#welcomeBackPage div#welcomeBack hr{
	clear:both;
	border: 0;
  	width: 800px;
  	color: #dcdcdc;
	background-color:#dcdcdc;
	height: 3px;
	margin: 10px 0;
}


#welcomeBackPage div#welcomeBack p.username {
	font-weight: bold;
	font-size: 1.2em;
}

/* end: welcome back page */

/* begin: help pages */

#helpPage { /* body id */
}

#helpPage div#helpindex {
	margin: 0px 10px 0px 40px;
	padding: 0px 0px 0px 0px;
	display: inline;
	min-height: 300px;
	clear: both;
	float: left;
	border: 0px;
}

#helpPage div#helpindex div.subjectgroup {
	border-top: 1px dashed #ccc;
	margin: 4px 0px;
	height: auto;
	cursor: pointer;
}

#helpPage div#helpindex div.subjectgroup p {
	margin: 0px;
	margin-top:4px;
	padding: 0px;
	font-weight:bold
}

#helpPage div#helpindex div.helpitem {
	padding-left: 20px;
	margin: 2px 0px 2px 0px;
	border: 0px;
	height: auto;
	cursor: pointer;
}

#helpPage div#helptext {
	padding-left: 10px;
	border-left: 1px solid #ccc;
	min-height: 400px;
	width: 510px;
	float: left;
	text-align: left;
}

#helpPage div#helptext p {
	margin-bottom: 8px;
}

#helpPage div#helptext h1,
#helpPage div#helptext h2 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #BF497E;
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 4px;
	margin-bottom: 4px;
}
#helpPage div#helptext h1{
	font-size: 1.6em;
	
}
#helpPage li a {
	font-weight:bold;
}

#helpPage div#helptext ul {
	margin-left: 20px;
	line-height:2em;
}

#helpPage div#helptext li { 
	list-style-type: disc;
}


/* end: help pages */


/* begin: territory page */

#territoryPage { /* body id */

}

#territoryPage table#territory { /* table containing topics on the left and text on the right */
	margin: 10px 0px 0px 20px;
	border: 0px;
	border-collapse: collapse;
	padding: 0px;
	min-height: 400px;
}

#territoryPage select {
	width: 200px;
}

#territoryPage #territory td {
	border: 0px;
	vertical-align: top;
	padding: 0px;
}

#territoryPage #territory td.controlsColumn {
	width: 300px;
}

#territoryPage #territory td.textColumn {
	width: 300px;
}

#territoryPage select {
	border: 1px solid #666;
}

/* end: territory page */

/* begin: expired */

#expiredPage { /* body id */ 
	margin: 100px 0px 0px 0px;
	text-align: center;
}

/* end: expired */

/* end: service pages */
