body, p, h1, h2, h3, h4, h5, h6, table, tr, td, th, blockquote, div, span, ul, ol, li
{
	margin: 0;
	padding: 0;
}

/* Typography */

html
{
	background-color: #ffffff;
}

body 
{
	font-size: 12px;
	font-family: Helvetica, Arial, Sans-Serif;
	color: #666666;
}

p, li
{
	font-size: 1.2em;
	line-height: 1.4em;
}

/* Nested items should be 1em */
li li 
{
	font-size: 1.0em;
}

p, h2, h3, h4, h5, h6, ul, ol
{
	margin-top: 1em;
}

h1, h2
{
	font-weight: normal;
}

h3, h4, h5, h6 
{
	font-weight: bold;
}

h1 
{
	font-size: 2.2em;
	margin-bottom: 1em;
}

h2
{
	font-size: 1.8em;
}

h3 
{
	font-size: 1.5em;
}

h4 
{
	font-size: 1.3em;
}

h5 
{
	font-size: 1.1em;
}

h6
{
	font-size: 1.0em;
}

ul, ol
{
	margin-top: 1em;
	margin-left: 1em;
	padding-left: 1em;
}

li 
{
	margin: 0.25em 0;
}

a
{
	color: #0668bc;
}

a:hover
{
	color: #e51937;
}

.tiny
{
	font-size: 10px;
	color: #777;
}


.first
{
	margin-top: 0;
}

.accent 
{
	color: #e51937;
}

.accent-positive 
{
	color: Green;
	font-weight: bold;
}

.accent-negative
{
	color: Red;
	font-weight: bold;
}

.hdiv 
{
	padding: 0.5em;
	background: #efefef;
	border-bottom: 1px dotted #cfcfcf;
	margin: 1em 0;
}

h1.icon-delete 
{
	background: right center no-repeat url('Images/delete-large.png');
	line-height: 68px;
	border-bottom: 1px solid #efefef;
	margin-bottom: 0.5em;
}

h1.icon-security
{
	background: right center no-repeat url('Images/key-large.png');
	line-height: 68px;
	border-bottom: 1px solid #efefef;
	margin-bottom: 0.5em;
}

h1.icon-email
{
	background: right center no-repeat url('Images/email-large.png');
	line-height: 68px;
	border-bottom: 1px solid #efefef;
	margin-bottom: 0.5em;
}

h1.icon-edit
{
	background: right center no-repeat url('Images/edit-large.png');
	line-height: 68px;
	border-bottom: 1px solid #efefef;
	margin-bottom: 0.5em;
}

h1 a, h2 a, h3 a, h4 a
{
	text-decoration: none;
}

/* Layout */

td.boxHeader
{
	color: #BF1726;
	font-weight: bold;
	font-size: 14px;
	padding: 0 15px;
}

a.parentCategory
{
	color: #042C81;
	padding: 0 0px;
	line-height: 20px;
}

a.parentCategory:hover
{
	color: #BF1726;
	text-decoration: none;
}

a.subCategory
{
	color: #555;
	font-size: 11px;
	padding: 0 15px;
	line-height: 16px;
}

a.subCategory:hover
{
	color: #BF1726;
	text-decoration: none;
}
a.subCategory2
{
	color: #888;
	font-size: 11px;
	padding: 0 25px;
	line-height: 16px;
}

a.subCategory2:hover
{
	color: #BF1726;
	text-decoration: none;
}

a.topMenu
{
	color: #777777;
	font-size: 12px;
	text-decoration: none;
}

a.topMenu:hover
{
	color: #BF1726;
	text-decoration: underline;
}

a.breadcrumb
{
	color: #042C81;
	font-size: 11px;
	text-decoration: underline;
}

a.breadcrumb:hover
{
	color: #BF1726;
	text-decoration: none;
}


td.footer
{
	color: #ffffff;
}

#header 
{
	height: 40px;
	padding: 20px;	
	border-bottom: 1px solid #e7e7e7;
	/* Total height: 81px */
	background: #a3a3a3 url('Images/header.png') left top no-repeat;
	position: relative;
}

#page
{
	background: #fff url('Images/page.png') left top repeat-y;
	position: relative;
	min-height: 400px;
}

#page.fullwidth
{
	background: #fff;
}

#menu 
{
	float: left;
	width: 200px;
	padding: 0 0 20px 0;
	/* Total width: 200px; */
}

#content
{
	float: left;
	width: 760px;
	padding: 20px;
	position: relative;
}

.fullwidth #content
{
	float: none;
	width: 960px;
}

.headerLinks 
{
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -1em;
	color: #fff;
	font-weight: bold;
}

.headerLinks a 
{
	color: #fff;
}

.clear 
{
	clear: both;
}

/* Data Table */


.fullwidth table.dataTable
{
	width: 960px;
}


table.dataTable a 
{
	text-decoration: none;
}





.textBox,
textarea,
.watermarkText
{
	padding: 5px;
	width: 300px;
	border: 1px solid #d0d0d0;
	font-family: Arial;
	font-size: 1.2em;
	margin: 0.25em 0;
}

.watermarkText
{
	color: #d0d0d0;
}

textarea.wide,
input.wide
{
	width: 550px;
}

select.textBox
{
	width: 312px;
}

table.editor
{
	margin: 2em 0;
	border-collapse: collapse;
	border: none;
}

.button
{
	padding: 5px 10px;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial;
}

.ajax__tab_panel, .ajax__tab_body
{
	font-size: 10px;
}

/* UI Elements */

.modal_background
{
	background-color: #555;
	opacity: 0.6; /* css standard */
	filter: alpha(opacity=60); /* IE patch */
}

.modal_popup
{
	background-color: #fff;
	padding: 20px;
	border: 2px solid #333;
}

.errorBox, .infoBox
{
	display: block;
	padding: 10px;
	background-color: #fffad0;
	border: 1px solid #ffd672;
	font-size: 11px;
	font-weight: bold;
	color: #a6291f;
}
input.error
{
	background-color: #fffad0;
	border: 1px solid #ffd672;
	font-weight: bold;
	color: #a6291f;
}

.infoBox
{
	border: none;
	background-color: #e0ffdd;
	color: #444d43;
}

.appMessage-positive,
.appMessage-negative,
.appMessage-neutral
{
	display: block;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	margin: 0;
}

.appMessage-positive
{
	background-color: Green;
	color: White;
}

.appMessage-negative
{
	background-color: Red;
	color: Yellow;
}

.appMessage-neutral
{
	background-color: Silver;
	color: Black;
}

p.newLink
{
	text-align: right;
	font-weight: bold;
	margin: 1em 0;
}
p.newLink a 
{
	padding-left: 15px;
	background: url('Images/btn-add.png') left 3px no-repeat;
}

div.group
{
	padding: 10px;
	margin: 10px 0 0 0;
	border: 1px solid #dedede;
	background: #efefef;
}

div.group div.group
{
	background: #fff;
}

div.group h1, div.group h2, div.group h3
{
	margin: 0;
}