/* CSS Document */

/* -------------- 常用字体色 ------------- */
.green {
  color: #339900 !important;
}

.blue {
  color: #0000cc !important;
}

.darkblue {
  color: #000099 !important;
}

.lightblue {
  color: #7777cc !important;
}

.red {
  color: #ff0000 !important;
}

.qigotred {
  color: #cc0000 !important;
}

.orange {
  color: #ff6600 !important;
}

.lightgray {
  color: #e6e6e6 !important;
}

.gray {
  color: #cccccc !important;
}

.darkgray {
  color: #999999 !important;
}

.black {
  color: black !important;
}

.white {
	color: white !important;
}

.cyan {
  color: #d7f2ff !important;
}

.darkcyan {
  color: #0099ff !important;
}

.blackcyan {
	color: #006699 !important;
}

/* -------------- 常用背景色 ------------- */
.bg_green {
  background-color: #339900 !important;
}

.bg_blue {
  background-color: #0000cc !important;
}

.bg_darkblue {
  background-color: #2256b4 !important;
}

.bg_lightblue {
  background-color: #7777cc !important;
}

.bg_red {
  background-color: #ff0000 !important;
}

.bg_qigotred {
  background-color: #cc0000 !important;
}

.bg_orange {
  background-color: #ff6600 !important;
}

.bg_lightgray {
  background-color: #e6e6e6 !important;
}

.bg_gray {
  background-color: #cccccc !important;
}

.bg_darkgray {
  background-color: #999999 !important;
}

.bg_black {
  background-color: black !important;
}

.bg_white {
	background-color: white !important;
}

.bg_cyan {
  background-color: #d7f2ff !important;
}

/* -------------- 常用边框色 ------------- */
.border_1px {
	border: 1px solid !important;
}

.border_1px_green {
  border: 1px solid #339900 !important;
}

.border_1px_blue {
  border: 1px solid #0000ff !important;
}

.border_1px_darkblue {
  border: 1px solid #000099 !important;
}

.border_1px_lightblue {
  border: 1px solid #7777cc !important;
}

.border_1px_red {
  border: 1px solid #cc0000 !important;
}

.border_1px_qigotred {
  border: 1px solid #cc0000 !important;
}

.border_1px_orange {
  border: 1px solid #ff6600 !important;
}

.border_1px_lightgray {
  border: 1px solid #e6e6e6 !important;
}

.border_1px_gray {
  border: 1px solid #cccccc !important;
}

.border_1px_darkgray {
  border: 1px solid #999999 !important;
}

.border_1px_black {
  border: 1px solid black !important;
}

.border_1px_cyan {
  border: 1px solid #d7f2ff !important;
}
