.adm_box {
  font-family: verdana, sans-serif;
  font-weight: normal;
  font-size: 9pt;
  color: #000;
}

.adm_box input
{
	border: 1px solid #999;
	background: #eee;
}

.adm_box button
{
	border: 1px solid #999;
	background: #eee;
}

.admin_menu
{
	width: 980px;
	height: 30px;
	background: url('/img/admin_menu.png') 0 0 no-repeat;
	margin-top: 10px;
}

.admin_menu_btn
{
	height: 30px;
	border-right: 1px solid #ccc;
	text-align: center;
	width: 95px;
	float: left;
}

.admin_menu_btn_in
{
	padding: 8px 0 0 0;
}

.admin_menu_btn a
{
	color: #000;
	margin-top: 5px;
}

.admin_table_head
{
	width: 980px;
	height: 26px;
	background: url('/img/admin_table_head.png') 0 0 no-repeat;
}

.admin_table_side
{
	width: 980px;
	background: url('/img/admin_table_side.png') 0 0 repeat-y;
}

.admin_table_bottom
{
	width: 980px;
	height: 4px;
	background: url('/img/admin_table_bottom.png') 0 0 no-repeat;
}

.admin_table_item
{
	float: left;
	font-size: 12px;
	height: 16px;
	width: 100px;
	padding-top: 2px;
}


.adm_box a:link,
.adm_box a:visited {
  text-decoration: none;
  color: #000;
}
.adm_box a:active,
.adm_box a:hover {
  text-decoration: underline;
  color: #000;
}


form {
  margin: 0px;
  padding: 0px;
}

fieldset {
  margin: 0px;
  padding: 5px;
}

legend {
  font-size: 11pt;
  font-weight: bold;
  color: #000;
  margin: 0px;
  // margin: 0 0 0 -7px;
  padding: 5px 0 5px 0;
}


.tabular {
  /*width: 790px;*/
  padding: 0 0 2px 0;
  vertical-align: middle;
}
.tabular a:link,
.tabular a:visited {
  text-decoration: none;
  color: #666666;
}
.tabular a:active,
.tabular a:hover {
  text-decoration: underline;
  color: #ff6600;
}



.col {
  float: left;
  vertical-align: middle;
  overflow: hidden;
  margin: 0 5px 0 0;
}

#col_1 {
  width: 350px;
}
#col_2 {
  width: 200px;
}
#col_3 {
  width: 170px;
}
#col_4 {
  width: 120px;
}
#col_7 {
  width: 110px;
}
#col_8 {
  width: 600px;
}
#col_9 {
  width: 400px;
}


#col_100 {
  width: 100px;
}
#col_200 {
  width: 200px;
}
#col_300 {
  width: 300px;
}
#col_400 {
  width: 400px;
}
#col_500 {
  width: 500px;
}
#col_600 {
  width: 600px;
}
#col_700 {
  width: 700px;
}


input {
  padding: 0;
  margin: 0;
}




.karmaHistory a:link,
.karmaHistory a:visited {
  text-decoration: none;
  color: #666666;
}
.karmaHistory a:active,
.karmaHistory a:hover {
  text-decoration: none;
  color: #ff6600;
}

.karmaHistory td span#plus {
  color: #008000;
}
.karmaHistory td span#minus {
  color: #FF0000;
}


.karmaHistory td a {
  font-weight: normal;
  font-size: 9pt;
}
.karmaHistory td a:link,
.karmaHistory td a:visited {
  color: #666666;
}
.karmaHistory td a:active,
.karmaHistory td a:hover {
  color: #ff6600;
}

.linx
{
	border: 1px #4E799A solid; 
	width: 250px;
	padding: 3px;
	-moz-border-radius: 3px;
}

.linx_btn
{
	border: 1px #4E799A solid; 
	-moz-border-radius: 3px;
	background: #E8F1FA;
	padding: 3px;
	//padding: 0px;
	color: #4E799A;
	cursor: pointer;
}