/* GLOBAL */
* {
    margin: 0px;
    outline: 0 none;
    padding: 0px;
}
body {
    background-image:url('images/bgJap2.png');
    background-repeat:no-repeat;
    background-attachment:scroll;
    background-position:center -25px; 
    background-color: #000000;
    color: #aaaaaa;
    font-family: Arial, sans-serif;
    font-size: 12px;
}
a {
    color: green;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
img {
	border: 0px;
}

/* SPECIAL */
.container {
    width: 940px;
    margin: 0 auto;
}
.clear {
    clear: both;
    line-height: 0px;
    height: 0;
    font-size: 0;
}
.right {
    float: right !important;
}
.center {
	width: 100%;
	text-align: center !important;
	display: inline-block;
}
.left {
	float: left !important;
}
.white {
    color: white;
}
.hl {
    border-bottom: 1px solid white;
    height: 25px;
}
.error {
    color: red;
    margin-bottom: 4px;
    font-weight: bold;
    font-size: 14px;
}

.errorMsg {
    border: 1px solid red;
    margin-bottom: 10px;
    padding: 5px;
}

.goodMsg {
    border: 1px solid green;
    margin-bottom: 10px;
    padding: 5px;
}

.hidden {
    display: none;
}

.dark {
	color: #555555;
}

/* HEADER */   
.header {
    height: 150px;
    padding-bottom: 2px;
}
.header_userinfo {
    float: right;
    margin-top: 43px;
    background: black; 
    width: 280px;
    height: 60px;
    border: 1px solid #AAAAAA;
    border-bottom: 1px solid #444444;
    padding:3px;
}
.header_userinfo img {
    padding-right: 8px;
    float: left;
}
.header_userinfo a {
    font-size: 14px;
    font-weight: bold;
}
.navigation {
    background: #000000;
    height: 25px;
    border-top: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA; 
}

/* NAVIGATION */
/* see extra/dropdown-menu/css/style.css  hello from nat */

/* CONTENT */
.content {
    
}
.main {
    float: left;
    width: 660px;
}
h1 {
    color: #FFFFFF;
    font-size: 18px;
    /*padding-bottom: 4px;*/
    font-weight: normal;
    display: inline-block;
    height: 23px;
}
h2 {
    color: #FFFFFF;
    font-size: 16px;
    padding-bottom: 4px;
    font-weight: normal;
}
h3 {
    color: #FFFFFF;
    font-size: 12px;
    padding-bottom: 4px;
    font-weight: normal;
    display: inline;
}
p {
    margin: 10px 0;
    color: #AAAAAA;
    text-align: justify;
    font-size: 13px;
}

fieldset {
    padding: 10px 0;
    border: 0px;
}

input, select {
    border: 1px solid white;
    background: black;
    padding: 2px;
    margin-top: 2px;
    margin-bottom: 5px;
    color: white;
    width: 244px;
}

input.clean {
	border: 0px;
	padding: 0px;
	background: none;
	width: auto;
}

textarea {
	background: black;
	font-family: Arial, sans-serif;
	color: white;
	border: 1px solid white;
	font-size: 12px;
}

select {
    width: 250px;
}

.submit {
    width: auto;
    border: 0px;
    padding: 0px;
    margin-left: 0px;
    text-align: right;
    cursor: pointer;
    float: right;
}

.submit:hover {
    color: #00FF00;
}

/* PAGE NAVIGATION */
ul.page_navigation {
    margin-bottom: 15px;
}

ul.page_navigation li {
    float: left;
    margin-right: 8px;
    height: 30px;
}

ul.page_navigation li a {
    border: 1px solid #111111;      
    padding: 4px 8px;
}

ul.page_navigation li a:hover {
    background: #111111;
    text-decoration: none;
}

ul.page_navigation li a.current {
    border: 1px solid #111111;
    background: #111111;
    color: white;     
    padding: 4px 8px;          
}

/* SIDEBAR */
.sidebar {
    float: right;
    width: 250px;
}
.sidebar_title {
    border-bottom: 1px solid white;
    height: 25px;
    margin-bottom: 10px;
}
.sidebar_icons {
    float: right;
    padding-top: 7px;
    display: none;
}
.sidebar_icons_settings {
    height: 12px;
    padding-right: 4px;
    border: 0px;
    cursor: pointer;
}
.sidebar_icons_hide {
    height: 12px;
    padding-right: 4px;
    border: 0px;
    cursor: pointer;
}
.sidebar_icons_move {
    height: 12px;
    padding-right: 4px;
    border: 0px;
    cursor: move;
}
.sidebar_icons_close {
    height: 12px;
    border: 0px;
    cursor: pointer;
}
#sidebar_drag li {
    background: black;
    margin-bottom: 20px;
}
.sidebar div {
    font-size: 12px;
}

.sidebar .settings {
    position: relative;
    background-color: #111111;
    top: -10px;
    padding: 5px;
    display: none;
}

.sidebar .top5 {
    display: inline;
}

.sidebar .top5 span {
    width: 30px;
    display: inline-block;
}

.sidebar .top5 a {
    width: 85px;
    display: inline-block;
}

.sidebar .advert {
	text-align: left;
	padding-bottom: 4px;
}

.sidebar .advert a {
	color: #444;
}

.sidebar .advert b a {
	color: green;
}

/* FOOTER */

.footer {
    width: 100%;
    text-align: left;
    border-top: 1px solid #AAAAAA;
    padding-top: 10px;
    height: 15px;
    padding-bottom: 10px;
    margin-top: 45px;
}

.code_list, .members_list {
    padding: 3px;
}

.code_alt, .members_alt {
    background-color: #151515;
}

/* MESSAGES */
.message {
	padding: 8px;
    border-bottom: 1px solid #444444;
}

.message_first {
    border-top: 1px solid #444444;
}

.message .image {
    float: left;
    margin-right: 10px;
}

.message .title {
    font-size: 16px;
}

.message_unread {
    background-color: #111;
}

.newMessage label {
	font-weight: bold;
	width: 100px;
	text-align: right;
	display: inline-block;
	padding-right: 6px;
}

.newMessage textarea {
	border: 1px solid white;
	color: white;
    padding: 2px;
    margin-top: 2px;
    margin-bottom: 5px;
    width: 400px;
    height: 100px;
}

.newMessage .submit {
	
}

.message textarea {
	border: 1px solid #888;
	color: white;
    padding: 2px;
    margin-top: 2px;
    margin-bottom: 5px;
    width: 500px;
    height: 80px;
}


/* LEVELS */
#level_container {
    float: right;
    width: 470px;
}

#level_area {
    text-align: center;
    margin-bottom: 25px;
    margin: auto;
    width: 420px;
}

#level_area h1 {
    display: block;
    padding-bottom: 5px;
}

#level_area form {
    text-align: left;
    padding-top: 20px;
}

#level_area form fieldset {
    margin: auto;
    width: 244px;
}

.level_sidebar {
    width: 180px;
    float: left;
    margin-right: 10px;
}

#level_sidebar_levels a {
    text-decoration: none;
    color: #CCCCCC !important;
    padding: 2px;
    display: block;
}

#level_sidebar_levels a:hover {
    background-color: #151515;
}

#level_sidebar_levels li {
    font-weight: bold;
}

#level_sidebar_levels li ul li a {
    font-weight: normal;
    color: #FFFFFF !important;
    border-left: 3px solid red;
    margin: 4px;
    margin-left: 10px;
    padding: 0 0 0 4px;
}

.level_message_title {
    width: 100%;
    border: 1px solid #333333;
    padding-right: 5px;
    padding-left: 5px;
    background-color: #333333;
    text-align: left; 
}

.level_message_body {
    border: 1px solid #333333;
    padding: 5px;
    width: 100%;
    color: white;
}

/* SETTINGS */
.settings ul.tabs li {
    float: left;
}

.settings ul.tabs li a {
    padding: 5px 10px;
    border: 1px solid #444;
    border-right: 0px;
    background: black;
    color: white;
    text-decoration: none;
    background: #000000;
}

.settings ul.tabs li a:hover {
    background: #333;
}

.settings ul.tabs li a.current {
    background: #444444;
}

.settings ul.tabs li a.last {
    border-right: 1px solid #444;
}

.settings .content {
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #444;
}

.settings #input_profile {
    border: 1px solid #EEEEEE;
    background: #FFFFFF;
}

.settings .item {
	padding: 4px 10px;
	height: 15px;
}

.settings .odd {
	background: #222;
}

.settings .item .name {
	padding: 0px;	
	float: left;
	line-height: 15px;
}

.settings .item .action {
	float: right;
}

.settings .item .action input {
	width: 50px;
}

.settings .settings_profile fieldset {
	border-bottom: 1px solid #333;
	padding: 5px 0;
}

.settings .settings_profile label {
	width: 100px;
	display: inline-block;
	text-align: right;
	padding-right: 5px;
}

.settings .settings_profile select {
	width: auto;
	margin-right: 10px;
}

.settings .settings_profile textarea {


	width: 510px;
	height: 100px;
	padding: 3px;
}

.settings .settings_profile input.submit {
	margin-top: 10px;
}

/* OTHER */
.code {
    border: 1px solid #aaaaaa;
    padding: 10px;
    padding-left: 0px;
    margin: 15px 15px 0 15px;
    width: 620px;
    font-family: monospace;
    background-color: #EEE;
}

.code ol {
    margin-left: 30px;
    color: black;        
}




input:-webkit-autofill {
    color: black !important;
}

