.csstext {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
}
.line_double {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.line_left {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.line_right {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.line_bottom {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.border_style_1
{
	border-width: 1px;
	border-style: solid;
	border-color:#cccccc;
}
.tbl_style_left
{
	border-width: 1px;
	border-style: solid;
	border-color:#dddddd;
	text-align:left;
}
.tbl_style_right
{
	border-width: 1px;
	border-style: solid;
	border-color:#dddddd;
	text-align:right;
}
.tbl_style_center
{
	border-width: 1px;
	border-style: solid;
	border-color:#dddddd;
	text-align:center;
}
.tbl_style_header
{
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	text-align: center;
	background-color: #99cccc;
}
.tblPointer
{
	cursor:pointer;
}
.txt24 {
	font-family: Tahoma;
	font-size: 24px;
}

.txt18 {
	font-family: Tahoma;
	font-size: 18px;
}
.txt16 {
	font-family: Tahoma;
	font-size: 16px;
}
.txt14 {
	font-family: Tahoma;
	font-size: 14px;
}
.txt13 {
	font-family: Tahoma;
	font-size: 13px;
}
.txt12 {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
}
.txt11 {
	font-family: Tahoma;
	font-size: 11px;
}
.txt10 {
	font-family: Tahoma;
	font-size: 10px;
}
.txt9 {
	font-family: Tahoma;
	font-size: 9px;
}
.txt8 {
	font-family: Tahoma;
	font-size: 8px;
}
.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal;
}
.Lblue
{
	color: #3399ff;
}
.blue
{
	color: #000066;
}
.Dblue
{
	color: #003399;
}
.white {
	color: #FFFFFF;
}

.pink {
	color: #CC3467;
}

.Dwhite {
	color: #BBBBBB;
}
.green
{
	color: #339966;
}
.yellow {
	color: #FFCC00;
}
.red {
	color: #CC0000;
}
.black {
	color: #000000;
}
.Lblack
{
	color: #696969;
}

.no_link
{
	margin: 0;
	padding: 0;
	vertical-align: middle;
	cursor: pointer;
	text-decoration: none;
}

.dot_left {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}

.dot_right {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}

.dot_left_bo {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.dot_right_bo {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.dot_bottom 
{
	border-top-style: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.bgSuccess {
	background-color: #c3e6cb;
}
.bgDanger {
	background-color: #f5c6cb;
}
.bgInfo {
	background-color: #bee5eb;
}
.bgWarning {
	background-color: #ffeeba;
}
.bgPrimary {
	background-color: #b8daff;
}
.bgRed {
	background-color: #CC3467;
}
.bgBrown {
	background-color: #815f5f;
}
.bgNavy {
	background-color: #b8daff;
}

.bdBlack {
	border-style: solid;
	border-width: 1px;
	border-top-color: black;
	border-color: black;
}

.bdSilver {
	border-style: solid;
	border-width: 1px;
	border-top-color: silver;
	border-color: silver;
}


.bgColorBlack {
	background-color: #000000;
}
.bgColor0
{
	background-color: #aaaaaa;
}
.bgColor1
{
	background-color: #ccccff;
}
.bgColor2
{
	background-color: #cceeee;
}
.bgColor3
{
	background-color: #ccffcc;
}

.bgColor4
{
	background-color: #ffffcc;
}
.bgColor5
{
	background-color: #ffff99;
}
.bgColor6
{
	background-color: #ff9999;
}
.bgColor7
{
	background-color: #3399ff;
}

.no_border
{
	border:0px;
}

.tx_l
{
	text-align:left;
}

.tx_r
{
	text-align:right;
}

.tx_c
{
	text-align:center;
}

.tx_t
{
	vertical-align:top;
}

.tx_m
{
	vertical-align:middle;
}

.tx_b
{
	vertical-align:bottom;
}

.rcorners {
	border-radius: 10px;
	border: 2px solid #cccccc;
	padding:20px;
}

.rcorners-n {
	border-radius: 10px;
	border: 2px solid #cccccc;
	padding: 20px;
}
.rcorners-a {
	border-radius: 10px;
	border: 2px solid;
	color:darkgreen;
	padding: 20px;
}
.rcorners-p {
	border-radius: 10px;
	border: 2px solid;
	color: #CC3467;
	padding: 20px;
}
.rcorners-i {
	border-radius: 10px;
	border: 2px solid;
	color: #3f90dc;
	padding: 20px;
}

.label-menu {
	height: 40px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 10px;
	cursor: pointer;
	text-align: center;
}

.label-button {
	border-radius: 10px;
	border: 2px solid;
	padding: 5px;
	width:120px;
	text-align:center;
	cursor:pointer;
}