body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #c9cad6;
	padding: 0px;
	margin: 0px;
}
.holdTable {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #a6a7bf;
	border-bottom-color: #a6a7bf;
	border-left-color: #a6a7bf;
	width: 780px;
	background-color: #FFFFFF;
}
.navTable {
	background-color: #c9cad6;
	font-size: 10px;
	font-weight: bold;
	color: #797C9D;
}
a:link {
	color: #454659;
	text-decoration: underline;
}
a:visited {
	color: #454659;
	text-decoration: underline;
}
a:hover {
	color: #7F459C;
	text-decoration: none;
}
a:active {
	color: #454659;
	text-decoration: underline;
}
input, select, radio, checkbox, textarea {
	font-size: 11px;
	color: #5E617A;
	background-color: #E0E2EB;
	border: 1px solid #797C9D;
}
.rightWhiteBorder {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.baseWhiteBorder {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.leftDashBorder {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #6A6E91;
}
.bottomDashBorder {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6A6E91;
}
.leftBorder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DEDEDE;
}
.boxBorder {
	border: 1px solid #B4BAD0;
}

.date {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	background-color: #a3a5bb;
	color: #E0E2EB;
}
.processSign {
	background-color: #f7f8fc;
	background-image: url(img/process_bk.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	color: #42445B;
	height: 165px;
	width: 140px;
	font-size: 10px;
}
.processSignHome {
	background-color: #f7f8fc;
	background-image: url(img/process_bk.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	color: #42445B;
	height: 165px;
	width: 116px;
	font-size: 10px;
}
.pad10 {
	padding: 10px;
}
.pad6 {
	padding: 6px;
}
.pad6a {
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 6px;
}
.pad4 {
	padding: 4px;
}
.pad6top6bott {
	padding-top: 6px;
	padding-bottom: 6px;
}
.purpleTxt {
	color: #6A6E91;
}
.blueTxt {
	color: #7E469B;
}
.coretxt {
	color: #525FAD;
}
.txt16 {
	font-size: 16px;
}
.txt13 {
	font-size: 13px;
}
.txt18 {
	font-size: 18px;
}
.txt20 {
	font-size: 20px;
}
.orangeTxt {
	color: #FF3300;
}
a.orangeTxt:link {
	color: #FF3300;
	text-decoration: underline;
}
a.orangeTxt:visited {
	color: #FF3300;
	text-decoration: underline;
}
a.orangeTxt:hover {
	color: #7F459C;
	text-decoration: none;
}
a.orangeTxt:active {
	color: #FF3300;
	text-decoration: underline;
}
.red {
	color: #CC0033;
}
.whiteTxt {
	color: #FFFFFF;
}
#base {
	background-color: #FFF;
	height: 20px;
	margin-top: 20px;
	color: #000;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #797B9A;
}
.home-txt {
	padding-left: 30px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #7A7C9C;
}
.community-img {
	border: 1px solid #7A7C9C;
}

/* accordion menu   */

.timeline { /*header of 1st demo*/
	cursor: hand;
	cursor: pointer;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 20px;
	line-height: 28px;
	background-color: #E1E1EB;
	color: #444;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	font-size: 15px;
	font-weight: normal;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #7A7C9C;
	border-bottom-color: #7A7C9C;
	background-image: url(img/history/close.png);
	background-repeat: no-repeat;
	background-position: 3px center;
}

.timecontent { /*class added to contents of 1st demo when they are open*/
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 0px;
	margin-top: 12px;
}
.timecontent .leftside {
	float: left;
}
.timecontent .rightside {
	float: right;
	width: 340px;
}
.timecontent .full {
	display: block;
}
.timecontent p {
	margin-top: 0px;
	margin-bottom: 12px;
}
.opentime {
	background-color: #f6c468;
	background-image: url(img/history/open.png);
	background-repeat: no-repeat;
	background-position: 3px center;
}
.clear {
	clear: both;
}

