/*
The base KB style sheet is saved as style.css.orig, and a "combo" version incorporated PagePorter styles is used in its place.
 Then, all styles that do NOT start with ".ms" are deleted, since we are only concerned with using
 these styles for the header and footer.  Except:  
 * BODY.  There are two body tags.  Find the one that has the background image and keep that.
          After copying, add:
	margin: 0px;
 * H5.  Used only for the footer, so find and keep that.  
        Also, look for the OTHER body tag and copy the COLOR setting from there and place it in H5.
 Important:  All image url(blabla.gif) need to have the path set, such as: url(../_themes/brackets/blabla.gif)
 Plus: Do *not* change the url(../images/etc.gif) tags from the original style.css file.

Search on .mstheme to find the start of the "add on" section.
*/

/* -- General Fonts & Formatting Elements --*/

form
{
	border: 0px solid #000;
	display: inline;
	margin: 0px;
	padding: 0px;
}

.small_header
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	color: #0066CC;
	font-weight: bold;
}

.page_header
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 10pt;
	color: #0066CC;
	font-weight: bold;
	text-decoration: underline;
}

.small_link
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	color: #336699;
}
.small_link:hover
{
	color: #ff0000;
	text-decoration: underline;
}
.small_link:visited
{
	color: #336699;
}

.small_gray_text
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	color: #707070;
}

.small_red_text
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	color: #FF0000;
}
.small_blue_text
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	color: #0066CC;
}
.article_text
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	color: #003366;
}
.small_darkblue_text
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	color: #003366;
}
.small_lightblue_text
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	color: #0066CC;
}
.highlight
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	color: #0066CC;
	font-weight: bold;
	background: #F1F9FF;
	padding: 3px;
}

/* - form elements - */

.frmButton
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 10pt;
	color: #003366;
}

.frmImageButton
{
	cursor:hand;
}

.frmButtonSmall
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	color: #003366;
}

.frmTextBox
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 10pt;
	color: #003366;
}

.frmTextBoxSmall
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	color: #003366;
}

/* - the default font for the kb article- */



/* - specific table row and cell styles - */

.header_cell
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	color: #0066CC;
	font-weight: bold;
	background-image: url(../images/headerbg.gif);
	background-color: #DCEFFE;
}
.header_cell_notbold
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	color: #0066CC;
	font-weight: normal;
	background-image: url(../images/headerbg.gif);
	background-color: #C1E4FD;
}
.lightblue_tblCell
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	color: #808080;
	background-color: #F1F9FF;
}
.mediumblue_tblCell
{
	font-weight: bold;
	font-size: 8pt;
	color: darkslateblue;
	font-family: Verdana, Arial, Tahoma;
	background-color: #cfe7f9;
}
.white_tblcell
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	color: #0066CC;
	background-color: #FFFFFF;
}
.blue_1px_line_seperator
{
	background: #74BAF3;
}

/* -- TreeView Control Style Elements -- */

.treelink
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	color: #003366;
	text-decoration: none;
}
.treelink:hover
{
	color: #003366;
	text-decoration: underline;
}
.treelink:visited
{
	color: #003366;
	text-decoration: none;
}
.treelink_selected
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	color: #003366;
	text-decoration: none;
	background: #F1F9FF;
	padding: 2px;
	border: 1px solid #85B3FE;
}

/* -- Question Links -- */

.questionlink
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	color: #336699;
}
.questionlink:hover
{
	color: #FF0000;
}
.questionlink:visited
{
	color: #336699;
}

/* -- Question Paging Links -- */

.questionpaging
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	color: #336699;
}
.questionpaging:hover
{
	color: #FF0000;
}
.questionpaging:visited
{
	color: #336699;
}

/* -- Table Splitters -- */

.vert_splitter
{
	background: url(../images/vertline.gif);
	background-repeat: repeat-y;
	background-attachment: fixed;
	font-size: 4pt;
}

.hoz_splitter
{
	background: url(../images/hozline.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-size: 4pt;
}

.tophoz_splitter
{
	background: url(../images/topsplitter.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-size: 4pt;
}
/* -- Navigation Bar & Tabs -- */

.NavBar_TabOn
{
	padding: 3px;
	border-left: 1px solid #7898B5;
	border-top: 1px solid #7898B5;
	border-right: 1px solid #7898B5;
	background: #ffffff url(../images/tabon.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

.NavBar_TabOff
{
	padding: 3px;
	border-left: 1px solid #BECBD2;
	border-top: 1px solid #BECBD2;
	border-right: 1px solid #AAAAAA;
	background: #F1F3F6 url(../images/headerbg.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

.IKB_TabOn
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	color: #0066CC;
	background: #C7E1FA;
}

.NavBar_BG
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	color: #0066CC;
}
.NavBar_Links
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	color: #0066CC;
}
.NavBar_Links:hover
{
	color: #FF0000;
}
.NavBar_Links:visited
{
	color: #0066CC;
}

.ikb_DHTMLToolTip
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	color: #003366;
	border: silver 1px dashed;
	padding: 6px;
	visibility: hidden;
	z-index:100;
	position: absolute;
	background-color: #FFFFCC;
}

/* -- MS Theme Style Elements Follow -- */
.mstheme
{
	list-image-1: url(../_themes/brackets/bullet1.gif);
	list-image-2: url(../_themes/brackets/bullet2.gif);
	list-image-3: url(../_themes/brackets/bullet3.gif);
	nav-banner-image: url(../_themes/brackets/banner_blank.gif);
	navbutton-horiz-normal: url(../_themes/brackets/button_globalmenu.gif);
	navbutton-horiz-hovered: url(../_themes/brackets/button_globalmenu_hover.gif);
	navbutton-horiz-pushed: url(../_themes/brackets/button_globalmenu_sel.gif);
	navbutton-vert-normal: url(../_themes/brackets/vertmenuitem.gif);
	navbutton-vert-hovered: url(../_themes/brackets/vertmenuitem_hover.gif);
	navbutton-vert-pushed: url(../_themes/brackets/vertmenuitem_sel.gif);
	navbutton-home-normal: url(../_themes/brackets/quicklink.gif);
	navbutton-home-hovered: url(../_themes/brackets/quicklinkhov.gif);
	navbutton-home-pushed: url(../_themes/brackets/iconhome.gif);
	navbutton-next-normal: url(../_themes/brackets/quicklink.gif);
	navbutton-next-hovered: url(../_themes/brackets/quicklinkhov.gif);
	navbutton-next-pushed: url(../_themes/brackets/quicklink.gif);
	navbutton-prev-normal: url(../_themes/brackets/quicklink.gif);
	navbutton-prev-hovered: url(../_themes/brackets/quicklinkhov.gif);
	navbutton-prev-pushed: url(../_themes/brackets/quickback.gif);
	navbutton-up-normal: url(../_themes/brackets/quicklink.gif);
	navbutton-up-hovered: url(../_themes/brackets/quicklinkhov.gif);
	navbutton-up-pushed: url(../_themes/brackets/quicklink.gif);
}
.mstheme-bannertxt
{
	font-family: Verdana;
	color: rgb(20, 64, 187);
	font-size: 3;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.mstheme-horiz-navtxt
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: rgb(255, 255, 255);
	font-size: 1;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
}
.mstheme-vert-navtxt
{
	font-family: Verdana;
	color: rgb(255, 255, 255);
	font-size: 1;
	font-style: normal;
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
}
.mstheme-navtxthome
{
	color: rgb(255, 255, 255);
	font-size: 1;
	font-style: normal;
	font-weight: normal;
}
.mstheme-navtxtnext
{
	color: rgb(255, 255, 255);
	font-size: 1;
	font-style: normal;
	font-weight: normal;
}
.mstheme-navtxtprev
{
	color: rgb(255, 255, 255);
	font-size: 1;
	font-style: normal;
	font-weight: normal;
}
.mstheme-navtxtup
{
	color: rgb(255, 255, 255);
	font-size: 1;
	font-style: normal;
	font-weight: normal;
}
ul
{
	list-style-image: url('../_themes/brackets/bullet1.gif');
}
ul ul
{
	list-style-image: url('../_themes/brackets/bullet2.gif');
}
ul ul ul
{
	list-style-image: url('../_themes/brackets/bullet3.gif');
}
a:link
{
	color: rgb(20, 64, 187);
}
a:active
{
	color: rgb(255, 144, 0);
}
a:visited
{
	color: rgb(72, 72, 72);
}
body
{
	background-color: rgb(255, 255, 255);
}
table
{
}
th
{
}
td
{
}
h1
{
	color: rgb(20, 64, 187);
}
h2
{
	color: rgb(20, 64, 187);
}
h3
{
	color: rgb(20, 64, 187);
}
h4
{
	color: rgb(20, 64, 187);
}
h5
{
	color: rgb(20, 64, 187);
}
h6
{
	color: rgb(20, 64, 187);
}
hr
{
}
button
{
}
label
{
}
.mstheme-text
{
}
textarea
{
}
fieldset
{
}
legend
{
}
select
{
}
caption
{
}
.banner
{
	font-weight: bold;
	text-align: center;
	font-family: Verdana;
	color: #1440BB;
}
.blank
{
	font-size: 1pt;
}
.ms-alerttext
{
	color: red;
}
.ms-alternating
{
	background-color: #f2f2f2;
}
.ms-announcementtitle
{
	font-weight: bold;
}
.ms-appt a
{
	color: #2d425f;
}
.ms-appt a:hover
{
	color: red;
}
.ms-appt, .ms-grcellselect
{
	text-overflow: ellipsis;
	border-left-style: solid;
	height: 18px;
	overflow: hidden;
	border-top-width: 2px;
	border-top-color: black;
	border-left-color: black;
	border-right-width: 2px;
	border-top-style: solid;
	border-right-color: black;
	border-bottom-width: 2px;
	border-bottom-color: black;
	border-right-style: solid;
	background-color: #d2deee;
	border-bottom-style: solid;
	text-align: center;
	color: black;
	vertical-align: middle;
	border-left-width: 2px;
}
.ms-apptsingle
{
	overflow: hidden;
	vertical-align: middle;
	text-overflow: ellipsis;
	color: black;
	height: 18px;
}
.ms-authoringcontrols
{
	background-color: #f2f2f2;
}
.ms-back
{
	background-color: #f8f8f8;
	vertical-align: top;
	padding-top: 2;
	padding-bottom: 4;
}
.ms-banner
{
	color: #FFFFFF;
}
.ms-banner a:hover
{
	color: #FF9000;
	font-weight: bold;
	text-decoration: none;
}
.ms-banner a:link
{
	color: #1440BB;
	text-decoration: none;
	font-weight: bold;
}
.ms-banner a:visited
{
	color: #484848;
	text-decoration: none;
	font-weight: bold;
}
.ms-banner, .ms-grheadertext
{
	color: white;
}
.ms-bannerframe, .ms-grheaderbackground, .ms-stormefree
{
	background-color: #002d96;
}
.ms-bold
{
	font-weight: bold;
}
.ms-builderbackground
{
	background:#d3d3d3; 
}
.ms-buttonheightwidth
{
	width: 100px;
}
.ms-buttonheightwidth2
{
	width: 125px;
	height: 24px;
}
.ms-cal
{
	border-collapse: collapse;
	table-layout: fixed;
	cursor: default;
}
.ms-calallday
{
	vertical-align: top;
	text-align: center;
	width: 10%;
	height: 12px;
}
.ms-calbot
{
	border-top-width: medium;
	border-top-color: inherit;
	height: 2px;
	border-top-style: none;
	border-bottom-width: 1px;
	border-bottom-color: black;
	border-bottom-style: solid;
}
.ms-caldow
{
	vertical-align: top;
	text-align: center;
	border-top-width: 1px;
	border-top-color: black;
	border-top-style: solid;
	height: 20px;
	font-weight: bold;
}
.ms-caldowdown
{
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}
.ms-caldown
{
	vertical-align: top;
}
.ms-calhalfhour
{
	height: 12px;
	border-top-width: 1px;
	border-top-color: lightblue;
	vertical-align: top;
	border-top-style: solid;
}
.ms-calhead
{
	border-bottom-width: medium;
	border-bottom-color: inherit;
	border-top-width: medium;
	padding-top: 2px;
	border-top-color: inherit;
	border-bottom-style: none;
	border-top-style: none;
	border-left-width: medium;
	padding-bottom: 2px;
	border-left-color: inherit;
	color: white;
	padding-right: 2px;
	background-color: #2254b1;
	border-left-style: none;
	border-right-width: medium;
	border-right-color: inherit;
	padding-left: 2px;
	text-align: center;
	border-right-style: none;
}
.ms-calhead a
{
	text-decoration: none;
}
.ms-calhead a:hover
{
	color: red;
}
.ms-calhour
{
	border-top-width: 1px;
	border-top-color: blue;
	border-top-style: solid;
	width: 10%;
	height: 12px;
	vertical-align: top;
}
.ms-calmid
{
	height: 20px;
}
.ms-calquarterhour
{
	vertical-align: top;
	border-top-width: 0px;
	border-top-color: inherit;
	height: 12px;
	border-top-style: none;
}
.ms-calspacer
{
	height: 4px;
}
.ms-caltop
{
	width: 14%;
	vertical-align: top;
	border-top-width: 1px;
	border-top-color: black;
	height: 30px;
	border-top-style: solid;
}
.ms-calvspacer
{
	width: 0px;
	background-color: red;
}
.ms-calweek
{
	border-collapse: collapse;
	cursor: default;
}
.ms-connerror
{
	color: red;
}
.ms-dappt
{
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-color: black;
	border-left-color: black;
	border-bottom-width: 2px;
	color: black;
	vertical-align: middle;
	border-bottom-color: black;
	border-right-style: solid;
	overflow: hidden;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-width: 2px;
	border-top-color: black;
	text-align: center;
	border-top-style: solid;
	background-color: #d2deee;
	height: 18px;
}
.ms-dapptsingle
{
	height: 18px;
	color: black;
	vertical-align: middle;
	overflow: hidden;
}
.ms-datepicker
{
	border-right-width: 2px;
	cursor: default;
	border-right-color: activeborder;
	border-left-style: outset;
	border-right-style: outset;
	border-bottom-width: 2px;
	border-bottom-color: activeborder;
	border-top-width: 2px;
	border-left-width: 2px;
	border-bottom-style: outset;
	border-top-color: activeborder;
	border-left-color: activeborder;
	border-top-style: outset;
}
.ms-datepickeriframe
{
	background:white; display: none;
	position: absolute;
	
}
.ms-dcal
{
	border-collapse: collapse;
	table-layout: fixed;
	cursor: default;
}
.ms-descriptiontext
{
	color: black;
}
.ms-discussionseparator
{
	height: 1px;
	color: #cccccc;
}
.ms-discussiontitle
{
	font-weight: bold;
	color: black;
}
.ms-dpday
{
	border-bottom-width: medium;
	border-bottom-color: inherit;
	border-bottom-style: none;
	border-top-width: medium;
	border-top-color: inherit;
	border-left-width: medium;
	border-top-style: none;
	border-left-color: inherit;
	border-left-style: none;
	border-right-width: medium;
	border-right-color: inherit;
	cursor: hand;
	text-align: center;
	border-right-style: none;
}
.ms-dpdow
{
	border-bottom-width: 1px;
	border-left-color: inherit;
	border-bottom-color: black;
	border-right-width: medium;
	font-weight: bold;
	border-right-color: inherit;
	border-left-style: none;
	border-bottom-style: solid;
	border-right-style: none;
	border-top-width: medium;
	border-top-color: inherit;
	border-top-style: none;
	vertical-align: top;
	border-left-width: medium;
	text-align: center;
}
.ms-dpfoot
{
	border-top-style: solid;
	text-align: center;
	border-bottom-width: medium;
	border-bottom-color: inherit;
	border-bottom-style: none;
	height: 24px;
	font-style: italic;
	border-top-width: 1px;
	border-top-color: inherit;
}
.ms-dphead
{
	border-top-width: medium;
	border-top-color: inherit;
	font-weight: bold;
	border-top-style: none;
	text-align: center;
	border-bottom-width: medium;
	background-color: #2254b1;
	border-bottom-color: inherit;
	border-left-width: medium;
	border-bottom-style: none;
	border-left-color: inherit;
	border-left-style: none;
	border-right-width: medium;
	border-right-color: inherit;
	border-right-style: none;
	color: white;
}
.ms-dpnextprev
{
	border-right-style: none;
	border-left-style: none;
	border-bottom-width: medium;
	border-bottom-color: inherit;
	border-bottom-style: none;
	border-top-width: medium;
	border-top-color: inherit;
	text-align: center;
	border-top-style: none;
	background-color: #2254b1;
	cursor: hand;
	font-weight: bold;
	border-right-width: medium;
	border-right-color: inherit;
	border-left-width: medium;
	border-left-color: inherit;
	color: white;
}
.ms-dpnonmonth
{
	border-top-width: medium;
	border-top-color: inherit;
	color: gray;
	border-top-style: none;
	border-left-width: medium;
	border-left-color: inherit;
	text-align: center;
	cursor: hand;
	border-bottom-width: medium;
	border-left-style: none;
	border-bottom-color: inherit;
	border-bottom-style: none;
	border-right-width: medium;
	border-right-color: inherit;
	border-right-style: none;
}
.ms-dpselectedday
{
	border-bottom-width: medium;
	border-bottom-color: inherit;
	border-top-width: medium;
	text-align: center;
	border-bottom-style: none;
	border-top-color: inherit;
	border-top-style: none;
	border-left-width: medium;
	border-right-width: medium;
	border-left-color: inherit;
	border-right-color: inherit;
	cursor: hand;
	border-left-style: none;
	background-color: #e6e6e6;
	border-right-style: none;
}
.ms-error
{
	font-weight: normal;
	color: #ff0000;
}
.ms-filedialog td
{
	height: 16px;
}
.ms-firstcalhour
{
	width: 10%;
	height: 12px;
	vertical-align: top;
}
.ms-formbody
{
	vertical-align: top;
}
.ms-formbody font
{
	line-height: normal;
}
.ms-formdescription
{
	color: #808080;
}
.ms-formdescription a
{
	text-decoration: none;
	color: #003399;
}
.ms-formlabel
{
	color: #808080;
	font-weight: normal;
}
.ms-formrecurrence
{
	font-weight: normal;
	vertical-align: top;
}
.ms-formtable .ms-formbody
{
	line-height: 1.3em;
}
.ms-gb
{
	background-color: #eeeeee;
	height: 18px;
	color: #000000;
	font-weight: bold;
}
.ms-gb2
{
	font-weight: bold;
	color: #777777;
	height: 18px;
}
.ms-gridt1
{
	color: #808080;
	text-align: center;
}
.ms-gridtext
{
	cursor: default;
	height: 19px;
}
.ms-homepagetitle
{
	color: black;
	font-weight: bold;
	text-decoration: none;
}
:hover.ms-homepagetitle
{
	color: #ff3300;
	text-decoration: underline;
}
.ms-hovercellactive
{
	border-bottom-color: #f4c660;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-top-color: #f4c660;
	border-top-style: solid;
	border-right-width: 1px;
	border-right-color: #f4c660;
	background-color: #e1ecfc;
	border-right-style: solid;
	border-left-width: 1px;
	border-left-color: #f4c660;
	border-left-style: solid;
	border-bottom-width: 1px;
}
.ms-hovercellactivedark
{
	border-top-color: #cbdbf8;
	border-bottom-style: solid;
	border-top-style: solid;
	background-color: steelblue;
	border-left-width: 1px;
	border-left-color: #cbdbf8;
	border-top-width: 1px;
	border-left-style: solid;
	border-right-width: 1px;
	border-right-color: #cbdbf8;
	border-right-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #cbdbf8;
}
.ms-hovercellinactive
{
	margin-left: 1px;
	margin-bottom: 1px;
	border-right-width: medium;
	border-right-color: inherit;
	border-bottom-width: medium;
	border-top-width: medium;
	border-bottom-color: inherit;
	margin-right: 1px;
	border-right-style: none;
	border-left-width: medium;
	border-top-color: inherit;
	border-left-color: inherit;
	border-bottom-style: none;
	border-top-style: none;
	border-left-style: none;
	margin-top: 1px;
	background-color: transparent;
}
.ms-imglibmenuarea
{
	background-color: silver;
}
.ms-imglibthumbnail
{
	background-color: silver;
	border-right-style: solid;
	border-bottom-width: 0px;
	border-bottom-color: #9bf;
	border-left-width: 0px;
	border-left-color: #9bf;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #9bf;
	border-top-width: 0px;
	border-top-color: #9bf;
	border-top-style: solid;
	border-right-width: 0px;
}
.ms-italic
{
	font-style: italic;
}
.ms-itemheader a
{
	text-decoration: none;
	font-weight: bold;
	color: #003399;
}
.ms-long
{
	width: 380px;
}
.ms-menuimagecell
{
	cursor: hand;
	background-color: #d7e7fd;
}
.ms-nav a
{
	text-decoration: none;
	font-weight: normal;
	color: #003399;
}
.ms-nav a:hover
{
	color: #798073;
	text-decoration: underline;
}
.ms-nav a:visited
{
	color: #003399;
}
.ms-nav th
{
	color: black;
	font-weight: normal;
}
.ms-navframe, .ms-grstatusbar
{
	background:#e1ecfc; 
}
.ms-navheader a, .ms-navheader a:link, .ms-navheader a:visited
{
	font-weight: bold;
}
.ms-navline
{
	border-bottom-width: 1px;
	border-bottom-color: #adadad;
	border-bottom-style: solid;
}
.ms-navwatermark
{
	color: #cbd8f8;
}
.ms-pagecaption
{
	color: black;
}
.ms-pagetitle
{
	color: black;
}
.ms-pagetitle a
{
	text-decoration: none;
	color: black;
}
.ms-pagetitle a:hover
{
	text-decoration: underline;
}
.ms-partline
{
	background-color: #b9d1f4;
}
.ms-partspacinghorizontal
{
	width: 8px;
}
.ms-partspacingvertical
{
	margin-top: 12px;
}
.ms-propertysheet a
{
	color: #003399;
	text-decoration: none;
}
.ms-propertysheet a:hover
{
	color: #ff3300;
	text-decoration: underline;
}
.ms-propertysheet th
{
	color: gray;
	font-weight: normal;
}
.ms-propgridbuilderbutton
{
	width: 16px;
	border-top-width: 1px;
	border-top-color: #3366cc;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-color: #3366cc;
	border-right-width: 1px;
	border-right-color: #3366cc;
	border-bottom-style: solid;
	background-color: #c1ccde;
	border-right-style: solid;
	border-left-width: 1px;
	border-left-color: #3366cc;
	border-left-style: solid;
	display: none;
}
.ms-radiotext
{
	cursor: default;
	height: 19px;
}
.ms-rtapplybackground
{
	border-bottom-width: 1px;
	border-bottom-color: buttonshadow;
	background-color: #d7e7fd;
	border-bottom-style: solid;
}
.ms-rtetoolbardis
{
	filter: alpha(opacity=25);
}
.ms-rtetoolbarhov
{
	border-top-style: solid;
	border-right-width: 1px;
	border-right-color: #000084;
	padding-bottom: 2px;
	background-color: #fddd98;
	border-right-style: solid;
	padding-top: 2px;
	padding-right: 2px;
	border-bottom-width: 1px;
	border-bottom-color: #000084;
	border-left-width: 1px;
	cursor: hand;
	border-left-color: #000084;
	border-bottom-style: solid;
	padding-left: 2px;
	border-left-style: solid;
	border-top-width: 1px;
	border-top-color: #000084;
}
.ms-rtetoolbarmenu
{
	border-bottom-color: #000084;
	padding-bottom: 2px;
	border-bottom-style: solid;
	padding-left: 2px;
	border-top-width: 1px;
	padding-top: 2px;
	border-top-color: #000084;
	position: absolute;
	border-top-style: solid;
	padding-right: 2px;
	background-color: #658fe0;
	border-left-width: 1px;
	color: black;
	border-left-color: #000084;
	border-right-width: 1px;
	border-left-style: solid;
	border-right-color: #000084;
	border-right-style: solid;
	border-bottom-width: 1px;
}
.ms-rtetoolbarsel
{
	border-left-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000084;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-right-color: #000084;
	border-right-style: solid;
	padding-right: 2px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-top-color: #000084;
	padding-top: 2px;
	padding-left: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-color: #000084;
}
.ms-rtetoolbarunsel
{
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.ms-rtremovebackground
{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #d7e7fd;
	border-bottom-color: #d7e7fd;
	border-top-style: solid;
	border-bottom-style: solid;
	background-color: transparent;
}
.ms-searchbox
{
	background-color: #ffffff;
}
.ms-searchform
{
	background-color: #ffdf8c;
}
.ms-sectionheader
{
	color: #003399;
	font-weight: bold;
}
.ms-sectionheader a
{
	text-decoration: none;
	color: #003399;
}
.ms-sectionheader a:hover
{
	text-decoration: none;
	color: #003399;
}
.ms-sectionheader a:visited
{
	text-decoration: none;
	color: #003399;
}
.ms-sectionline
{
	background-color: #2254b1;
}
.ms-selected
{
	color: white;
	background-color: #2254b1;
}
.ms-selected span
{
	color: white;
}
.ms-selectednav, .ms-grsortfilter
{
	border:1px solid #2254b1; background:#fee197; padding-top: 1px;
	padding-bottom: 2px;
	
}
.ms-selectedtitle
{
	border-right-width: 1px;
	border-top-style: solid;
	border-right-color: #2254b1;
	border-right-style: solid;
	background-color: #fafafa;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	padding-top: 1px;
	border-bottom-color: #2254b1;
	border-bottom-style: solid;
	border-left-width: 1px;
	border-left-color: #2254b1;
	border-left-style: solid;
	border-top-width: 1px;
	border-top-color: #2254b1;
}
.ms-separator
{
	color: #444444;
}
.ms-smallheader
{
	font-weight: bold;
	color: #000000;
}
.ms-spacebetbuttons
{
	width: 6px;
}
.ms-spacebetcontentandbutton
{
	height: 10px;
}
.ms-splink
{
	color: #003399;
}
.ms-splink a:link, .ms-splink a:visited
{
	color: midnightblue;
	text-decoration: none;
}
.ms-spzone
{
	border-left-width: 1px;
	border-left-color: darkgray;
	border-right-width: 1px;
	border-left-style: solid;
	border-right-color: darkgray;
	padding-right: 5px;
	border-bottom-width: 1px;
	padding-left: 5px;
	border-right-style: solid;
	border-bottom-color: darkgray;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-top-color: darkgray;
	padding-top: 5px;
	border-top-style: solid;
	padding-bottom: 5px;
}
.ms-spzonecaption
{
	color: darkgray;
}
.ms-spzoneibar
{
	border-right-color: blue;
	border-right-style: solid;
	border-left-width: 3px;
	border-left-color: blue;
	border-left-style: solid;
	border-top-width: 3px;
	border-top-color: blue;
	border-top-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: blue;
	border-bottom-style: solid;
	border-right-width: 3px;
}
.ms-spzonelabel
{
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	color: darkgray;
}
.ms-spzoneselected
{
	padding-bottom: 5px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-left-color: blue;
	border-top-color: blue;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-top-style: solid;
	border-bottom-color: blue;
	border-right-width: 1px;
	padding-left: 5px;
	border-right-color: blue;
	border-bottom-style: solid;
	padding-top: 5px;
	border-right-style: solid;
	padding-right: 5px;
}
.ms-stormeused, .ms-stormefilterbar
{
	background:#91b5f4; 
}
.ms-stylebox
{
	border-top-width: 1px;
	border-top-color: #cccccc;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-color: #cccccc;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.ms-styleheader
{
	background-color: #eeeeee;
}
.ms-styleheader a:hover, .ms-stylebody a:hover
{
	color: #ff3300;
	text-decoration: underline;
}
.ms-styleheader a:link, .ms-stylebody a:link
{
	text-decoration: none;
	color: #003399;
}
.ms-styleheader a:visited, .ms-stylebody a:visited
{
	text-decoration: none;
}
.ms-stylelabel
{
	color: #cccccc;
}
.ms-subsmanagecell
{
	vertical-align: top;
	height: 18px;
	color: black;
}
.ms-subsmanageheader
{
	font-weight: bold;
	vertical-align: top;
	text-decoration: none;
	background-color: #f2f2f2;
}
.ms-summarycustombody
{
	margin-top: 5px;
}
.ms-summarystandardbody
{
	margin-top: 5px;
}
.ms-summarytitlebar
{
	font-weight: normal;
	color: white;
	text-decoration: none;
}
.ms-summarytitlebar a:link
{
	text-decoration: none;
	color: white;
	font-weight: normal;
}
.ms-summarytitlebar a:visited
{
	font-weight: normal;
	text-decoration: none;
	color: white;
}
.ms-summarytitlebarframe
{
	background-color: #2254b1;
}
.ms-summarytitlebartitle
{
	font-weight: bold;
	color: white;
	text-decoration: none;
}
:hover.ms-summarytitlebartitle
{
	text-decoration: underline;
	color: #ff3300;
}
.ms-surveyhbar
{
	background-color: #3366cc;
}
.ms-surveyhbarb
{
	background-color: #cccccc;
}
.ms-surveyhr
{
	color: #cccccc;
	height: 1px;
}
.ms-surveytotal
{
	color: #808080;
}
.ms-surveyvbar
{
	background-color: #3366cc;
}
.ms-surveyvbarb
{
	background-color: #cccccc;
	vertical-align: bottom;
}
.ms-surveyvbarbi
{
	vertical-align: top;
	background-color: #3366cc;
}
.ms-surveyvbart
{
	color: #808080;
}
.ms-surveyvbartc
{
	color: #808080;
	text-align: center;
}
.ms-tabinactive
{
	border-right-style: solid;
	border-left-width: 2px;
	border-bottom-width: 2px;
	border-right-color: #eaeaea;
	color: #808080;
	border-left-color: #eaeaea;
	border-bottom-color: #eaeaea;
	border-top-width: 2px;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-color: #eaeaea;
	border-top-style: solid;
	border-right-width: 2px;
	background-color: #eaeaea;
	padding-top: 3px;
	padding-bottom: 3px;
}
.ms-tabinactive a:hover
{
	text-decoration: none;
	color: #808080;
}
.ms-tabinactive a:link
{
	color: #808080;
	text-decoration: none;
}
.ms-tabinactive a:visited
{
	text-decoration: none;
	color: #808080;
}
.ms-tabselected
{
	padding-bottom: 3px;
	border-left-width: 2px;
	border-left-color: #2254b1;
	border-bottom-width: 2px;
	border-top-width: 2px;
	border-bottom-color: #2254b1;
	font-weight: bold;
	border-top-color: #2254b1;
	border-left-style: solid;
	border-right-width: 2px;
	padding-top: 3px;
	border-bottom-style: solid;
	border-right-color: #2254b1;
	border-top-style: solid;
	border-right-style: solid;
	color: #003399;
	background-color: #2254b1;
}
.ms-tbbuttonmouseoverdown
{
	border-top-width: 1px;
	border-bottom-style: solid;
	border-top-color: buttonshadow;
	width: 23px;
	border-top-style: solid;
	top: 1px;
	background-color: #d7e7fd;
	height: 22px;
	border-bottom-width: 1px;
	border-bottom-color: buttonhighlight;
}
.ms-titlearea
{
}
.ms-titlearealine, .ms-stormeestimated
{
	background-color: #ffd275;
}
.ms-toolbar
{
	text-decoration: none;
	color: #003399;
}
.ms-toolpanebody
{
	padding-bottom: 2px;
	padding-top: 2px;
}
.ms-toolpaneborder
{
	border-top:medium solid none; border-bottom:medium solid none; 
}
.ms-toolpaneclose
{
	background-color: #2254b1;
}
.ms-toolpaneerror
{
	padding-top: 10px;
	padding-right: 10px;
	color: #ce3431;
	padding-left: 10px;
	padding-bottom: 10px;
}
.ms-toolpanefooter
{
	padding-left: 5px;
	background-color: #2254b1;
	padding-top: 5px;
	padding-right: 5px;
	color: white;
	padding-bottom: 5px;
}
.ms-toolpaneframe
{
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #e1ecfc;
	padding-top: 0px;
}
.ms-toolpaneheader
{
	border-bottom-style: none;
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
	background-color: #2254b1;
}
.ms-toolpaneinfo
{
	color: white;
	padding-bottom: 0px;
	padding-top: 5px;
	background-color: #4a658c;
}
.ms-toolpanetitle
{
	color: white;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #2254b1;
}
.ms-toolpartspacing
{
	padding-top: 8px;
}
.ms-toolstrip
{
	padding-right: 4px;
	padding-top: 1px;
	border-bottom-width: 1px;
	border-bottom-color: darkgray;
	padding-left: 4px;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-top-color: darkgray;
	border-top-style: solid;
	padding-bottom: 2px;
	color: #003399;
	background-color: #b9d1f4;
}
.ms-toolstripselected
{
	border-left-style: solid;
	padding-right: 4px;
	padding-top: 1px;
	border-bottom-width: 1px;
	padding-bottom: 2px;
	border-right-width: 1px;
	border-bottom-color: #2254b1;
	border-right-color: #2254b1;
	color: #000000;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-width: 1px;
	border-top-color: #2254b1;
	border-top-style: solid;
	padding-left: 4px;
	border-left-width: 1px;
	border-left-color: #2254b1;
	background-color: #fee197;
}
.ms-tpbody
{
	color: #000000;
}
.ms-tpbody a:link, .ms-tpbody a:visited, .ms-tpbody a:hover
{
	color: #003399;
	cursor: hand;
	text-decoration: none;
}
.ms-tpborder
{
	border-bottom-style: none;
	border-top-style: none;
	border-left-width: medium;
	border-top-color: inherit;
	border-left-color: inherit;
	border-left-style: none;
	border-right-width: medium;
	border-right-color: inherit;
	border-right-style: none;
	border-bottom-width: medium;
	border-top-width: medium;
	border-bottom-color: inherit;
}
.ms-tpheader
{
	background-color: #cbdbf8;
}
.ms-tpinput
{
	color: #000000;
}
.ms-tptitle
{
	padding-top: 2px;
	padding-bottom: 2px;
	color: midnightblue;
	font-weight: bold;
}
.ms-underline
{
	padding-top: 3;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-color: #c2c2c2;
	border-bottom-style: solid;
	padding-bottom: 4;
}
.ms-underlineback
{
	vertical-align: top;
	background-color: #f8f8f8;
	padding-top: 3;
	border-bottom-width: 1px;
	border-bottom-color: #c2c2c2;
	border-bottom-style: solid;
	padding-bottom: 4;
}
.ms-unselectednav
{
	border-left-width: 1px;
	border-left-color: #e1ecfc;
	border-left-style: solid;
	border-top-width: 1px;
	border-top-color: #e1ecfc;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-width: 1px;
	padding-bottom: 2px;
	border-right-color: #e1ecfc;
	border-right-style: solid;
	border-bottom-width: 1px;
	padding-top: 1px;
	border-bottom-color: #e1ecfc;
}
.ms-unselectedtitle
{
	margin-bottom: 1px;
	padding-top: 1px;
	padding-bottom: 2px;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 1px;
}
.ms-uploadborder
{
	border-right-width: 1px;
	border-right-color: #d4dce6;
	border-right-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #d4dce6;
	border-top-width: 1px;
	border-top-color: #d4dce6;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-color: #d4dce6;
	border-top-style: solid;
	border-left-style: solid;
}
.ms-uploadcontrol
{
	background-color: #f2f2f2;
}
.ms-vappt
{
	height: 12px;
	text-overflow: ellipsis;
	text-align: center;
	vertical-align: middle;
	color: black;
	background-color: #d2deee;
	overflow: hidden;
}
.ms-vappt a
{
	text-decoration: none;
	color: #2d425f;
	overflow: hidden;
	font-weight: normal;
	text-overflow: ellipsis;
}
.ms-vappt a:hover
{
	text-decoration: underline;
	color: red;
}
.ms-vapptsingle
{
	vertical-align: middle;
	overflow: hidden;
	height: 20px;
	color: black;
	text-align: center;
	text-overflow: ellipsis;
	background-color: #d2deee;
}
.ms-vapptsingle a
{
	overflow: hidden;
	color: #2d425f;
	font-weight: normal;
	text-decoration: none;
	text-overflow: ellipsis;
}
.ms-vapptsingle a:hover
{
	color: red;
	text-decoration: underline;
}
.ms-vb a, .ms-vb2 a, .ms-grstatustext a, .ms-vb-user a
{
	color: #003399;
	text-decoration: none;
}
.ms-vb a:hover, .ms-vb2 a:hover, .ms-vb-user a:hover
{
	text-decoration: underline;
	color: #ff3300;
}
.ms-vb a:visited, .ms-vb2 a:visited, .ms-grstatustext a:visited, .ms-vb-user a:visited
{
	text-decoration: none;
	color: #000066;
}
.ms-vb a:visited:hover, .ms-vb2 a:visited:hover, .ms-vb-user a:visited:hover
{
	color: #ff3300;
	text-decoration: underline;
}
.ms-vb, .ms-vb2, .ms-grfont, .ms-vb-user
{
	vertical-align: top;
}
.ms-vb-icon
{
	width: 16px;
	vertical-align: top;
	padding-bottom: 0px;
	padding-top: 2px;
}
.ms-vb-user
{
	padding-top: 2px;
}
.ms-vb2
{
	padding-bottom: 4px;
	padding-top: 3px;
}
.ms-vb2, .ms-vb-title, .ms-vb-icon, .ms-vb-user
{
	border-top-width: 1px;
	border-top-color: #e4e4e4;
	border-top-style: solid;
}
.ms-vcal
{
	cursor: default;
	border-collapse: separate;
	table-layout: fixed;
}
.ms-vh a, .ms-vh a:visited, .ms-vh2 a, .ms-vh-left a, .ms-vh-right a
{
	text-decoration: none;
	color: #808080;
}
.ms-vh a:hover, .ms-vh2 a:hover
{
	text-decoration: underline;
}
.ms-vh, .ms-vh2
{
	text-decoration: none;
	color: #808080;
	font-weight: normal;
	vertical-align: top;
}
.ms-vh-icon
{
	font-weight: normal;
	vertical-align: top;
	width: 12px;
	color: #808080;
	text-decoration: none;
}
.ms-vh-icon-empty
{
	vertical-align: top;
	text-decoration: none;
	width: 0px;
	color: #808080;
	font-weight: normal;
}
.ms-vh-left
{
	color: #808080;
	font-weight: normal;
	text-decoration: none;
}
.ms-vh-left-icon
{
	font-weight: normal;
	width: 22px;
	color: #808080;
	text-decoration: none;
}
.ms-vh-left-icon-empty
{
	width: 0px;
	color: #808080;
	text-decoration: none;
	font-weight: normal;
}
.ms-vh-right
{
	color: #808080;
	text-decoration: none;
	font-weight: normal;
}
.ms-vh-right-icon
{
	width: 22px;
	color: #808080;
	font-weight: normal;
	text-decoration: none;
}
.ms-vh-right-icon-empty
{
	font-weight: normal;
	width: 0px;
	text-decoration: none;
	color: #808080;
}
.ms-vhimage
{
	width: 18pt;
	color: #808080;
	text-decoration: none;
	vertical-align: top;
	font-weight: normal;
}
.ms-viewselect a:link, .ms-grfontsize
{
	color: #003399;
}
.ms-wpbody a:hover
{
	color: red;
	text-decoration: underline;
}
.ms-wpbody a:link, .ms-wpbody a:visited
{
	text-decoration: none;
	color: #003399;
}
.ms-wpbody h1, .ms-tpbody h1
{
	font-weight: bold;
}
.ms-wpbody h2, .ms-tpbody h2
{
	font-weight: bold;
}
.ms-wpbody h3, .ms-tpbody h3
{
	font-weight: bold;
}
.ms-wpbody h4, .ms-tpbody h4
{
	font-weight: bold;
}
.ms-wpbody h5, .ms-tpbody h5
{
	font-weight: bold;
}
.ms-wpbody h6, .ms-tpbody h6
{
	font-weight: bold;
}
.ms-wpbody th, .ms-tpbody th
{
	font-weight: bold;
}
.ms-wpborder
{
	border-top-width: 0px;
	border-top-color: #afc9ef;
	border-left-style: solid;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #afc9ef;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-right-color: #afc9ef;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-color: #afc9ef;
}
.ms-wpdesign
{
	background-color: #c1ccde;
}
.ms-wpheader
{
	background-color: #b9d1f4;
}
.ms-wpmenu
{
	background-color: #c1ccde;
}
.ms-wpselected
{
	border-bottom-width: 3px;
	border-bottom-color: #f4c660;
	border-bottom-style: dashed;
	border-top-width: 3px;
	border-top-color: #f4c660;
	border-left-width: 3px;
	border-left-color: #f4c660;
	border-top-style: dashed;
	border-left-style: dashed;
	border-right-width: 3px;
	border-right-color: #f4c660;
	border-right-style: dashed;
}
.ms-wptitle
{
	padding-bottom: 2px;
	color: #003399;
	font-weight: bold;
	padding-top: 2px;
}
.ms-wptitle a:hover
{
	text-decoration: underline;
	cursor: hand;
	color: red;
}
.ms-wptitle a:link, .ms-wptitle a:visited
{
	cursor: hand;
	text-decoration: none;
	color: #003399;
}
.mstheme
{
	top-bar-button: url(../_themes/brackets/graybar.gif);
}
.mstheme-topbar-font
{
	font-weight: normal;
	text-align: center;
	font-family: Verdana;
	color: #FFFFFF;
	vertical-align: middle;
	font-style: normal;
}
body
{
	padding-bottom: 0px;
	padding-right: 0px;
	font-size: 11;
	padding-top: 0px;
	font-family: Verdana;
	text-align: none;
	vertical-align: none;
	padding-left: 0px;
	margin: 0px;
}
h5
{
	font-weight: bold;
	font-family: Verdana;
	vertical-align: none;
	color: #1440BB;
	text-align: none;
}

