#content {
	background-image: none;
}

td.titlecolor {
	background: #211b5a;
	color: #fff;
	padding: 4px;
}
td {
	padding: 2px;
}
#stateList, #territoryList {
	list-style:none;
	margin:0px;
	padding:0px;
	width: 200px;
}
#selectState {
	position: absolute;
	z-index:10;
}

#selectState, #selectTerritory {
	width: 200px;
	float:left;
	margin-right: 10px;
}

ul#stateList li, ul#territoryList li {
	list-style: none;
	margin: 0px;
	display:block;
	width: 192px;
	height: 20px;
	line-height:20px;
	font-size: 12px;
	border-bottom: 1px solid #ffffff;
	vertical-align:middle;
	color:#000;
	background: #e6eeff;
	padding: 4px;
	cursor:pointer;
}
ul#stateList li:hover, ul#territoryList li:hover {
	background: #cbdcff;
}
#stateListHolder, #territoryListHolder {
	width: 200px;
	height: 300px;
	overflow:hidden;
	float:left;
}

#moveUpImage {
	position: absolute;
	display:none;
}

#moveDownImage {
	position: absolute;
	margin-top: 284px;
}




/* Dynamic Stuff */
#selectTerritory {
	position: absolute;
	display:none;
	margin-left: 210px;
}

#repListHolder {
	width: 337px;
}

#selectRep {
	position: absolute;
	margin-left: 420px;
	width: 337px;
	display:none;
}

#repList ul, #repList li {
	list-style: none;
	margin:0px;
	padding:0px;
}
#repList {
	margin: 0px;
	padding: 0px;
	width: 337px;
}
#repList li {
	background: url(../images/rep_middle.gif) center;
	width: 337px;
	padding: 0px;
	margin-bottom: 10px;
}

div.repTop {
	background: url(../images/rep_top.gif) top center no-repeat;
	padding: 0px;
}

div.repBottom {
	padding: 0px;
	background: url(../images/rep_bottom.gif) bottom center no-repeat;
}

div.repTop h2 {
	padding: 3px;
	margin:0px;
	color: #000;
	font-size: 12px;
	font-weight:bold;
}

div.repTop p {
	margin: 0px;
	padding: 5px;
	font-size: 12px;
}