body {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: verdana, arial, helvetica, sans-serif;
    color: #000;
    background-color: #fff;
}
#top {
    margin: 10px 10px 10px 10px;
    background: #CAE4FF;
    height: 100px; 
}
#left {
    position: absolute;
    top: 110px;
    left: 0px;
    margin: 10px;
    background: #CAE4FF;
    width: 200px; 
}
#main {
    margin: 10px 220px 10px 220px;
    background: #CAE4FF;
    overflow: auto;
    position: relative;
}
#right {
    position: absolute;
    top: 110px;
    right: 0px; /* Opera5.02 will show a space at right when there is no scroll bar */
    margin: 10px;
    background: #CAE4FF;
    width: 200px; 
}
a {
    text-decoration: none;
    font-weight: bold;
    color:  #55d;
    outline: none;
}
a:visited {
    color:  #55d;
}
a:active {
    color:  #55d;
}
a:hover {
    color:  #55d;
    text-decoration: underline;
}
strong, b {
    font-weight: bold;
}
p {
    font-size: 12px;
    line-height: 22px;
    margin-top: 2px;
    margin-bottom: 1px;
}
h1 {
    font-size: 24px;
    line-height: 44px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
}
h2 {
    font-size: 18px;
    line-height: 40px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
}
h3 {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
}
h4 {
    font-size: 14px;
    line-height: 26px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
}
h5 {
    font-size: 12px;
    line-height: 22px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
}
h6 {
    font-size: 10px;
    line-height: 18px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
}
img {
    border: 0;
}
.nowrap {
    white-space: nowrap;
    font-size: 10px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
/* must be combined with nobr in html for ie5win */
}
.tiny {
    font-size: 9px;
    line-height: 16px;
    margin-top: 15px;
    margin-bottom: 5px;
}
pre {
    font-size: 12px;
    line-height: 22px;
    margin-top: 20px;
    margin-bottom: 10px;
}
#copy {
    font-size: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
	text-align: center;
}
#item {
    color: #000;
    font-weight: bold;
    font-size: 12px;
}
#settings {
    color: #000000;
    font-weight: bold;
    font-size: 12px;
}
#status {
    color: #000000;
    background-color: #BBAAAA;
    font-weight: bold;
    font-size: 14px;
}
form label {
    display: block;  /* block float the labels to left column, set a width */
    float: left;
    width: 150px;
    padding: 5px;
    margin: 0px; /* set top margin same as form input - textarea etc. elements */
    text-align: right;
}
form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
    font:100% tahoma,verdana,arial,sans-serif;
    font-size: 14px;
    margin: 0 0 0 30%;
    padding: 5px;
    min-width: 500px;
    max-width: 600px;
    width: 560px;
}
form fieldset {
    border-color: #000;
    border-width: 0px;
    border-style: solid;
    padding: 10px;        /* padding in fieldset support spotty in IE */
    margin: 3px;
}
form br {
    clear:left;
}
h5.login {
	text-align: right;
}
div.full-list {
	text-align: right;
	margin-right: 2px;
}
div.more-info {
	text-align: right;
	margin-right: 2px;
}
div.search-box {
	text-align: center;
	margin: 2px;
}
div.box-label {
	float: left;
	width: 110px;
	margin-left: 2px;
}
div.box-value {
	text-align: right;
	width: 68px;
	float: left;
	margin-left: 2px;
	margin-right: 2px;
}
div.box-followers {
	text-align: right;
	margin-right: 2px;
	font-weight: bold;
}
br.box {
	clear: left;
}

.box {
	border: 1px solid green;
	margin: 5px;
}
.box-title {
	background-color: green;
	cursor: pointer;
}
.box-title .ui-icon {
	float: right;
}
.box-content {
	margin: 1px;
    font-size: 12px;
    line-height: 22px;
}
.ui-sortable-placeholder {
	border: 1px dotted black;
	visibility: visible !important;
	height: 50px !important;
}
.ui-sortable-placeholder * {
	visibility: hidden;
}
.settings {
	float: left;
	margin-right: 2px;
}
.star_off {
	background-image: url(/images/star_off.png);
	width: 30px;
	height: 30px;
	float: left;
}
.star_on {
	background-image: url(/images/star_on.png);
	width: 30px;
	height: 30px;
	float: left;
}
.star_rated {
	background-image: url(/images/star_rated.png);
	width: 30px;
	height: 30px;
	float: left;
}
