/* main selectors */
body {
	background: #FFF;
	margin: 0;
	padding: 0 10px;
}

hr {
	height: 1px;
	border: 0;
	background-color: silver;
}

h1 {
	text-align: left;
	font: 24px Georgia, Lucida Grande, serif;
	line-height: 1.5em;
}

h2 {
	font: 16px verdana, arial, sans-serif;
	font-weight: normal;
}

fieldset {
	width: 50%;
}

legend {
	text-align: left;
}

#top-spacer {
	margin: 20px;
}

#forum {
	background-color: #FFF;
	border: solid #BBB;
	border-width: 1px 1px 1px 1px;
	margin: auto;
	padding: 0;
	width: 990px;
}

#shadow {
	width: 990px;
}

#simple-header {
	background-color: #FFF;
	border: solid 1px #BBB;
	border-width: 1px 1px 0 1px;
	padding: 0;
	margin-top: 10px;
}


#acp, #forum, p, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

#forum p {
	margin: 0;
	text-align: left;
}

#content {
	padding: 2px 7px 5px 7px;
	text-align: center;
}

#menucontainer {
	background-color: #FFF;
	padding: 0;
	margin: 0;
}

table, img {
	border: 0;
}

form {
	display: inline;
}

label {
	color: #333;
}

label:hover {
	color: #666;
}

a {
	color: #003366;
	text-decoration: underline;
}

a:visited { color: #003366; }
a:hover, a:active { color: #FF1010; text-decoration: none; }

.gen { font-size: 12px; }
.genmed { font-size: 11px; }
.gensmall { font-size: 10px; }

.error-message {
	font-size: 12px;
	color: #FF1010;
	font-weight: bold;
}

/* header */
.forum-header {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 150px;
}

.forum-header img {
	border: none;
	margin: 0;
	padding: 0;
	display: block;
}

.forum-buttons {
	text-align: center;
	font-size: 11px;
	color: white;
	background: #003366 /*url(./../images/bg_topnav.gif)*/;
	border-top: solid 1px #003366;
	border-bottom: solid 1px #003366;
	height: 20px;
}
* html .forum-buttons { height: 18px; }

.forum-buttons a, .forum-buttons a:visited {
	color: white;
	text-decoration: none;
	margin: 0 3px;
}

.forum-buttons a:hover, .forum-buttons a:active {
	color: #EEE;
	text-decoration: underline;
}

.header-search { padding: 5px; }

/* footer */
#copyright {
	padding: 7px;
	text-align: center;
/*	background-image: url(./../images/bg_copyright.gif);*/
/*	border-bottom: solid 2px #003366;*/
/*	border-top: solid 1px #2B438F;*/
	font-size: 9px;
	color: #CCC;
}

#copyright a, #copyright a:visited {
	color: #CCC;
	text-decoration: none;
}

#copyright a:hover, #copyright a:active {
	color: #5599CC;
	text-decoration: none;
}

.admin-link {
	font: 10px verdana, arial, sans-serif;
	margin: 10px;
	text-align: center;
}

.admin-link a, .admin-link a:visited {
	line-height: 20px;
	text-decoration: underline;
}

.admin-link a:hover, .admin-link a:active {
	text-decoration: none;
}

/* main tables/divs */
.forumline {
	border: solid 1px #2B438F;
	margin: 5px 0;
	background-color: #F8F8F8;
}

.no-width { margin: 5px auto; }

.forumline td { padding: 2px; }

.row1, .row2, .row3, .row4, .row1h, .row1h-new, .row2h, .row3h, .row1hHover, .row1h-newHover {
	background-color: #FFF;
	border: solid 1px #FFF;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	text-align: left;
}

.row1h:hover, .row1hHover {
	background: #F0F0F0 url(./../images/bg_row_hover.gif) bottom right no-repeat;
	border-top-color: #F8F8F8;
	border-left-color: #F8F8F8;
	border-bottom-color: #D0D0D0;
	border-right-color: #D0D0D0;
}
.row1h-new:hover, .row1h-newHover {
	background: #F0F0F0 url(./../images/bg_row_hover_new.gif) bottom right no-repeat;
	border-top-color: #F8F8F8;
	border-left-color: #F8F8F8;
	border-bottom-color: #D0D0D0;
	border-right-color: #D0D0D0;
}

.row1 img, .row2 img, .row3 img {
	vertical-align: middle;
}

.forumline div.row1, .forumline p.row1 { text-align: left; padding: 3px; }

.row1g, .row1g-left, .row1g-left-top {
	background: #FFF url(./../images/bg_post.gif) top left repeat-x;
	border: solid 1px #FFF;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	vertical-align: middle;
	text-align: center;
}

.row1g-left, .row1g-left-top {
	text-align: left;
}

.row1g-left-top {
	vertical-align: top;
}

.forumline th {
	background: #E0E0E0 /*url(./../images/bg_th.gif) top left repeat-x*/;
	color: #003366;
	font-weight: bold;
	font-size: 11px;
	height: 24px;
	padding: 0 5px;
/*	border: solid 1px #FFF;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;*/
	white-space: nowrap;
}

.forumline .row-forum {
	padding: 1px 2px 2px 2px;
}

.forumline .no-padding {
	padding: 0;
}

.forumline .row-header {
	background: #003366 url(./../images/nav3.gif);
	padding: 0;
	text-align: left;
	vertical-align: top;
	height: 32px;
}

.forumline p.row-header { height: 32px; }

.forumline .row-header span {
	background: url(./../images/bg_hdr2.gif) top left no-repeat;
	padding-left: 17px;
	color: #FFF;
	display: block;
	padding-top: 4px;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.2em;
}

.row-header a, .row-header a:visited {
	color: #FFF;
	text-decoration: underline;
}

.row-header a:hover, .row-header a:active {
	color: #FFF;
	text-decoration: none;
}

/* shortcuts */
.row-center, .row-center-small {
	text-align: center;
	vertical-align: middle;
}

.row-center-small {
	font-size: 10px;
}

.catBottom, .cat, .catLeft, .catRight {
	background: #E0E0E0 /*url(./../images/bg_catbottom.gif) top left repeat-x*/;
	text-align: center;
/*	border: solid 1px #FFF;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;*/
	height: 16px;
	min-height: 16px;
}

.forumline td.catBottom { padding: 1px; }

.spaceRow {
	background: #336699 /*url(./../images/bg_spacerow.gif)*/;
/*
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;*/
	height: 3px;
	padding: 0;
}

.forumline td.spaceRow { padding: 0; }

.empty-table td {
	padding: 3px 0;
}

.poll-table td {
	padding: 3px 10px;
	text-align: left;
	font-size: 11px;
}

/* navigation */
.nav-header {
	color: #003366;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding: 4px 5px;
}

.nav-links {
	color: #003366;
	text-align: right;
	background: #FFF url(./../images/bg_nav2.gif) top left repeat-x;
	padding: 3px 5px;
	font-size: 10px;
	line-height: 1.4em;
}

.nav-links-chat {
	text-align: left;
	background: #FFF url(./../images/bg_nav2.gif) top left repeat-x;
	padding: 3px 5px;
	border-bottom: solid 1px silver;
}

.nav-links-chat-font {
	color: #003366;
	font-size: 10px;
	line-height: 1.4em;
}

.nav-links-left {
	position: relative;
	float: left;
	text-align: left;
}

.nav-header, .nav-links {
	border: solid 1px #FFF;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
}

.nav-div a, .nav-div a:visited {
	color: #003366;
	text-decoration: none;
}

.nav-div a:hover, .nav-div a:active {
	color: #003366;
	text-decoration: none;
}

.nav-links a, .nav-links a:visited { text-decoration: underline; }

.nav-div a.nav-current, .nav-div a.nav-current:visited {
	color: #003366;
}

.nav-div a.nav-current:hover, .nav-div a.nav-current:active {
	color: #D61212;
	text-decoration: none;
}


/* forum index */
.forumlink, .forumlink-new {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3em;
}

a.forumlink, a.forumlink:visited { text-decoration: none; }
a.forumlink:hover, a.forumlink:active { text-decoration: underline; }

a.forumlink-new, a.forumlink-new:visited {
	text-decoration: none;
	color: #003366;
}

a.forumlink-new:hover, a.forumlink-new:active {
	text-decoration: underline;
	color: #D61212;
}

.moderators {
	font-size: 10px;
	color: #888;
}

.moderators a, .moderators a:visited {
	color: #777;
	text-decoration: underline;
}

.moderators a:hover, .moderators a:active {
	color: #003366;
	text-decoration: underline;
}

/* viewforum */
.topiclink b, .topiclink-new b {
	color: #003366;
	font-size: 11px;
}

.topiclink a, .topiclink-new a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.topiclink a:visited {
	color: #003366;
	text-decoration: none;
}

.topiclink a:hover, .topiclink a:active {
	color: #003366;
	text-decoration: underline;
}

.topiclink-new a, .topiclink-new a:visited {
	text-decoration: none;
	color: #003366;
}
.topiclink-new a:hover, .topiclink-new a:active {
	text-decoration: underline;
	color: #D61212;
}


/* pagination */
.pagination {
	font-size: 12px;
	line-height: 2em;
	font-weight: bold;
	margin: 0;
	margin-top: 5px;
	margin-bottom: 3px;
}
.pagination a, .pagination a:visited {
	color: #003366;
/*	border: #888 1px solid;*/
	padding: 1px;
/*	background: #FFF url(./../images/bg_nav2.gif) top left repeat-x;*/
}
.pagination a:hover, .pagination a:active {
	color: #5599CC;
/*	border: #888 1px solid;*/
	padding: 1px;
}

.gotopage {
	display: block;
	font-size: 10px;
	line-height: 2em;
	margin: 3px 0 1px 0;
}
* html .gotopage { margin-top: 5px; margin-bottom: 2px; }
.gotopage a, .gotopage a:visited {
	color: #003366;
	border: #888 1px solid;
	padding: 1px;
	background: #FFF url(./../images/bg_nav2.gif) top left repeat-x;
}
.gotopage a:hover, .gotopage a:active {
	color: #003366;
	border: #888 1px solid;
	padding: 1px;
}

/* post */
.row-post-author, .row-post {
	background: #FFF url(./../images/bg_post.gif) top left repeat-x;
	border: solid 1px #FFF;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	vertical-align: top;
	padding: 3px;
}

.row-post-author {
	text-align: center;
	width: 150px;
}

.row-post {
	text-align: left;
}

.post-name {
	font-weight: bold;
	color: #003366;
	font-size: 12px;
	line-height: 1.6em;
}

.post-rank {
	color: #888;
	font-size: 10px;
}

.post-details {
	text-align: left;
	margin: 5px;
	color: #666;
	font-size: 10px;
	line-height: 1.4em;
}

.post-images img {
	display: block;
	margin: 1px auto;
}

.post-buttons-top {
	float: right;
}

.post-subject {
	color: #003366;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 5px;
}

.post-text {
	font-size: 12px;
	line-height: 1.2em;
}

@media all and (min-width: 0px) {
	html>body .post-text {
		overflow: auto;
	}
}

.row-post-date, .row-post-buttons {
	border: solid 1px #FFF;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	vertical-align: middle;
	font-size: 10px;
	line-height: 12px;
	color: #003366;
	background: #E0E0E0 /*url(./../images/bg_postbottom.gif)*/;
	white-space: nowrap;
	padding: 1px;
}

.row-post-buttons {
	text-align: left;
}

.post-buttons a img, .post-buttons a:visited img, .post-buttons-single a img, .post-buttons-single a:visited img {
	background-color: #003366;
}

.post-buttons a:hover img, .post-buttons a:active img, .post-buttons-single a:hover img, .post-buttons-single a:active img {
	background-color: #003366;
}

.post-buttons-single {
	text-align: center;
	vertical-align: middle;
}

.img-main a img, .img-main a:visited img {
	background-color: #003366;
}

.img-main a:hover img, .img-main a:active img {
	background-color: #5599CC;
}

.post-text blockquote {
	color: #003366;
	display: block;
	margin: 5px 20px;
	width: auto;
	border: solid 1px #D0D0D0;
	background: #FFF url(./../images/bg_quote_content.gif) bottom right no-repeat;
	padding: 5px;
	font-size: 12px;
}

.post-text blockquote h6 {
	margin: 0;
	margin-bottom: 5px;
	padding-left: 18px;
	padding-bottom: 3px;
	border-bottom: solid 1px #E0E0E0;
	font-size: 11px;
	line-height: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #808080;
	background: #FFF url(./../images/bg_quote_header.gif) top left no-repeat;
}

.post-text .code {
	color: #003366;
	display: block;
	margin: 5px 20px;
	width: auto;
	border: solid 1px #D0D0D0;
	background-color: #FFF;
	padding: 5px;
	font-size: 12px;
	font-family: Courier, 'Courier New', sans-serif;
}

.post-text .code h6 {
	margin: 0;
	margin-bottom: 5px;
	padding-left: 18px;
	padding-bottom: 3px;
	border-bottom: solid 1px #E0E0E0;
	font-size: 11px;
	line-height: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #808080;
	background: #FFF url(./../images/bg_code_header.gif) top left no-repeat;
}

/* inputs */
input, select {
	vertical-align: middle;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
}
textarea {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
}

input, textarea, select {
	color: #333;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	margin: 0;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
}

.helpline {
	border: solid 1px #F8F8F8;
	background-color: #F8F8F8;
	color: #666;
}

input.button {
	background: #FFF url(./../images/bg_nav2.gif) top left repeat-x;
	border: solid 1px #BBB;
	border-left-color: #CCC;
	border-top-color: #CCC;
	color: #666;
}

input.button:hover {
	color: #000;
	border-left-color: #AAA;
	border-top-color: #AAA;
	border-right-color: #999;
	border-bottom-color: #999;
}

input.post, textarea, select, input.liteoption {
	border: solid 1px #888;
	color: #666;
	background-color: #F8F8F8;
}

input.mainoption {
	border: solid 1px #666;
	color: #003366;
	background-color: #F8F8F8;
}

* html input.post, * html textarea, * html select, * html input.liteoption {
	color: #333;
	border: solid 1px #2B438F;
}
* html input.mainoption {
	color: #000;
	border: solid 1px #2B438F;
	font-weight: bold;
}

input.post:hover, textarea:hover, select:hover, select:focus, input.liteoption:hover, input.mainoption:hover {
	border: solid 1px #666;
	color: #003366;
	background-color: #FAFAFA;
}

input.post:focus, textarea:focus {
	border: solid 1px #2B438F;
	color: #000;
}

input.post:focus, select:focus, input.mainoption:focus, input.liteoption:focus {
	background: #E7E7E7 url(./../images/bg_input.gif) top left repeat-x;
}

textarea:focus {
	background-color: #F4F4F4;
}

select optgroup {
	background-color: #000;
	color: #FFF;
	font-weight: normal;
	font-style: normal;
}
select option {
	background-color: #F0F0F0;
	color: #333;
}

/* inputs - fixing height */
input.mainoption, input.liteoption { height: 18px; }
* html input.mainoption, * html input.liteoption { height: 20px; }

input.post { height: 16px; }
@media all and (min-width: 0px) { html>body input.post { height: 18px; } }

select option { height: 15px; }

input.jumpbox { height: 18px; }
@media all and (min-width: 0px) { html>body input.jumpbox { height: 15px; } }
* html input.jumpbox { height: 18px; }

/* private message popup */
.popup, .popuppm { display: none; }
.popuppm-new {
	display: block;
	text-align: center;
	margin: 50px;
}
.popuppm-new a {
	margin: 5px 0;
	padding: 40px 60px;
	font-size: 12px;
	font-weight: bold;
	background: #FFF url(./../images/bg_post.gif) top left repeat-x;
	border: solid 1px #2B438F;
	color: #003366;
	text-decoration: none;
}
.popuppm-new a:hover {
	color: #666;
	text-decoration: underline;
}

.sbs1table {
	font: 10px verdana, arial, sans-serif;
	color: black;
	background-color: #DDD;
	border: 0;
}

.sbs1table th {
    font-weight: normal;
	color: white;
	background: #003366;
	text-align: left;
	height: 20px;
	margin: 0;
	padding: 0 5px;
}

.sbs1row1 {
	color: black;
	background-color: white;
	text-align: center;
}

.sbs1row2 {
	color: black;
	background-color: #EEE;
	text-align: center;
}

.mylogstable {
	font: 10px verdana, arial, sans-serif;
	color: black;
	background-color: #DDD;
	border: 0;
}

.mylogsrow1 {
	color: black;
	background-color: white;
	text-align: left;
	padding: 0 5px;
	height: 16px;
}

.mylogsrow2 {
	color: black;
	background-color: #EEE;
	text-align: left;
	padding: 0 5px;
	height: 16px;
}

td.viewpending-row1 {
	color: black;
	background-color: #FFF;
	text-align: left;
	padding: 0 7px;
	height: 20px;
}

td.viewpending-row2 {
	color: black;
	background-color: #EEE;
	text-align: left;
	padding: 0 7px;
	height: 20px;
}

td.viewpending-spacerow {
	background-color: #003366;
/*	border-top: solid 1px white;
	border-right: solid 1px white;*/
	padding: 0;
	height: 5px;
	color: black;
}

.clear {
	clear: both;
}

#portal-table {
	margin-left: 20px;
}

.portal-separator-bar {
	margin: 20px 20px 10px 20px;
	border-top: solid 1px #5599CC;
}

#portal-img {
/*	float: left;*/
/*	width: 300px;*/
}

#portal-img img {
	border: 0;
	padding: 0;
	margin: 4px 20px 0 0;
}

#portal-topics {
	vertical-align: top;
	text-align: left;
	width: 440px;
	padding-left: 20px;
	margin: 0;
}

#portal-forums {
	vertical-align: top;
	text-align: left;
	width: 440px;
	padding-left: 40px;
	margin: 0;
/*	border-left: dotted 1px silver;*/
}

#portal-metar {
	vertical-align: top;
	text-align: justify;
	padding-left: 40px;
	padding-right: 0;
/*	border-left: dotted 1px silver;*/
	height: 200px;
}

#portal-acars {
	text-align: left;
	float: left;
	padding-left: 20px;
	width: 600px;
}

#portal-sbs1 {
	text-align: left;
	float: left;
	padding-left: 20px;
	width: 600px;
}

#portal-chat {
	text-align: left;
	float: left;
	padding-left: 20px;
	width: 600px;
}

#portal-webcam {
	padding-right: 20px;
	padding-left: 40px;
/*	border-left: dotted 1px silver;*/
}

#portal-webcam img {
	padding: 0;
}

#portal-webcam-gif {
	height: 20px;
	background-color: #EEE;
	padding: 0;
	margin: 0;
}

#portal-webcam-header {
	font: 24px Georgia, Lucida Grande, serif;
}

#portal-webcam-credit {
	text-align: right;
	line-height: 1.5em;
}

.portal-horizontal-line {
	clear: both;
	margin: 10px 20px 0 20px;
	border-bottom: dotted 1px silver;
}

.portal-topic-time {
	font: 10px verdana, arial, sans-serif;
	color: #FF1010;
	background: #FFF;
}

.portal-forum-posts {
	font: italic 10px verdana, arial, sans-serif;
	color: #5599CC;
	background: #FFF;
}

#portal-topics ul {
	list-style-type: square;
	margin: 0;
	padding: 0;
}

#portal-topics li a {
	text-decoration: none;
	color: #003366;
	background: #FFF;
}

#portal-topics li a:hover {
	text-decoration: underline;
	color: #336699;
	background: #FFF;
}

#portal-forums ul {
	list-style: square;
	margin: 0;
	padding: 0;
}

#portal-forums li a {
	text-decoration: none;
	color: #003366;
	background: #FFF;
}

#portal-forums li a:hover {
	text-decoration: underline;
	color: #336699;
	background: #FFF;
}

#portal-topics-header, #portal-forums-header, #portal-metar-header {
	font-weight: bold;
	margin-left: -16px;
}

#portal-acars-header, #portal-sbs1-header, #portal-chat-header {
	text-align: left;
	font: 24px Georgia, Lucida Grande, serif;
	line-height: 1.5em;
}

#portal-metar ul {
	list-style: square;
	margin: 0;
	padding: 0;
}

#portal-welcome-title {
	text-align: left;
	font: 24px Georgia, Lucida Grande, serif;
	line-height: 2em;
}

#portal-acars-credit {
	padding-left: 40px;
	margin: 30px 20px 0 660px;
	text-align: justify;
	height: 120px;
}

#portal-sbs1-credit {
	padding-left: 40px;
	margin: 30px 20px 0 660px;
	text-align: justify;
	height: 130px;
}

#portal-chat-credit {
	padding-left: 40px;
	margin: 30px 20px 0 660px;
	text-align: justify;
	height: 120px;
}

#portal-metar-credit {
	text-align: left;
	position: absolute;
	font-style: italic;
	margin: 10px 20px 0 -14px;
	width: 125px;
	height: 30px;
}

#portal-metar img {
	position: absolute;
	border: 0;
	margin: -120px 0 0 50px;
	padding: 0;
}

#portal-welcome-text {
	text-align: justify;
	vertical-align: top;
	padding-left: 20px;
	padding-right: 40px;
}

.myregs-link {
	font-size: 11px;
	color: #003366;
}

.myregs-link a {
	text-decoration: none;
}

.myregs-link a:hover {
	text-decoration: underline;
}

#myregs-reg {
	text-align: left;
	font: 24px Georgia, Lucida Grande, serif;
	line-height: 1.5em;
}

.myregs-nav-header {
	color: #003366;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

.signup-header {
	font: 24px Georgia, Lucida Grande, serif;
	color: #5599CC;
	background: #FFF;
}

.signup-td {
	text-align: left;
}

#pending-members {
	font-weight: bold;
	color: #FF1010;
}

#pending-members a {
	font-weight: bold;
	color: #FF1010;
}

#pending-members a:hover {
	font-weight: bold;
	color: #FF1010;
	text-decoration: none;
}

#portal-whos-online {
	text-align: left;
	float: left;
	padding-left: 20px;
	width: 680px;
}

#portal-whos-online-header {
	font: 24px Georgia, Lucida Grande, serif;
}

#portal-since-last {
	height: 80px;
	text-align: left;
	padding-left: 40px;
	margin: 30px 20px 0 700px;
	border-left: dotted 1px silver;
}

#portal-since-last ul {
	list-style: square;
	margin: 0;
	padding: 0;
}

#portal-since-last a {
	text-decoration: none;
	color: #003366;
	background: #FFF;
}

#portal-since-last a:hover {
	text-decoration: underline;
	color: #336699;
	background: #FFF;
}

#help-quick-import, #help-auto-complete, #help-csv, #help-unique-id, #help-share, #help-auto-close, #help-rows, #help-home, #help-option, #help-custom-img {
	padding: 10px;
	text-align: justify;
	color: #003366;
	line-height: 1.5em;
}

.oyreg-header {
	font: 24px Georgia, Lucida Grande, serif;
	color: #5599CC;
	background: #FFF;
	padding-left: 5px;
}

#lang-img {
	float: right;
	padding: 4px;
}

#lang-img img {
	border: solid 0px #FFF;
}

#bottom-shadow-center {
	background: #FFF url(./../images/bot.gif) top repeat-x;
	width: 100%;
}

#bottom-shadow-left {
	background: #FFF url(./../images/bot_left.gif) top left no-repeat;
}

#bottom-shadow-right {
	background: #FFF url(./../images/bot_right.gif) top right no-repeat;
}

#myregs-menu {
	background: #FFF;
	height: 15px;
}

#myregs-menu ul {
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 1px 0;
}

#myregs-menu li {
	display: inline;
	margin: 0;
	padding: 0;
}

#myregs-menu li a {
	font-size: 10px;
	margin: 0;
	font-weight: normal;
	padding: 1px 10px;
	text-decoration: none;
	color: #FFF;
	background: url(./../images/tab-inactive-left.gif);
}

#myregs-menu li a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #000;
	background: url(./../images/tab-active-left.gif);
}

div#preloaded-images {
   position: absolute;
   overflow: hidden;
   left: -9999px;
   top: -9999px;
   height: 1px;
   width: 1px;
}

#add {
	font-size: 10px;
}

.webcam {
	border: solid 1px #003366;
	height: 16px;
	text-align: left;
}

.webcam-td a {
	text-decoration: none;
	padding: 1px 20px;
}

.webcam-td a:hover {
	background-color: #5599CC;
	color: #FFF;
}