﻿.button
{
	background-color:#CE0000;
	color:#fff;
	padding-top:2px;
}

.btn1
{
	border: 0 0 0 0;
	background: url(/blog/images/pub/button.gif) no-repeat 0px 0px;
	width: 85px;
	height: 30px;
	padding-top: 2px;
	text-align: center;
	text-indent: 1em;
	font-size: 12px;
	font-weight: bold;
}

.btn1_off
{
	border: 0 0 0 0;
	background: url(/blog/images/pub/button.gif) no-repeat 0px 0px;
	width: 85px;
	height: 28px;
	padding-top: 2px;
	text-align: center;
	text-indent: 1em;
	font-size: 12px;
	font-weight: bold;
}

.btn1_on
{
	background-position:left -31px; text-decoration:none;
}

a.return
{
	background: url(/blog/images/pub/button.gif) left top no-repeat;
	width: 85px;
	height: 28px;
	overflow: hidden;
	color: #1e50a2;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	line-height: 30px;
}
a.return:visited
{
	color: #1e50a2;
	text-decoration: none;
}
a.return:hover
{
	background-position: left -31px;
	text-decoration: none;

}
a.return:active
{
	background-position: left -31px;
	line-height: 32px;
	text-decoration: none;
}
a.return:focus
{
	background-position: left -31px;
	line-height: 32px;
	text-decoration: none;
}

/***************************************/
.submitBox
{
	clear: both;
	width: 99%;
	border-top: #eeeeee 1px dashed;
	padding-top: 2px;
	font-size: 12px;
	text-align: center;
	padding-bottom: 2px;
}
.submitBox a:link{color: #003278;text-decoration: none;}
.submitBox a:visited{color: #003278;text-decoration: none;}
.submitBox a:hover{color: #FF6600;text-decoration: underline;}
.submitList{width:100%;margin:0px auto;}
.submitList ul {list-style: none;margin: 0px;padding: 0px;clear:both;float:left;width:100%;text-align:center;margin:3px auto;}
.submitList li {display:inline;padding:0px 8px 0px 4px !important;}

/***************************************/
.edit
{
	border : 0 0 0;
	cursor:hand;
	width: 41px;
	height: 18px;
	font-size:12px;
	background-color:#fff;
    background-image : url(../images/icon/edit.gif);
}

.delete
{
	border : 0 0 0;
	cursor:hand;
	width: 41px;
	height: 18px;
	font-size:12px;
	background-color:#fff;
    background-image : url(../images/icon/delete.gif);
}

.login
{
	border: 0 0 0 0;
	background: url(../../blog/images/blog04_a7.gif) 0px 0px;
	width: 61px;
	height: 21px;
	cursor:pointer;
}

