@charset "utf-8";
/* CSS Document */

/*************************/
/* GENERAL DESIGN STYLES */
/*************************/
html, body{
	height: 100%;
	padding: 0;
	margin: 0;
}
body {
	background: #dedede;
	font-size: 0.8em;
}
body.cke_show_borders {
	background-color: white;
	padding: 0 5px;
}
body,
table, td, 
p,
input, textarea, select, select option {
	font-family: Tahoma, Geneva, Kalimati, Helvetica, sans-serif;
	color: #333;
	margin: 0 0 0.5em 0;
	padding: 0;
}
input, textarea, select, select option {
	font-size: 98%;
}
form {
	padding: 0;
	margin: 0;
	width: 100%;
}
p {
	line-height: 1.4em;
}
h1,
h2,
h3,
h4,
legend {
	color: #0038a7;
	margin: 0.7em 0 0.5em 0;
}
h1 {
	font-size: 160%;
	margin-top: 0;
}
h2,
legend {
	font-size: 125%;
}
h3 {
	font-size: 110%;
}
h4 {
	font-size: 100%;
}
fieldset > legend {
	font-weight: bold;
	margin-left: 10px;
	padding: 0 5px;
}
fieldset {
	width: 85%;
	margin: 0 auto 10px;
	padding: 0 10px 10px;
	border: 2px solid #AEB8D0;
}
a,
.guidance {
	color: #006ffd;
	text-decoration: none;
	cursor: pointer;
}
ul, li {
	margin: 0;
	padding: 0;
}
ul {
	margin-left: 10px;
}
hr {
	height: 1px;
	background-color: #999;
	color: #999;
	border: 0;
	margin: 0;
	padding: 0;
	clear: both;
}

/* Dev Info Stuff */
#developer_information {
	background-color: #ccc;
	border: 1px solid #999;
	color: #333;
	padding: 1px 5px;
	border-width: 1px 0;
	width: 99%;
}
#developer_information #quickinfo {
	float: left;
	line-height: 24px;
	z-index: 0;
	margin-right: -1000%;
	font-size: 80%;
}
#developer_information .m-mode {
	color: #C00;
	font-weight: bold;
	padding-left: 3px;
	font-size: 120%;
}
#developer_information .admin_button {
	float: right;
	font-size: 12px;
	padding: 3px 4px 3px 24px;
	border: 1px solid #173D66;
	background: #C0CFE4 url(/images/d2/icon.8a.png) no-repeat 0 -23px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 0 1px;
	cursor: pointer;
	color: #333;
	z-index: 1;
	position: relative;
	text-align: left;
}
#developer_information .admin_button:hover {
	background-color: #d2e1f2;
}
#developer_information .admin_button .admin_submenu {
	display: none;
	width: 100%;
	right: -6px;
	top: 18px;
	padding: 2px 4px;
	border: 2px solid #173D66;
	border-top: none;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background: transparent url(/images/d2/white.a65.png);
	position: absolute;
	text-align: center;
}
#developer_information .admin_submenu .admin_button {
	width: auto;
	display: block;
	float: none;
	margin: 2px 0;
}
#developer_information .admin_submenu hr {
	height: 1px;
	background-color: #bbb;
	color: #bbb;
	border: 0;
	margin: 5px auto;
	padding: 0;
	clear: both;
	width: 50%;
}

#developer_information #fullinfo {
	height: 0px;
	overflow: hidden;
	clear: both;
}
#developer_information #fullinfo .di_item {
	height: auto;
	overflow: hidden;
	background-color: #DEDEDE;
	padding: 3px 5px;
	margin: 2px 0;
}

#developer_information #fullinfo .di_item .di_expand {
	float: right;
	background: transparent url(/images/d2/icon.8a.png) no-repeat 0 -553px;
	width: 20px;
	height: 16px;
	cursor: pointer;
}
#developer_information #fullinfo .di_item pre.devinfo {
	font-family: 'Lucida Console', Consolas, monospace;
	margin: 0;
	line-height: 16px;
	font-size: 11px;
}

/* 3-col layout */
#wrapper {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	border:0;
	width: 980px;
	background-color: white;
	position: relative;
}

#header {
	margin: 0;
	height: 148px;
	background: white url(/images/d2/headerbg.png) repeat-x bottom left;
	position: relative;
}

#banner {
	background: white url(/images/d2/topfadebg.png) repeat-x top left;
	padding: 4px !important;
	padding: 4px 4px 0;
	height: auto;
}
#banner #main {
	width: auto;
}
#banner #widget {
	border-left: 2px solid #b1c4ea;
	height: 189px;
	width: 327px;
	float: right;
	background: transparent url(/images/d2/bdr_fadeout_tb.png) no-repeat top left;
	padding-top: 2px;
	overflow: hidden;
}
#banner #widget .b {
	height: 2px;
	background: transparent url(/images/d2/bdr_fadeout_tb.png) no-repeat top left;
}

#container {
	z-index: 5;
}

#col-rgt {
	width: 222px;
	float: left;
	z-index: 5;
	padding: 3px 0 3px 0;
	background: transparent url(/images/d2/topcontentbg.png) repeat-x top left;
}

#content {
	width: 755px;
	float: left;
	padding: 3px 0 3px 3px;
	position: relative;
	z-index: 50;
	background: transparent url(/images/d2/topcontentbg.png) repeat-x top left;
}

#content_btm {
	height: 140px;
	background: transparent url(/images/d2/headerbg.png) repeat-x bottom left;
	margin-top: -140px;
	z-index: 2;
}

#footer .extra {
	background: transparent url(/images/d2/topfadebg.png) repeat-x top left;
	padding: 3px;
}
.clear {
	clear: both;
}
/* End of 3-col layout */

#header #clock {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 0.8em;
	color: #666;
	padding: 2px 4px;
}

#header #livechat {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 0.8em;
	color: #666;
	padding: 2px 4px;
}
#header #logo {
	margin-left: 12px;
	vertical-align: top;
}
#header #partner_logo {
	margin-left: -25px;
	margin-right: -80px;
	vertical-align: top;
}
#header #strap {
	margin-left: 105px;
	margin-top: 37px;
	vertical-align: top;
}
#header h1#strap {
	margin: 0;
	position: absolute;
	background: transparent url(/images/d2/strap.png) no-repeat top left;
	color: white;
	font-size: 1px;
	width: 257px;
	height: 66px;
	top: 36px;
	left: 320px;
}
#header #header_contact {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 135%;
	width: 250px;
	margin: 22px 35px 0 0;
	line-height: 1.2em;
	color: #666;
}
#header #header_contact .call,
#header #header_contact .number,
#header #header_contact .for,
#header #header_contact .top,
#header #header_contact .middle,
#header #header_contact .bottom {
	display: block;
	font-weight: normal;
}
#header #header_contact .number,
#header #header_contact .middle {
	padding-left: 20px;
}
#header #header_contact .number {
	color: #0045bb;
	font-size: 160%;
	font-weight: bold;
}
#header #header_contact .bottom {
	margin: -5px 0 0 -5px;
}
#header #header_contact .for,
#header #header_contact .bottom {
	padding-left: 40px;
}

#menu,
#footermenu {
	margin: 4px 0;
	position: relative;
}
#menu ul#menu_main,
#footermenu ul#footermenu_main {
	background: #006ffd url(/images/d2/topmenubg.png) repeat-y top right;
	text-align: right;
	height: 31px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#menu ul#menu_login,
#footermenu ul#footermenu_login {
	background-color: #0045bb;
	height: 31px;
	overflow: hidden;
	float: right;
	margin: 0;
	padding: 0;
	margin-left: 4px;
}
#menu ul li,
#footermenu ul li {
	list-style-type: none;
	display: inline;
	line-height: 31px;
	color: white;
	white-space: nowrap;
}
#menu ul li a,
#footermenu ul li a{
	color: white;
	font-weight: bold;
	width: 100%;
	padding: 0 12px;
}
#footermenu ul#footermenu_main li a,
#footermenu ul#footermenu_login li a{
	font-weight: normal;
	padding: 0 5px;
	font-size: 85%;
}
#menu ul li a:hover,
#footermenu ul li a:hover{
	color: #ddd;
}
#menu ul#menu_main li div{
	display: none;
	position: absolute;
	border: 2px solid #003eaf;
	background-color: #006;
	top:	29px;
	margin-left: -5px;
	z-index: 53;
	padding: 0;
	height: auto;
}
#menu ul#menu_main li div ul {
	border: 1px solid white;
	text-indent: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#menu ul#menu_main li div ul li {
	list-style-type: none;
	text-align: center;
	font-size: 0.85em;
	margin: 0 3px -1px;
	padding: 0;
	display: block;
	min-width: 100px;
	border-bottom: 1px solid #999;
	line-height: 1em;
}
#menu ul#menu_main li div ul li a {
	line-height: 22px;
	display: block;
	padding: 0 5px;
	margin: 3px 0 2px;
	width: auto;
	color: #3f8cf4;
}
#menu ul#menu_main li div ul li a:hover{
	background-color: #06F;
	color: white;
}
#menu ul#menu_main li div ul div {
	margin-top: 29px;
}
#menu_login .loginmsg{
	position: absolute;
	white-space: nowrap;
	top: -2.7em;
	right: 3px;
}
#footermenu_login .loginmsg {
	display: none;
}

#content .p2col .col1 {
	width: 374px;
	margin: 0 3px 0 0;
}
#content .p2col .col2 {
	width: 374px;
}
#content .p2col .col1,
#content .p2col .col2 {
	float: left;
	position: relative;
}
#content ul {
	padding-left: 1.5em;
}

#footer #footermenu .logo {
	position: absolute;
	left: 20px;
	top: -14px;
	z-index: 100;
}
#footer #footermenu .logo * {
	vertical-align: middle;
	color: white;
	font-size: 90%;
}
#footer .contact {
	text-align: center;
}
#footer .contact .address{
	color: #0061de;
	font-size: 85%;
	margin-top: 0;
}
#footer .contact .address .name {
	display: block;
	font-weight: bold;
	font-size: 110%;
}
#footer .contact .other span{
	color: #999;
	font-weight: bold;
	font-size: 85%;
	padding: 0 20px;
}
#footer .w3c_validate {
	text-align: center;
	font-size: 80%;
	font-weight: bold;
	position: absolute;
	right: 3px;
	bottom: 3px;
}
#footer .w3c_validate li {
	list-style-type: none;
	display: inline;
}
#footer .w3c_validate * {
	vertical-align: middle;
}

.livechat_btn {
	display: block;
	background: transparent url(/images/d2/livechat_box.png) no-repeat left top;
	width: 120px;
	height: 66px;
	padding: 40px 88px 10px 11px;
	color: white;
	font-size: 120%;
	margin: 0 -1px 10px 0;
	float: right;
}

body ul.ticklist {
	padding: 5px 0 0;
	margin: 0;
}
ul.ticklist li {
	list-style-type: none;
	height: 25px;
	vertical-align: middle;
	letter-spacing: -0.03em;
}
ul.ticklist li img{
	vertical-align: middle;
	padding-right: 2px;
	margin: 0;
}
/* forms */
/* using the following markup
	fields:
	<label.ipt_curve>
		<span>Label text</span>
		<input/>
	</label>
	
	buttons (set sizes so no mucking around with sliding doors layout):
	<input.btn_curve-{xsm:sm:md:lg:xlg:xxlg}/>
	or,
	<a.btn_curve-{xsm:sm:md:lg:xlg:xxlg}/>
*/

div.chk_curve,
label {
	font-size: 85%;
	height: 20px;
	line-height: 20px;
	margin: 2px 0;
}
.sel_curve,
.ipt_curve,
.txta_curve {
	padding-right: 5px;
	background: transparent url(/images/d2/input_r.gif) no-repeat right top;
	height: 20px;
	line-height: 20px;
	display: block;
	text-align: right;
	xposition: relative;
	clear: both;
}
confirm_curve {
	clear: both;
}
*:first-child+html .sel_curve,
*:first-child+html .ipt_curve,
*:first-child+html .txta_curve {
	height: auto;
	min-height: 20px;
	xdisplay: inline-block;
}
div.chk_curve {
	clear: both;
	position: relative;
	display: block;
	height: auto;
}
.chk_curve label {
	font-size: 100%;
	display: block;
	float: left;
	margin: 0;
	height: auto;
	line-height: normal;
}
.chk_curve input {
	float: left;
}
.txta_curve {
	height: 80px;
	background-image: url(/images/d2/input-ta_r.gif)
}
div.sel_curve,
div.ipt_curve,
div.txta_curve {
	background-image: none;
	font-size: 85%;
	height: 20px;
	line-height: 20px;
	margin: 2px 0;
}
.formlabel {
	font-size: 85%;
	text-align: right;
	position: relative;
}
.sel_curve span,
.ipt_curve span,
.txta_curve span,
.formlabel {
	display: block;
	width: 80px;
	float: left;
}
#content .sel_curve ul.selectReplacement,
.txta_curve textarea,
.txta_b,
.sel_curve select,
.ipt_curve input{
	display: block;
	background: transparent url(/images/d2/input.gif) no-repeat left top;
	line-height: 20px;
	height: 18px !important;
	height: 20px;
	width: 150px;
	padding-left: 5px;
	padding-top: 3px !important;
	padding-top: 0;
	border: 0;
	margin: 0;
	float: right;
	outline: none;
	xposition: absolute;
	xright: 5px;
}
.txta_curve textarea,
.txta_b,
.ipt_curve input{
	-webkit-appearance: none;
}

div.ipt_noedit {
	height: auto;
	line-height: 20px;
	background: none;
	text-align: left;
	border: 0;
	margin: 0;
	float: right;
	padding-top: 0;
}

.txta_curve textarea {
	height: 77px !important;
	height: 80px;
	padding-top: 3px !important;
	padding-top: 5px;
	overflow: auto;
	line-height: 14px;
	background-image: url(/images/d2/input-ta.gif);
	background-attachment: scroll !important;
	background-attachment: fixed;
	resize: none;
	-webkit-appearance: none;
}
.txta_b {
	height: 4px !important;
	height: 4px;
	padding-top: 0 !important;
	margin-top: -3px;
	margin-right: 0;
	position: relative;
	left: -5px;
	width: 150px;
	background: transparent url(/images/d2/input-ta.gif) no-repeat bottom left;
	font-size: 1px;
}
.txta_b .txta_br {
	width: 5px;
	height: 4px;
	background: transparent url(/images/d2/input-ta_r.gif) no-repeat bottom right;
	position: relative;
	right: -5px;
	float: right;
}

.sel_curve select {
	display: block;
	text-align: left;
	padding-bottom: 2px;
	height: 20px !important;
	width: 155px;
	border: 0;
	-webkit-appearance: none;
}
.sel_curve select option {
	background-color: white;
	color: #333;
	margin: 0 4px;
	-webkit-appearance: none;
}
.sel_curve select option:hover {
	background-color: #06C;
	color: white;
}
.sel_curve select.replaced {
	width: 1px;
	position: absolute;
	left: -999em;
}
.suggest_list {	
	position: absolute;
	display : none;
	width: 150px;
	height: auto;
	border: 1px solid #999;
	background-color: white;
	padding: 2px;
	overflow: hidden;
	right: 0;
	z-index: 99;
	font-size: 85%;
}
.suggest_list .suggestion b {
	border-bottom: 1px solid #ccc;
	padding: 1px 3px;
	display: block;
	text-decoration: none;
	background-color: #ccc;
	color: #333;
}
.suggest_list .suggestion a {
	border-bottom: 1px solid #ccc;
	padding: 1px 3px 1px 8px;
	display: block;
	text-decoration: none;
	color: #333;
}
.suggest_list .suggestion a:hover {
	background-color: #69F;
	color: white;
}
.suggest_list .suggestion a.alt {
	border-bottom: 0;
	border-top: 2px solid #ccc;
	padding-left: 3px;
	font-style: italic;
	font-weight: bold;
}

.selectMenu{
	display: block;
	background: transparent url(/images/d2/input.gif) no-repeat left top;
	line-height: 20px;
	height: 20px;
	width: 150px;
	padding-left: 5px;
	padding-top: 0;
	border: 0;
	margin: 0;
	float: right;
	text-align: left;
	overflow: visible;
	z-index: 1;
}

.selectMenu .passiveSelect,
.selectMenu .activeSelect,
.selectMenu .disabledSelect{
	display:block;
	cursor:pointer;
	width: 135px;
	float: none;
	height: 20px;
	overflow: hidden;
	padding-right: 18px;
	margin-right: -3px;
	position: absolute;
}
	
.selectMenu .passiveSelect{
	background:url(/images/d2/input-sel_r.gif) no-repeat right -22px;
	color: #666;
}
	
.selectMenu .activeSelect{
	background:url(/images/d2/input-sel_r.gif) no-repeat right -22px;
	color:#333;
}
	
.selectMenu .disabledSelect{
	background:url(/images/d2/input-sel_r.gif) no-repeat right 2px;
	color:#666;
}
.selectMenu ul,
#content .selectMenu ul{
	padding:0;
	margin:0;
	background:#eee;
	border: 1px solid #999;
	list-style:none;
	max-height:200px;
	overflow-x: hidden;
	overflow-y: auto;
	cursor:pointer;	
	width:145px;
	z-index: 10;
}
	
.selectMenu li{
	padding:0;
	list-style:none;
	margin:0;
	font-weight:normal;
	padding:0
	color:#333;
}
.selectMenu li span {
	float: none;
	padding-left: 5px;
	width: auto;
	white-space: nowrap;
}
	
.selectMenu .first{
	padding-top:10px;
	xbackground:url("/images/d2.jpg") no-repeat top left;
}
	
.selectMenu .last{
	padding-bottom:10px;
	xbackground:url("images/darkLast.jpg") no-repeat bottom left;
}
	
.selectMenu li:hover{
	color:white;
	background-color: #999;
}
	
.selectMenu .selected{
	background-color: #666;
	color: white;
}


#content .sel_curve ul.selectReplacement {
	height: 20px !important;
	padding-left: 0;
	padding-top: 0 !important;
	margin-right: 14px;
	width: 141px;
	z-index: 10;
	text-align: left;
}
.sel_curve ul.selectFocused {
	background-image: url(/images/d2/sel_tfocus.jpg);
}
.sel_curve ul.selectReplacement li {
	background:transparent url(/images/d2/sel_r.gif) no-repeat scroll right top;
	cursor:pointer;
	display:none;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left:-19px;
	padding-left:5px;
	padding-right:19px;
	position:relative;
	right:-19px;
	text-align:left;
	width:auto;
}
.sel_curve ul.selectOpen li {
	display: block;
	text-align: left;
	background: white none;
}
.sel_curve ul.selectReplacement li.selected {
	xbackground: url(/images/d2/sel_b.gif) bottom left no-repeat;
	border-bottom: 1px solid #fff;
	display: block;
}
.sel_curve ul.selectOpen li.selected {
	background: #5570c7;
	border: 0;
	display: block;
}
.sel_curve ul.selectOpen li:hover,
.sel_curve ul.selectOpen li.hover,
.sel_curve ul.selectOpen li.selected:hover {
	background: #5570c7;
	color: #fff;
}

.btn_curve-xxlg,
.btn_curve-xlg,
.btn_curve-lg,
.btn_curve-md,
.btn_curve-sm,
.btn_curve-xsm,
.btn_curve-xxsm {
	display: block;
	white-space: nowrap;
	background: transparent url(/images/d2/buttonblue_sm.gif) no-repeat left top;
	height: 23px;
	line-height: 19px;
	text-align: center;
	width: 120px;
	color: #eee;
	font-weight: bold;
	margin: 4px 0;
	border: 0;
	cursor: pointer;
	padding: 0;
	clear: both;
	text-shadow: #222 1px 1px 1px;
}
input[disabled="disabled"] {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: default;
}

.btn_curve-xxsm {
	background-image: url(/images/d2/buttonblue_xxsm.gif);
	width: 70px;
}
.btn_curve-xsm {
	background-image: url(/images/d2/buttonblue_xsm.gif);
	width: 100px;
}
.btn_curve-md {
	background-image: url(/images/d2/buttonblue_md.gif);
	width: 150px;
}
.btn_curve-lg {
	background-image: url(/images/d2/buttonblue_lg.gif);
	width: 170px;
}
.btn_curve-xlg {
	background-image: url(/images/d2/buttonblue_xlg.gif);
	width: 200px;
}
.btn_curve-xxlg {
	background-image: url(/images/d2/buttonblue_xxlg.gif);
	width: 300px;
}
.btn_curve-170:hover,
.btn_curve-lg:hover,
.btn_curve-md:hover,
.btn_curve-xsm:hover,
.btn_curve-xlg:hover,
.btn_curve-xxlg:hover,
.btn_curve-sm:hover {
	background-position: left -23px;
}

/* rounded boxes */
/* should be in the following markup;
<.roundbox>
	<div.>
		<.tr />
		<.bl />
		<.br />
			<.inner />
</.roundbox>
*/
.roundbox {
	height: auto;
	border-collapse: collapse;
	position: relative;
	margin: 0px 17px 25px 0;
	clear: both;
}
.roundbox .norm,
.roundbox .emp,
.roundbox .ft_orange,
.roundbox .ft_purple,
.roundbox .ft_blue,
.roundbox .ft_red,
.roundbox .ft_teal,
.roundbox .ft_green{
	background: transparent url(/images/d2/cssbox.png) no-repeat left top;
	position: relative;
}
.roundbox .emp {
	background-image: url(/images/d2/cssbox_out.png);
}
.roundbox .ft_orange {
	background-image: url(/images/d2/cssbox_fade_orange.png);
}
.roundbox .ft_purple {
	background-image: url(/images/d2/cssbox_fade_purple.png);
}
.roundbox .ft_blue {
	background-image: url(/images/d2/cssbox_fade_blue.png);
}
.roundbox .ft_red {
	background-image: url(/images/d2/cssbox_fade_red.png);
}
.roundbox .ft_teal {
	background-image: url(/images/d2/cssbox_fade_teal.png);
}
.roundbox .ft_green {
	background-image: url(/images/d2/cssbox_fade_green.png);
}
.roundbox .tr,
.roundbox_e .tr {
	background: transparent url(/images/d2/cssbox.png) right top;
	position: absolute;
	right: -17px !important; 
	right: -18px;
	top: 0px;
	width: 17px;
	height: 17px !important;
	height: 18px;
	border-collapse: collapse;
}
.roundbox .emp .tr {
	background-image: url(/images/d2/cssbox_out.png);
}
.roundbox .ft_orange .tr,
.roundbox .ft_purple .tr,
.roundbox .ft_blue .tr,
.roundbox .ft_red .tr,
.roundbox .ft_teal .tr,
.roundbox .ft_green .tr {
	height: 80px !important;
}
.roundbox .ft_orange .tr {
	background-image: url(/images/d2/cssbox_fade_orange.png);
}
.roundbox .ft_purple .tr {
	background-image: url(/images/d2/cssbox_fade_purple.png);
}
.roundbox .ft_blue .tr {
	background-image: url(/images/d2/cssbox_fade_blue.png);
}
.roundbox .ft_red .tr {
	background-image: url(/images/d2/cssbox_fade_red.png);
}
.roundbox .ft_teal .tr {
	background-image: url(/images/d2/cssbox_fade_teal.png);
}
.roundbox .ft_green .tr {
	background-image: url(/images/d2/cssbox_fade_green.png);
}
.roundbox .bl,
.roundbox_e .bl {
	background: transparent url(/images/d2/cssbox.png) left bottom;
	position: absolute;
	bottom: -17px !important;
	bottom: -18px;
	left: 0px;
	width: 17px;
	height: 17px !important;
	height: 18px;
	border-collapse: collapse;
}
.roundbox .emp .bl {
	background-image: url(/images/d2/cssbox_out.png);
}
.roundbox .ft_orange .bl,
.roundbox .ft_purple .bl,
.roundbox .ft_blue .bl,
.roundbox .ft_red .bl,
.roundbox .ft_teal .bl,
.roundbox .ft_green .bl {
	background-image: none;
}

.roundbox .br,
.roundbox_e .br {
	background: transparent url(/images/d2/cssbox.png) right bottom;
	padding-right: 17px;
	padding-bottom: 17px !important;
	padding-bottom: 18px;
	position: relative;
	bottom: -17px !important;
	bottom: -18px;
	right: -17px;
	border-collapse: collapse;
}
.roundbox .emp .br {
	background-image: url(/images/d2/cssbox_out.png);
}
.roundbox .ft_orange .br,
.roundbox .ft_purple .br,
.roundbox .ft_blue .br,
.roundbox .ft_red .br,
.roundbox .ft_teal .br,
.roundbox .ft_green .br {
	background-image: none;
}
.roundbox .br .innersplit,
.roundbox .br .inner,
.roundbox_e .br .innersplit,
.roundbox_e .br .inner {
	height: auto;
	padding: 0;
	margin: 0px 0px -16px 0;
	position: relative;
	top: -8px;
	xleft: -4px;
	padding-top: 4px;
	padding-bottom: 4px;
	overflow: visible;
}
.roundbox .br .inner .icon,
.roundbox_e .br .inner .icon {
	float: right;
	margin: -20px -27px -30px -22px;
}
#content .roundbox ul.ticklist,
#content .roundbox_e ul.ticklist {
	padding-left: 0;
}
.roundbox .br .inner .column,
.roundbox_e .br .inner .column {
	background: transparent url(/images/d2/split_rbg.png) repeat-y -52px top;
}
.roundbox h1,
.roundbox h2,
.roundbox h3,
.roundbox h4,
.roundbox_e h1,
.roundbox_e h2,
.roundbox_e h3,
.roundbox_e h4{
	margin-top: 0;
}
.column .col_inner {
	padding: 0 1px;
}

.column {
	float: left;
	width: 48%;
	padding: 0;
	z-index: 1;
	position: relative;
}
.column_splitter {
	background: transparent url(/images/d2/split_rbg.png) repeat-y top left;
	position: absolute;
	top: -9px;
	left: 49%;
	width: 52px;
	height: 100%;
	z-index: 0;
}
div.hrfadedown {
	background: transparent url(/images/d2/topfadebg.png) repeat-x top left;
	color: transparent;
	height: 32px;
	margin-bottom: -30px;
	border: none;
	position: static;
}
.note {
	color: #666;
	font-size: 75%;
	margin-bottom: 5px;
}
.price_row,
.total_row {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	text-align: right;
}
.price_row {
	padding: 1px 0;
	margin: 0 0 -1px;
}
.total_row {
	padding: 2px 0;
	margin: 2px 0;
	font-size: 120%;
}
.total_row .price_item,
.price_row .price_item {
	float: left;
}
.ajax_check,
.ipt_note,
.alert_error,
.alert_admin,
#tooltip.default,
#helptip.helptip {
	border:3px solid #F3A556;
	background:whitesmoke;
	color: #555;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px; 
	margin-top:2px;
	font-size: 905%;
	padding: 4px;
	width: auto;
	margin-right: 0;
	position: relative;
	clear: both;
}
.ipt_note {
	font-size: 85%;
}
.ajax_check {
	border:3px solid #627BD2;
	font-size: 90%;
}
.alert_error {
	border:3px solid #FF8566;
	font-size: 90%;
}
.alert_error {
	border:3px solid #FF8566;
	font-size: 90%;
}
.alert_admin {
	border:3px solid #6C6;
	font-size: 90%;
}

#helptip,
#tooltip{
	width:auto;
	max-width:300px;
	min-width:100px;
	border:1px solid;
	background:white;
	padding:5px;
	margin-top:4px;
	font-size:12px;
	color:dimgray;
	position: relative;
	clear: both;
}
#helptip #htimg.top,
#tooltip #ttimg.top{
	margin-top:-17px;
	margin-left:2px
}
#helptip #htimg.bottom,
#tooltip #ttimg.bottom{
	bottom:0;
	margin-bottom:-12px;
	margin-left:2px
}


#tooltip.default,
#helptip.helptip{
	border:3px solid #94A6E4;
	color:gray;
	-webkit-border-top-left-radius:0;
	-moz-border-radius-topleft:0;
	border-top-left-radius:0;
}


#helptip.default #htimg.top,
#tooltip.default #ttimg.top{
	position:absolute;
	margin-top:-8px;
	margin-left:-8px
}
#helptip.default #htimg.bottom,
#tooltip.default #ttimg.bottom{
	position:absolute;
	bottom:0;
	margin-bottom:-3px;
	margin-left:-8px
}


.alert-sm,
.alert {
	border: 3px solid #C30;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px; 
	background: #FC6 url(/images/d2/alert.png) no-repeat 15px 15px;
	padding: 15px;
	padding-left: 80px;
	width: 65%;
	text-align: left;
	margin: 10px auto;
	min-height: 3.5em;
}
.alert-sm {
	background: #FC6 url(/images/d2/alert-sm.png) no-repeat 2px 2px;
	padding: 5px;
	padding-left: 35px;
	text-align: center;
	min-height: 1.2em;
	border-width: 1px;
}
.alert a{
	color: #c30;
	font-weight: bold;
}

.clicklist {
	border: 1px solid #999;
}
.clicklist .listhead {
	font-weight: bold;
	height: 1.3em;
	overflow: hidden;
	border-bottom: 2px solid #666;
}
.clicklist a.listitem {
	display: block;
	height: 1.2em;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	color: #333;
	clear: both;
	cursor: pointer;
}
.clicklist a.listitem:hover {
	background-color: #a3cfde;
}
.clicklist .listhead div,
.clicklist .listitem div {
	float: left;
	width: 100px;
	padding: 0 1px;
	border-right: 1px solid #ccc;
}
.clicklist .listhead div.last,
.clicklist .listitem div.last {
	border-right: none;
}

a.doc_dl {
	padding-left: 17px;
	background: transparent url(/images/d2/pdf_icon.gif) no-repeat left top;
}

.dpOpenerLink {
	padding: 0;
	color:white;
	width: 16px;
	height: 16px;
	position: relative;
	float: right;
	top: 2px;
	margin-left: -16px;
	right: -2px;
	cursor: pointer;
}
#datepicker .dpButton {
	width: 18px;
	height: 25px;
	border: 0;
	padding: 0;
	margin: 0;
	color: white;
	background: transparent url(/images/d2/cal_btn.gif) no-repeat left top;
}
#datepicker .dpTitleTD {
	text-align: center;
}
.dpTitleText {
	white-space: nowrap;
}
.dpMonthSEL,
.dpYearSEL {
	display: inline;
	margin: 0;
	border: 1px solid #333;
	padding: 0;
	width: 52px;
	font-size: 90%;
}
.dpMonthSEL {
	width: 48px;
}
.dpDayTR {
	border-bottom: 2px solid #333;
}
.dpDayTD {
	text-align: center;
	padding: 1px;
}
.dpTD {
	text-align: center;
	width: 18px;
	height: 18px;
	background: transparent url(/images/d2/cal_day.gif) no-repeat left top;
	cursor: pointer;
	padding: 1px;
}
.dpTDHover {
	text-align: center;
	width: 18px;
	height: 18px;
	background: transparent url(/images/d2/cal_hover.gif) no-repeat left top;
	cursor: pointer;
}
.dpDayHighlightTD {
	text-align: center;
	color: white;
	width: 18px;
	height: 18px;
	background: transparent url(/images/d2/cal_today.gif) no-repeat left top;
}
.dpTodayButtonTR {
	text-align: right;
}
.dpCloseButton,
.dpTodayButton {
	border: 0;
	float: left;
	height: 25px;
	width: 55px;
	color: white;
	margin: 3px 0 0;
	padding: 0;
	font-weight: bold;
	background: transparent url(/images/d2/cal_btn-lg.gif) no-repeat left top;
}
.btn_curve-sq,
.dpCloseButton {
	width: 25px;
	height: 25px;
	border: 0;
	color: white;
	font-weight: bold;
	background-image: url(/images/d2/cal_btn-md.gif);
	float: none;
	cursor: pointer;
}

.addressfinder {
	position: absolute;
	display: none;
	width: 250px;
	border: 1px solid #666;
	background-color: #ddd;
	z-index: 99;
	right: 0;
	height: 150px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.addressfinder .address_iframe {
	width: 244px;
	height: 100%;
	border: 1px solid #bbb;
	padding: 0;
	margin: 2px;
	height: 115px;
}

.accordion_h{
	overflow: hidden;
	position: static;
}
.accordion_h .ha_header, .accordion_h .ha_content{
	float: left;
}
.accordion_h .ha_header{
	background: #ccc;
	color: #fff;
	cursor: pointer;
	border-right: 1px solid #06C;
}
.accordion_h .ha_content{
	width: 0px;
	display: none;
	overflow: hidden;
	position: relative;
}
.accordion_h .ha_content.visible{
	width: 300px;
	display: block;
}
.accordion_h .ha_content .inner {
	width: 300px;
	background-color: white;
	position: relative;
}
.accordion_h .ha_content p{
	margin: 5px;
}

.pl_liv {
	background-color: #ADE79C;
}
.pl_pre {
	background-color: #A7B3E2;
}
.pl_exp {
	background-color: #EAC67B;
}
.pl_can {
	background-color: #DE9696;
}

.result_grid {
	background-color: #efefef;
	border: 1px solid #999;
	position: relative;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.result_grid .result_header,
.result_grid .result_footer,
.result_grid .result_item{
	clear: both;
	white-space: nowrap;
	display: block;
	color: #333;
}
.result_grid .result_item.odd {
	background-color: #ddd;
}
.result_grid .result_item a {
	color: #333;
}
.result_grid .result_item:hover {
	color: #fff;
	background-color: #06C;
	cursor: pointer;
}
.result_grid .result_item a:hover {
	color: #fff;
}
.result_grid .result_footer,
.result_grid .result_header {
	background-color: #ddd;
	font-weight: bold;
	color: #555;
	border-bottom: 2px solid #ccc;
}
.result_grid .result_footer {
	font-weight: normal;
	line-height: 2em;
	text-align: right;
	position: relative;
}
.result_grid .result_footer .pn_records {
	text-align: center;
	color: #999;
}
.result_grid .result_footer .pn_amounts,
.result_grid .result_footer .pn_pagelimits {
	position: absolute;
	padding: 0 3px;
	top: 0;
}
.result_grid .result_footer .pn_amounts{
	position: absolute;
	right: 0;
}
.result_grid .result_footer .pn_pagelimits{
	vertical-align: top;
	left: 0;
}
.result_grid .result_header .result_col,
.result_grid .result_item .result_col {
	float: left;
	border-right: 1px solid #ccc;
	width: 120px;
	background-color: transparent;
	position: relative;
}
.result_grid .result_header .last_col,
.result_grid .result_item .last_col {
	border-right: 0;
}
.result_grid .result_item .result_extra {
	height: 0px;
	clear: both;
}

.v_accordion div.va_content {
	display: none;
}
.v_accordion a.va_header {
	cursor: pointer;
}
.v_accordion a.va_header h2,
.v_accordion a.va_header h3,
.v_accordion a.va_header h4 {
	background: #3A7DEB url(/images/d2/buyheader-enabled.png) repeat-y top left;
	color: white;
	margin: 1px 0;
	padding: 0.5em 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.v_accordion a.va_header h2.active,
.v_accordion a.va_header h3.active,
.v_accordion a.va_header h4.active  {
	background: #004BC4 url(/images/d2/buyheader-active.png);
}
.v_accordion a.va_header h2.disabled,
.v_accordion a.va_header h3.disabled,
.v_accordion a.va_header h4.disabled  {
	background: #004BC4 url(/images/d2/buyheader-disabled.png);
}

#admin fieldset {
	position: relative;
	margin-bottom: 2em;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#admin fieldset legend {
	background-color: white;
}
.fs_rollup {
	position: absolute;
	right: 20px;
	top: 0px;
	width: 95%;
	text-align: right;
}
.fs_rollup span {
	background-color: white;
	padding: 0 3px;
}

/**** Site Map */
.sitemap {
	margin: 10px;
	padding: 10px;
	width: 70%;
	border: 1px solid #999;
	padding-bottom: 2em;
	background-color: #fff;
}
#content .sitemap ul {
	border-left: 1px dotted #333;
	padding-left: 0;
	margin-left: 19px;
}
.sitemap ul li {
	font-size: 120%;
	font-weight: bold;
	padding: 0.25em 0 0.25em 10px;
	list-style-position: inside;
	list-style-type: none;
	border-bottom: 1px dotted #333;
}
.sitemap ul li a {
	position: relative;
	bottom: -0.75em;
	background-color: #fff;
	padding-left: 3px;
	display: block;
}
.sitemap > ul > ul > li {
	font-size: 105%;
}
.sitemap > ul > ul > ul > li {
	font-size: 105%;
	font-weight: normal;
}
.sitemap > ul > ul > ul > li ul li {
	font-size: 100%;
	font-weight: normal;
}

/**** Documents */
.documents {
	margin-bottom: 3em;
}
.documents .document {
	background: transparent url(/images/d2/pdficon.jpg) no-repeat left top;
	padding: 0 0 0 35px;
	display: block;
}
.documents .document h3 {
	font-weight: normal;
	margin-bottom: 0;
}
.documents .document .description {
	color: #666;
}
/****** News */
.news .news-item {
	position: relative;
	margin-top: 20px;
}
.news .news-item .date {
	position: absolute;
	top: 2px;
	right: 0px;
	color: #666;
	font-size: 110%;
}

/* end GENERAL DESIGN STYLES */

/*******************/
/* MODIFIED STYLES */
/*******************/

/* who's on invite panel */
#woInvite {
	z-index: 100;
}

/* ckeditor */
#cke_contents_content_main iframe body {
	background-color: white;
}

.hidden {
	display: none;
}

/* end MODIFIED STYLES */