body {
	font-family: verdana;
	font-size: 11px;
	color: black;
	background: #1876d8 url('/images/bg.jpg') repeat-x top left;
	padding: 0px;
	margin: 0px;
	cursor: default;
}

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

.top {
	width: 820px;
	background: white;
}

.top table {
	padding: 0px;
	margin: 0px;
}

#navigation ul {
	list-style: none;
	font-size: 12px;
	text-align: center;
	background: white;
}

#navigation ul li {
	height: 16px;
	padding: 22px 0px 5px 0px;
	float: left;
	background: #ccec5d url('/images/tab_off.gif') repeat-x center bottom;
	z-index: 2;
	white-space: nowrap;
}

#navigation ul li a {
	color: black;
	font-size: 11px;
}

#navigation .first {
	width: 29px;
	background: #ccec5d url('/images/tab_first.gif') no-repeat left bottom
		;
}

#navigation .first_sel {
	width: 29px;
	background: #ccec5d url('/images/tab_first_sel.gif') no-repeat left
		bottom;
}

#navigation .last {
	width: 29px;
	background: #ccec5d url('/images/tab_last.gif') no-repeat left bottom;
}

#navigation .last_sel {
	width: 29px;
	background: #ccec5d url('/images/tab_last_sel.gif') no-repeat left
		bottom;
}

#navigation .sep {
	width: 29px;
	background: #ccec5d url('/images/tab_sep.gif') no-repeat left bottom;
}

#navigation .sep_left {
	width: 29px;
	background: #ccec5d url('/images/tab_sep_left.gif') no-repeat left
		bottom;
}

#navigation .sep_right {
	width: 29px;
	background: #ccec5d url('/images/tab_sep_right.gif') no-repeat left
		bottom;
}

#navigation .tab_sel {
	float: left;
	/* width:          80px; */
	background: #076ad0 url('/images/tab_on.gif') repeat-x center bottom;
	font-weight: bold;
	z-index: 5;
	white-space: nowrap;
}

#navigation .tab_sel a {
	color: #eaffff;
	font-size: 12px;
}

.frame {
	width: 820px;
	background: white;
}

.frame img {
	border: 0px;
	padding-left: 8px;
}

.frame .top_strip {
	background: url('/images/frame_top_strip.gif') repeat-x top left;
}

.frame .top_left {
	width: 38px;
	background: url('/images/frame_top_left.gif') no-repeat top left;
}

.frame .top_right {
	width: 38px;
	background: url('/images/frame_top_right.gif') no-repeat top right;
}

.frame .border {
	width: 7px;
	font-size: 1px;
	background: #4e94dc url('/images/frame_border.gif') repeat-x top
		center;
}

.frame .bottom {
	border-top: 1px solid #609ddc;
	background: #4e94dc;
	color: #eaffff;
	padding-right: 30px;
	text-align: right;
}

.frame .canvas {
	padding: 2px;
	text-align: left;
}

.clip_info {
	width: 395px;
	position: relative;
	left: 25px;
	top: 0px;
	height: 81px;
	overflow: auto;
	overflow-x: hidden;
}

.clip_info .title {
	font-size: 18px;
	font-weight: bold;
}

p {
	padding: 0px;
	margin: 0px;
}

.tag_cloud {
	width: 350px;
	position: relative;
	left: 10px;
	top: 0px;
	height: 72px;
	overflow: hidden;
	background: #f97a05;
	font-size: 1px;
	padding: 0px;
	margin: 0px;
}

.tag_cloud a {
	color: white;
}

.tag_cloud a:hover {
	text-decoration: underline;
}

.tag_cloud_tbl {
	position: relative;
	top: 0px;
	left: 0px;
}
.tag_cloud_tbl .top,
.tag_cloud_tbl .bottom
{
	height: 7px;
}
.tag_cloud_tbl .top_left {
	height: 7px; width: 7px;
	background: url('/images/tag_cloud/top_left.gif') no-repeat left top;
	padding: 0px;
	margin: 0px;
}

.tag_cloud_tbl .top_strip {
	height: 7px;
	background: url('/images/tag_cloud/top_strip.gif') repeat-x center top;
	padding: 0px;
	margin: 0px;
}

.tag_cloud_tbl .top_right {
	height: 7px; width: 7px;
	background: url('/images/tag_cloud/top_right.gif') no-repeat right top;
	padding: 0px;
	margin: 0px;
}

.tag_cloud_tbl .left {
	background: url('/images/tag_cloud/left.gif') repeat-y left center;
	padding: 0px;
	margin: 0px;
}

.tag_cloud_tbl .canvas {
	background: url('/images/tag_cloud/canvas.gif') repeat-x center center;
	font-size: 16px;
	padding: 0px;
	margin: 0px;
}

.tag_cloud_tbl .canvas .tags {
	overflow: hidden;
	width: 336px;
	height: 58px;
	text-align: center;
}

.tag_cloud_tbl .right {
	background: url('/images/tag_cloud/right.gif') repeat-y right center;
	padding: 0px;
	margin: 0px;
}

.tag_cloud_tbl .bottom_left {
	background: url('/images/tag_cloud/bottom_left.gif') no-repeat left
		bottom;
	padding: 0px;
	margin: 0px;
}

.tag_cloud_tbl .bottom_strip {
	background: url('/images/tag_cloud/bottom_strip.gif') repeat-x center
		bottom;
	padding: 0px;
	margin: 0px;
}

.tag_cloud_tbl .bottom_right {
	background: url('/images/tag_cloud/bottom_right.gif') no-repeat right
		bottom;
	padding: 0px;
	margin: 0px;
}

.player {
	width: 400px;
	height: 300px;
	position: relative;
	left: 20px;
	top: 6px;
	border: 1px solid #aaa;
}

.tagit {
	width: 400px;
	height: 24px;
	position: relative;
	left: 20px;
	top: 10px;
	color: #ED6C07;
}

.tagit form {
	padding: 0px;
	margin: 0px;
}

.tagit .dormant {
	width: 0px;
	height: 0px;
	padding: 0px;
	border: 0px solid white;
	font-size: 1px;
	color: #ED6C07;
}

.tagit td input {
	width: 320px;
	height: 16px;
	padding: 1px 4px 3px 4px;
	border: 1px solid #A8A8A8;
	font-size: 13px;
	color: #FAA833;
}

.tagit .sel {
	width: 320px;
	height: 16px;
	padding: 1px 4px 3px 4px;
	border: 1px solid black;
	font-size: 13px;
	color: #F5730E;
}

.tagit a {
	color: #ED6C07;
}

.share {
	border: 1px solid #a8a8a8;
	background: white url('/images/bg_hor.gif') repeat-y top left;
	width: 400px;
	height: 80px;
	position: relative;
	left: 20px;
	top: 15px;
}

.share td input {
	padding: 1px 4px 1px 4px;
	border: 1px solid #A8A8A8;
}

.share table th {
	color: #ED6D0A;
	font-size: 11px;
	font-weight: bold;
	padding-left: 8px;
	padding-top: 0px;
	padding-bottom: 6px;
}

.share .type {
	color: #333;
	font-weight: bold;
}

.popular {
	width: 350px;
	position: relative;
	left: 10px;
	top: 15px;
}

.popular th {
	border-left: 1px solid #a8a8a8;
	padding: 0px;
	margin: 0px;
	width: 142px;
	background: #e5e5e5 url('/images/frame_popular_title.gif') no-repeat
		top right;
}

.popular .search {
	background: white;
	/*border:         0px;
        border-bottom:  1px solid #a8a8a8;*/
	padding-left: 10px;
	background: white url('/images/frame_popular_search_bg.gif') repeat-x
		top left;
}

.popular .search .text_active {
	margin-top: 2px;
	border: 1px solid black;
	color: #F5730E;
	padding: 2px 8px 2px 8px;
	height: 18px;
	background: white;
}

.popular .search .text {
	margin-top: 2px;
	padding: 2px 8px 2px 8px;
	height: 18px;
	border: 1px solid #aaa;
	color: #FAA833;
	background: white;
}

.popular td {
	background: #e5e5e5 url('/images/bg_ver.gif') repeat-x top left;
}

#popular_canvas {
	border: 1px solid #a8a8a8;
	border-top: 0px;
	overflow: auto;
	height: 380px;
	padding: 0px;
	margin: 0px;
	background: url('/images/frame_popular_title_mirror.gif') no-repeat top left;
}

#popular_canvas table {
	border: 0px;
	background: transparent;
}

#popular_canvas table td {
	border: 0px;
	background: transparent;
	padding: 0px 1px 5px 1px;
}

#popular_canvas a {
	color: black;
	text-decoration: underline;
}

#popular_canvas img {
	padding: 0px;
	border: 1px solid #aaa;
}

.footer {
	margin: 0px;
	font-size: 10px;
}

.footer a {
	font-size: 11px;
}

/*
.footer a:hover
{
	font-size: 11px;
	color: #6600CC;
}*/
.footerlinks {
	text-align: center;
	font-size: 11px;
	color: #000;
	background: #B8E1F9 url('/images/ohg_logo.gif') no-repeat 690px 6px;
	padding: 15px 70px 15px 15px;
	margin: 5px 0;
}

.footer_bottom a {
	color: black;
	padding-right: 2px;
}

.footer_bottom a:hover {
	color: black;
	padding-right: 2px;
	text-decoration: underline;
}

.really_small {
	font-size: 9px;
}

.navigation_bar {
	margin-top: 4px;
	border-bottom: 1px solid #a8a8a8;
	margin-bottom: 8px;
}

.upload_form {
	border: 1px solid #a8a8a8;
	width: 520px;
}

.upload_form small {
	font-size: 9px;
	font-weight: normal;
}

.upload_form input {
	border: 1px solid #a8a8a8;
	padding: 1px 5px 1px 5px;
	width: 300px;
	font-size: 11px;
}

.upload_form .sel {
	border: 1px solid #a8a8a8;
	padding: 1px 5px 1px 5px;
}

.upload_form textarea {
	border: 1px solid #a8a8a8;
	padding: 1px 5px 1px 5px;
	margin-bottom: 10px;
	font-size: 11px;
	font-family: arial;
	width: 300px;
	height: 100px;
}

.upload_form .title {
	background: #E4E4E4;
	padding: 3px 10px 3px 10px;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #a8a8a8;
}

.upload_form th {
	padding: 8px 0px 0px 10px;
	text-align: left;
	font-weight: bolder;
}

.upload_form td {
	padding-top: 8px;
	text-align: left;
}

.upload_form .submit {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.upload_form .submit input {
	width: 180px;
	background: #E4E4E4;
	font-weight: bold;
	border: 1px solid #a8a8a8;
}

.upload_form .checkbox {
	width: 20px;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.upload_form .error {
	color: red;
	font-weight: bold;
}

.loading_placeholder {
	font-size: 14px;
}

.upload_done {
	margin-top: 40px;
	border: 1px solid #a8a8a8;
	width: 500px;
}

.upload_done th {
	background: #E4E4E4;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 14px;
	border-bottom: 1px solid #a8a8a8;
}

.upload_done td {
	padding: 10px;
	text-align: left;
	line-height: 18px;
}
