html {
    overflow-y: scroll;
}

html, body {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif; 
    color: #666666; 
    font-style: normal; 
    font-weight: normal; 
    line-height: 1.4;
    text-align: center;
	background: url(../images/bg.gif);
	background-repeat: repeat-x;
    background-color: #CCCCCC;
    margin: 0px;
    padding: 0px;
    border: none;
}

body {
    padding: 10px;
}

select {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif; 
    color: #000000; 
}

input, textarea, select {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif; 
    color: #000000; 
    padding: 1px;
    margin: 2px 0px 2px 0px;
}

h1 {
    font-size: 20px;
    font-weight: bold;
    color: #C43376;
    margin: 0px 0px 10px 0px;
}

h2 {
    font-size: 15px;
    font-weight: bold;
    color: #C43376;
    margin: -2px 0px 5px 0px;
}

h3 {
    font-size: 13px;
    font-weight: bold;
    margin: 0px 0px 2px 0px;
}

h4 {
    font-size: 11px;
    font-weight: bold;
    margin-top: 0px;
    margin: 0px 0px 2px 0px;
}

h5 {
    font-size: 10px;
    font-weight: normal;
    margin-top: 0px;
    margin: 0px 0px 5px 0px;
}

p {
    margin-top: 0px;
    margin-bottom: 10px;
}

a {
    color: #FF7700;
    text-decoration: none;
}

a:hover {
    color: #FF7700;
    text-decoration: underline;
}

img {
    border-width: 0px;
}

label {
    font-size: 12px;
    padding: 0px;
}

table {
    border-collapse: collapse;
}

td {
    font-size: 12px;
    padding: 0px;
}

form {
    margin: 0px;
    padding: 0px;
}

.form_field {
    width: 200px;
}

.button {
    width: 70px;
}

#wrapper {
    width: 1000px;
    border: #999999 solid 1px;
    margin: 0px auto 0px;
}

#header {
    height: 100px;
	background: url(../images/header.jpg);
}

#nav {
    height: 25px;
	background: url(../images/nav_bg.gif);
}

#nav_email {
    float: right;
    height: 25px;
    padding: 0px 10px 0 10px;
}

#nav_email div {
    margin-top: 2px;
}

.nav_button {
    float: left;
    height: 24px;
    font-size: 13px;
    border-right: #DDDDDD solid 1px;
    padding: 0px 10px 0px 10px;
    overflow: hidden;
}

.nav_button div {
    margin-top: 2px;
}

.nav_button_selected {
    float: left;
    height: 24px;
    font-size: 13px;
    background-color: #666666;
    border-right: #DDDDDD solid 1px;
    padding: 0px 10px 0px 10px;
    overflow: hidden;
}

.nav_button_selected div {
    margin-top: 2px;
}

.nav_button_selected a {
    color: #FFFFFF;
}

#main {
    min-height: 500px;
    text-align: left;
	background: url(../images/main_bg.gif);
	background-repeat: repeat-x;
    background-color: #F2F2F2;
    padding: 15px 20px 10px 20px;
}

#footer {
    height: 30px;
	background: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
    background-color: #9E9E9E;
}


.portal { float:left; width:200px; margin:0px 10px 10px 0px }
.portal h2 { margin-bottom: -2px }
.portal a { color:#C43376 }
.portal p { margin-bottom: 0px }

.container_framed { border:#D3D3D3 solid 1px; padding:10px 0 0 10px; margin-bottom:15px }

.node_main {
	background-color: #FFFFFF;
    border: #5C5C5C solid 1px;
	padding: 0px;
}

.node_header {
    height: 15px;
    font-size: 11px;
}

.node_type {    
    float: left;
    height: 100%;
    font-size: 11px;
    color: #FFFFFF;
	background-color: #000000;
	padding: 0px 2px 0px 2px;
}

.node_action {
    float: left;
    font-size: 11px;
	padding: 0px 0px 0px 10px;
}

.node_remove {
    float: right;
    font-size: 11px;
	padding: 0px 2px 0px 0px;
}

.node_link {
    text-decoration: none;
}

.node_remove_link {
    color: #AAAAAA;
    text-decoration: none;
}

.shadow {
	width: auto;
	height: 5px;
	overflow: hidden;
	background: url(../images/shadow.png);
	padding: 0px;
    opacity: 0.60;
    filter: alpha(opacity=60);
}

.framed_image {
    border: #AAAAAA solid 1px;
    margin: 2px 5px 0px 0px;
}

#shade {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.50;
    filter: alpha(opacity=50);
    display: none;
    z-index: 1;
}

#window {
    position: absolute;
    text-align: left;
    padding: 0px;
    margin: 0px;
    display: none;
    z-index: 2;
}

#window_main {
    width: auto;
	background-color: #E6E6E6;
    border: #5C5C5C solid 1px;
	padding: 0px;
}

#window_header {
    width: auto;
    height: 25px;
	overflow: hidden;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

#window_title {
    float: left;
    font-size: 13px;
    font-weight: bold;
    padding: 4px 0px 0px 5px;
}

#window_close {
    float: right;
}

#window_shadow {
	width: auto;
	height: 5px;
	overflow: hidden;
	background: url(images/window_shadow.gif);
	padding: 0px;
}

#window_content {
    padding: 5px;
}

.mini_window {
    float: left;
    width: 200px;
    text-align: left;
    color: #FF7700;
    background-color: #455D76;
    border: #ABC3DC solid 1px;
    padding: 5px;
}

.mini_window a {
    color: #ABC3DC;
}

.insert_zone {
    height: 15px;
	overflow: hidden;
	margin: 1px 0px 1px 0px;
}

.add_container {
    height: 15px;
    font-size: 11px;
    opacity: 1.0;
    filter: alpha(opacity=100);
/*
    text-align: center;
    background-color: #EEEEEE;
*/
    border: #CCCCCC dotted 1px;
    padding: 0px 2px 0px 2px;
}

.paste_container {
    height: 15px;
    font-size: 11px;
    background-color: #EEEEEE;
    border: #CCCCCC dotted 1px;
    padding: 0px 2px 0px 2px;
    display: none;
}

.insert_link {
    text-decoration: none;
}

.error {
    color: #FF0000;
    background-color: #FFCACA;
    border: #FF9999 solid 1px;
    padding:5px;
    margin-bottom:5px;
}

.clear {
    clear: both;
}

.spacer {
    height: 5px;
	overflow: hidden;
}

.subgroup {
	background-color: #D9D9D9;
    border: 1px solid #D0D0D0;
    padding: 5px;
}

.link_panel {
    background-color:#FFFFFF;
    border:#AAAAAA solid 1px;
    padding:5px;
}

