.hidden {
	display: none;
	/* visibility: hidden; */
}

.bluedotunderline {
    color: #5555FF;
    border-bottom: dashed 1px #0000CC; 
}

.button_hover{
	color: #FFFFFF;
/*	font-weight: bold; */
	border: 1px solid #EE4501;
	background: #EE4501 url(/images/button_on.gif) repeat scroll 0 0;
}
.button_disable{
	color: #FFFFFF;
/*	font-weight: bold; */
	border: 1px solid #EEEEEE;
	background: #EE4501 url(/images/button_disable.gif) repeat scroll 0 0;
}
.button_hover:hover{
	background: #EE4501 url(/images/button_hover.gif) repeat scroll 0 0;
}


.notespopup{
	visibility: hidden;
	display: none;
	position: absolute;
	z-index: 1000;
}
.notespopup1{
	background: transparent url(images/tooltip_bg.png) repeat scroll 0 0;
	border-bottom: 1px solid #BCB84E;
	margin: 17px 0 0 -45px;
	padding: 20px 10px 10px;
}
.notespopup2{
	background: #FFFFDD;
	border: 1px solid black;
	margin: 20px 0 0 10px;
	padding: 5px 5px 5px 5px;
}


/* Bubble pop-up */

.notespopup_trigger {
	cursor: pointer;
}
.notespopup_popup {
	position: absolute;
	display: none;
	z-index: 1000;
	border-collapse: collapse;
}
.notespopup_popup, .notespopup_popup table, .notespopup_popup td {
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	border: none;
}
.notespopup_popup .np_contents {
	background-color: #FFFFFF;
	white-space: normal;
}

.notespopup_popup .np_topleft { background: url(/images/borders/bubble/topleft.gif) bottom; }
.notespopup_popup .np_top { background: url(/images/borders/bubble/top.gif) bottom repeat-x; }
.notespopup_popup .np_topright { background: url(/images/borders/bubble/topright.gif) bottom; }

.notespopup_popup .np_left { background: url(/images/borders/bubble/left.gif) right; }
.notespopup_popup .np_right { background: url(/images/borders/bubble/right.gif) left; }
.notespopup_popup .np_left, .notespopup_popup .np_right { background-repeat: repeat-y; }

.notespopup_popup .np_bottomleft { background: url(/images/borders/bubble/bottomleft.gif) top; }
.notespopup_popup .np_bottom { background: url(/images/borders/bubble/bottom.gif) top; }
.notespopup_popup .np_bottomright { background: url(/images/borders/bubble/bottomright.gif) top; }

.notespopup_popup .np_top .np_tail { background: url(/images/borders/bubble/tail-top.gif) bottom left; }
/* .notespopup_popup .np_bottom .np_tail { background: url(/images/borders/bubble/tail-top.gif) top left; } */
.notespopup_popup .np_tail { width: 30px; height: 29px; background-repeat: no-repeat; }

.notespopup_popup .np_corner, .notespopup_popup .np_topleft, .notespopup_popup .np_topright, .notespopup_popup .np_bottomleft, .notespopup_popup .np_bottomright {
	width: 19px;
	height: 15px;
	background-repeat: no-repeat;
}


/* Start Box */

.box {
	padding: 4px 0px;
}

.box .b_table, .box .b_top, .box .b_bottom, .box .b_left, .box .b_right, .box .b_topleft, .box .b_topright, .box .b_bottomleft, .box .b_bottomright { 
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	border: none;
	empty-cells: show;
}

.box .b_top, .box .b_bottom, .box .b_left, .box .b_right { background-image: url(/images/borders/box/pixel.png); }

.box .b_top, .box .b_bottom { height: 8px; background-repeat: repeat-x; }
.box .b_left, .box .b_right { width: 8px; background-repeat: repeat-y; }

.box .b_top { background-position: top; }
.box .b_bottom { background-position: bottom; }
.box .b_left { background-position: left; }
.box .b_right { background-position: right; }

.box .b_topleft { background: url(/images/borders/box/topleft.png) bottom right; }
.box .b_topright { background: url(/images/borders/box/topright.png) bottom left; }
.box .b_bottomleft { background: url(/images/borders/box/bottomleft.png) top right; }
.box .b_bottomright { background: url(/images/borders/box/bottomright.png) top left; }

.box .b_corner, .box .b_topleft, .box .b_topright, .box .b_bottomleft, .box .b_bottomright { width: 8px; height: 8px; background-repeat:no-repeat; }

/* End Box */


/* Start Container */

.container {
	padding: 4px 0px;
}

.container .b_table { 
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	border: none;
}

.container .b_title {
	padding: 5px 5px 5px 25px;
	letter-spacing: 1px;
	font-weight: bold;
	color: black;
}

.container .b_title_toggle_minus { background: url(/images/expand_minus.png) no-repeat top left; }
.container .b_title_toggle_plus { background: url(/images/expand_plus.png) no-repeat top left; }

.container .b_top, .container .b_topleft, .container .b_topright { height: 25px; }
.container .b_bottom, .container .b_bottomleft, .container .b_bottomright { height: 12px; }

.container .b_top { background-image: url(/images/borders/container/top.gif); }
.container .b_bottom, .container .b_left, .container .b_right { background-image: url(/images/borders/container/pixel.gif); }

.container .b_top, .container .b_bottom { background-repeat: repeat-x; }
.container .b_left, .container .b_right { background-repeat: repeat-y; }

.container .b_top { background-position: top; }
.container .b_bottom { background-position: bottom; }
.container .b_left { background-position: left; }
.container .b_right { background-position: right; }

.container .b_topleft { background: url(/images/borders/container/topleft.gif) top left; }
.container .b_topright { background: url(/images/borders/container/topright.gif) top right; }
.container .b_bottomleft { background: url(/images/borders/container/bottomleft.gif) bottom left; }
.container .b_bottomright { background: url(/images/borders/container/bottomright.gif) bottom right; }

.container .b_topleft, .container .b_topright, .container .b_bottomleft, .container .b_bottomright { background-repeat:no-repeat; }

.container p, .container ul, .container ol { margin-top: 0px; margin-bottom: 0px; padding-top: 0.5em; padding-bottom: 0.5em; }


.container .b_yellow .b_title { color: #FF3300; }
.container .b_yellow .b_top { background-image: url(/images/borders/container_yellow/top.jpg); }
.container .b_yellow .b_bottom, .container .b_yellow .b_left, .container .b_yellow .b_right { background-image: url(/images/borders/container_yellow/pixel.jpg); }
.container .b_yellow .b_topleft { background-image: url(/images/borders/container_yellow/topleft.jpg); }
.container .b_yellow .b_topright { background-image: url(/images/borders/container_yellow/topright.jpg); }
.container .b_yellow .b_bottomleft { background-image: url(/images/borders/container_yellow/bottomleft.jpg); }
.container .b_yellow .b_bottomright { background-image: url(/images/borders/container_yellow/bottomright.jpg); }
.container .b_yellow .b_title_toggle_minus { background-image: url(/images/borders/container_yellow/expand_minus.png); }
.container .b_yellow .b_title_toggle_plus { background-image: url(/images/borders/container_yellow/expand_plus.png); }

/* End Container */

