
/* GLOBAL */

* { margin: 0; padding: 0; }
html {
  overflow: scroll;
}
body {
    background: #FFF3D9 url(../images/background.gif) no-repeat;
    font: normal small Verdana, Tahoma, Arial, Helvetica, sans-serif;
    color: #444444;
}
h1, h2, h3 { }
h1 { }
h2 { }
h3 { }
p, ol { }
p { }
ul { list-style: none; }
ul li { }
ol { list-style-position: inside; }
ol li { }
a { color: #666666; text-decoration: underline; cursor: pointer; }
a:hover { color: #F5622F; }
img { }

/* WRAPPER */

#wrapper {
    clear: both;
    width: 910px;
    margin: 0 auto;
}                                                     
#wrapper_email {
    clear: both;
    width: 700px;
    margin: 0 auto;
}                                                     

/* HEADER */

#header {
    float: left;
    text-align: left;
}

#header .module {
    width: 905px;
    margin: 0;
}

#header .module .title {
    font-size: 20px;
    padding: 0;
    color: #FFFFFF;
    border: 0 solid #FFFFFF;
}

#header .module .title td {
    font-size: 20px;
    background: #FFFFFF;
    color: #FFFFFF;
}

#header .module .title img {
    margin: 0 0 0 0;
}

/* MENU */

#menu {
    float: left;
    text-align: left;
}

#menu .module {
    width: 140px;
    margin: 0 5px 5px 5px;
}

#menu a {
    color: #666666;
}

#menu a:hover {
    color: #F5622F;
}

#menu .active a {
    color: #222222;
    font-weight: bold;
}

#menu .module .title {
    font-size: 12px;
    padding: 5px 0 5px 5px;
    background: #9B410E;
    color: #FFFFFF;
    border: 1px solid #9B410E;
}

#menu .module .title img {
    margin: 0 0 0 7px;
}
#menu .module .title a:hover {
    color: #F5622F;
}

#menu .module .content {
    padding: 5px 5px 5px 5px;
    background: #FAE3A6;
    font-size: 10px;
    border: 1px solid #9B410E;
    border-top: none;
}

#menu .module .content table {
    width: 126px;
}

#menu .module .content td {
    padding: 0 0 0 2px;
    font-size: 10px;
}

#menu .module .content li {
    width: 126px;
    font-size: 12px;
    margin: 0 0 0px 0;
    padding: 0 0 0 1px;
}

#menu .module .content form {
}

#menu .module .content fieldset {
    border: none;
}

#menu .module .content label {
    display: block;
    font-size: 10px;
    font-weight: bold;
}

#menu .module .content .textfield {
    width: 126px;
    margin: 0 0 0 0;
    padding: 1px 3px 0 3px;
    border: 1px solid #666666;
    background: #FAFAFA url(../images/textfield.gif) repeat-x;
    font: normal 13px Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #F5622F;
}

#menu .module .content .button {
    margin: 7px 0 0 0;
    padding: 0 3px 2px 3px;
    height: 20px;
    width: 55px;
    border: 1px solid #222222;
    background: #F58660 url(../images/button.gif) repeat-x;
    font: normal 12px Verdana, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
}

/* IN OUT BOARD */

#inout {
    float: right;
    text-align: left;
}

#inout .module {
    width: 740px;
    margin: 0 0 0 0;
}

#inout .module .header {
    padding: 15px 15px 15px 15px;
    background: #FFFFFF;
    font-size: 13px;
    border: 1px solid #FFFFFF;
}


#inout .module .title {
    font-size: 12px;
    padding: 5px 5px 5px 5px;
    background: #F0C040;
    color: #9B410E;
    border: 1px solid #333333;
}

#inout .module .subtitle { 
	font-size: 16px;
	background: #DDDDDD; 
	border: 1px solid #AAAAAA; 
}

#inout .module .name { 
	font-size: 14px;
	background: #99ccff; 
	border: 1px solid #AAAAAA; 
}

#inout .module .in { 
	font-size: 14px;
	background: #99ccff; 
	border: 1px solid #AAAAAA; 
}

#inout .module .out { 
	font-size: 14px;
	color: #FFFFFF;
	background: #888888; 
	border: 1px solid #AAAAAA; 
}

#inout .module .in-busy { 
	font-size: 16px;
	background: #EEDDAA; 
	border: 1px solid #AAAAAA; 
}

#inout .module .title a {
    color: #FFF3D9;
}
#inout .module .title a:hover {
    color: #FFF3D9;
}

#inout .module .content {
    padding: 0px 0px 0px 0px;
    background: #FFFFFF;
    font-size: 14px;
}

#inout .module .content p {
    font-size: 13px;
    margin: 11px 0 12px 2px;
}

#inout .module .content a {
    font-size: 14px;
    color: #000000;
}

#inout .module .content a:hover {
    color: #000000;
}

#inout .module .content i {
    font-size: 13px;
}

#inout .module .content h1 {
    font-size: 14px;
}

#inout .module .content h2 {
    font-size: 14px;
}

#inout .module .content td {
    font-size: 14px;
    font-weight: bold;
    padding: 3px;
}

#inout .module .content th {
    font-size: 10px;
    border: 1px solid #333333;
    background: #FAE3A6;
    padding: 2px;
    font-weight: bold;
}

#inout .module .content form {
}

#inout .module .content fieldset {
    border: none;
}

#inout .module .content label {
    display: block;
    font-size: 10px;
    font-weight: bold;
}

#inout .module .content .textfield {
    width: 205px;
    margin: 0 0 5px 0;
    padding: 1px 3px 0 3px;
    border: 1px solid #FFFFFF;
    background: #FAFAFA url(../images/textfield.gif) repeat-x;
    font: normal 12px Verdana, Arial, Helvetica, sans-serif;
    color: #222222;
}

#inout .module .content .textfield_small {
    width: 120px;
    margin: 0 0 5px 0;
    padding: 1px 3px 0 3px;
    border: 1px solid #FFFFFF;
    background: #FAFAFA url(../images/textfield.gif) repeat-x;
    font: normal 12px Verdana, Arial, Helvetica, sans-serif;
    color: #222222;
}

#inout .module .content .textfield_medium {
    width: 207px;
    margin: 0 0 0 0;
    padding: 1px 3px 0 3px;
    border: 1px solid #FFFFFF;
    background: #FAFAFA url(../images/textfield.gif) repeat-x;
    font: normal 12px Verdana, Arial, Helvetica, sans-serif;
    color: #222222;
}

#inout .module .content .textfield_large {
    width: 290px;
    margin: 0 0 0 0;
    padding: 1px 3px 0 3px;
    border: 1px solid #FFFFFF;
    background: #FAFAFA url(../images/textfield.gif) repeat-x;
    font: normal 12px Verdana, Arial, Helvetica, sans-serif;
    color: #222222;
}

#inout .module .content .textfield_tall {
    height: 20px;
    margin: 7px 0 0 0;
    padding: 1px 3px 0 3px;
    border: 1px solid #FFFFFF;
    background: #FAFAFA url(../images/textfield.gif) repeat-x;
    font: normal 13px Verdana, Arial, Helvetica, sans-serif;
    color: #222222;
}

#inout .module .content .htmlfield {
    width: 585px;
    margin: 0 0 0 0;
    padding: 1px 3px 0 3px;
    border: 1px solid #FFFFFF;
    background: #FAFAFA url(../images/textfield.gif) repeat-x;
    font: normal 12px Verdana, Arial, Helvetica, sans-serif;
    color: #464646;
}

#inout .module .content .textarea {
    width: 635px;
    margin: 0 0 0 0;
    padding: 1px 3px 0 3px;
    border: 1px solid #FFFFFF;
    background: #FAFAFA url(../images/textfield.gif) repeat-x;
    font: normal 12px Verdana, Arial, Helvetica, sans-serif;
    color: #222222;
}

#inout .module .content .textarea_small {
    width: 585px;
    margin: 0 0 0 0;
    padding: 1px 3px 0 3px;
    border: 1px solid #FFFFFF;
    background: #FAFAFA url(../images/textfield.gif) repeat-x;
    font: normal 13px Verdana, Arial, Helvetica, sans-serif;
    color: #222222;
}

#inout .module .content .htmlarea {
    width: 585px;
    margin: 0 0 0 0;
    padding: 1px 3px 0 3px;
    border: 1px solid #FFFFFF;
    background: #FAFAFA url(../images/textfield.gif) repeat-x;
    font: normal 12px Verdana, Arial, Helvetica, sans-serif;
    color: #464646;
}

#inout .module .content .button {
    margin: 7px 0 0 0;
    padding: 0 3px 2px 3px;
    height: 20px;
    width: 80px;
    border: 1px solid #F58660;
    background: #FAE3A6 url(../images/button.gif) repeat-x;
    font: normal 12px Verdana, Arial, Helvetica, sans-serif;
    color: #222222;
}

#inout .module .content .transfer {
    margin: 1px 5px 1px 5px;
    padding: 0;
    width: 80px;
    border: 1px solid #464646;
    background: #FAFAFA url(../images/button.gif) repeat-x;
    font: normal x-small Verdana, Arial, Helvetica, sans-serif;
    color: #464646;
}

#inout .module .content li {
    margin-left: -1.5em;
    padding-left: 1.5em;
    background: url(/bullet.gif) no-repeat 0 9px;
    letter-spacing: normal;
}

#inout .module .content li {
    font-size: 10px;
}

#inout .module .content li h3 {
    padding-top: 0.5em;
}
/* PRIMARY */

#primary {
    float: right;
    text-align: left;
}

#primary .module {
    width: 740px;
    margin: 0 0 0 0;
}

#primary .module .header {
    padding: 15px 15px 15px 15px;
    background: #FFFFFF;
    font-size: 13px;
    border: 1px solid #FFFFFF;
}


#primary .module .title {
    font-size: 12px;
    margin: 0 0 0 0;
    padding: 5px 5px 5px 5px;
    background: #F0C040;
    color: #9B410E;
    border: 1px solid #333333;
}

#primary .module .subtitle { background: #FAE9BC; border: 1px solid #666666; }

#primary .module .title a {
    color: #9B410E;
}
#primary .module .title a:hover {
    color: #FFF3D9;
}

#primary .module .content {
    padding: 5px 5px 5px 5px;
    background: #FFF3D9;
    font-size: 13px;
    border: 1px solid #333333;
    border-top: none;
}

#primary .module .content p {
    font-size: 13px;
    margin: 11px 0 12px 2px;
}

#primary .module .content a {
    color: #9B410E;
}

#primary .module .content a:hover {
    color: #000000;
}

#primary .module .content i {
    font-size: 13px;
}

#primary .module .content h1 {
    font-size: 14px;
}

#primary .module .content h2 {
    font-size: 14px;
}

#primary .module .content td {
    font-size: 13px;
    padding: 3px;
}

#primary .module .content th {
    font-size: 10px;
    border: 1px solid #333333;
    background: #FAE3A6;
    padding: 2px;
    font-weight: bold;
}

#primary .module .content form {
}

#primary .module .content fieldset {
    border: none;
}

#primary .module .content label {
    display: block;
    font-size: 10px;
    font-weight: bold;
}

#primary .module .content .textfield {
    width: 205px;
    margin: 0 0 5px 0;
    padding: 1px 3px 0 3px;
    border: 1px solid #FFFFFF;
    background: #FAFAFA url(../images/textfield.gif) repeat-x;
    font: normal 12px Verdana, Arial, Helvetica, sans-serif;
    color: #222222;
}

#primary .module .content .textfield_small {
    width: 120px;
    margin: 0 0 5px 0;
    padding: 1px 3px 0 3px;
    border: 1px solid #FFFFFF;
    background: #FAFAFA url(../images/textfield.gif) repeat-x;
    font: normal 12px Verdana, Arial, Helvetica, sans-serif;
    color: #222222;
}

#primary .module .content .textfield_medium {
    width: 207px;
    margin: 0 0 0 0;
    padding: 1px 3px 0 3px;
    border: 1px solid #FFFFFF;
    background: #FAFAFA url(../images/textfield.gif) repeat-x;
    font: normal 12px Verdana, Arial, Helvetica, sans-serif;
    color: #222222;
}

#primary .module .content .textfield_large {
    width: 290px;
    margin: 0 0 0 0;
    padding: 1px 3px 0 3px;
    border: 1px solid #FFFFFF;
    background: #FAFAFA url(../images/textfield.gif) repeat-x;
    font: normal 12px Verdana, Arial, Helvetica, sans-serif;
    color: #222222;
}

#primary .module .content .textfield_tall {
    height: 20px;
    margin: 7px 0 0 0;
    padding: 1px 3px 0 3px;
    border: 1px solid #FFFFFF;
    background: #FAFAFA url(../images/textfield.gif) repeat-x;
    font: normal 13px Verdana, Arial, Helvetica, sans-serif;
    color: #222222;
}

#primary .module .content .htmlfield {
    width: 585px;
    margin: 0 0 0 0;
    padding: 1px 3px 0 3px;
    border: 1px solid #FFFFFF;
    background: #FAFAFA url(../images/textfield.gif) repeat-x;
    font: normal 12px Verdana, Arial, Helvetica, sans-serif;
    color: #464646;
}

#primary .module .content .textarea {
    width: 635px;
    margin: 0 0 0 0;
    padding: 1px 3px 0 3px;
    border: 1px solid #FFFFFF;
    background: #FAFAFA url(../images/textfield.gif) repeat-x;
    font: normal 12px Verdana, Arial, Helvetica, sans-serif;
    color: #222222;
}

#primary .module .content .textarea_small {
    width: 585px;
    margin: 0 0 0 0;
    padding: 1px 3px 0 3px;
    border: 1px solid #FFFFFF;
    background: #FAFAFA url(../images/textfield.gif) repeat-x;
    font: normal 13px Verdana, Arial, Helvetica, sans-serif;
    color: #222222;
}

#primary .module .content .htmlarea {
    width: 585px;
    margin: 0 0 0 0;
    padding: 1px 3px 0 3px;
    border: 1px solid #FFFFFF;
    background: #FAFAFA url(../images/textfield.gif) repeat-x;
    font: normal 12px Verdana, Arial, Helvetica, sans-serif;
    color: #464646;
}

#primary .module .content .button {
    margin: 7px 0 0 0;
    padding: 0 3px 2px 3px;
    height: 20px;
    width: 80px;
    border: 1px solid #F58660;
    background: #FAE3A6 url(../images/button.gif) repeat-x;
    font: normal 12px Verdana, Arial, Helvetica, sans-serif;
    color: #222222;
}

#primary .module .content .transfer {
    margin: 1px 5px 1px 5px;
    padding: 0;
    width: 80px;
    border: 1px solid #464646;
    background: #FAFAFA url(../images/button.gif) repeat-x;
    font: normal x-small Verdana, Arial, Helvetica, sans-serif;
    color: #464646;
}

#primary .module .content li {
    margin-left: -1.5em;
    padding-left: 1.5em;
    background: url(/bullet.gif) no-repeat 0 9px;
    letter-spacing: normal;
}

#primary .module .content li {
    font-size: 10px;
}

#primary .module .content li h3 {
    padding-top: 0.5em;
}

/* DEBUG-PUBLIC-WARNING */

#debug-public-warning {
    float: left;
    width: 920px;
}

#debug-public-warning .module {
    margin-bottom: 10px;
    margin-right: 10px;
}

#debug-public-warning .module .title {
    height: 15px;
    padding: 5px 0 0 5px;
    background: #D17575;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    color: #FFFFFF;
}

#debug-public-warning .module .content {
    padding: 10px 10px 0 10px;
    background: #E1E3E5;
    border: 1px solid #D17575;
    font-size: 11px;
    border-top: none;
}

/* DEBUG-PUBLIC-SUCCESS */

#debug-public-success {
    float: top;
    width: 920px;
}

#debug-public-success .module {
    margin-bottom: 24px;
    margin-right: 10px;
}

#debug-public-success .module .title {
    height: 20px;
    padding: 10px 0 0 10px;
    background: #A3D175;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    color: #FFFFFF;
}

#debug-public-success .module .content {
    padding: 19px 19px 0 19px;
    background: #E3E1E5;
    border: 1px solid #A3D175;
    font-size: 11px;
    border-top: none;
}

/* DEBUG-PUBLIC-FAILURE */

#debug-public-failure {
    float: top;
    width: 920px;
}

#debug-public-failure .module {
    margin-bottom: 24px;
    margin-right: 10px;
}

#debug-public-failure .module .title {
    height: 20px;
    padding: 10px 0 0 10px;
    background: #D17575;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    color: #FFFFFF;
}

#debug-public-failure .module .content {
    padding: 19px 19px 0 19px;
    background: #E1E5E5;
    border: 1px solid #D17575;
    font-size: 11px;
    border-top: none;
}

/* DEBUG-PRIVATE */

#debug-private {
    float: left;
    width: 760px;
}

#debug-private .module {
    margin-bottom: 10px;
    margin-right: 10px;
}

#debug-private .module .title {
    height: 20px;
    padding: 10px 0 0 10px;
    background: #BBBBBB;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    color: #FFFFFF;
}

#debug-private .module .title a {
    color: #FFFFFF;
}
#debug-private .module .title a:hover {
    color: #AAAAAA;
}

#debug-private .module .pager {
    height: 20px;
    padding: 10px 0 0 10px;
    background: #BBBBBB;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    color: #FFFFFF;
}

#debug-private .module .pager a {
    color: #CCCCCC;
}
#debug-private .module .pager a:hover {
    color: #444444;
}
#debug-private .module .pager a:active {
    color: #000000;
}

#debug-private .module .content {
    padding: 19px 19px 0 19px;
    background: #EEEEEE;
    border: 1px solid #BBBBBB;
    font-size: 11px;
    border-top: none;
}

#debug-private .module .content form {
}

#debug-private .module .content fieldset {
    border: none;
}

#debug-private .module .content legend {
    display: none;
}

#debug-private .module .content label {
    display: block;
    font-size: xx-small;
    font-weight: bold;
}

#debug-private .module .content .textfield {
    width: 222px; /* 148 296 444 */
    margin: 0 0 5px 0;
    padding: 3px 5px;
    border: 1px solid #C8C8C8;
    background: #FAFAFA url(images/textfield.gif) repeat-x;
    font: normal x-small Verdana, Arial, Helvetica, sans-serif;
    color: #464646;
}

#debug-private .module .content .textarea {
    width: 498px;
    margin: 0 0 5px 0;
    padding: 3px 5px;
    border: 1px solid #C8C8C8;
    background: #FAFAFA url(images/textfield.gif) repeat-x;
    font: normal x-small Verdana, Arial, Helvetica, sans-serif;
    color: #464646;
}

#debug-private .module .content .button {
    float: right;
    width: 70px;
    height: 18px;
    margin: 0 0 5px 0;
    padding: 0;
    border: 1px solid #464646;
    background: #FAFAFA url(images/button.gif) repeat-x;
    font: normal x-small Verdana, Arial, Helvetica, sans-serif;
    color: #464646;
}

#debug-private .module .content li {
    margin-left: -1.5em;
    padding-left: 1.5em;
    background: url(images/bullet.gif) no-repeat 0 9px;
    letter-spacing: normal;
}

#debug-private .module .content li {
    font-size: 9px;
}

#debug-private .module .content li h3 {
    padding-top: 0.5em;
}

#debug-private .module .content .init { color: #777777; }
#debug-private .module .content .info { color: #AAAAAA; }
#debug-private .module .content .success { color: #A3D175; }
#debug-private .module .content .warning { color: #D1A375; }
#debug-private .module .content .failure { color: #D17575; }
