.cpborder {
	border: 1px #000000 solid;
	background-color: #ffffff;
}

.cpheaderborder {
	border-top: 1px #C74444 solid;
	border-bottom: 1px #A80A0A solid;
	border-left: 1px #C74444 solid;
	border-right: 1px #A80A0A solid;
	background-color: #B60B0B;
}

.cpborder2 {
	border-top: 1px #D6E0ED solid;
	border-bottom: 1px #BAC7D7 solid;
	border-left: 1px #D6E0ED solid;
	border-right: 1px #BAC7D7 solid;
}

.cpbg {
	background-color: #C9D7E8;
}

.cpbgbuttons {
	background-color: #ffffff;
}

.cp {
	color: #ffffff; font-size: 11px; font-family: tahoma; text-decoration: none;
}

.cpbgbottom {
	background-image : url(../../img/cp/bg_buttons_bottom.gif);
	background-position : bottom;
	background-repeat : no-repeat;
}	

.cpbgtop {
	background-image : url(../../img/cp/bg_buttons_top.gif);
	background-position : top;
	background-repeat : no-repeat;
}

#cpbutton1 a, #cpbutton2 a, #cpbutton3 a, #cpbutton4 a, #cpbutton4_inactive a {
	width: 157px;
	height: 22px;
	padding-top : 5px;
	margin-top: 1px;
}

#cpbutton1 a {
	background-image : url(../../img/cp/bg_button_1.gif);
}

#cpbutton2 a {
	background-image : url(../../img/cp/bg_button_2.gif);
}

#cpbutton3 a {
	background-image : url(../../img/cp/bg_button_3.gif);
}

#cpbutton4 a {
	background-image : url(../../img/cp/bg_button_4.gif);
}

#cpbutton4_inactive a {
	background-image : url(../../img/cp/bg_button_4.gif);
}

#cpbutton1 a:hover, #cpbutton2 a:hover, #cpbutton3 a:hover, #cpbutton4 a:hover {
	background-position: 0% -22px;
}

#cpbutton a {
	width: 77px;
	height: 22px;
	font-size: 10px;
	background-image : url(../../img/cp/bg_button.gif);
	padding-top : 2px;
	font-weight: bold;
}

#cpbutton a, #cpbutton1 a, #cpbutton2 a, #cpbutton3 a, #cpbutton4 a {
	color: #fff !important;
}

.cpleft {
	float: left;
}

.cpright {
	float: right;
}

#cpmenu {
	margin: 0px;
	list-style-type: none !important;
	list-style-image: none !important;
}


#floater {
	position: absolute;
	left: 15;
	top: 20;
	width: 188;
	visibility: visible;
	z-index: 10;
}

