@charset "utf-8";

h1 {
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	text-align: center;
	font-style: normal;
	font-variant: normal;
	margin-top: 3px;
	color: #333;
}
h2 {
	margin-top: 3px;
	margin-bottom: 0px;
	font-size: 11px;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
h3 {
	font-size: 11px;
	color: #333;
	margin-top: 3px;
	margin-bottom: 0px;
}

p {
	margin-top: 3px;
	text-align: justify;
	padding: 0px;
	color: #333;
}

.imgEdit {
	vertical-align: middle;
}
.blockDisplay {
	display: block;
	height: 16px;
}

.rightPane a
{
	text-align:left;
	text-decoration:none;
}

.rightPane a:hover
{
	text-decoration: underline;
}

.rightPane a:visited
{
	color: #00F;
	
}

.newLink {
	padding-left: 10px;
	height: 16px;
	vertical-align: middle;
	display: block;
	width: 100px;
	background-image: url(../Resource/Icons/add.png);
	background-repeat: no-repeat;
	float: left;
}

table {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
.tblLink {
	border-bottom: 1px solid #CCC;
}

.tblEdit {
	width: 16px;
}

.tblDelete {
	width: 16px;
}
.tblNum {
	width: 16px;
}


#pages {
	margin: 3px auto 3px auto;
	text-align: right;
	padding: 0px;
	color: #333;
}
#pages a, #pages a:visited {
	margin-left: 3px;
	color: #333;
	display: inline;
	float: right;
}
.tooltip_body {
	font-family: Tahoma, Calibri;
	width: 200px;
	border: 1px solid #3C5269;
	padding: 10px;
}
.tooltip_head {
	font-family: Tahoma, Calibri;
	font-size: 13px;
	font-weight: bold;
	background: #3C5269;
	padding-left: 3px;
	width: 219px;
	color: #FFF;
}

