/*=== YUI Doc Setup ===*/
#custom-doc { width:77.15em;*width:75.29em;min-width:1003px; margin:auto; text-align:left; } 

/*=== YUI Base Normalization ===*/
body, html {
	font: 13px Verdana,sans-serif;
	margin: 0;
	padding: 0;
    text-transform: inherit;
}

img {
    border: 0;
}

a:link, a:visited, a:hover, a:active {
   text-decoration: underline;
}

table {
    border: 1px solid;
}
td, th {
    padding: 5px;
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #black;
	font: Verdana, sans-serif;
    font-weight: normal;
	letter-spacing: -1px;
}
h1 { font-size: 24px; }
h2 { font-size: 18px; }

li {
    margin-left: 5px;
}

/* css components */
.ajaxStatus {
    height: 16px;
    width: 100px;
    line-height: 16px;
    padding-left: 20px;
    font-size: 14px;
    font-weight: bold;
}
.ajaxDone {
    background: url(/www/img/greencheck.png) no-repeat top left;
}
.ajaxWait {
    background: url(/www/img/wait.gif) no-repeat top left;
}

.help {
    font-size: 80%;
    font-style: italic;
}

.attention {
    border: 1px solid black;
    background: yellow;
    padding: 5px;
}
