﻿/*
CSS基础库 Layton 2009-01-13
*/
/* =0 Reset
–––––––––––––––––––––––––*/
@import url('reset.css');
/* =1 Global
–––––––––––––––––––––––––*/
body { color: #333333; margin:0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; }

.crazyfont { font-family: "微软雅黑",Arial,Helvetica,Verdana,sans-serif; 	font-size:12px; }
.f_right { float: right; }
.f_left { float: left; }
.align-left { text-align: left; }
.align-right { text-align: right; }
.align-center { text-align:center; }
.justify { text-align:justify; }
.hide { display: none; }
.clear { clear: both; }
.bold { font-weight:bold; }
.italic { font-style:italic; }
.underline { border-bottom:1px solid; }
.highlight { background:#ffc; }

img.centered { display: block; margin-left: auto; margin-right: auto; }
img.alignleft { float:left; margin:4px 10px 4px 0; }
img.alignright { float:right; margin:4px 0 4px 10px; }
.hand{ cursor:pointer; cursor:hand; }

.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: block; }
html[xmlns] .clearfix { display: block; }
*html.clearfix { height: 1%; }
.nowrap { WHITE-SPACE: nowrap; }
/* =2 Links
–––––––––––––––––––––––––*/
a:link,a:visited,a:hover,a:active { color: #333; text-decoration:none; }
/*a:hover { color: #FF0000; text-decoration:none; }
a:active { color: #111; }*/
/*	Impromptu's
–––––––––––––––––––––––––*/
.jqifade{ position: absolute; background-color: #C1C1C1; }
div.jqi{ width: 350px; font-family: Arial, Verdana, Helvetica, sans-serif; position: absolute; background-color: #FFF; font-size: 12px; text-align: left; border: 1px solid #85B5D9; padding: 7px; 
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; }
div.jqi .jqicontainer{ font-weight: bold; }
div.jqi .jqiclose{ position: absolute; top: 4px; right: -2px; width: 18px; cursor: default; color: #85B5D9; font-weight: bold; }
div.jqi .jqimessage{ padding: 10px; line-height: 20px; color: #2B6D7B; }
div.jqi .jqibuttons{ text-align: right; padding: 5px 0 5px 0; background-color: #FFF; }
div.jqi button{ padding: 3px 10px; margin: 0 10px; background-color: #2F6073; border: solid 1px #f4f4f4; color: #FFF; font-weight: bold; font-size: 12px; }
div.jqi button:hover{ background-color: #728A8C; }
div.jqi button.jqidefaultbutton{ background-color: #85B5D9; }
.jqiwarning .jqi .jqibuttons{ background-color: #85B5D9; }