﻿body 
{
	background-color: #FFFFFF;
	padding: 5px;
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
}

p 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	padding: 0px;
	margin: 0px;
}

input, label 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 2px;
	margin: 0px;
}

select 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
}

input.tab 
{
	background-color: #DDDDDD;
	border: solid 3px #DDDDDD;
	color: #000000;
	font-size: 11px;
	width: auto;
	overflow: visible;
	padding: 0px;
}

input.tabselected 
{
	background-color: #214C9A;
	border: solid 3px #214C9A;
	color: #FFFFFF;
	font-size: 11px;
	width: auto;
	overflow: visible;
	font-weight: bold;
	padding: 0px;
}

#TabDiv 
{
	border-bottom: solid 6px #214C9A;
	margin-bottom: 10px;
}

/* Contains the date picks in the Edit.aspx page */
#DatePickDiv 
{
	font-size: 11px;
	border: solid 1px #999999;
	background-color: #FFFFFF;
	padding: 2px;
}

a.datepicklink 
{
	display: block;
}

/* Small text */
p.small, small 
{
	font-size: 11px;
}

/* Big text */
p.big, big 
{
	font-size: 15px;
}

/* Description/legend for images */
p.imagedescription 
{
	font-size: 11px;
	font-style: italic;
	margin-top: 4px;
}

/* General purpose links */
a, a:link, a:active 
{
	color: #214C9A;
	text-decoration: none;
}
a:hover 
{
	color: #D9671E;
	text-decoration: underline;
}

/* Link to a Site page */
a.pagelink 
{
	color: #ff7200;
}

/* Link to unknown/inexistent pages */
a.unknownlink, a.unknownlink:link, a.unknownlink:active 
{
	color: #990000;
	text-decoration: none;
}
a.unknownlink:hover 
{
	color: #D9671E;
	text-decoration: underline;
}

/* Email Link */
a.emaillink 
{
	color: #ff7200;
}

/* Link to an external URL */
a.externallink 
{
	background-image: url(../../Common/Images/ExternalLink.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 14px;
	color: #ff7200;
}

/* Link to an internal file */
a.internallink 
{
	color: #ff7200;
}

h1 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ca4e00;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

h2 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ca4e00;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

h3 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ca4e00;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

h4 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ca4e00;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	font-style: italic;
}

/* Class for applying a separator under H elements (useful to avoid usage of HR) */
h1.separator, h2.separator, h3.separator 
{
	border-bottom: solid 1px #dbdbdb;
	padding-bottom: 6px;
	margin-bottom: 6px;
}

ul, ol 
{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 28px;
	padding-right: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
}

li 
{
	margin: 0px;
	padding: 0px;
}

code, pre 
{
	font-family: Courier New, Lucida Console, Monospace;
	color: #000000;
	padding: 0px;
	margin: 0px;
}

pre 
{
	border: dashed 1px #999999;
	background-color: #FFFFF0;
	margin: 0px 10px 0px 10px;
	padding: 8px;
}

table, div 
{
	padding: 0px;
	margin: 0px;
}

img 
{
	border: none;
}

/* Class for general purpose images (contained in Site pages) */
img.image 
{
	border: solid 1px #CCCCCC;
}

/* Class of the formatting Buttons in Edit.aspx */
img.format 
{
	border: solid 1px;
	padding: 2px;
}

/* Div used for clearing floats */
div.clear 
{
	clear: both;
}

/* Div containing images alighed to the left */
div.imageleft 
{
	border: solid 1px #CCCCCC;
	background-color: #F9F9F9;
	padding: 4px;
	margin-left: 0px;
	margin-right: 8px;
	margin-top: 4px;
	margin-bottom: 4px;
	float: left;
}

/* Div containing images alighed to the right */
div.imageright 
{
	border: solid 1px #CCCCCC;
	background-color: #F9F9F9;
	padding: 4px;
	margin-left: 8px;
	margin-right: 0px;
	margin-top: 4px;
	margin-bottom: 4px;
	float: right;
}

/* Table containing images not aligned */
table.imageauto 
{
	border: solid 1px #CCCCCC;
	background-color: #F9F9F9;
	padding: 4px;
	margin: 4px 4px 4px 0px;
}

/* Table acting like a box */
table.box 
{
	border: solid 1px #CCCCCC;
	background-color: #F9F9F9;
	padding: 4px;
	margin: 4px;
}

/* Contains the Search */
#SearchDiv 
{
	margin: 0px;
	padding: 0px;
}

/* Contains the Home Header */
#HomeHeaderDiv 
{
	margin: 0px;
	padding: 0px;
}

/* Contains the Header */
#HeaderDiv 
{
	margin: 0px;
	padding: 0px;
}

/* Contains the SidebarDiv and the MainDiv */
#ContainerDiv 
{
}

/* Contains the Home Sidebar */
#HomeSidebarDiv 
{
}

/* Contains the Topbar */
#TopbarDiv 
{
	background-color: #FFFFFF;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 0px;
	float: left;
	line-height: 1.5em;
}

/* Contains the Sidebar */
#SidebarDiv 
{
	background-color: #FFFFFF;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 166px;
	float: left;
	line-height: 1.5em;
}

/* Contains the contents of the Home Page */
#HomeMainDiv 
{
	background-color: #FFFFFF;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

/* Contains the contents of a Page */
#MainDiv 
{
	background-color: #FFFFFF;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 170px;
	margin-right: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

/* Contains the Page Header (title, last modify, etc.) */
#PageHeaderDiv 
{
}

#PageInfoDiv 
{
	font-size: 11px;
}

/* Contains the link to the Page RSS */
#RssLinkDiv 
{
	float: right;
}

/* Contains the Page Content */
#PageContentDiv 
{
	margin: 10px 0px 0px 10px;
	line-height: 1.5em;
}

/* Contains the Footer */
#FooterDiv 
{
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
}

a.specialtaglink 
{
	display: block;
}

a.anchorlink 
{
	display: block;
}

a.imagelink 
{
	display: block;
}

#FormatUl 
{
	margin: 0px;
	padding: 0px;
}

#FormatUl li 
{
	display: inline;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}

blockquote 
{
	border-left: solid 8px #DDDDDD;
	margin-left: 16px;
	padding: 0px 0px 2px 6px;
}

.topsearchbutton
{
	background-image: url(../../Common/Images/Search.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 30px;
	height: 16px;
}

.topsearchbox 
{
	border: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: rgb(191, 191, 191);
	border-right-color: rgb(191, 191, 191);
	border-bottom-color: rgb(191, 191, 191);
	border-left-color: rgb(191, 191, 191);
	color: rgb(140, 136, 126);
	width: 114px;
	height: 12px;
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 10px;
	line-height: 12px;
	text-decoration: none;
}

/* Formatting Search Result */
.sample 
{
	font-size: 10pt;
	color: #555555;
}

.path 
{
	font-size: 10pt; 
	color: #999999
}

.navsection 
{
	border-right:1px solid #CCC;
}

/* Formatting Navigation */
.navtitle 
{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #777777;
	text-decoration: none;
	font-weight: bold;
	line-height: 16px;
	margin-bottom: 5px;
}

.subnav
{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #ca4e00;
	text-decoration: none;
	font-weight: 400;
	line-height: 16px;
	margin-left: 5px;
	margin-bottom: 5px;
}

.subnavindent
{
	margin-left: 10px;
	margin-bottom: 5px;
}

.subnavlink 
{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #ca4e00;
	text-decoration: none;
	font-weight: 400;
	line-height: 16px;
	margin-bottom: 5px;
}

a.subnavlink:link 
{
	color: #ca4e00;
	text-decoration:none;
}

a.subnavlink:visited 
{
	color: #ca4e00;
	text-decoration: none;
}

a.subnavlink:hover 
{
	color: #ff7200;
	text-decoration: none;
}

table.mainpage 
{
	vertical-align: top;
	padding: 0px; 
	margin: 0px;
	border: 0px;
	border-style: none; 
}

a.mainpage:link 
{
	color: #ff7200;
	text-decoration: none;
}

a.mainpage:visited 
{
	color: #ff7200;
	text-decoration: none;
}

a.mainpage:hover 
{
	color: #ff7200;
	text-decoration: underline;
}
	
tr.mainpage-top
{
	vertical-align: top;
}

td.mainpage-top-left
{
	padding: 0px;
	margin: 0px;
	border: 0px;
	border-style: none; 
}

td.mainpage-top-middle
{
	padding: 5px;
	margin: 0px;
	border: 0px;
	border-style: none; 
}

td.mainpage-top-right
{
	line-height: 24px;
	vertical-align: top;
	padding: 10px;
	margin: 0px;
	border: 1px;
	border-style: solid; 
	border-color: #ff7200;
}

tr.mainpage-bottom
{
	vertical-align: top;
}

.mainpage-header
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ca4e00;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}

.mainpage-arrow
{
	vertical-align: top;
	padding: 5px 0px 0px 0px;
}

td.mainpage-bottom-left
{
	width: 350px;
	vertical-align: top;
	line-height: 16px;
	padding: 10px;
	margin: 0px;
	border: 0px;
	border-style: none; 
}

td.mainpage-bottom-middle
{
	width: 200px;
	vertical-align: top;
	padding: 10px; 
	margin: 0px;
	border: 0px;
	border-style: none; 
}

td.mainpage-bottom-right
{
	background-color: #ff7200;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	padding: 3px 10px 3px 10px;
	margin: 0px;
	font-weight: bold;
}

tr.subpage-bottom
{
	vertical-align: top;
}

td.subpage-bottom
{
	vertical-align: top;
	line-height: 16px;
	padding: 10px;
	margin: 0px;
	border: 0px;
	border-style: none; 
}

td.content
{
	vertical-align: top;
}

td.content-highlight
{
	vertical-align: top;
	background-color: #ff7200;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	padding: 5px;
}

tr.sidenav 
{
	padding:  3px  0px  3px  0px; 
	margin: 0px;
}

td.sidenav 
{
	padding: 0px; 
	margin: 0px;
	border: 0px;
	border-style: none; 
	background-color: #FFFFFF;
}

td.sidenavdivider 
{
	background-color: #ca4e00;
	height: 1px;
	padding-left: 5px;
}

td.sidenavspacer 
{
	width: 20px;
}

td.mainfooter 
{
	background-color: #A7A9AC;
}

.footer 
{
	font-size: 11px; 
	color: #989898
}

.footer a
{
	color: #737373
}

.getorganized
{
	background-repeat: no-repeat;
	width: 550px;
	height: 225px;
}

.safeguardyourbusiness
{
	background-repeat: no-repeat;
	width: 550px;
	height: 225px;
}

.effectiveinternalcontrol
{
	background-repeat: no-repeat;
	width: 550px;
	height: 225px;
}
