/* CSS Document */
@import url('app.css');
@import url('tableEffects.css');

body { margin: 0px;
background-image: url(../images/mainBG.gif);
font-family: Arial, Helvetica, sans-serif;
background-position: 0% 0%;
background-repeat: repeat-x; } 

#bottom { background-image: url(../images/bottom.gif);
background-position: bottom;
background-repeat: repeat-x;
vertical-align: top;
background-color: #ffffff; } 

#headerMenu { height: 38px; }

#textBox{	
	height: 350px;
	vertical-align: top;
	border: 1px #333333 solid;
	padding: 10px 7px 20px 7px;
}
p{
	color: #666666;
	font-size:12px;
}
h1, h2, h3{ color: #666666; }
h1{ font-size:20px; }
h2{ font-size: 18px; }
h3{ font-size: 14px; }

#menuBox { 
	padding: 0 15 0 15;
	text-align:right;
	font-size: 12px;
	
	margin:0px;
}
#menuBox a{
	display:inline-block;
	background-color: #FFFFFF;
	font-weight: bold;
	font-style: normal;
	color: #666666;
	text-decoration: none;
	padding: 3 10 3 10;
	margin:0px;
	height: 20px;
	border:none;
}
#menuBox a:hover{
	background-color: #cccccc;
	/*color: #ffffff;*/
}
#copyright { color: #666666;
font-size: 10px;

font-weight: bold;
padding: 0 0 17 0;
text-align: center; }

#en { padding: 0 35 0 0; }

#title { color: #5A6E85;
font-size: 18px;

font-weight: bold;
font-style: italic;
padding: 0 0 4 10; }

a { color: #666666; text-decoration: underline; border-bottom: 1px solid #ffffff; }

a:hover { border-bottom: 1px solid #999999; }

#bdr1 { background-image: url(../images/bdr1.gif);
background-repeat: no-repeat;
background-position: top left; }

.credit{
	text-align:right;
	font-size:10px;
}
.credit a{
	color:#999999;
	text-decoration:none;
}
.credit a:hover{
	color: #5A6E85;
	text-decoration:underline;
}

.sign_config_area, .campaign_config_area{
	display:none;
}
.sotryboard{
	height: 26px;
	background-image:url(../images/story_board_earth.png);
	background-position: left;
	background-repeat:no-repeat;
	padding-left: 50px;
}