* {
    outline: none;
}

/* IE6 fixed position jitter fix */
* html, * html body {
	background-image: url(about:blank);
	background-attachment: fixed;
}

html {
	/* height: 100%; */
    overflow-y: scroll;
}

html, body {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif; 
    color: #333333; 
    font-style: normal; 
    font-weight: normal; 
    background-color: #D0D0D0;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    border: none;
}

a {
    color: #FF4400;
    text-decoration: none;
}

a:hover {
    color: #FF4400;
    text-decoration: underline;
}

.header_nav_item {
	float: left;
}

.header_nav_item h1 {
    font-size: 13px;
    font-weight: normal;
	margin: 6px 0px 0px 0px;
	padding: 0px;
}

.header_nav_item h1 a {
    color: #FFFFFF;
	text-decoration: none;
	padding: 3px 9px 8px;
}

.header_nav_item h1 a:hover {
	color: #CCCCCC;
	text-decoration: none;	
	background: #333333;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}

.header_nav_item_selected {
	float: left;
}

.header_nav_item_selected h1 {
    font-size: 13px;
    font-weight: normal;
	margin: 6px 0px 0px 0px;
	padding: 0px;
}

.header_nav_item_selected h1 a {
    color: #000000;
	text-decoration: none;
	background: url(../images/main_nav_bg.gif) #EAEAEA;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
	padding: 3px 9px 8px;
}

.header_nav_item_selected h1 a:hover {
	color: #000000;
	text-decoration: none;	
}

.mode_button {
	float: left;
	position: relative;
	cursor: pointer;
}

.dropdown_menu {
	position: absolute;
	top: 29px;
	width: 200px;
	font-size: 12px;
	background: #222222;
	border: 1px solid #666666;
	opacity: 0.95;
	filter: alpha(opacity=95);
	padding: 1px;
	z-index: 10002;
	-moz-box-shadow: 2px 2px 3px #999999;
	-webkit-box-shadow: 2px 2px 3px #999999;
	box-shadow: 2px 2px 3px #999999;
	display: none;
}

.dropdown_menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.dropdown_menu li {
	margin: 0;
	padding: 0;
}

.dropdown_menu li a {
	color: #FFFFFF;
	padding: 7px;
	display: block;
}

.dropdown_menu li a:hover {
	color: #FF4400;
	background: #000000;
	text-decoration: none;
}

h2 {
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    margin: 0px 0px 5px 0px;
}

h2 a {
    color: #000000;
}

h3 {
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    margin: 0px 0px 5px 0px;
}

h3 a {
    color: #000000;
}

h4 {
    color: #000000;
    font-size: 11px;
    font-weight: bold;
    margin-top: 0px;
    margin: 0px 0px 2px 0px;
}

h5 {
    color: #000000;
    font-size: 11px;
    font-weight: normal;
    margin-top: 0px;
    margin: 0px 0px 5px 0px;
}	

h6 {
    color: #000000;
    font-size: 9px;
    font-weight: normal;
    margin-top: 0px;
    margin: 0px 0px 5px 0px;
}	

p {
    margin-top: 0px;
    margin-bottom: 10px;
}

blockquote {
	font-style: italic;
	margin: 0px 0px 10px 20px;
	padding: 0px;
}

img {
    border-width: 0px;
}

label {
    font-size: 12px;
    padding: 0px;
}

table {
    border-collapse: collapse;
}

th {
    font-size: 12px;
	font-weight: bold;
	text-align: left;
    padding: 3px;
}

td {
    font-size: 12px;
    padding: 0px;
}


/*
	Form layout.
*/
.subgroup {
	position: relative;
	background-color: #D9D9D9;
    border: 1px solid #D0D0D0;
    padding: 5px;
}

.subgroup2 {
	position: relative;
	background-color: #E6E6E6;
    border: 1px solid #D0D0D0;
    padding: 5px;
}

.subgroup3 {
	position: relative;
	background-color: #F2F2F2;
    border: 1px solid #D0D0D0;
    padding: 5px;
}


/*
	Form elements.
*/
form {
    margin: 0px;
    padding: 0px;
}

input, textarea, select, .form_price {
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif; 
    color: #000000; 
	vertical-align: baseline;	/* FF, Chrome and Safari */
	vertical-align: "middle";	/* IE */
	background-color: #FFFFFF;
	border: 1px solid #BBBBBB;
	padding: 2px;
    margin: 2px 0px 2px 0px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

select {
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif; 
    color: #000000; 
	padding: 1px;
}

textarea {
	width: 100%;
}

.form_checkbox {
    width: 15px;
    height: 13px;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    position: relative;
    top: -2px;
    *overflow: hidden;
}

.form_full_field {
	margin-right: 6px;
}

.form_full_field input {
	width: 100%;
}

.form_full_text {
	margin-right: 6px;
}

.form_full_text textarea {
	width: 100%;
}

.form_full_select select {
	/* width: 100%; */
}

.form_field {
    width: 200px;
}

.form_small_field {
	width: 63px;
}

.form_field_protected {
	color: #666666;
	background-color: #EEEEEE;
}

.form_price input {
	width: 60px;
	height: 14px;
	border: none;
}

.form_date_selected {
	color: #000000;
}

.form_date_unselected {
	color: #AAAAAA;
}

.form_date_time {
	position: relative;
	margin-top: 2px;
}

.form_date_time div {
	position: relative;
	float: left;
}

.form_date_time label {
	color: #888888;
	font-size: 11px;
	line-height: 11px;
}

.form_date_time select {
	margin-right: 1px;
}

.button, .button_disabled {
    width: 70px;
	font-size: 12px;
	color: #000000;
	background: url("../images/button.gif") repeat-x #EEEEEE;
    border: 1px solid #AAAAAA;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	margin-right: 3px;
	padding: 4px;
	cursor: pointer;
}

.button:hover {
	color: #555555;
	background: url("../images/button_over.gif") repeat-x #FFFFFF;
}

.action_button, .action_button_disabled {
	width: auto;
	color: #000000;
	font-size: 12px;
	background: url("../images/button.gif") repeat-x #EEEEEE;
    border: 1px solid #AAAAAA;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	margin-right: 3px;
	padding: 4px;
	overflow: visible;
	cursor: pointer;
}

.button_disabled, .action_button_disabled {
	color: #AAAAAA;
	background: url("../images/button_over.gif") repeat-x #FFFFFF;
	cursor: default;
}

.action_button:hover {
	color: #555555;
	background: url("../images/button_over.gif") repeat-x #FFFFFF;
}

.remove_button {
	width: auto;
	font-size: 12px;
	color: #777777;
	background: url("../images/button.gif") repeat-x #EEEEEE;
    border: 1px solid #AAAAAA;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	margin-left: 3px;
	padding: 4px;
	overflow: visible;
	cursor: pointer;
}

.remove_button:hover {
	color: #999999;
	background: url("../images/button_over.gif") repeat-x #FFFFFF;
}

.code {
	font-family: Courier New, Courier;
}

.required {
	color: #FF4400;
}

#header {
	position: fixed;
	top: 0px;
    width: 100%;
	min-width: 1000px;
    height: 30px;
	background: url(../images/header_bg.gif) #222222;
	z-index: 10001;
}

/* IE6 position fixed top header */
* html #header {
	position: absolute;
	top: expression(document.compatMode == "CSS1Compat" ? document.documentElement.scrollTop + "px" : body.scrollTop + "px");
}

#highlight {
	margin-top: 30px;
	height: 10px;
	background: url(../images/hilight.gif) repeat-x;
}

#main {
	/* background: url(../images/wallpaper5.jpg) no-repeat top right; */
}

.node {
	width: expression(document.body.clientWidth < 620 ? "620px": "auto");
	min-width: 620px;
	background-color: #FFFFFF;
}

.node_content {
	position: relative;
	width: 620px;
	min-height: 26px;
}

.node_disabled {
    opacity: 0.50;
    filter: alpha(opacity=50);
}

.node_auto_width {
	width: auto;
}

.node_main {
    border: 1px solid #888888;
    -moz-border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
	padding: 8px 10px 0px;
}

.node_container {
	background: url(../images/node_bg.gif) repeat-x;
    border: 1px solid #BBBBBB;
    -moz-border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
	padding: 8px 10px 10px;
}

.node_leaf {
    border-top: 1px dotted #BBBBBB;
	padding: 8px 0 10px;
}


.node_header {
    height: 17px;
    font-size: 11px;
	background: url(../images/node_header_bg.gif) repeat-x;
    -moz-border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
}

.node_toggle img {
	margin-bottom: -3px;
}

.node_type {
    float: left;
    height: 100%;
    color: #EEEEEE;
	line-height: 15px;
	background-color: #333333;
	padding: 0px 4px 0px 2px;
}

.node_action {
	margin-left: 10px;
}

.node_remove {
	margin-right: 4px;
}

.node_link {
    text-decoration: none;
}

.node_remove_link {
    color: #AAAAAA;
    text-decoration: none;
}

.node_simple {
	border-top: #D0D0D0 dotted 1px;
	padding: 5px 0px 5px 0px;
}

.shadow {
	width: auto;
	height: 10px;
	overflow: hidden;
	background: url(../images/shadow.png) repeat-x;
	padding: 0px;
}

.shadow1 {
	width: auto;
	height: 10px;
	overflow: hidden;
	background: url(../images/shadow1.gif) repeat-x;
	padding: 0px;
}

.shadow2 {
	width: auto;
	height: 10px;
	overflow: hidden;
	background: url(../images/shadow2.gif) repeat-x;
	padding: 0px;
}

.shadow3 {
	width: auto;
	height: 8px;
	overflow: hidden;
	background: url(../images/shadow3.gif) repeat-x;
	padding: 0px;
}

.small_text {
	font-size: 11px;
}

.framed_image {
    border: 1px solid #AAAAAA;
    margin-top: 2px;
}

#shade {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #777777;
    opacity: 0.70;
    filter: alpha(opacity=70);
    display: none;
    z-index: 10002;
}

#window {
    position: absolute;
    text-align: left;
    padding: 0px;
    margin: 0px;
	padding-bottom: 30px;
    display: none;
    z-index: 10003;
}

#window_main {
	position: relative;
    width: auto;
	background-color: #E6E6E6;
    border: 1px solid #5C5C5C;
    -moz-border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
	padding: 0px;
}

#window_header {
	position: relative;
    width: auto;
    height: 25px; 
	overflow: hidden;
	background: url(../images/window_header_bg.gif) repeat-x #FFFFFF;
    -moz-border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
	padding: 0px;
	margin: 0px;
}

#window_title {
    float: left;
    font-size: 13px;
    font-weight: bold;
    padding: 4px 0px 0px 5px;
}

#window_close {
    float: right;
}

#window_header_shadow {
	width: auto;
	height: 5px;
	overflow: hidden;
	background: url(../images/shadow.png) repeat-x;
	padding: 0px;
}

#window_shadow {
	width: auto;
	height: 5px;
	overflow: hidden;
	background: url(../images/shadow.png);
	padding: 0px;
}

#window_content {
	position: relative;
    padding: 3px 5px 5px 5px;
}

.mini_window {
    width: 250px;
    text-align: left;
    color: #333333;
	background: #EEEEEE;
    border: 1px solid #AAAAAA;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 6px 8px 8px 8px;
	margin-right: 20px;
}

.mini_window a {
    color: #333333;
}

.mini_window div {
	margin-bottom: 2px;
}

.mini_window_bullet {
	color: #FF4400;
}

.mini_window_selected {
	color: #FF4400;
}

.mini_window_selected h3 {
	color: #FF4400;
}

.mini_window_disabled a {
	color: #AAAAAA;
}

.mini_window_submenu {
	height: 16px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px !important;
}

.mini_window_submenu div {
    float: left;
    font-size: 11px;
	padding: 0px 15px 0px 0px;
}

.insert_zone {
    height: 15px;
	overflow: hidden;
	margin: 1px 0px 1px 0px;
}

.add_container {
    font-size: 11px;
}

.add_container a {
	display: block;
    border: 1px dotted #EEEEEE;
    padding: 0px 2px 1px 2px;
}

.add_container a:hover {
    background-color: #EEEEEE;
    border: 1px dotted #CCCCCC;
}

.paste_container {
    font-size: 11px;
    background-color: #EEEEEE;
    border: 1px dotted #CCCCCC;
    padding: 0px 2px 1px 2px;
    display: none;
}

.insert_link {
    text-decoration: none;
}

.error {
    color: #FF0000;
    background-color: #FFCACA;
    border: 1px solid #FF9999;
    padding: 5px;
    margin-bottom: 5px;
}

.error a {
    color: #BB0000;
}

.error textarea {
	width: 100%;
	height: 200px;
    color: #FF0000;
	background-color: #FFDDDD;
    border: 1px solid #FF9999;
}

.alert_container {
	background-color: #FFFFBB;
    border: 1px solid #DDDD88;
    padding: 5px;
    margin-bottom: 5px;
}

.clear {
    clear: both;
}

.spacer {
    height: 5px;
	overflow: hidden;
}

.double_spacer {
    height: 10px;
	overflow: hidden;
}

.triple_spacer {
    height: 15px;
	overflow: hidden;
}

.scroll_box {
	background-color: #FFFFFF;
    border: 1px solid #D0D0D0;
    padding: 5px;
    overflow: auto;
}

.colour {
	width: 63px;
	border: 1px solid #CCCCCC;
}

.radio_button {

}

.inner_panel {
    display: none;
	background-color: #FFFFFF;
    border: 1px solid #C0C0C0;
    padding: 5px;
    margin-bottom: 5px;
}

.tab_button {
    color: #FF4400;
    background-color: #FFFFFF;
    border: 1px solid #AAAAAA;
    padding: 1px;
    margin: 0px;
}

.tab_button_selected {
    color: #FF4400;
    background-color: #FFFFFF;
    border: 1px solid #AAAAAA;
    border-bottom: none;
    padding: 1px;
    margin: 0px;
}

.tab_panel_top {
    /*border-bottom: 1px solid #C0C0C0;*/
}

.tab_panel {
	background-color: #FFFFFF;
    border: 1px solid #C0C0C0;
    border-top: none;
    padding: 5px;
    margin-bottom: 5px;
}

.rich_text_controls {
	background-color: #EEEEEE;
    border: 1px solid #BBBBBB;
	border-bottom: none;
    -moz-border-radius: 2px 2px 0px 0px;
    -webkit-border-radius: 2px 2px 0px 0px;
    border-radius: 2px 2px 0px 0px;
	padding: 3px;
	cursor: default;
}

.rich_text_button, .rich_text_toggle_button, .rich_text_toggle_button_active, .rich_text_toggle_button_disabled {
	position: relative;
	float: left;
    width: 25px;
    height: 25px;
    border: none;
	cursor: pointer;
	margin-right: 2px;
}

.rich_text_selector {
	position: relative;
	float: left;
	margin-right: 2px;
}

.rich_text_selector select {
	height: 25px;
	margin: 0px;
}

.rich_text_toggle_button div {
	position: absolute;
    width: 25px;
    height: 25px;
	left: 0px;
	top: 0px;
	display: none;
}

.rich_text_toggle_button_active div {
	position: absolute;
    width: 25px;
    height: 25px;
	left: 0px;
	top: 0px;
	background-color: #FF4400;
	opacity: 0.4;
    filter: alpha(opacity=40);
	display: block;
}

.rich_text_toggle_button_disabled div {
	position: absolute;
    width: 25px;
    height: 25px;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
	opacity: 0.5;
    filter: alpha(opacity=50);
	display: block;
	cursor: default;
}

.rich_text_field_disabled {
	color: #999999;
}

.rich_text_divider {
	position: relative;
	float: left;
    width: 2px;
	height: 25px;
	background: url(../images/text_divider.gif) no-repeat;
	margin: 0px 3px 0px 1px;
}

.rich_text_field, .rich_text_code {
	background-color: #FFFFFF;
	border: 1px solid #BBBBBB;
    -moz-border-radius: 0px 0px 2px 2px;
    -webkit-border-radius: 0px 0px 2px 2px;
    border-radius: 0px 0px 2px 2px;
	padding: 2px 2px 2px 3px;
	margin: 0px;
}

.rich_text_code {
	font-family: Courier New, Courier;
	padding: 2px;
}

.rich_text_status {
	height: 14px;
	color: #666666;
	background-color: #EEEEEE;
	font-size: 11px;
	line-height: 1.2;
    border: 1px solid #BBBBBB;
	border-top: none;
    -moz-border-radius: 0px 0px 2px 2px;
    -webkit-border-radius: 0px 0px 2px 2px;
    border-radius: 0px 0px 2px 2px;
	padding: 0px 3px 0px 3px;
	overflow: hidden;
	display: none;
}

.rich_text h3 {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 5px 0px;
}

.rich_text h4 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 5px 0px;
}

.rich_text h5 {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 5px 0px;
}

.rich_text h6 {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 5px 0px;
}

.link_panel {
	position: relative;
	background-color: #F6F6F6;
    border: 1px solid #D0D0D0;
    padding: 5px;
}

.meta {
	width: 100%;
    background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
    margin-bottom: 3px;
}

.meta th {
	width: 85px;
    font-size: 11px;
	font-weight: normal;
    color: #000000;
	text-align: left;
	vertical-align: top;
    padding: 3px 0px 3px 5px;
}

.meta td {
    font-size: 11px;
    color: #666666;
    padding: 3px 5px 3px 5px;
}


.disabled {
    color: #AAAAAA;
}


.tab_container {
    border-bottom: #D0D0D0 solid 1px;
    margin: 10px 0px 20px 0px;
    /* background: url(../images/shadow_flipped.png) repeat-x bottom; */
}

a.tab_selected {
    font-size: 11px;
    color: #000000;
    background-color: #FFFFFF;
    border: 1px solid #D0D0D0;
    border-bottom-width: 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    padding: 2px 5px 1px 5px;
    position: relative;
    text-decoration: none;
    top: 0px;
}

a.tab_selected:hover {
    color: #000000;
	text-decoration: none;
}

a.tab_unselected {
    font-size: 11px;
    background-color: #EEEEEE;
    border: 1px solid #D0D0D0;
    border-bottom-width: 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    padding: 2px 5px 0px 5px;
    position: relative;
    text-decoration: none;
    top: 0px;
}

a.tab_unselected:hover {
	color: #555555;
	background: #DDDDDD;
	text-decoration: none;
}

.tab_container2 {
    border-bottom: #D0D0D0 solid 1px;
    margin: 0px 0px 10px 0px;
    /* background: url(../images/shadow_flipped.png) repeat-x bottom; */
}

.hidden {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	background: #EEEEEE;
	border: 1px solid #D0D0D0;
	padding: 5px;
	margin: 2px 0px 3px 0px;
}

.action_container, .info_container {
	background: #EEEEEE;
	border: 1px solid #D0D0D0;
	padding: 5px;
	margin-bottom: 3px;
}

.info_container img {
	vertical-align: bottom;
}

.data_container {
	background: #EEEEEE;
	border: 1px solid #D0D0D0;
	padding: 5px;
	margin-top: 2px;
}

.owner_container {
	font-size: 11px;
	background: #F7F7F7;
	border: 1px solid #EEEEEE;
	padding: 3px 5px;
	margin-bottom: 3px;
}

.owner_container a {
	text-decoration: none;
}

.owner_container a:hover {
	text-decoration: underline;
}

.internal_wrapper {
	position: relative;
	width: 100%;
}

.data_table {
	width: 100%;
	background: #EEEEEE;
	border: 1px solid #D0D0D0;
}

.data_table th {
	width: 120px;
	vertical-align: middle;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	border-top: #D0D0D0 solid 1px;
	border-bottom: #D0D0D0 solid 1px;
	padding: 3px 5px 3px 5px;
}

.data_table td {
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	border-top: #D0D0D0 solid 1px;
	border-bottom: #D0D0D0 solid 1px;
	border-left: #D9D9D9 dotted 1px;
	padding: 3px 5px 3px 5px;
}

.data_table td div {
	/* width: 470px; */
	word-wrap: break-word;
}

.attribute_table {
	width: 100%;
	border-top: #CCCCCC dotted 1px;
	margin-bottom: 10px;
}

.attribute_table th {
	width: 80px;
	vertical-align: top;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	border-bottom: #CCCCCC dotted 1px;
	padding: 3px 0px 3px 0px;
}

.attribute_table td {
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	border-bottom: #CCCCCC dotted 1px;
	padding: 3px 0px 3px 0px;
}

.option_table {
}

.option_table td {
	padding-right: 30px;
}

.spreadsheet_table {
	width: 100%;
}

.spreadsheet_table thead {
	width: 100%;
	background-color: #EEEEEE;
	border-left: #D0D0D0 solid 1px;
	border-top: #D0D0D0 solid 1px;
}

.spreadsheet_table th {
	font-weight: normal;
	border-right: #D0D0D0 solid 1px;
	padding: 4px;
}

.spreadsheet_table td {
	border-right: #D0D0D0 dotted 1px;
	border-bottom: #D0D0D0 dotted 1px;
	padding: 4px;
}

.spreadsheet_table input, .spreadsheet_table span {
	border: none;
}

.list {
	border-bottom: #D0D0D0 dotted 1px;
	padding: 0px;
	margin: 0px;
}

.list li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.list li a {
	display: block;
	width: 100%;
	min-height: 26px;
	color: #333333;
	line-height: 13px;
	border-top: #D0D0D0 dotted 1px;
	margin: 0px;
	cursor: pointer;
}

.list li a:hover {
	color: #FF4400;
	background-color: #EEEEEE;
	text-decoration: none;
}

.list li a span {
	display: inline-block;
	overflow: hidden;
	margin-top: 5px;
	vertical-align: top;
}

.alert_container .list {
	border-bottom: #DDDD88 dotted 1px;
}

.alert_container .list li a {
	border-top: #DDDD88 dotted 1px;
}

.alert_container .list li a:hover {
	background-color: #EEEEAA;
}

.subtle_link {
	color: #333333;
}

.disabled_link {
	color: #000000;
}

.zen_indent {
	margin-left: 30px;
}