/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: black;
	background: white;
}
ol, ul {
}
/* tables still need 'cellspacing="0"' in the markup */
table {
}
caption, th, td {
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/***** End *****/

/***** Global Settings *****/
 
html, body {
	border:0;
	margin:0;
	padding:0;
}
body {
	font:12px Tahoma, Arial, Helvetica, sans-serif;
	background:#6994b7 url(../images/bg.jpg) repeat-x top left;
	margin:20px 0px;
	color:#333;
}
/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
	margin-bottom:4px;
}
h1 {
	font-size:28px;
	color:#fff;
	margin:0px;
	padding:0px;
}
h2 {
	font-size:18px;
	color:#002f8e;
	padding-bottom:4px;
	margin-bottom:12px;
	background:transparent url(../images/line.gif) no-repeat bottom left;
}
#home-content h2 {
	font-size:12px;
	font-weight:bold;
	border-top:2px solid #fff;
	padding-top:4px;
	margin-bottom:0px;
	background:none;
}
h3 {
	font-size:15px;
	color:#002f8e;
}

h4 {
	font-size:14px;
	color:#002f8e;
	margin-bottom:0px;
}
/***** Common Formatting *****/
 
p, ul, ol {
	margin:0;
	padding:0 0 1.25em 0;
}
p, ul, ol, li {
	line-height:16px;
}
ul, ol {
	padding:0 0 1.25em 2.5em;
}
blockquote {
	margin:1.25em;
	padding:1.25em 1.25em 0 1.25em;
}
small {
	font-size:0.85em;
}
em {
	font-size:10px;
	color:#000;
}
img {
	border:0;
}
sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}
acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}
/***** Links *****/
 
a:link, a:visited {
	text-decoration:none;
	color:#002f8e;
}
a:hover, a:active {
	text-decoration:underline;
	color:#ff382f;
}
a.selected:link, a.selected:visited {
	text-decoration:underline;
	color:#ff382f;
}
.links a {
	padding:0px 2px;
}
/***** Forms *****/
 
form {
	margin:0;
	padding:0;
}
input, select, textarea {
	font:1em Arial, Helvetica, sans-serif;
}
input, select {
	line-height:20px;
}
textarea {
	width:100%;
	line-height:1.25;
}
/***** Tables *****/
 
table {
	border:0;
	margin:0 0 0 0;
	padding:0;
}
table tr td {
}
/***** Wrapper *****/
 
#wide-wrap {
	width:840px;
	margin:0 auto;
	background:transparent url(../images/header-shadow-bg-trans.png) no-repeat bottom right;
}
#header-border {
	width:840px;
	margin:0 auto;
	height:2px;
	font-size:2px;
	background:transparent url(../images/header-bottom-border-trans.png) no-repeat top center;
}
.wide-wrap {
	width:840px;
	margin:0 auto;
}
.wrap {
	width:780px;
	margin:0 auto;
}
.width800 {
	width:800px;
	margin:0px auto;
}
/***** Global Classes *****/
 
.clear {
	clear:both;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
.text-center {
	text-align:center;
}
.text-justify {
	text-align:justify;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ffc;
}
.img-left {
	float:left;
	margin:0px 10px 4px 0;
	border:1px solid #002f8e;
}
.img-right {
	float:right;
	margin:0px 0 4px 10px;
	border:1px solid #002f8e;
}
.nopadding {
	padding:0;
}
.noindent {
	margin-left:0;
	padding-left:0;
}
.nobullet {
	list-style:none;
	list-style-image:none;
}
.margin {
	padding:12px;
}
.hspace {
	margin:0px 5px;
}
.vspace {
	margin:5px 0px;
}
img.bordered {
	padding:1px;
	border:1px solid #360;
	background-color:#fff;
}
.required {
	color:#cc3333;
	font-weight:bold;
	font-size:12px;
	font-family:'Lucida Grande', Arial, Helvetica, sans-serif;
}
.centered-box {
	margin:0px auto;
}
.centered-content {
	text-align:center;
}
.small {
	font-size:10px;
}
.aibl-blue {
	color:#002f8e;
}
.aibl-red {
	color:#ff382f;
}
.white {
	color:#fff;
}
.relative {
	position:relative;
}
#home-top-shadow {
	background:transparent url(../images/header-top-border-trans.png) no-repeat bottom center;
	width:800px;
	height:3px;
}
#home-content-bottom-shadow {
	background:transparent url(../images/content-bottom-shadow-trans.png) no-repeat top center;
	width:840px;
	height:16px;
}
.innershadow {
	background-image: url(../images/inner-shadow-trans.png);
	background-repeat:repeat-y;
	background-position: top left;
}
#topshadow {
	background:transparent url(../images/interior-top-shadow-trans.png) no-repeat bottom center;
	width:800px;
	height:8px;
}
#bottomshadow {
	background:transparent url(../images/interior-bottom-shadow-trans.png) no-repeat top center;
	width:800px;
	height:9px;
}
.main  {
	background-color:#fff;
}
#topmenu {
	background:#ff382f url(../images/top-menu-bg.gif) repeat-x top left;
	color:#fff;
}
.blue-header {
	background:#002f8e url(../images/header-overview.jpg) repeat-x top left;
	height:76px;
	overflow:hidden;
	color:#fff;
	padding-left:30px;
}
input.text, select.text, textarea.text {
	font-size:11px;
	font-weight:normal;
	width:200px;
	border:1px inset #eee;
	padding:2px;
}
input.keywordsubmit {
	font-size:11px;
	font-weight:bold;
	width:76px;
	line-height:16px;
	padding:0px;
}
input.submit {
	font-size:11px;
	font-weight:bold;
	width:120px;
	height:24px;
}
#home-content {
	background:transparent url(../images/home-content-bg.jpg) repeat-x top left;
}
.homepage-list {
	padding:0px;
	margin:4px 0px 0px 0px;
	list-style:none;
}
.homepage-list a:link, .homepage-list a:visited {
	display:block;
	color:#fff;
	line-height:17px;
	padding-left:12px;
	background:transparent url(../images/arrow.gif) no-repeat top left;
}
#breadcrumbs {
	padding:4px 8px;
	background-color:#f4f7fa;
}
#menu {
	height:208px;
	overflow:hidden;
	color:#fff;
	background-color: transparent;
	background-image: url(../images/menu-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu ul {
	margin:0px;
	padding:0px;
	list-style:none;
	width:180px;
	margin-right:10px;
}
#menu ul a:link, #menu ul a:visited {
	line-height:24px;
	width:180px;
	display:block;
	padding-right:10px;
	text-align:right;
	color:#fff;
	border-bottom:1px solid #C74D3F;
	background:none;
	font-size:11px;
}
#menu ul a:hover, #menu ul a:active {
	background:transparent url(../images/menu-bg-hover.gif) no-repeat center;
}
#content {
	line-height:1.6em;
}
#content ul {
	list-style:url(../images/bullet.gif);
}
#quicksearch {
	position:relative;
	z-index:200;
	top:2px;
	float:right;
}
.messageBox {
	 padding: 5px;
	 background-color: #f4f7fa;
	 border:1px solid #f0f0f0;
	 font-family: Segoe UI, Arial, Helvetica, sans-serif;
	 line-height:17px;
	 font-weight:bold;
}
.messages {
	 padding: 10px 10px 10px 40px;
	 background-color: #fcfcfc;
	 border:1px solid #f0f0f0;
	 font-family: Segoe UI, Arial, Helvetica, sans-serif;
	 font-size:11px;
	 line-height:17px;
}
.messagesBottom {
	 padding: 5px;
	 background-color: #f4f7fa;
	 border:1px solid #f0f0f0;
	 color:#ff382f;
	 font-family: Segoe UI, Arial, Helvetica, sans-serif;
	 font-size:10px;
	 line-height:17px;
	 font-weight:bold;
	 border-top:none;
}
.inbox_header {
	 font-family: Segoe UI, Arial, Helvetica, sans-serif;
	 color:#fff;
	 font-weight:bold;
	 padding:6px 2px;
	 border-bottom:1px solid #f0f0f0;
	 background-color:#4374af;
}
.inbox_mngmntlink {
	 font-family: Segoe UI, Arial, Helvetica, sans-serif;
	 font-weight:bold;
}
.odd {
	background-color:#f4f7fa;
}
.even {
	 background-color: #fcfcfc;
}
#source_recipients, #dest_recipients, #source_group_recipients, #dest_group_recipients, #source_members, #dest_members {
	font-size:11px;
	font-weight:normal;
	width:220px;
	padding:2px;
	border:none;
}
#blockUser, #compose, #personalList, #addLink ,#aicsl-contact {
	background-color:#f4f7fa;
	border:1px solid #6994b7;
	border-top:4px solid #cc0000;
	padding:10px;
	margin:0px auto;
	text-align:center;
}
.search_result_item {
	display:block;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px dotted #ddd;
}
.search_result_item a:hover .header{
	text-decoration:none;
	color:#ff382f;
}
.search_result_item .header, .otherLinks .header {
	font-size:12px;
	color:#002f8e;
	margin-bottom:4px;
	padding-bottom:4px;
	background:transparent url(../images/line.gif) no-repeat bottom left;
	display:block;
	font-weight:bold;
}
.search_result_item a:hover .header, .otherLinks a:hover .header {
	text-decoration:none;
	color:#ff382f;
}
.search_result_item_body {
	display:block;
	padding:0px 0px 4px 20px;
}
.search_result_item_link {
	font-size:10px;
	display:block;
	padding:0px 0px 0px 20px;
	color:#002f8e;
}
.otherLinks li {
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px dotted #ddd;
}
.otherLinks li a {
		font-weight:bold;
		font-size:12px;
}

#footer {
	margin:0px auto;
	color:#fff;
}
#footer a:link, #footer a:visited {
}
ul.faqlist {
	list-style-image:url(../images/faq-arrow.gif);
	margin:0px;
	padding:0px 0px 0px 20px;
}
ul.faqlist li {
	padding-bottom:4px;
}
.faq {
	padding:0px 0px 15px 26px;
	margin-bottom:15px;
	background:url(../images/answer-icon.gif) no-repeat top left;
	border-bottom:1px dotted #dcdcdc;
}
.faq h3 {
	color:#606060;
	font-weight:bold;
	font-size:12px;
	margin-bottom:0px;
}
faq .to-top {
	display:block;
	text-align:right;
}
#navbar {
	position:relative;
	margin: 0px;
	padding: 0px;
	font-family: arial, sans-serif;
	height:30px;
	width:780px;
	font-size:11px;
	z-index:100;
	top:0px;
	left:0px;
}
* html #navbar {
	position:absolute;
}
#navbar li {
	list-style: none;
	float: left;
}
#navbar li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	text-decoration:none;
	padding:0px 8px;
	height:30px;
	line-height:30px;
	color:#fff;
	background:url(../images/topmenu-divider.gif) no-repeat center right;
	float:left;
	white-space:nowrap;
}
#navbar li a:hover {
}
#navbar li ul {
	display: none;
	color:#fff;
	background:#b31713;
}
#navbar li:hover ul, #navbar li.hover ul {
	position: absolute;
	display: block;
	left: 0;
	top:30px;
	width:780px;
	margin: 0;
	padding: 0;
	z-index:500;
}
#navbar li:hover li, #navbar li.hover li {
	float: left;
}
#navbar li:hover li a, #navbar li.hover li a {
}
#navbar li li a:hover {
	color: #fff;
	text-decoration:underline;
}
.staff {
		padding-bottom:8px;
		margin-bottom:8px;
		border-bottom:1px dotted #ddd;
}
.staff .email {
		float:right;
}
.staff .staffname {
	font-size:13px;
	font-weight:bold;
	color:#002f8e;
}
.staff .position {
		font-size:12px;
}
#App_Corporate, #Acc_Corporate  {padding:5px 14px}
#App_Personal, #Acc_Personal  {padding:5px 14px}
.validated label.error {color:red; font-style:italic;padding-left:5px}
input.line {
	border:1px solid #eee;
	background:none;
	border-bottom:1px solid #888;
}
select.selectline {
	background:#fff;
	border:1px solid #f4f4f4;
	border-bottom:1px solid #888;
}
#Acc_Corporate ol li {
	margin-bottom:12px;
}
.gray * { color: #ccc; }
.req {color:red}
blockquote {
	font-size:18px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style:italic;
	margin:0.5em;
}
.table .blue {background-color:#E9EDF6}
#navbar ul {
	margin:0px;
	padding:0px;
}