body {
	padding: 0px;
	margin: 0px;
	font-family: arial;
	color: #444;
	background-color: #fff;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	color: #777;
}

div.main {
	width: 900px;
}

table {
	width: 100%;
	text-align: left;
}

table.top {
	width: 100%;
	background-color: #333;
	color: #fff;
}

table.top td {
	border: 0px solid #fff;
	vertical-align: middle;
}

table.top td.heading {
	width: 900px;
	padding-left: 40px;
	padding: 10px;
	font-size: 20px;
	font-weight: bold;
}

table.top td.menu {
	padding: 10px;
	padding-left: 30px;
}

table.top td.menu a {
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
}

table.top td.menu a:hover {
	color: #999;
}

table.top td.menu-left {
	width: 10%;
}

table.top td.menu-right {
	width: 10%;
}

td {
	text-align: left;
	vertical-align: top;
}

td.arrow {
	text-align: center;
	vertical-align: middle;
}

img {
	border: 0px;
}

img.eventthumb {
	width: 100px;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #000;
}

img.bigthumb {
	width: 370px;
	border: 0px inset #333;
}

img.bigthumb1:hover {
	border: 1px solid #777;
}

img.arrow {
	width: 30px;
}

div.nonblock {
	position: absolute;
	width: 800px;
}

div.eventbox {
	border: 1px solid #111;
	width: 800px;
	height: 86px;
	text-align: left;
	vertical-align: middle;
	background-color: #000;
	background-image: url(images/filmstrip.png);
	background-repeat: repeat-x;
}
.aligncenter {
	text-align: center;
}

.alignright {
	text-align: right;
}

.alignleft {
	text-align: left;
}

.page-select {
	padding: 5px;
	margin: 1px;
	font-weight: normal;
}

.page-select:hover {
	background-color: #333;
	color: #fff;
	cursor: pointer;
}

.button {
	padding: 5px;
	margin: 1px;
	background-color: #333;
	color: #fff;
	cursor: pointer;
}

.button:hover {
	background-color: #fff;
	color: #333;
	border-bottom: 1px solid #333;
}

td.detail {
	font-weight: bold;
}

td.infocell {
	width: 50%;
	text-align: left;
	padding-left: 10px;
}

table.infotable {
	width: 100%;
	background-color: #fff;
	padding: 5px;
}

div.info {
	padding-top: 10px;
}

img.star {
	width: 20px;
}

div.alertbox {
	background-color: #000;
	padding: 10px;
	z-index: 999;
}

.title {
	padding: 3px;
	border-bottom: 1px solid #333;
	font-weight: bold;
	display: block;
	margin: 3px;
	text-align: left;
}

.smalltitle {
        padding: 3px;
        border-top: 1px solid #333;
        font-weight: bold;
        display: block;
        margin: 3px;
        text-align: left;
	font-size: 12px;
}

.submit {
	background-color: #333;
	padding: 3px;
	color: #fff;
	border: 0px;
	border-bottom: 1px solid #fff;
	cursor: pointer;
	font-size: 13px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-variant: small-caps;
}

.submit:hover {
	background-color: #fff;
	color: #333;
	border: 0px;
	border-bottom: 1px solid #333;
}

.submiti {
        background-color: #fff;
        padding: 3px;
        color: #333;
        border: 0px;
        border-bottom: 1px solid #333;
        cursor: pointer;
        font-size: 13px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-variant: small-caps;
}

.submiti:hover {
        background-color: #333;
        color: #fff;
        border: 0px;
        border-bottom: 1px solid #fff;
}

.submiting {
	padding-left: 25px;
	background-image: url(images/loading-small.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

img.delete {
	cursor: pointer;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 12px;
}

.footnotedark {
	font-size: 11px;
	color: #999;
	font-style: italic;
	padding: 5px;
}

.footnote {
        font-size: 11px;
        color: #555;
	font-style: italic;
}

input.grey {
	color: #999;
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #fff;
}

span.header {
	font-weight: bold;
	display: inline;
}

div.admin {
	position: absolute;
	left: 1px;
	background-color: #000;
	top: 50px;
	width: 150px;
	padding: 10px;
	z-index: 5;
}

img.admin-control {
	cursor: pointer;
	padding: 5px;
	width: 45px;
}

div.admininner {
	background-color: #fff;
	position: absolute;
	left: 11px;
	top: 50px;
	width: 150px;
	z-index: 6;
	overflow: auto;
}

div.comment-header {
	font-variant: small-caps;
	background-color: #333;
	color: #fff;
	padding: 5px;
	padding-left: 10px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;

}

div.comment {
	padding: 5px;
	padding-left: 10px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border: 1px solid #333;
	border-top: 0px;
}

.caption {
	font-style: italic;
	font-size: 14px;
	padding: 10px;
	font-family: cursive, sans-serif;
	text-align: center;
}

div.polaroid1 {
	padding: 10px;
	border: 2px outset #000;
	background-color: #efefef;
}

table.polarid {
	width: 450px;
}

table.polaroid td.topleft {
	background-image: url(images/polaroid-top-left.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 40px;
	width: 40px;
}

table.polaroid td.topmiddle {
	background-image: url(images/polaroid-top.png);
        background-repeat: repeat-x;
        background-position: bottom;
	height: 40px;
}

table.polaroid td.topright {
        background-image: url(images/polaroid-top-right.png);
        background-repeat: no-repeat;
        background-position: bottom left;
	height: 40px;
	width: 40px;
}

table.polaroid td.middleleft {
        background-image: url(images/polaroid-left.png);
        background-repeat: repeat-y;
        background-position: right;
        width: 40px;
}

table.polaroid td.center {
        width: 370px;
}

table.polaroid td.middleright {
        background-image: url(images/polaroid-right.png);
        background-repeat: repeat-y;
        background-position: left;
        width: 40px;
}

table.polaroid td.bottomleft {
        background-image: url(images/polaroid-bottom-left.png);
        background-repeat: no-repeat;
        background-position: top right;
        height: 40px;
        width: 40px;
}

table.polaroid td.bottommiddle {
        background-image: url(images/polaroid-bottom.png);
        background-repeat: repeat-x;
        background-position: top;
        height: 40px;
}

table.polaroid td.bottomright {
        background-image: url(images/polaroid-bottom-right.png);
        background-repeat: no-repeat;
        background-position: top left;
        height: 40px;
        width: 40px;
}

table.polaroid {
	width: 450px;
}

.url {
	font-weight: normal;
	font-style: italic;
	font-size: 15px;
}

div.tagbox {
	display: inline;
	position: absolute;
	z-index: 999;
	border: 2px solid #fff;
}

.tagdiv {
	color: #fff;
	text-align: center;
	background-color: transparent;
	border: 0px dotted white;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

table.tagdiv {
        color: #fff;
        text-align: center;
        background-color: transparent;
        border: 0px dotted white;
        cursor: pointer;
	padding: 0px;
}

table.tagdiv td.tag-topleft {
	font-size: 5px;
	padding: 0px;
	margin: 0px;
	background-image: url(images/tag-topleft.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 10px;
	height: 10px;
	font-size: 10px;
}

table.tagdiv td.tag-topmiddle {
	font-size: 5px;
	padding: 0px;
	margin: 0px;
        background-image: url(images/tag-top.png);
        background-repeat: repeat-x;
        background-position: bottom;
        height: 10px;
        font-size: 10px;
}

table.tagdiv td.tag-topright {
	font-size: 5px;
	padding: 0px;
	margin: 0px;
        background-image: url(images/tag-topright.png);
        background-repeat: no-repeat;
        background-position: bottom left;
        width: 10px;
        height: 10px;
        font-size: 10px;
}

table.tagdiv td.tag-middleleft {
	font-size: 5px;
	padding: 0px;
	margin: 0px;
        background-image: url(images/tag-left.png);
        background-repeat: repeat-y;
        background-position: right;
        width: 10px;
        font-size: 10px;
}

table.tagdiv td.tag-middle {
	font-size: 5px;
	padding: 0px;
	margin: 0px;
	padding: 0px;
	margin: 0px;
	background-color: transparent;
}

table.tagdiv td.tag-middleright {
	font-size: 5px;
	padding: 0px;
	margin: 0px;
        background-image: url(images/tag-right.png);
        background-repeat: repeat-y;
        background-position: left;
        width: 10px;
        font-size: 10px;
}

table.tagdiv td.tag-bottomleft {
	font-size: 5px;
	padding: 0px;
	margin: 0px;
        background-image: url(images/tag-bottomleft.png);
        background-repeat: no-repeat;
        background-position: top right;
        width: 10px;
        height: 10px;
        font-size: 10px;
}

table.tagdiv td.tag-bottommiddle {
	font-size: 5px;
	padding: 0px;
	margin: 0px;
        background-image: url(images/tag-bottom.png);
        background-repeat: repeat-x;
        background-position: top;
        height: 10px;
        font-size: 10px;
}

table.tagdiv td.tag-bottomright {
	font-size: 5px;
	padding: 0px;
	margin: 0px;
        background-image: url(images/tag-bottomright.png);
        background-repeat: no-repeat;
        background-position: top left;
        width: 10px;
        height: 10px;
        font-size: 10px;
}

.tagdiv-name {
	color: #fff;
	background-color: #000;
}

.showtag {
	font-size: 12px;
}

img.smallimage {
	width: 20px;
	padding-right: 10px;
}

table.thin {
	width: 300px;
}

table.thin td {
	width: 50%;
}

.suggestions {
	color: #ddd;
        width: 300px;
        position: fixed;
        top: 0px;
        left: 0px;
        background-color: transparent;
        border: 1px solid #000;
        font-size: 12px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-bottomleft: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
}

.suggestions-bg {
        width: 300px;
        position: fixed;
        top: 0px;
        left: 0px;
        background-color: #000;
        border: 1px solid #fff;
        font-size: 12px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-bottomleft: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
}

.suggestions div {
        padding: 3px;
}

.suggestions div:hover {
        cursor: pointer;
        color: #fff;
}

.suggestions a {
        padding: 3px;
	display: block;
	color: #ddd;
}

.suggestions a:hover {
        cursor: pointer;
        color: #fff;
}

.username {
	padding-top: 3px;
	padding: 10px;
	color: #777;
}

a.searcha {
	display: block;
	vertical-align: middle;
	padding: 5px;
}

a.searcha:hover {
	background-color: #333;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

img.search-icon {
	cursor: pointer;
	height: 15px;
}

form.nobreak {
	display: inline;
}

.smallradio {
	height: 1ex;
	background-color: #000;
	color: #000;
	border: 1px solid #000;
}
