﻿html
{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

body
{
	text-align:center;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	font-family: Arial;
	font-size:10pt;
    letter-spacing: 0px;
	overflow-y:auto;
	overflow-x:auto;
	min-height:100%;
}

#MainHeader
{
    width:100%;
    text-align:center;
	background-image:url('images/menu_bg.png');
	background-repeat:repeat;
	height:130px;
}

.Header
{
	background-image:url('images/header_sanrio_top.png');
	background-repeat:no-repeat;
	width:1144px;
	height:84px;
	position:relative;
	top:0;
}

.MemberInfo
{
	position:relative;
	top:0;
	left:403px;
    width:100px;
    height:35px;
    color:#ee2f80;
    font-weight:bolder;
    font-weight:bold;
    font-size:9pt;
    line-height:35px;
}

.HeaderLeft
{
	width:1144px;
	height:28px;
	background-position:left bottom;
	background-image:url('images/header_sanrio_bottom_left.png');
	background-repeat:no-repeat;
}

.HeaderRight
{
	width:1144px;
	height:28px;
	background-position:right bottom;
	background-image:url('images/header_sanrio_bottom_right.png');
	background-repeat:no-repeat;
}

.HeaderLeftSelect
{
	width:1144px;
	height:28px;
	background-position:left bottom;
	background-image:url('images/header_sanrio_bottom_left_hover.png');
	background-repeat:no-repeat;
}

.HeaderRightSelect
{
	width:1144px;
	height:28px;
	background-position:right bottom;
	background-image:url('images/header_sanrio_bottom_right_hover.png');
	background-repeat:no-repeat;
}

#MainContent
{
	background-color:#FFF9C2;
	width:auto;
	height:650px;
	padding-bottom:50px;
}

.SearchBox
{
	position:relative;
	top:25px;
	left:0;
	background-image:url('images/searchBox.png');
	background-repeat:no-repeat;
	width:122px;
	height:97px;
}

.SearchTextArea
{
	border:2px #FFD204 solid;
	width:98px;
	font-size:9pt;
	height:18px;
	position:relative;
	left:4px;
	top:15px;
	float:left;
}

.SearchTextAreaHighLight
{
	border:2px #FFD204 solid;
	width:98px;
	font-size:9pt;
	height:18px;
	position:relative;
	left:4px;
	top:15px;
	float:left;
    background-color: #F6D3F1;
    color: #000000;
}

.SearchButton
{
	width:104px;
	height:32px;
	position:relative;
	left:4px;
	top:24px;
	float:left;
}

.FunctionBox
{
	position:relative;
	top:40px;
	left:0;
	width:122px;
	/*background-image:url('images/FunctionBox.png');
	background-repeat:no-repeat;
	height:336px;*/
}

.FunctionBoxTop
{
	position:relative;
	background-image:url('images/FunctionBox_top.png');
	background-repeat:no-repeat;
	width:122px;
	height:14px;
}

.FunctionBoxBottom
{
	position:relative;
	background-image:url('images/FunctionBox_bottom.png');
	background-repeat:no-repeat;
	width:122px;
	height:16px;
}

.Function
{
	position:relative;
	width:122px;
	background-image:url('images/FunctionBox_body.png');
	background-repeat:repeat-y;
	/*height:330px;*/
}

#MainFooter
{
	position:relative;
	bottom:0;
	left:0;
	width:100%;
	height:146px;
	background-color:#692E00;
}

.FooterText
{
	float:right;
	width:200px;
	height:auto;
	text-align:left;
    font-size:7pt;
    font-weight:bold;
    color:#fff;
}

.FooterImage
{
	background-image:url('images/FooterImage.png');
	background-repeat:no-repeat;
	width:69px;
	height:59px;
	position:relative;
	top:-54px;
	left:86px;
	float:right;
	
}

.PoweredText
{
	float:right;
	width:180px;
	height:auto;
	text-align:left;
    font-size:7pt;
    font-weight:bold;
    color:#fff;
}

.PoweredText a, .PoweredText a:active, .PoweredText a:hover, .PoweredText a:visited
{
	text-decoration:none;
    font-size:7pt;
    font-weight:bold;
    color:#fff;
}
			
#ContentPane
{
	position:absolute;
	top:159px;
	width:1000px;
	left:150px;
	height:auto;
	text-align:left;
	float:left;
}

.pannelloComandi
{
    overflow:hidden;
}

a, a:hover, a:link, a:visited, a:active
{
    text-decoration:none !important;
}

.highlight
{
    background-color: #F6D3F1;
    color: #000000;
}

.modalBg {background-color:Transparent;filter:alpha(opacity=80);opacity:0.8;}
.modalPanel {background-color:#FFF9C3;border-width:3px;border-style:solid;border-color:Gray;padding:3px;width:auto;}

.FileManagerMouseOver
{
	background-color:#F7F6F3; 
}

.FileManagerMouseOut
{
	background-color:#FFFFFF;
}

/*Opera Fix*/
body:before 
{
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}

/* -- Light box effect -- */
.black_overlay{
    display:none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color:Silver;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}

.white_content {
    display:none;
    position: absolute;
    top: 10%;
    left: 25%;
    width: 500px;
    padding: 0px;
    border: 0px solid #a6c25c;
    background-color: white;
    z-index:1002;
    overflow: auto;
}
/* -- End Light box effect -- */

.chkChoice input 
{
    margin-left: -5px; 
}

.chkChoice, .chkChoice label
{
    white-space:nowrap;
}

.DashedRow
{
    border-top-style:dotted;
    border-top-color:#FFC962;
    border-top-width:3px;
    border-bottom-style:dotted;
    border-bottom-color:#FFC962;
    border-bottom-width:3px;
    width:100%;
}

.normalfld
{
	background-color: #FFFFFF;
}

.focusfld
{
	background-color: #F6D3F1;
}

/*AutoComplete flyout */
.autocomplete_completionListElement 
{  
	margin:0px!important;
	background-color:#FFF9C2;
	color:windowtext;
	border:2px #FFD204 solid;
	cursor:'default';
	overflow:auto;
	height:auto!important;
    text-align:left!important;
    list-style-type:none;
    position:absolute;
    left:110px!important;
    top:15px!important;
    padding:0px!important;
}

/* AutoComplete highlighted item */
.autocomplete_highlightedListItem
{
    background-color:#F6D3F1;
    color:#000000;
	padding:1px;
    text-align:left;
}

/* AutoComplete item */
.autocomplete_listItem 
{
    text-align:left;
	padding:1px;
}

div#progressBackgroundFilter {
    position:fixed; 
    top:0px; 
    bottom:0px; 
    left:0px;
    right:0px;
    overflow:hidden; 
    padding:0; 
    margin:0; 
    background-color:#000; 
    filter:alpha(opacity=50); 
    opacity:0.5; 
    z-index:10000; 
}

div#processMessage { 
    position:fixed; 
    top:30%;
    left:43%;
    padding:10px; 
    width:14%; 
    z-index:10010; 
    background-color:#ffffff;
    border:solid 1px #000;
    text-align:center;
}