/* 
	Size reference: (see http://style.cleverchimp.com/font_size_intervals/altintervals.html) 
	xx-small: 10 px
	x-small:  12 px
	small:    14 px
	medium:   16 px
	large:    19 px
	x-large:  24 px
	xx-large: 32 px
*/

#other_body
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #eaf1ef;
	background: #231816;
}

h1 {color: #FCB43E; font-size: 32px; font-family: Garamond}
h2 {color: #FCB43E; font-size: 24px; font-family: Garamond}
h3 {color: #FCB43E; font-size: 19px; font-family: Garamond}
h4 {color: #FCB43E; font-size: 16px; font-family: Garamond}

p {
	color: #F4DCB3;
}

table {
	font-size: 12px;
}

a:visited {
	color: #c4d4f0;	
	text-decoration: none;
}

a:hover {
	color: #D9E9FF;	
	text-decoration: underline;
}

a:link {
	color: #c4d4f0;	
	text-decoration: none;
}

a.download_link:visited {
	color: #FF3333;	
	text-decoration: none;
}

a.download_link:hover {
	color: #FF1111;	
	text-decoration: underline;
}

a.download_link:link {
	color: #FF3333;	
	text-decoration: none;
}

li {
	color: #F4DCB3;
}

img {
	border: 0;
}

/* Custom styles */

.title
{
	color: #FCB43E;
	font-weight: bold;
}

.title_2
{
	color: #c4d4f0;
	font-weight: bold;
}

.notice_text {
	color: #BBBBBB;
	font-size: 10px;
}

.input_form {
	font: 12px Verdana; 
 	background: transparent; 
 	color: white; 
	border: 0;
	padding: 2px;
 }

.input_select {
	font: 12px Verdana; 
	height: 18px;
 	color: white;
	border: 0px;
	padding: 0px;
	cursor: pointer;
 }
 
.input_submit {
	font: 10px Verdana; 
 	color: black;
	border: 1px solid #9e9e90;
	padding: 0px;
	cursor: pointer;
 }

.error_notice {
	color: red;
}

.online_notice {
	color: green;
	font-weight: bold;
	font-size: x-small;
}

.offline_notice {
	color: red;
	font-weight: bold;
	font-size: x-small;
}

div#download_tips
{
	margin: 0px 20px 0px 20px;
	display: none;
}

.content_td1
{
	padding-left: 10px;
	padding-right: 2px;
	padding-top: 10px;
	padding-bottom: 0px;
}

.content_td2
{
	padding-left: 0px;
	padding-right: 2px;
	padding-top: 5px;
	padding-bottom: 0px;
}

.ranking_td
{
    border-color: #444444;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 4px;
}

.download_link
{
	cursor: pointer;
}

.download_link_exp
{
	cursor: pointer;
}

.tipete_header
{
	width: 100%;
	background: url(../../images/common/yuisy_bg_tile.png) repeat-x;
	height: 30px;
}

.tipete_logo
{
	float: left;
	display: block;
	text-indent: -9999em;
	background:url(../../images/common/yuisy_left_logo.png) no-repeat;
	width: 105px;
	height: 30px;
	margin: 0px;
}

.tipete_back
{
	float: right;
	display: block;
	text-indent: -9999em;
	background:url(../../images/common/yuisy_right_back.png) no-repeat;
	width: 180px;
	height: 30px;
	margin: 0px;
}