@charset "utf-8";
/* CSS Document */

html {
    overflow-y: scroll;
    }

body {
	color:#666666;
	background-color:#FFFFF0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	}
	
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#444444;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	letter-spacing: 2px;
	text-shadow: #999 2px 2px 2px ;
	}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:21px;
	color:#CC0033;
	letter-spacing: 2px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	text-shadow: #aaa 2px 2px 2px;
	}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#CC6633;
	letter-spacing: 2px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#3333FF;
	letter-spacing: 2px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	}
		
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#3399FF;
	letter-spacing: 2px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-top: 10px;
	}
	
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#C39;
	letter-spacing: 2px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-top: 10px;
	}

p {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

br {
	margin-bottom: 2px;
}

hr {
	height: 2px;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

img {
	border: 0;
    } 
	
/* applies to GIF and PNG images; avoids blurry edges */
img[src$=".gif"], img[src$=".png"]
	{
	image-rendering: -moz-crisp-edges;  /* Firefox, future version (Gecko 1.9.2) */
    -ms-interpolation-mode: nearest-neighbor;   /* Internet Explorer 7.0+ */
    }

i {
	color: #993366;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
}
	
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666660;
	padding-bottom: 10px;

}

ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666660;
	padding-left: 30px;
	padding-bottom: 10px;
}

strong {
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-style: italic;
	letter-spacing: 1px;
}

em {

}

a {
	color:#3399FF;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	}
	
a:link {color:#3399CC;}

td {

}

a:visited {color:#3366CC;}
a:hover {
	color: #FF3366;
	text-decoration: underline;
	}

.date {
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-style: italic;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	letter-spacing: 1px;
	margin-top: 15px;
	padding-top: 2px;
}

.image_description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #666666;
}

.description {
	color: #666666;
	font-family: verdana, arial, helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
	font-size: 14px;
}

.code {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000000;
	background-color: #CCCCCC;
	padding: 10px;
	margin-right: 20px;
	margin-left: 20px;
}

#top {
	position: absolute;
	left: 0px;
	top: 0px;
	}
	
#layout {
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 1022px;
	border-width: 1px;
	border-style: solid; 
	border-color: #47320E;
	border-radius: 15px;
	}
	
#site_content {
	margin-right: auto;
	margin-left: auto;
	width: 1020px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	background-image: url(images/bg_red_middle.png);
	background-repeat: repeat-y;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	}
	
#header_logo {
	margin-top: 5px;
	float: left;
	padding-left: 5px;
}

#header_section {
	margin-top: 5px;
	float: right;
	padding-right: 5px;
	padding-top: 1px;
}

#header_navigation {
	clear: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	background-image: url(images/bg_blue.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	}
	
#header_title {
	clear: left;
	padding-bottom: 5px;
	padding-left: 10px;
	}

#content {
	margin-left: 175px;
	padding-top: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	}
		
#middle {
	float: left;
	width: 59%;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

#left {
	float: left;
	width: 170px;
	text-align: right;
	padding-right: 5px;
	padding-top: 10px;
}

#right {
	float: right;
	width: 220px;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
}
	
#header {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	}	

#footer {
	position: relative;
	padding-left: 5px;
	clear: both;
	background-image: url(images/bg_blue.png);
	background-repeat: repeat-x;
	background-position: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	}
	
#countdown {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 40px;
	margin-right: 40px;
	text-align: center;
	background-image: url(images/bg_yellow_double.png);
	background-repeat: repeat-y;
	background-position: 50%;
}
	
/* Main section */
#section_icons {
	float: left;
}

#flags {
	float: right;
	clear: right;
}

.gamelist_left {
	clear: right;
	z-index: 10;
}

.gamelist_right {
	z-index: 10;
}
/* End Main section */
	
.nextlinkright {
	text-align: right;
	font-size: 20px;
	}
	
.nextlinksectionindex {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#CC6633;
	letter-spacing: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	}
	
.align_left {
	text-align: left;
}

.align_right {
	text-align: right;
}

.align_center {
	text-align: center;
}

.table_otomedius_x_music_dlc {
	border-spacing: 2px;
	border-collapse: separate;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #CCC;
	margin-bottom: 20px;
	width: 100%;
    }
	
.table_otomedius_x_music_dlc th {
	padding: 1px;
	border: 1px inset #999;
	background-color: #ffffcc;
    white-space: nowrap;
	table-layout: fixed;
	text-align: left;
    }
	
.table_otomedius_x_music_dlc td {
	padding: 1px;
	border: 1px inset #999;
	table-layout: fixed;
    }
	
.table_otomedius_g_music_dlc {
	border-spacing: 2px;
	border-collapse: separate;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #CCC;
	margin-bottom: 20px;
	width: 100%;
    }
	
.table_otomedius_g_music_dlc th {
	padding: 1px;
	border: 1px inset #999;
	background-color: #ffffcc;
    white-space: nowrap;
	table-layout: fixed;
	text-align: left;
    }
	
.table_otomedius_g_music_dlc td {
	padding: 1px;
	border: 1px inset #999;
    white-space: nowrap;
	table-layout: fixed;
    }
