/* DEFAULT STYLES */

BODY {
	font-family: verdana, arial, sans-serif;
	font-size: 70%;
}


A {
	color: #023189;
	text-decoration: none;
}
/*
A:visited {
	color: #7f7f7f;
}
*/

A:hover {
	text-decoration: underline;
}

.visitedLink A:visited {
		color: #7f7f7f;
    text-decoration:none;
}
.visitedLink A:hover {
    text-decoration:underline;
}

SELECT {
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 100%;
}
	
.tablestyle {
	background-color: #ffffff;
	border-style: outset;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-width: 3px;
	border-top-width: 3px;
}

/* newslist */

.newslist {
	margin-bottom: 16px;
}

.newslist .header {
	font-family: arial, verdana, sans-serif;
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 4px;
}

.newslist .hr {
	background-image: url(../img/hr-146.gif);
	background-attachment: fixed;
	background-repeat: repeat-y;
}

.newslist .hr-dotted {
	background-image: url(../img/hr-146-dotted.gif);
	background-attachment: fixed;
	background-repeat: repeat-y;
}

.newslist .icon {
	padding-top: 6px;
	padding-bottom: 4px;
	padding-right: 6px;
	width: 9px;
}

.newslist .teaser-highlight {
	padding-top: 4px;
	padding-bottom: 8px;
}

.newslist .teaser-highlight .title {
	font-family: arial, sans-serif;
	font-size: 160%;
	margin-bottom: 4px;
}

.newslist .teaser-highlight .leadtext {
	font-family: arial, sans-serif;
	font-size: 120%;
}

.newslist .teaser-highlight .datetime {
	font-family: arial, sans-serif;
	font-size: 100%;
	font-style: italic;
}

.newslist .link {
	padding-top: 4px;
	padding-bottom: 4px;
}

.newslist .message,
.newslist .shortcut,
.newslist .teaser-normal {
	padding-top: 4px;
	padding-bottom: 8px;
}

.newslist .teaser-normal .datetime {
	font-family: verdana, sans-serif;
	font-size: 90%;
	font-style: italic;
}

/* newslist corporate vs personal */

.corporate .newslist A:link {
	color: Black;
}

.corporate .newslist .link A {
	color: Black;
}


.personal .newslist A:link {
	color: #023189;
}

.personal .newslist .shortcut A,
.personal .newslist .link A {
	color: #023189;
}

.corporate .newslist .header {
	color: #AFAFAF;
}

.personal .newslist .header,
.personal .newslist .header A {
	color: #F71409;
}


hr {
	color: #D8D8D8;
	height: 1px;
	margin: 1px 0px 1px 0px;
}

hr.divider146 {
	color: #D8D8D8;
	height: 1px;
	margin: 1px 0px 1px 0px;
	width: 450px;
}

hr.divider168 {
	color: #D8D8D8;
	height: 1px;
	margin: 1px 0px 1px 0px;
	width: 168px;
}

hr.red {
	color: #F71409;
	height: 1px;
	margin: 0px 0px 0px 0px;
}

hr.titleline {
	color: #D8D8D8;
	height: 1px;
	margin: 0px 0px 0px 0px;
}

hr.titleline146  {
	color: #D8D8D8;
	height: 1px;
	margin: 0px 0px 0px 0px;
	width: 450px;
}

hr.titleline168 {
	color: #D8D8D8;
	height: 1px;
	margin: 0px 0px 0px 0px;
	width: 168px;
}

table {
	font-family: verdana, arial, sans-serif;
	padding: 0px 0px 0px 0px;
	font-size: 100%;
}

td {
	border-style: solid;
	border-width: 1;
}

th {
	border-style: solid;
	border-width: 1;
}

.usertable 
{
	border-collapse:collapse;
	border-color:#000000;
}

.usertablecell
{
	border-color:#000000;
}

/*Table-bgColors*/
.bgcorporate {
	background-color: #00105A;
}

.bgdarkgray{
	background-color: #AFAFAF;
}

.bglightgray {
	background-color: #EEEEEE;
}

.bgmediumgray {
	background-color: #D8D8D8;
}

.bgpersonal {
	background-color: #F71409;
}

.bodyarticle {
	color: #000000;
	font-family: arial, sans-serif;
	font-size: 120%;
}
.bodyArticle A {
	text-decoration: underline;
}
/* this is to avoid changing other settings when using other classes than bodyArticle on body text*/
.articleBody A {
	text-decoration: underline;
}

.button {
/*	background-color: #ECECEC;*/
/*	color: #00105A;*/
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
}

.campaigntext {
	color: #FFFFFF;
	font-family: arial,verdana, arial, sans-serif;
	font-size: 125%;
	font-weight: bold;
}

.campaigntext:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-family: arial,verdana, arial, sans-serif;
	font-size: 125%;
	font-weight: bold;
}

.caption {
	color: #000000;
	font-family: verdana,arial, sans-serif;
	font-size: 90%;
	font-style: italic;
}

.copyright {
	color: #023189;
	font-family: verdana,arial, sans-serif;
	font-size: 90%;
}

.copyright:hover {
	color: #023189;
	font-family: verdana,arial, sans-serif;
	font-size: 90%;
	text-decoration: underline;
}

.cursor {
	cursor: hand;
	border-width: 0;
}

.datearticle {
	color: #000000;
	font-family: verdana, arial, sans-serif;
	font-size: 90%;
	font-style: italic;
}

.datelistco {
	font-family: verdana, sans-serif;
	font-size: 90%;
	font-style: italic; /*color:#000000*/
}

.datelistpe {
	font-family: verdana, sans-serif;
	font-size: 90%;
	font-style: italic; /*color:#023180*/
}

.datelistpe:hover {
	color: #023180;
	font-family: verdana, sans-serif;
	font-size: 90%;
	font-style: italic;
	text-decoration: underline;
}

.datemainco {
	color: #000000;
	font-family: arial, sans-serif;
	font-size: 100%;
	font-style: italic;
}

.dropdown {
	background-color: #FF9900;
	border: #FFFFFF;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-style: solid;
	border-top-width: 1px;
	color: #000000;
	layer-background-color: #FF9900;
	position: absolute;
	left: 70px;
	visibility: hidden;
	width: 130px;
	z-index: 1;
}

.dropdownborder {
	background-color: #FFFFFF;
	border-width: 0;
}

.drophead {
	color: #333333;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.drophead:hover {
	color: #000000;
	text-decoration: none;
}

.dropitem {
	color: #001051;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 20px 15px 15px 0px;
	text-decoration: none;
}

.dropitem:hover {
	color: #001051;
	text-decoration: none;
}

.errorplaceholder {
	color: #AFAFAF;
	font-family: arial, sans-serif;
	font-size: 110%;
}

.grayline {
	border-bottom: 1px solid #D8D8D8;
}

.headchannel {
	color: #023189;
	font-family: arial, sans-serif;
	font-size: 120%;
	font-weight: bold;
}

.headchannel:hover {
	color: #023189;
	font-family: arial, sans-serif;
	font-size: 120%;
	font-weight: bold;
	text-decoration: underline;
}

.headlistco {
	color: #000000;
	font-family: verdana, sans-serif;
	font-size: 100%;
}

.headlistco:hover {
	color: #000000;
	font-family: verdana, sans-serif;
	font-size: 100%;
	text-decoration: underline;
}
/*
.headlistco:visited {
	color: #7f7f7f;
}
*/

/*Personal*/
.headlistpe {
	color: #023189;
	font-family: verdana, sans-serif;
	font-size: 100%;
}

.headlistpe:hover {
	color: #023189;
	font-family: verdana, sans-serif;
	font-size: 100%;
	text-decoration: underline;
}
/*
.headlistpe:visited {
	color: #737373;
}
*/
.headlistpesub {
	color: #326DC2;
	font-family: verdana, sans-serif;
	font-size: 100%;
}

.headlistpesub:hover {
	color: #326DC2;
	font-family: verdana, sans-serif;
	font-size: 100%;
	text-decoration: underline;
}

.headmessagesshortcuts {
	color: #F71409;
	font-family: verdana, arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
}

.headpage {
	color: #AFAFAF;
	font-family: arial, sans-serif;
	font-size: 135%;
	font-weight: bold;
}

.headpersonal {
	color: #F71409;
	font-family: arial, sans-serif;
	font-size: 120%;
	font-weight: bold;
}

.headpersonal:hover {
	color: #F71409;
	font-family: arial, sans-serif;
	font-size: 120%;
	font-weight: bold;
	text-decoration: underline;
}

.headplaceholder {
	color: #AFAFAF;
	font-family: arial, sans-serif;
	font-size: 120%;
	font-weight: bold;
}

.headrelations {
	color: #AFAFAF;
	font-family: arial, sans-serif;
	font-size: 120%;
	font-weight: bold;
}

.headsearchresults {
	font-family: arial, sans-serif;
	font-size: 120%;
}

.headtablelarge {
	color: #6D6D6D;
	font-family: arial,verdana, arial, sans-serif;
	font-size: 125%;
	font-weight: bold;
}

.headtablesmall {
	color: #6D6D6D;
	font-family: arial,verdana, arial, sans-serif;
	font-size: 100%;
}

.helptext  {
	color: #000000;
	font-family: arial, sans-serif;
	font-size: 100%; /*11px;*/
	font-weight: bold;
}

.leadarticle {
	color: #000000;
	font-family: arial, sans-serif;
	font-size: 135%;
}

.leadmainco {
	color: #000000;
	font-family: arial, sans-serif;
	font-size: 120%;
}

/*leftmenu -  NO TEXT INDENT*/
.leftmenu {
	color: #00105A;
	font-family: verdana, arial, sans-serif;
	font-size: 100%;
	text-decoration: none;
	text-indent: 0px;
}

/* -  NO TEXT INDENT* */
.leftmenu:hover {
	text-decoration: underline;
}

.leftmenuactive {
	color: #023189;
	font-family: verdana, arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	text-indent: 0px;
}

.margin {
	margin: 4px 4px 4px 4px;
}

/*management section*/
.mgmt {
	padding: 3px 5px 3px 5px;
}

.mgmtline {
	background-color: #D8D8D8;
	height: 1px;
	padding: 0px 0px 0px 0px;
}

.mgmtnote {
	color: #666666;
	font-size: 80%;
}

.mgmtsubtitle {
	font-family: verdana,arial, sans-serif;
	font-size: 100%;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}

.mgmttitle {
	background-color: #EEEEEE;
	color: #666666;
}

.mgmttitlecollapse {
	color: #023189;
	font-family: verdana,arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
}

.mgmttitleexpand {
	color: #F71409;
	font-family: verdana,arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
}

.mgmttitleexpand:hover {
	color: #F71409;
	font-family: verdana,arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-decoration: underline;
}

.pulldown {
	font-family: verdana,arial, sans-serif;
	font-size: 100%;
}

.redlink {
	color: #F71409;
	font-family: verdana,arial, sans-serif;
	font-size: 100%;
	text-decoration: none;
}

.redlink:hover {
	color: #F71409;
	font-family: verdana,arial, sans-serif;
	font-size: 100%;
	text-decoration: underline;
}

/*forms*/
.searchfield {
	font-family: verdana,arial, sans-serif;
	font-size: 100%;
}

.settingslist {
	background-color: #FFFFFF;
	color: #000000;
	font-family: arial, sans-serif;
	font-size: 100%;
	width: 220px;
}

/*popupmenu*/
.subtitle {
	color: #5D5D5D;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 4px 4px 4px 4px;
	text-decoration: none;
}

.theme {
	color: #0000FF;
	font-family: arial,verdana, sans-serif;
	font-size: 120%;
	font-weight: bold;
}

.classtitle {
	font-family: verdana, arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-decoration: underline;
}

/*Articles*/		
.titlearticle {
	color: #000000;
	font-family: Comic Sans MS, Arial, Sans-Serif;
	font-size: 32 px;
	font-weight: bold;
}

/* Section pages */
 
/*corporate*/
.titlemainco {
	color: #000000;
	font-family: Comic Sans MS, Arial, Sans-Serif;
	font-size: 16px;
}

/*Headers,columnsheaders,footers*/
.username {
	color: #FFFFFF;
	font-family: arial, sans-serif;
	font-size: 120%;
	line-height: 14px; 
	padding: 2px 5px 6px 5px;
}

.editCompanyLocation3rdLevelText
{
	color: #7f7f7f;
}