@charset "utf-8";

/*  */
html,body {
	scrollbar-face-color: #DDEEFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #99BBCC;
	scrollbar-3dlight-color: #AACCDD;
	scrollbar-arrow-color: #6688AA;
	scrollbar-track-color: #EEEEEE;
	scrollbar-darkshadow-color: #DDEEFF;
}

html {
	height: 100%;
}

body {
	background-color: #FFFFFF;
	color: #444444;
	height: 100%;
	margin: 0;
	padding: 0;
}

a {
	color: #08d;
	text-decoration: none;
	border: 0;
	background-color: transparent;
}

a:hover {
	color: #f80;
	text-decoration: underline;
}

a:active,a:focus {
	color: #f60;
	text-decoration: none;
}

a.selected {
	background: #2266BB;
	color: #CCFFFF;
	text-decoration: none;
}

a[href ^="#"]:focus,a[href ^="javascript"]:focus {
	outline: 0;
	-moz-outline-style: none;
}

a[disabled] {
	text-decoration: none;
	cursor: default;
}

div,blockquote,q,iframe,form,ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,p {
	margin: 0;
	padding: 0;
}

ul,dl,li {
	list-style: none;
}

a img {
	border: none 0;
	vertical-align: middle;
}

img {
	-ms-interpolation-mode: bicubic;
}

body,td,textarea {
	line-height: 1.4;
}

textareap,p {
	word-break: break-all;
	word-wrap: break-word;
}

body,input,textarea,select,button {
	margin: 0;
	font-size: 12px;
	font-family: Tahoma, SimSun, sans-serif;
}

li {
	font-family: SimSun, Tahoma, sans-serif;
}

div,p,table,th,td,font {
	font-size: 1em;
	font-family: inherit;
	line-height: inherit;
}

em,i,u,q,s,dl,caption,dfn,var,address,cite,s,strike,ins {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

iframe {
	border-style: solid;
	border-color: #778899;
	border-width: 0;
}

form {
	
}  /* display: inline; form为inline时在ie6下可能出现相邻元素布局错误*/
h1 {
	font-size: 24px;
	font-family: SIMHEI, sans-serif;
	font-weight: normal;
}

h2 {
	font-size: 20px;
	font-family: SIMHEI, sans-serif;
	font-weight: normal;
}

h3 {
	font-size: 16px;
	font-family: Arial, sans-serif;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	font-family: Arial, sans-serif;
	font-weight: bold;
}

h5 {
	font-size: 13px;
	font-family: SIMSUN, sans-serif;
	font-weight: bold;
}

h6 {
	font-size: 12px;
	font-family: SIMSUN, sans-serif;
	font-weight: bold;
}

q:before,q:after,blockquote:before,blockquote:after {
	content: "";
	content: none;
}

blockquote,q {
	quotes: "" "";
}

caption {
	text-align: left;
}

hr {
	clear: both;
	margin: 7px 0; +
	margin: 0;
	border: 0 none;
	font-size: 1px;
	line-height: 1px;
	color: #ddd;
	background-color: #ddd;
	height: 1px;
}

label {
	margin-right: 0.5em;
	white-space: nowrap;
}

em {
	color: #336699
}

i {
	color: #669900
}

pre,code {
	font-family: monospace;
}

/**常用颜色**/
.red {
	color: #FC0008
}

.lightred {
	color: #FD545A
}

.deepred {
	color: #A80005
}

.green {
	color: #14AD00
}

.lightgreen {
	color: #81D246
}

.deepgreen {
	color: #0D7300
}

.blue {
	color: #003BAD
}

.lightblue {
	color: #448ECC
}

.deepblue {
	color: #002773
}

.yellow {
	color: #FFC500
}

.lightyellow {
	color: #FFEB55
}

.deepyellow {
	color: #AA8300
}

.black {color #000000
	
}

/*Bugfix: 一些bug的修正 */
* html textarea {
	overflow: scroll;
	overflow-x: hidden;
}  /*使多行文本框不显示默认的竖向滚动条*/
* html iframe,* html frame {
	overflow: auto;
}  /*使浮动窗口不显示默认的竖向滚动条*/ /*form*/
input {
	margin: 0;
	vertical-align: middle;
	color: #114477;
}

input.inputText {
	color: #336699;
	background: url(../images/text_bg.gif) #F7FAFC repeat-x left top;
	border: 1px solid #6688AA;
	border-color: #778899 #AABBCC #AABBCC #8899AA;
	padding: 2px;
	vertical-align: middle;
}

input[type="text"],input[type="password"] {
	color: #336699;
	background: url(../images/text_bg2.gif) #F7FAFC repeat-x left top;
	border: 1px solid #6688AA;
	border-color: #778899 #AABBCC #AABBCC #8899AA;
	padding: 2px 2px 3px; +
	padding: 2px;
	vertical-align: middle;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

input.inputTextHover {
	border-color: #00ccff;
}

input[type="text"]:hover,input[type="password"]:hover {
	border-color: #00ccff;
}

input.inputTextFocus {
	border-color: #FF8800;
	background: #F7FAFC url(../images/text_bg.gif) repeat-x left top;
}

input[type="text"]:focus,input[type="password"]:focus {
	border-color: #FF8800;
	background: #F7FAFC url(../images/text_bg.gif) repeat-x left top;
}

input.disabled,input.readonly {
	border-color: #ccc;
	background: #f5f5f5 none;
	color: #aaa;
}

input[type="text"][disabled],input[type="text"][readonly] {
	border-color: #ccc;
	background: #f5f5f5 none;
	color: #aaa;
}

input.inputButton { +
	overflow: visible;
	color: #0099DD;
	background: #fff url(../images/buttonBg.gif) repeat-x bottom left;
	border: 1px solid #667788;
	border-color: #AABBCC #99AABB #667788 #99AABB;
	cursor: pointer;
	height: 20px;
	padding-left: 5px;
	padding-right: 4px;
	vertical-align: middle;
}

button {
	background: #fff url(../images/buttonBg.gif) repeat-x bottom left;
	border: 1px solid #667788;
	border-color: #AABBCC #99AABB #667788 #99AABB;
	cursor: pointer;
	height: 20px;
	vertical-align: middle;
	color: #147;
	padding-left: 5px;
	padding-right: 4px;
}

input[type="submit"],input[type="reset"],input[type="button"] {
	color: #0099DD;
	background: #fff url(../images/buttonBg.png) repeat-x bottom left;
	cursor: pointer;
	padding-left: 8px;
	padding-right: 7px;
	height: 21px;
	border: 1px solid #667788;
	border-color: #AABBCC #99AABB #667788 #99AABB;
	-moz-border-radius: 1px;
	vertical-align: middle;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover
	{
	border-color: #0bf;
}

a.zInputBtn {
	display: inline-block; +
	zoom: 1; +
	display: inline;
	vertical-align: middle;
	height: 21px;
	margin-right: 2px;
	background: transparent url(../images/zButtonBg.gif) no-repeat 0 0;
	padding-left: 2px;
}

a.zInputBtn input,a.zInputBtn input.inputButton {
	background: transparent url(../images/zButtonBg.gif) no-repeat right top
		;
	position: relative;
	left: 2px;
	color: #09D; +
	height: 21px;
	_height: 21px;
	line-height: 21px;
	_line-height: 15px;
	padding: 0 11px 2px 7px; +
	padding: 0px 14px 0px 10px;
	vertical-align: middle;
	cursor: pointer;
	border: 0 none #fff;
	outline: none;
}

a.zInputBtn input:hover,a.zInputBtn input:active,a.zInputBtn input:focus
	{
	border: 0 none #fff;
	outline: none;
	-moz-outline: none;
}

a.zInputBtn input:focus {
	color: #000;
}

a.zInputBtn:hover {
	background-image: url(../images/zButtonBg_over.gif);
	text-decoration: none;
}

a.zInputBtn:hover input {
	background-image: url(../images/zButtonBg_over.gif);
}

select {
	color: #336699;
	border: 1px solid #667788;
	vertical-align: middle;
	margin: 0;
}

option {
	color: #336699;
}

textarea {
	color: #336699;
	border: 1px solid #667788;
	border-color: #667788 #AABBCC #AABBCC #778899;
	line-height: 19px;
	padding: 1px 1px 1px 4px;
	background: #F7FAFC url(../images/textarea_bg.gif);
	height: 80px;
	margin: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px; *
	overflow: scroll; *
	overflow-x: hidden;
}

textarea:hover {
	border-color: #00AAEE;
}

textarea:focus {
	border-color: #FF8800;
}

textarea.disabled,textarea.readonly {
	border-color: #ccc;
	background: #f5f5f5 none; *
	overflow: hidden;
	color: #aaa;
}

textarea[disabled],textarea[readonly] {
	border-color: #ccc;
	background: #f5f5f5 none;
	color: #aaa;
}

input.inputImage {
	padding: 0;
	margin: 0;
	border: none;
}

input[type="image"] {
	padding: 0;
	margin: 0;
	border: none;
}

input.inputFile { *
	height: 21px;
	background: #F7FAFC url(../images/text_bg.gif) repeat-x left top;
	border: 1px solid #667788;
	margin: 0;
	vertical-align: middle;
}

input[type="file"] { *
	height: 21px;
	background: #F7FAFC url(../images/text_bg.gif) repeat-x left top;
	border: 1px solid #667788;
	margin: 0;
	vertical-align: middle;
}

input.inputCheckbox {
	margin: -2px 0 -1px -2px;
}

input[type="checkbox"] {
	margin: 1px 3px 0 0; *
	margin: -2px 0 -1px -2px;
}

input.inputRadio {
	margin: -2px 0 -1px -2px;
}

input[type="radio"] {
	margin: 1px 3px 0 0; *
	margin: -2px 0 -1px -2px;
}

fieldset {
	padding: 0.5em;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 3px;
}

legend {
	color: #445566;
	font-weight: bold;
	padding: 1px 6px 2px 6px; *
	margin-left: -5px;
	-moz-border-radius: 3px;
}

/*常用样式*/
.fl {
	float: left;
	_display: inline;
}

.fr {
	float: right;
	_display: inline;
}

.clear {
	clear: both;
	font-size: 1px;
	width: 1px;
	height: 0;
	visibility: hidden;
	overflow: hidden;
}

.clearfix {
	display: block; *
	display: inline-block;
	_height: 1%;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearself {
	overflow: hidden;
	_overflow: visible;
	_height: 1%;
}

.inline-block {
	display: inline-block; /*ff2- ie7- 不支持 ie7-触发hasLayout*/ *
	zoom: 1; *
	display: inline; /*拥有hasLayout的inline效果与 display:inline-block 相似*/
	vertical-align: middle;
	overflow: hidden;
}

.justify {
	text-align: justify;
	text-justify: inter-ideograph;
}

.dialogBody {
	background-color: transparent;
	background-color: #FFFFFF;
}

.dialogButtonBg {
	background: #F7F7F7;
	border-bottom: #E4E4E4 1px solid;
	border-top: #E4E4E4 1px solid;
}

.iframeBody {
	background-color: transparent;
}

.bluebg td,.bluebg div {
	color: #EEEEEE;
}

.bluebg a {
	color: #FFFF99;
	text-decoration: none;
	border: 0;
}

.bluebg a:hover {
	color: #FFEE66;
	text-decoration: underline;
}

.bluebg a:active {
	color: #CCFFFF;
	text-decoration: none;
	background: #3377BB;
}

.content {
	font-size: 12px;
	font-family: Tahoma, SimSun, Verdana, sans-serif;
	line-height: 1.4;
	word-break: break-all;
	text-indent: 0;
	text-align: justify;
	text-justify: inter-ideograph;
	padding: 1em 1em 2em;
}

.indent {
	text-indent: 2em;
}

.grayborder {
	padding: 6px;
	border: 1px solid #EBEBEB;
	margin-top: 10px;
	clear: both;
	height: 1%;
}

.graybg {
	padding: 6px;
	background: #F5F5F5;
}

.gray {
	color: #888;
}

.error,.notice,.success {
	padding: .8em;
	margin-bottom: 1em;
	border: 2px solid #DDDDDD;
}

.error {
	background: #FBE3E4;
	color: #664444;
	border-color: #FBC2C4;
}

.notice {
	background: #FFF6BF;
	color: #776644;
	border-color: #FFD324;
}

.success {
	background: #E6EFC2;
	color: #668844;
	border-color: #C6D880;
}

.error a {
	color: #D12F19;
	font-weight: bold;
}

.notice a {
	color: #9C6500;
	font-weight: bold;
}

.success a {
	color: #529214;
	font-weight: bold;
}

/* simulate select css class */
.zSelect {
	display: inline-block; *
	zoom: 1; *
	display: inline;
	vertical-align: middle;
	position: relative;
	height: 19px;
	white-space: nowrap;
	padding: 0 0 0 5px;
	margin-right: 3px;
	background-repeat: no-repeat;
	background-position: 0 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.zSelect input,.zSelect .inputText {
	height: 15px;
	line-height: 15px;
	_line-height: 12px;
	padding: 0;
	padding-top: 2px;
	vertical-align: top;
	border: 0 none;
	background: transparent none;
	cursor: default;
}

.zSelect .arrowimg {
	position: relative;
	left: -17px;
	margin-right: -18px;
	cursor: pointer;
	width: 18px;
	height: 20px;
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: 0 0; /*-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;*/
}

.zSelect {
	background-image: url(../images/zSelectBg_left.gif);
	border: 1px solid #9fb8c0;
	border-color: #acc2ca #9fb8c0 #9bb5be;
}

.zSelect input {
	color: #468;
}

.zSelect .arrowimg {
	background-image: url(../images/arrow.gif)
}

.zSelectEditable {
	background-image: url(../images/zSelectBg_left_editab.gif);
	border: 1px solid #879aa6;
	border-color: #788994 #879aa6 #9aabb6;
}

.zSelectEditable input {
	color: #159;
}

.zSelectEditable .arrowimg {
	background-image: url(../images/arrow_editab.gif)
}

.zSelectDisabled {
	background-image: url(../images/zSelectBg_left_disab.gif);
	border: 1px solid #879aa6;
	border-color: #ccc;
}

.zSelectDisabled input {
	color: #aaa;
}

.zSelectDisabled .arrowimg {
	background-image: url(../images/arrow_disab.gif)
}

.zSelectMouseOver {
	border: 1px solid #00ccff;
}

.zSelectMouseOver .arrowimg {
	background-image: url(../images/arrow_over.gif)
}

.noBackground {
	background: transparent none;
	border: 0 none;
}

.noBackground .arrowimg {
	background-image: url(../images/arrow_inCell.gif)
}

.optgroup {
	position: absolute;
	z-index: 666;
	left: 0;
	top: 0;
	color: #336699;
}

.optgroup div {
	padding: 2px;
	overflow: auto;
	overflow-x: hidden;
	max-height: 300px;
	color: #336699;
	border: 1px solid #667788;
	background: url(../images/textarea_bg.gif) #F7FAFC repeat 0 2px;
	width: auto;
	z-index: 888; /*filter: Alpha(Opacity=90); opacity: 0.9;*/
}

.optgroup a {
	cursor: default;
	display: block;
	text-align: left;
	color: #336699;
	white-space: nowrap;
	padding: 1px 3px 2px 6px;
	_padding: 0 3px 0 6px;
	height: 18px;
	min-width: 2em;
	text-decoration: none;
}

.optgroup a:hover,.optgroup a.ahover {
	color: #CCFFFF;
	text-decoration: none;
	background: url(../images/optionbg_over.gif) #4499EE repeat-x center;
}

.optgroup a.ahover {
	background-image: none;
}

/*nav*/
.navigation a {
	float: left;
	_display: inline;
	-moz-user-select: none;
	cursor: pointer;
	height: 30px;
	padding: 0 0 0 15px;
	font-size: 13px;
	font-family: SimSun;
	color: #DDFFFF;
	background: url(../images/nav_btnbg.png) no-repeat 0 0;
	_background: url(../images/nav_btnbg.gif) no-repeat 0 0;
}

.navigation a b {
	font-weight: normal;
	display: inline-block; /*ff2- ie7- 不支持 ie7-触发hasLayout*/ *
	zoom: 1; *
	display: inline; /*拥有hasLayout的inline效果与 display:inline-block 相似*/
	height: 23px;
	white-space: nowrap;
	padding: 7px 15px 0 0;
	background: url(../images/nav_btnbg.png) no-repeat right 0;
	_background: url(../images/nav_btnbg.gif) no-repeat right 0;
}

.navigation a:hover,.navigation a.current {
	text-decoration: none;
	background: url(../images/nav_btnbg_over.gif) no-repeat 0 0;
}

.navigation a:hover b,.navigation a.current b {
	color: #0066AA;
	background: url(../images/nav_btnbg_over.gif) no-repeat right 0;
}

.navigation a.current b {
	font-weight: bold;
}

/*tree*/
.treeContainer { *
	overflow: hidden; *
	width: 100%;
}

.treeItem {
	background: #F9FCFF url(../images/treeItem_bg.gif) no-repeat left top;
	border: #E8EBEE 1px solid;
	border-top-color: #CCD3D6;
	border-left-color: #DDDFE2;
	width: 98%;
	height: 99%;
	padding: 1% 0.5%;
	overflow: auto; /*width:170px;*/
}

/*对select控件下拉列表中的tree控件进行修正*/
.dialogBody .treeContainer {
	width: 100%;
	height: 100%;
	overflow: auto;
}

.dialogBody .treeItem {
	width: 100%;
	height: 100%;
	overflow: auto;
}

.treeItem * {
	vertical-align: middle;
	white-space: nowrap;
}

.treeItem a,.treeItem p,.treeItem p.over,.treeItem p.cur {
	cursor: pointer;
	color: #445566;
	background: transparent;
	display: block;
	text-decoration: none;
	border-left: #F5FBFE 1px solid;
	border-right: #F5FBFE 1px solid;
}

.treeItem a:hover,.treeItem p.over {
	color: #222;
	background: #EAFBC9 url(../images/treeItemBg.gif) repeat-x left center;
	border-left: #C3CED9 1px solid;
	border-right: #C3CED9 1px solid;
}

.treeItem p.cur {
	color: #222;
	background: #EAFBC9 url(../images/treeItemBgCur.gif) repeat-x left
		center;
	border-left: #B1CCA2 1px solid;
	border-right: #B1CCA2 1px solid;
}

/*图片列表*/ /*
有阴影边框：
<li><b><i><s><u>
	<dl><dt><img/></dt><dd></dd></dl>
</u></s></i></b></li>
无阴影边框：
<li>
	<dl><dt><img/></dt><dd></dd></dl>
</li>
*/
.img-wrapper {
	margin: 2px 0;
	clear: both;
	display: table;
	_display: inline-block;
}

.img-wrapper li {
	margin: 5px;
	_display: inline;
	border: 1px solid #EEEEEE;
	border-color: #EEEEEE #E3E3E3 #DDDDDD #E9E9E9;
	float: left;
	width: 140px;
	height: 180px;
	overflow: hidden;
}

.img-wrapper li.selected {
	background-color: #EBFFCC;
}

.img-wrapper b {
	display: block;
	background: url(../images/shadow_bottom-left.gif) no-repeat left bottom;
	float: left;
}

.img-wrapper i {
	display: block;
	background: url(../images/shadow_bottom-right.gif) no-repeat right
		bottom;
	float: left;
}

.img-wrapper s {
	display: block;
	background: url(../images/shadow_top-left.gif) no-repeat left top;
	float: left;
}

.img-wrapper u {
	display: block;
	background: url(../images/shadow_top-right.gif) no-repeat right top;
	float: left;
	padding: 6px;
}

.img-wrapper dl {
	clear: both;
	margin: 3px;
}

.img-wrapper dt a {
	display: block;
	color: #F9F9F9;
}

.img-wrapper dt a em {
	display: block;
	display: table-cell; +
	display: inline;
	zoom: 1;
	vertical-align: middle;
	text-align: center;
	width: 132px;
	height: 130px;
	_height: 132px;
	overflow: hidden;
	line-height: 120px;
	font-size: 90px;
}

.img-wrapper dt img {
	margin: 3px;
	display: inline;
	border: #FFFFFF 1px solid;
}

.img-wrapper dd img {
	margin: 3px;
	border: #FFFFFF 1px solid;
}

.img-wrapper dd {
	clear: both;
	margin: 0px 4px 4px;
}

.img-wrapper dd em input[type="checkbox"] {
	margin: 0 2px;
}

.img-wrapper dd em {
	display: block;
	clear: both;
	width: 118px; +
	width: 120px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.img-wrapper dd a {
	border: #FFFFFF 1px solid;
}

.img-wrapper a:hover {
	color: #666666;
	text-decoration: none;
	border: none;
}

.img-wrapper dt a:hover {
	color: #FFFABF;
}

.img-wrapper dt a:hover em {
	background-color: #FFFABF;
}

.img-wrapper dd a:hover {
	border: #CCCCCC 1px solid;
}

/*tag*/
.tagList {
	margin: 0 5px 5px 0;
	width: 100%;
	padding: 0 10px;
	display: table; +
	display: inline-block;
	border-bottom: 1px #BBBBBB solid;
}

.tagList a {
	color: #333333;
	display: block;
	cursor: pointer;
	list-style: none;
	float: left;
	height: 24px;
	padding: 3px 10px 0;
	border: #DDDDDD 1px solid;
	border-bottom: none;
	margin: 0 0 0 6px;
	background: #EEEEEE;
	-moz-border-radius: 2.4px 2.5px 1.7px 1px;
	text-decoration: none;
}

.tagList a:hover {
	text-decoration: none;
	background: #FFFFFF;
	border-color: #BBBBBB;
}

.tagList a.cur {
	position: relative;
	height: 25px;
	margin-bottom: -1px;
	background: #FFFFFF;
	border: #BBBBBB 1px solid;
	border-bottom: none;
}

/*pan*/
.blockTable {
	border: #BBBBBB 0px solid;
	background: url(../images/tableBg_left.gif) no-repeat left top;
}

.blockTd {
	background: url(../images/tableBg_right.gif) no-repeat right top;
}

.blockTd img {
	vertical-align: middle;
}

a.tip {
	cursor: help;
}

/*tooltip*/
div.tooltip {
	position: absolute;
}

div.tooltip table td.corner {
	width: 12px;
	height: 12px;
	font-size: 1px;
	line-height: 1px;
}

div.tooltip table.tooltiptable {
	margin: 3px;
}

div.tooltip table td.topleft,div.tooltip table td.topcenter,div.tooltip table td.topright,div.tooltip table td.bodyleft,div.tooltip table td.tooltipcontent,div.tooltip table td.bodyright,div.tooltip table td.footerleft,div.tooltip table td.footercenter,div.tooltip table td.footerright
	{
	background-image: url(../images/controls/tip/tooltipbox.png);
	_background-image: url(../images/controls/tip/tooltipbox.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div.tooltip table td.topcenter {
	background-position: top;
}

div.tooltip table td.topright {
	background-position: right top;
}

div.tooltip table td.bodyleft {
	background-position: left;
}

div.tooltip table td.tooltipcontent {
	background-position: center;
}

div.tooltip table td.bodyright {
	background-position: right;
}

div.tooltip table td.footerleft {
	background-position: left bottom;
}

div.tooltip table td.footercenter {
	background-position: bottom;
}

div.tooltip table td.footerright {
	background-position: right bottom;
}

div.tooltip table td.tooltipcontent {
	padding: 3px 0 1px 1px;
	font-size: 12px;
	color: #757168; /*	color:#653;*/
	font-family: Tahoma, SimSun, Verdana, sans-serif;
	line-height: 15px;
	word-break: break-all;
	text-align: justify;
	text-justify: inter-ideograph;
}

div.tooltip div.tooltipfang {
	font-size: 1px;
	line-height: 1px;
	position: absolute;
	width: 11px;
	height: 11px;
	background-image: url(../images/controls/tip/Callouts.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

div.tooltip .closebtn {
	position: absolute;
	z-index: 10;
	right: 15px;
	top: 8px;
}

div.tooltip .closebtn a {
	display: block;
	height: 10px;
	width: 14px;
	padding: 0 0 0 2px;
	color: #FF7744;
	line-height: 6px; +
	line-height: 7px;
	font-size: 12px;
	border: #DDDDDD 1px solid;
	border-top: none;
}

div.tooltip .closebtn a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-color: #FFCC00;
	background-color: #FFBB66;
}

div.tooltip.callout1 div.tooltipfang {
	right: 13px;
	top: 0px;
	background-position: 0px -11px;
}

div.tooltip.callout1 .closebtn {
	right: 20px;
}

div.tooltip.callout2 div.tooltipfang {
	top: 13px;
	right: 0px;
	background-position: 0px -33px;
}

div.tooltip.callout3 div.tooltipfang {
	top: 42%;
	right: 0px;
	background-position: 0px -33px;
}

div.tooltip.callout4 div.tooltipfang {
	bottom: 13px;
	right: 0px;
	background-position: 0px -33px;
}

div.tooltip.callout5 div.tooltipfang {
	right: 13px;
	bottom: 0px;
	background-position: 0px -66px;
}

div.tooltip.callout6 div.tooltipfang {
	left: 49%;
	bottom: 0px;
	background-position: 0px -55px;
}

div.tooltip.callout7 div.tooltipfang {
	left: 13px;
	bottom: 0px;
	background-position: 0px -77px;
}

div.tooltip.callout8 div.tooltipfang {
	left: 0px;
	bottom: 13px;
	background-position: 0px -44px;
}

div.tooltip.callout9 div.tooltipfang {
	left: 0px;
	top: 42%;
	background-position: 0px -44px;
}

div.tooltip.callout10 div.tooltipfang {
	left: 0px;
	top: 13px;
	background-position: 0px -44px;
}

div.tooltip.callout11 div.tooltipfang {
	left: 13px;
	top: 0px;
	background-position: 0px -22px;
}

div.tooltip.callout12 div.tooltipfang {
	left: 49%;
	top: 0px;
	background-position: 0px 0px;
}
