@import url('../_css/reset.css');

/* Global Setting */
html, body {
    margin: 0;
    padding: 0;
    text-align: center;
    height: 100%;
}
* {
    font: 12px Arial;
    color: #262626;
}
a {
    color: auto;
}
a:link {
    color: #06f;
}
a:visited {
    color: #06f;
}
a:active {
    color: #06f;
}
a:hover {
    color: #f60;
}

* { 
    outline: none; 
}
*::-moz-focus-inner { 
    border: none; 
}
.hidden {
    display: none;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 14px;
}

b {
	font-weight: bold;
	font-size: inherit;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.btn_big {
    margin-left: auto;
    margin-right: auto;
    width: 275px;
    height: 50px;
    line-height: 50px;
    background: url('../images/btn_big_N.png') no-repeat;
    font-size: 20px;
    font-weight: bold;
    display: block;
    text-align: center;
    color: #fff;
    border: none;
    cursor: pointer;
}


/**************************************************
action button
**************************************************/

.btn_process_area{
	zoom: 1;
	margin: 5px 0 10px 0;
}

.btn_process_area:after{
	content:'.';
	height:0px;
	visibility:hidden;
	display:block;
	clear:both;
}

.btn_process {
    font-size:15px;
}

.btn_process,
.btn_process_focus{
	display: inline-block;
/*	display: block;
	float: left;*/
	background:url(../images/btn_save_L.png) no-repeat 0 0;
	line-height: 15px;
	height: 35px;
	color:#fff;
	font-weight: bold;
	text-decoration:none;
	padding:0px 0px 4px 20px;
	cursor: pointer;
}

.btn_process span,
.btn_process_focus span{
	display: block;
	background:url(../images/btn_save_R.png) no-repeat right 0;
	padding: 10px 50px 15px 30px;
	color:#fff;
}

.btn_process:hover,
.btn_process_focus:hover{
	background-position: 0 -42px
}

.btn_process:hover span,
.btn_process_focus:hover span{
	background-position: right -42px;
}

.btn_process:active,
.btn_process_focus:active{
	background-position: 0 -84px
}

.btn_process:active span,
.btn_process_focus:active span{
	background-position: right -84px;
}

.btn_process:focus {
	outline: none;
}

#action_area {
	text-align: right;
	padding: 10px 0 80px;
}


/**************************************************
small button
**************************************************/
.btn_action_area{
	zoom: 1;
	margin: 5px 0 10px 0;
}

.btn_action_area:after{
	content:'.';
	height:0px;
	visibility:hidden;
	display:block;
	clear:both;
}

.btn_action,
.btn_action_focus{
	display: inline-block;
/*	display: block;
	float: left;*/
	background:url(../images/btn_left.png) no-repeat 0 1px;
	line-height: 4px;
	height: 29px;
	color:#fff;
	font-size:12px;
	font-weight: normal;
	text-decoration:none;
	padding:0px 0px 0px 15px;
	cursor: pointer;
	margin-right: 5px;
}

.btn_action span,
.btn_action_focus span{
	display: block;
	background:url(../images/btn_right.png) no-repeat right 1px;
	line-height: 16px;
	padding: 6px 20px 8px 6px;
	color:#000;
	font-size: 12px;
	border:0px solid red;
}
.btn_action span.btn_icon,
.btn_action_focus span.btn_icon{
	padding: 6px 20px 8px 20px;
}

.btn_action:hover,
.btn_action_focus:hover{
	background-position: 0 -28px
}

.btn_action:hover span,
.btn_action_focus:hover span{
	background-position: right -28px;
}

.btn_action:active,
.btn_action_focus:active{
	background-position: 0 -57px;
}

.btn_action:active span,
.btn_action_focus:active span{
	background-position: right -57px;
}

.disabled{
	background-position: 0 -86px;
	cursor:default;	
}
.disabled span{
	color:#999;
	background-position: right -86px;
	cursor:default;
}
.disabled:hover{
	background-position: 0 -86px;
}
.disabled:hover span{

	background-position: right -86px;
}

.focus{
	background-position: 0 -115px;
}
.focus span{
	background-position: right -115px;
}

.btn_action:focus {
	outline: none;
}

.btn_icon img{
	border:0px solid #333;
	margin-left:-15px;
	vertical-align:baseline;
	position:absolute;
	margin-top:2px;
}

.info {
	vertical-align: middle;
}

/*
avatar clipper
*/

.profile_image a{
    z-index: 10;
    position: absolute;
	top: 0px;
    width: 72px;
    height: 72px;
    background: transparent url('../images/icon_small.png') no-repeat;
    text-decoration: none;
}

.profile_image span {
	font-size: 10px;
    display: block;
    text-align: center;
    position: absolute;
    bottom: -28px;
    border: 0px solid #00f;
    width: 72px;
}
}

.avatar_clipper {
    z-index: -1;
    position: absolute;
    left: 0px;
    width: 62px;
    height: 62px;
    clip: rect(0px,62px,62px,0px);
    overflow: hidden;
}

/**************************************************
Trend dialog; 
other CSS are defined in _css/jquery-ui-1.8.2.custom.css dialog
**************************************************/

.trend_dialog  p.btn_block{
	text-align:right;
	border:0px solid #333;
}

.preference_status {
	background-color: #f00;
	border-radius: 10px;
	color: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 10px;
	padding: 7px 7px 7px 25px;
	margin: 0 0 20px;
	font-size: 0.8em;
}