.button1 {
	color:#070707;
	font-size:12px;
	line-height:15px;
	padding:3px 5px 4px 10px;
	background:url(../images/button1.gif) repeat-x 0 0 #fefefe;
	font-weight:bold;
	border-top:1px solid #e9e9e9;
	border-radius:4px;
}

.button1:hover {
	color:#fff;
	background:url(../images/button1-hov.gif) repeat-x 0 0 #5d5d5d;
	text-decoration:none;
	border-top:1px solid #565656;
}

.button_select_files {
	color:#070707;
	font-size:12px;
	padding:3px 5px 4px 10px;
	background:url(../images/button1.gif) repeat-x 0 0 #fefefe;
	font-weight:bold;
	border-top:1px solid #e9e9e9;
	border-radius:4px;
	margin-bottom:5px;
}

.button_stats {
	color:#070707;
	font-size:12px;
	padding:2px 5px 2px 10px;
	background:url(../images/button1.gif) repeat-x 0 0 #fefefe;
	font-weight:bold;
	border-top:1px solid #e9e9e9;
	border-radius:4px;
	margin-bottom:4px;
}

.button2 {
	color:#fff;
	font-size:12px;
	line-height:15px;
	padding:3px 5px 4px 5px;
	background:url(../images/button2.gif) repeat-x 0 0 #0eabd9;
	font-weight:bold;
	border-top:1px solid #10b6cb;
	border-radius:4px;
}

.button2:hover {
	color:#070707;
	background:url(../images/button1.gif) repeat-x 0 0 #fefefe;
	text-decoration:none;
	border-top:1px solid #e9e9e9;
}


.button_edit {
	color:#fff;
	font-size:12px;
	line-height:15px;
	padding:3px 5px 4px 10px;
	background:url(../images/button2.gif) repeat-x 0 0 #0eabd9;
	font-weight:bold;
	border-top:1px solid #10b6cb;
	border-radius:4px;
  margin-left: 15px;
}

.button_edit:hover {
	color:#070707;
	background:url(../images/button1.gif) repeat-x 0 0 #fefefe;
	text-decoration:none;
	border-top:1px solid #e9e9e9;
}

.button_exit {
	color:#fff;
	font-size:12px;
	line-height:15px;
	background:url(../images/exit_button.png) no-repeat;
	background-size:70px 30px;
	font-weight:bold;
	border-radius:4px;
	margin-left: 10px;
	margin-top:10px;
	width:75px;
	height:34px;
}


.button_icon
{
	color:#fff;
	padding:3px 5px 4px 10px;
  width:32px;
  height:32px;

}


.button_exit:hover {
	color:#fff;
	font-size:12px;
	line-height:15px;
	background:url(../images/exit_button_hover.png) no-repeat;
	background-size:70px 30px;
	font-weight:bold;
	border-radius:4px;
	margin-left: 10px;
	margin-top:10px;
	width:75px;
	height:34px;
}



.button_upload {
	color:#fff;
	font-size:12px;
	line-height:15px;
	padding:3px 5px 4px 10px;
	background:url(../images/button2.gif) repeat-x 0 0 #0eabd9;
	font-weight:bold;
	border-top:1px solid #10b6cb;
	border-radius:4px;
	margin-top: 15px;
}

.button_upload:hover {
	color:#070707;
	background:url(../images/button1.gif) repeat-x 0 0 #fefefe;
	text-decoration:none;
	border-top:1px solid #e9e9e9;
}
.button_list {
	color:#fff;
	line-height:15px;
	padding:3px 5px 3px;
	background:url(../images/button2.gif) repeat-x 0 0 #0eabd9;
	font-weight:bold;
	border-top:1px solid #10b6cb;
	border-radius:4px;
}

.button_list:hover {
	color:#070707;
	background:url(../images/button1.gif) repeat-x 0 0 #fefefe;
	text-decoration:none;
	border-top:1px solid #e9e9e9;
}



.std_img_button
{
  width:28px;
  height:28px;

}

.arrow_img_button
{
  width:22px;
  height:22px;
  margin-top: 5px;

}

.star_img_button
{
  width:1em;
  height:1em;
  margin-right:4px;
}


.checkbox2
{
  height:28px;
  width:28px;
  vertical-align: middle;
}

.radio2
{
  height:18px;
  width:18px;
}

.ai_add_button
{
  display:inline;
  margin-top:-5px;
  margin-left:25px;
  height:26px;
  font-size:14px;
  display:inline-block;
  color: #eee;
  text-decoration:none;
  font-weight:bold;
}

.toggle_down
{
  border:3px inset;
}

.toggle_up
{
 border:3px outset;

}