﻿/* Formatting Button in Edit.aspx */
a.formatlink {
	background-position: center;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	border: solid 1px #214C9A;
	text-indent: -2000px;
	margin-right: 2px;
	float: left;
}

/* Formatting Button in Edit.aspx */
a.formatlink:hover {
	text-decoration: none;
	border: solid 1px #D9671E;
}

#FormatUl {
	margin: 0px;
	padding: 0px;
}

#FormatUl li {
	display: inline;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}

#BoldLink {
	background-image: url("/images/icons1/text_bold.png");
}
#ItalicLink {
	background-image: url("/images/icons1/text_italic.png");
}
#UnderlineLink {
	background-image: url("/images/icons1/text_underline.png");
}
#StrikeLink {
	background-image: url("/images/icons1/text_strikethrough.png");
}
#H1Link {
	background-image: url("/images/icons1/text_heading_1.png");
}
#H2Link {
	background-image: url("/images/icons1/text_heading_2.png");
}
#H3Link {
	background-image: url("/images/icons1/text_heading_3.png");
}
#H4Link {
	background-image: url("/images/icons1/text_heading_4.png");
}
#SubLink {
	background-image: url("/images/icons1/text_subscript.png");
}
#SupLink {
	background-image: url("/images/icons1/text_superscript.png");
}
#PageListLink {
	background-image: url("/images/icons1/link.png");
}
#FileLink {
	background-image: url("/images/icons1/disk.png");
}
#LinkLink {
	background-image: url("/images/icons1/link.png");
}
#ImageLink {
	background-image: url("/images/icons1/image.png");
}
#AnchorLink {
	background-image: url("/images/icons1/Anchor.png");
}
#CodeLink {
	background-image: url("/images/icons1/application_osx_terminal.png");
}
#BulletedListLink {
	background-image: url("/images/icons1/text_list_bullets.png");
}
#OrderedListLink {
	background-image: url("/images/icons1/text_list_numbers.png");
}
#PreLink {
	background-image: url("/images/icons1/text_align_justify.png");
}
#BoxLink {
	background-image: url("/images/icons1/Box.png");
}
#BrLink {
	background-image: url("/images/icons1/arrow_rotate_clockwise.png");
}
#TOCLink {
	background-image: url("/images/icons1/application.png");
}
#SnippetListLink {
	background-image: url("/images/icons1/Snippet.png");
}
#SpecialTagsLink {
	background-image: url("/images/icons1/SpecialTags.png");
}
#NoWikiLink {
	background-image: url("/images/icons1/textfield_delete.png");
}
#CommentLink {
	background-image: url("/images/icons1/Comment.png");
}
#EscapeLink {
	background-image: url("/images/icons1/html.png");
}
#TableLink {
	background-image: url("/images/icons1/table.png");
}

