html, body {
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
	font-size: 0.9em;
	text-decoration: none;
	color: #000000;
	background: url(../images/background.png);
}

a {
	color: #40abff;
	background-color: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0px;
}

ul {
	margin: 0px;
	padding-left: 10px;
	padding-right: 0px;
	list-style-type: disc;
}

.separator {
	clear: both;
}

.shadow_image {
	position: absolute;
	width: 100%;
	margin: 20px auto;
	text-align: center;
	display: none;
}

.shadow {
}

.container {
	width: 760px;
	margin: 0px auto;
	padding: 20px 0px;
}

th {
	text-align: left;
}

tr .on_hover_highlight:hover {
	color: inherit;
	background-color: #ffffaa;
}

/* tab selector */

.tab_container {
	width: 760px;
}

.tab_buttons {
	padding-left: 50px;
	height: 46px;
	font-size: 125%;
	font-weight: bold;
}

.tab_button {
	float: left;
	width: 133px;
	height: 46px;
	padding-top: 8px;
	background-repeat: no-repeat;
	text-align: center;
}
.tab_button_home {
	background-image: url(../images/tab.button.home.png);
}
.tab_button_music {
	margin-left: -1px;
	background-image: url(../images/tab.button.music.png);
}
.tab_button_images {
	margin-left: -1px;
	background-image: url(../images/tab.button.images.png);
}
.tab_button_movies {
	margin-left: -1px;
	background-image: url(../images/tab.button.movies.png);
}
.tab_button_stories {
	margin-left: -1px;
	background-image: url(../images/tab.button.stories.png);
}

.tab_line {
	position: relative;
	top: -15px;
	height: 25px;
}
.tab_line_home {
	background-color: #c9ff65;
}
.tab_line_music {
	background-color: #c7ecff;
}
.tab_line_images {
	background-color: #ffcc66;
}
.tab_line_movies {
	background-color: #ff6666;
}
.tab_line_stories {
	background-color: #c387ff;
}
.tab_line_items {
	background-color: #b1aeff;
}

/* pre-title */

.pre_title {
	margin-bottom: 15px;
}

.pre_title_tl {
	width: 16px;
	height: 16px;
	background-image: url(../images/pre_title_tl.png);
	background-repeat: no-repeat;
}

.pre_title_t {
	height: 16px;
	background-image: url(../images/pre_title_t.png);
	background-repeat: repeat-x;
}

.pre_title_tr {
	width: 16px;
	height: 16px;
	background-image: url(../images/pre_title_tr.png);
	background-repeat: no-repeat;
}

.pre_title_l {
	width: 16px;
	background-image: url(../images/pre_title_l.png);
	background-repeat: repeat-y;
}

.pre_title_main {
	color: inherit;
	background-color: #a4a8ff;
	text-align: center;
	vertical-align: center;
	font-size: 300%;
	font-weight: bold;
}

.pre_title_r {
	width: 16px;
	background-image: url(../images/pre_title_r.png);
	background-repeat: repeat-y;
}

.pre_title_bl {
	width: 16px;
	height: 16px;
	background-image: url(../images/pre_title_bl.png);
	background-repeat: no-repeat;
}

.pre_title_b {
	height: 16px;
	background-image: url(../images/pre_title_b.png);
	background-repeat: repeat-x;
}

.pre_title_br {
	width: 16px;
	height: 16px;
	background-image: url(../images/pre_title_br.png);
	background-repeat: no-repeat;
}

/* sidebar */

.sidebar {
	float: left;
	width: 147px;
}

.sidebar_image {
	margin-bottom: 5px;
}

.sidebar_title {
	width: 147px;
	height: 56px;
	background-repeat: no-repeat;
	font-size: 125%;
	text-align: center;
}
.sidebar_title_home {
	background-image: url(../images/sidebar.title.home.png);
}
.sidebar_title_music {
	background-image: url(../images/sidebar.title.music.png);
}
.sidebar_title_images {
	background-image: url(../images/sidebar.title.images.png);
}
.sidebar_title_movies {
	background-image: url(../images/sidebar.title.movies.png);
}
.sidebar_title_stories {
	background-image: url(../images/sidebar.title.stories.png);
}
.sidebar_title_items {
	background-image: url(../images/sidebar.title.items.png);
}

.sidebar_title p {
	margin-top: 0px;
	padding-top: 15px;
}

.sidebar_text {
	padding: 10px 5px;
}

.sidebar_colored {
	margin-top: -1px;
	background-repeat: repeat-y;
}
.sidebar_colored_home {
	background-color: #c9ff65;
}
.sidebar_colored_music {
	background-color: #c7ecff;
}
.sidebar_colored_images {
	background-color: #ffcc66;
}
.sidebar_colored_movies {
	background-color: #ff6666;
}
.sidebar_colored_stories {
	background-color: #c387ff;
}
.sidebar_colored_items {
	background-color: #b1aeff;
}

.sidebar_bottom {
	width: 147px;
	height: 30px;
	background-repeat: no-repeat;
}
.sidebar_bottom_home {
	background-image: url(../images/sidebar.bottom.home.png);
}
.sidebar_bottom_music {
	background-image: url(../images/sidebar.bottom.music.png);
}
.sidebar_bottom_images {
	background-image: url(../images/sidebar.bottom.images.png);
}
.sidebar_bottom_movies {
	background-image: url(../images/sidebar.bottom.movies.png);
}
.sidebar_bottom_stories {
	background-image: url(../images/sidebar.bottom.stories.png);
}
.sidebar_bottom_items {
	background-image: url(../images/sidebar.bottom.items.png);
}

.sidebar a {
	color: #000000;
	background-color: inherit;
}

.sidebar form {
	margin: 0px;
	padding: 5px;
	width: 100px;
}

.sidebar form input {
	width: 100px;
}

.sidebar form p {
	margin-top: 0px;
}

/* main */

.main {
	margin-left: 160px;
}

.main h2 {
	margin: 0px auto 10px auto;
}

.main_image {
	margin-bottom: 20px;
	text-align: center;
}

.main .form_label {
	width: 100px;
	padding-right: 5px;
	text-align: right;
}

.main input, .main textarea {
	width: 100%;
}

.main .wait {
	display: none;
	text-align: center;
}

.content_star_image {
	float: right;
	position: relative;
	top: -48px;
	left: 16px;
}

.content_side_tabs {
	padding: 50px 0px 32px 0px;
	width: 32px;
	vertical-align: top;
}

.content_tl {
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
}
.content_tl_home {
	background-image: url(../images/content_tl.home.png);
}
.content_tl_music {
	background-image: url(../images/content_tl.music.png);
}
.content_tl_images {
	background-image: url(../images/content_tl.images.png);
}
.content_tl_movies {
	background-image: url(../images/content_tl.movies.png);
}
.content_tl_stories {
	background-image: url(../images/content_tl.stories.png);
}
.content_tl_items {
	background-image: url(../images/content_tl.items.png);
}

.content_t {
	height: 32px;
	background-repeat: repeat-x;
}
.content_t_home {
	background-image: url(../images/content_t.home.png);
}
.content_t_music {
	background-image: url(../images/content_t.music.png);
}
.content_t_images {
	background-image: url(../images/content_t.images.png);
}
.content_t_movies {
	background-image: url(../images/content_t.movies.png);
}
.content_t_stories {
	background-image: url(../images/content_t.stories.png);
}
.content_t_items {
	background-image: url(../images/content_t.items.png);
}

.content_tr {
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
}
.content_tr_home {
	background-image: url(../images/content_tr.home.png);
}
.content_tr_music {
	background-image: url(../images/content_tr.music.png);
}
.content_tr_images {
	background-image: url(../images/content_tr.images.png);
}
.content_tr_movies {
	background-image: url(../images/content_tr.movies.png);
}
.content_tr_stories {
	background-image: url(../images/content_tr.stories.png);
}
.content_tr_items {
	background-image: url(../images/content_tr.items.png);
}

.content_l {
	width: 32px;
	background-repeat: repeat-y;
}
.content_l_home {
	background-image: url(../images/content_l.home.png);
}
.content_l_music {
	background-image: url(../images/content_l.music.png);
}
.content_l_images {
	background-image: url(../images/content_l.images.png);
}
.content_l_movies {
	background-image: url(../images/content_l.movies.png);
}
.content_l_stories {
	background-image: url(../images/content_l.stories.png);
}
.content_l_items {
	background-image: url(../images/content_l.items.png);
}

.content_main {
	color: inherit;
	background-color: #ffff66;
	text-align: justify;
	vertical-align: top;
}

.content_r {
	width: 32px;
	background-repeat: repeat-y;
}
.content_r_home {
	background-image: url(../images/content_r.home.png);
}
.content_r_music {
	background-image: url(../images/content_r.music.png);
}
.content_r_images {
	background-image: url(../images/content_r.images.png);
}
.content_r_movies {
	background-image: url(../images/content_r.movies.png);
}
.content_r_stories {
	background-image: url(../images/content_r.stories.png);
}
.content_r_items {
	background-image: url(../images/content_r.items.png);
}

.content_bl {
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
}
.content_bl_home {
	background-image: url(../images/content_bl.home.png);
}
.content_bl_music {
	background-image: url(../images/content_bl.music.png);
}
.content_bl_images {
	background-image: url(../images/content_bl.images.png);
}
.content_bl_movies {
	background-image: url(../images/content_bl.movies.png);
}
.content_bl_stories {
	background-image: url(../images/content_bl.stories.png);
}
.content_bl_items {
	background-image: url(../images/content_bl.items.png);
}

.content_b {
	height: 32px;
	background-repeat: repeat-x;
}
.content_b_home {
	background-image: url(../images/content_b.home.png);
}
.content_b_music {
	background-image: url(../images/content_b.music.png);
}
.content_b_images {
	background-image: url(../images/content_b.images.png);
}
.content_b_movies {
	background-image: url(../images/content_b.movies.png);
}
.content_b_stories {
	background-image: url(../images/content_b.stories.png);
}
.content_b_items {
	background-image: url(../images/content_b.items.png);
}

.content_br {
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
}
.content_br_home {
	background-image: url(../images/content_br.home.png);
}
.content_br_music {
	background-image: url(../images/content_br.music.png);
}
.content_br_images {
	background-image: url(../images/content_br.images.png);
}
.content_br_movies {
	background-image: url(../images/content_br.movies.png);
}
.content_br_stories {
	background-image: url(../images/content_br.stories.png);
}
.content_br_items {
	background-image: url(../images/content_br.items.png);
}

/* footer */

.footer {
	margin-top: 20px;
	font-size: 80%;
	text-align: right;
}
