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

h1, h2, h3, h4, h5 { color:#0d60ac; text-align:left; margin-top:0; }
h1 { font-size:24px; }

#MainStage
{
	width:1000px;
	margin:0 auto;
}

#AppHeader
{
	height:92px;
	vertical-align:bottom;
}

#MenuTop
{	
	margin:30px 60px 0 0;
	float:right;
}

#AppContentStage
{
	background:url(../EmoSocial1/images/stage_09.png) no-repeat top left;
	width:1000px;
	height:660px;
}

#AppHeaderLinks
{
    padding:6px 0 0 0;
}

#AppHeaderLinks, #AppHeaderLinks a:link, #AppHeaderLinks a:visited
{
    color:#d2ebfe;
}
#AppHeaderLinks a:hover
{
    color:#FFF;
}

#AppFooter
{
    color:#d2ebfe;
}

/*** Account Content ***/
.AccountContentWrapper
{
    padding:40px;
    line-height:normal;
}
.AccountContent
{
    text-align:left;
    color:#666;
    padding:20px;
    height:420px;
    border:1px solid #e6c57d;
    border-top:1px solid #e6c57d;
    background:#FFF;
    overflow:auto;
}

table.tableList { width: 99%; border-collapse:collapse; }
table.tableList thead th { border-bottom:2px solid #659acb; color:#FF9900; padding:4px 0 3px 4px; }
table.tableList tr { border-bottom:1px solid #E4E4E4; }
table.tableList td { padding:4px 0 3px 4px; background: url(../images/hp_gradient_bg.png) repeat-x bottom left; }

.AccountContent h3 { background:#f0f6fb; border-bottom:1px solid #CCC; padding-left:4px; }

