.textWinTitle
{
	color: #333333;
	font-weight: bold;
}

.textWinExtra
{
	color: #333333;
}

.textPopupTitle
{
	color: #ffffff;
	font-weight: bold;
}

.textIcon
{
	font-family: ICN1;
	font-size: 10px;
	vertical-align: bottom;
	line-height: 10px;
}

.textIconBorder
{
	font-family: ICN0;
	font-size: 16px;
}

.textIconMini
{
	font-family: ICNMINI0;
	font-size: 9px;
}

.textIconNav
{
	font-family: ICNNAV0;
	font-size: 16px;
}

.textSmall
{
	font-family: DEFCON0;
	font-size: 9px;
	color: #666666;
}

.textSmall2
{
	font-family: verdana;
	font-size: 9px;
}

.textSmallBold
{
	font-family: DEFCON1;
	font-size: 9px;
	color: #666666;
}

.textPageHead
{
	font-family: Arial;
	font-size: 18px;
}

.textPageHeadBold
{
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
}

.textPageSubHead
{
	font-size: 12px;
}

/* Added 2010-04-07 by SL */
img { border:none; }
span.cbp_icon {
	display:block;
	width:10px;
	height:10px;
	line-height:10px;
	cursor:pointer;
}
span.cbp_icon.cbp_icon_edit {
	background: url(Icon/icnEdit.gif) 0px 0px no-repeat;
}
span.cbp_icon.cbp_icon_delete {
	background: url(Icon/icnDelete.gif) 0px 0px no-repeat;
}
a.cbp_link_icon.cbp_icon_close {
	background: url(Icon/icnClose.gif) 0px 3px no-repeat;
	padding-left:10px;
}
span.cbp_icon.cbp_icon_prev {
	background: url(Icon/icnPrev.gif) 0px 3px no-repeat;
	display:inline-block;
}
span.cbp_icon.cbp_icon_next {
	background: url(Icon/icnNext.gif) 3px 3px no-repeat;
	display:inline-block;
}
span.cbp_icon.cbp_icon_point {
	background: url(Icon/icnPoint.gif) 0px 3px no-repeat;
	display:inline-block;
}
span.cbp_icon.cbp_icon_point_agnt {
	background: url(Icon/icnPointAgnt.gif) 0px 3px no-repeat;
	display:inline-block;
}
span.cbp_notespaging_left {
	display:inline;
}
span.cbp_notespaging_right {
	display:inline;
}

img.cbp_btn {
	vertical-align:middle;
}
a.cbp_nolink {
	vertical-align:middle;
}

.cbp_tdbook {
	width:199px;
	padding-top:1px;
}
.cbp_tdbook ul,
.cbp_tdbook ul li {
	padding:0;
	margin:0;
	list-style-type:none;
}
.cbp_tdbook ul {
	padding-bottom:15px;
}
.cbp_tdbook ul li {
	padding: 3px 0px 4px 10px;
	display:block;
	border-bottom: 1px solid #cccccc;
}
.cbp_tdbook ul li a {
	vertical-align:middle;
	padding-left:4px;
}
.cbp_tdbook ul li img {
	border:0;
	vertical-align:middle;
}

.cbp_logocontainer {
	text-align:right;
	margin-bottom:10px;
}
.cbp_logocontainer img {
}
.cbp_sidebar_bg {
	background: url(../images/bgFade.gif) repeat-y;
	border-left:1px solid #666666;
}

.cbp_headerbar {
	height:20px;
	padding-left:25px;
	color:#ffffff;
	background-repeat:no-repeat;
}
.cbp_headerbar2 {
	height:20px;
	color:#ffffff;
	width:252px;
	background-repeat:no-repeat;
}
.cbp_headerbarwide {
	border-radius:5px;
	height:20px;
	color:#ffffff;
	width:525px;
	background-repeat:no-repeat;
}
.cbp_headerbar span {

	padding-top:4px;
	display:block;
}
.cbp_headerbar2 span {
	border-radius:5px;
	padding:4px 0 0 22px;
	display:block;
}
.cbp_headerbarwide span {
	padding:4px 0 0 22px;
	display:block;
}
.cbp_headerbar a {
	color:#ffffff;
}
.cbp_newswrapper {
	padding:0 0px 15px 5px;
	width:247px;
}
.cbp_newswrapperwide {
	padding:0 0px 15px 5px;
	width:520px;
}
.cbp_quicklinkswrapper {
	padding:7px 0px 0px 0px;
	width:262px;
}

.cbp_searchform_container {
	padding:0 0 15px 10px;
}
.cbp_searchform_container label.cbp_label_container {
	color:#666666;
	padding-top:7px;
	display:block;
	width:189px;
	overflow:hidden;
}
.cbp_searchform_container label.cbp_label_container span.cbp_label {
	display:block;
	font-weight:bold;
}
.cbp_searchform_container label.cbp_label_container input {
	width:171px;
	float:left;
}
.cbp_searchform_container label.cbp_label_container a {
	display:block;
	float:left;
	width:18px;
	height:18px;
}


.dUnfinished {
	display: none;
	position: absolute;
	border: solid 1px #666666;
	padding: 2px;
	background-color: white;
	left: 251px;
	top: 180px;
	width: 350px;
}
.dUnfinished tr.cbp_itemRow td {
	padding-top:3px;
	padding-bottom:3px;
}
.dUnfinished tr.cbp_itemRow td.cbp_first {
	padding-left:3px;
}
.dUnfinished tr.cbp_itemRow td.cbp_last {
	padding-left:3px;
	padding-right:3px;
}