﻿/* basic styles */

html,body  {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; /*This is the basic font-size that will be changed with aaa*/
	margin: 0px;
}

.normalsize 
{
    font-size: 11px;
}
.biggersize 
{
    font-size: 14px;
}
.biggestsize 
{
    font-size: 17px;
}

.normal {
	color: #000000;
	font-size: 100%;
	/*width=100%;*/
}

.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding-left: 19px;
}

.normalfett {
	color: #000000;
	font-size: 100%;
	font-weight: bold;
}

.newstitel {
	color: #336699;
	font-size: 100%;
	font-weight: bold;
}

h1 {
	color: #000000;
	font-size: 118%;
	/*font-weight: bold;*/
	margin-bottom: 0px;
	margin-left: 6px;
	margin-top: 2px;
}

h2 {
	color: #000000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0px;
	/*margin-left: 6px;*/
}

h3{
	color: #000000;
	font-size: 100%;
	font-weight: normal;
}

/*td{
	color: #000000;
	font-size: 100%;
	font-weight: normal;
	}*/

li.home {
	color: #000000;
	font-size: 100%;
}

.metaNav {
	font-size: 0.625px;
	color: #FFFFFF;
}

.textarea {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 100%;
	border-top-style: groove;
	border-right-style: groove;
	border-left-style: groove;
	border-bottom-style: groove
}

a.metaNavLink:link { color:#808080; text-decoration:none }
a.metaNavLink:visited { color:#808080; text-decoration:none }
a.metaNavLink:active { color:#808080; text-decoration:none }
a.metaNavLink:hover { color:#808080; text-decoration:underline }

INPUT.red {
	background-color: #4d4d4d;
	border: 1px #000000 solid;
	color: #ffffff;
	font-weight: bold;
}

.smallertext{font-size:80%;}

.table_line {
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	height: 21px;
}

.table_line_odd {
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #EDEEEF;
	height: 21px;
}

th.table_line_odd {
        vertical-align: bottom;
}



/* styles for hover menu like q1 2006 and q2 2006 and Credit Analyst Service */
.cel_unselected {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 109%;
	font-weight: bold;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	background-color: #b8babd;
	padding-left: 5px;
}
.cel_unselected_no_bottom_border {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 109%;
	font-weight: bold;
	color: #333333;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	background-color: #b8babd;
	padding-left: 5px;
}
.cel_selected {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 109%;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	background-color: #8c8c90;
	padding-left: 5px;
}
.cel_selected_no_bottom_border {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 109%;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	background-color: #8c8c90;
	padding-left: 5px;
}
/* end styles for hover menu like q1 2006 and q2 2006 and Credit Analyst Service */

.bgColorWhite {
	background-color: #ffffff;
}
.bgColorLightGray {
	background-color: #edeeef;
}
.bgColorDarkGray {
	background-color: #b8babd;
}

/* extra styles for hover menu Credit Analyst Service */
.cel_active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 109%;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	background-color: #4d4d4d;
	padding-left: 4px;
}
.cel_active_no_bottom_border {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 109%;
	font-weight: bold;
	color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	background-color: #4d4d4d;
	padding-left: 4px;
}
/* end extra styles for hover menu Credit Analyst Service */


/* +++ LISTS +++ */

.list_proper ul
{
	list-style-type:square;
	/* non IE */
	margin:0px 0 0 0px !important;
	padding:0px 0 5px 10px !important;
	/* IE 6 */
	voice-family: "\"}\"";
	voice-family: inherit;
	margin:0px 0 0 5px;
	padding:0px 0 5px 5px;
}

.list_proper li 
{
	list-style-type: none;
	background: url(../../SiteCollectionImages/li.gif) top left no-repeat;
	padding: 0 0 0 10px;
	margin-top:3px;
}

ul .list_submenu 
{
	/* non IE */
	margin:0px 0 0 0px !important;
	padding:0px 0 0px 0px !important;
	/* IE 6 */
	voice-family: "\"}\"";
	voice-family: inherit;
	margin:0px 0 0 5px;
	padding:0px 0 0px 5px;
}

ul .list_submenu li
{
	list-style-type: none;
	background: url(../../SiteCollectionImages/li_submenu.gif) top left no-repeat;
	padding: 0 0 0 0px;
}

.table_stroke
{
	border:1px solid #b8babd;
}

.table_stroke_title
{
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
	color: #333333;
	font-size: 100%;
	font-weight: bold;
	background: #e3e5e6;
}

.title_h1
{
	background: #e3e5e6;
	font-size: 13px;
	font-weight: bold;
	padding-left: 6px;
	padding-top: 2px;
}

.press
{
}
/*
.press hr 
{
	height:1px;
	color:#006699
}
.press a
{
	font-family:Verdana,Arial,Helvetica,Swiss;
	font-size:100%;
	font-weight:normal;
	color:#006699;
	text-decoration:none;
}
.press a:visited
{
	font-family:Verdana,Arial,Helvetica,Swiss;
	font-size:100%;
	font-weight:normal;
	color:#6699cc;
	text-decoration:none;
}
.press a:hover
{
	font-family:Verdana,Arial,Helvetica,Swiss;
	font-size:100%;
	font-weight:normal;
	color:#669900;
	text-decoration:none;
}
*/
.RedBold
{
	color: rgb(238, 86, 35);
	font-weight: bold;
}
a.RedBold
{
	color: rgb(238, 86, 35);
	font-weight: bold;
}
a.RedBold:visited
{
	color: rgb(238, 86, 35);
	font-weight: bold;
}
a.RedBold:link
{
	color: rgb(238, 86, 35);
	font-weight: bold;
}
a.RedBold:hover
{
	color: rgb(238, 86, 35);
	font-weight: bold;
}
.BlackBold
{
	color: Black;
	font-weight: bold;
}
a.BlackBold
{
	color: Black;
	font-weight: bold;
}
a.BlackBold:visited
{
	color: Black;
	font-weight: bold;
}
a.BlackBold:link
{
	color: Black;
	font-weight: bold;
}
a.BlackBold:hover
{
	color: Black;
	font-weight: bold;
}
.press a.body
{
	font-family:Verdana,Arial,Helvetica,Swiss;
	font-size:100%;
	color:#006699;
	font-weight:normal;
	text-decoration:underline;
}
.press a:visited.body
{
	font-family:Verdana,Arial,Helvetica,Swiss;
	font-size:100%;
	color:#006699;
	font-weight:normal;
	text-decoration:underline;
}
.press a:hover.body
{
	font-family:Verdana,Arial,Helvetica,Swiss;
	font-size:100%;
	color:#669900;
	font-weight:normal;
	text-decoration:underline;
}

.press_body
{
	font-family:Verdana,Arial,Helvetica,Swiss;
	font-size:100%;
	color:#000000;
	font-weight:normal;
	margin:0;
	padding:15px;
}
.press_head
{
	font-family:Verdana,Arial,Helvetica,Swiss;
	font-size:100%;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#8E419C;
	padding:3px 5px 3px 5px;
}
.press_date
{
	font-family:Verdana,Arial,Helvetica,Swiss;
	font-size:10px;
	font-weight:bold;
	color:#333333
}
.press_select 
{
	font-family:Verdana,Arial,Helvetica,Swiss;
	font-size:100%;
	color:#000000;
	font-weight:normal
}
.press_title
{
	font-family: Verdana,Arial,Helvetica,Swiss;
	font-size: 109%;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-color:#90BC0D;
	width:215px;
	padding:3px 5px 3px 5px;
}
.press_grnBut 
{
	background-color: #646566;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial;
	font-size: 100%;
	cursor:pointer;
}


/* Rich html Field styles */

.AgeasRichHtmlCustom-BodyText 
{
    font-family:Verdana,Arial,Helvetica,Swiss,sans-serif;
    color: #000000;
	font-size: 100%;
}
.AgeasRichHtmlCustom-Heading1 
{
    font-family:Verdana,Arial,Helvetica,Swiss,sans-serif;
    color: #000000;
	font-size: 100%;
	font-weight: bold;
}
.AgeasRichHtmlCustom-Heading2 
{
    font-family:Verdana,Arial,Helvetica,Swiss,sans-serif;
    color: #000000;
	font-size: 100%;
	font-weight: bold;
    font-style:italic;
}
.AgeasRichHtmlCustom-HeadingJob
{
    font-family:Verdana,Arial,Helvetica,Swiss,sans-serif;
    color: #8e419c;
	font-size: 100%;
	font-weight: bold;
    font-style:normal;
}
.AgeasRichHtmlCustom-TextAlignJustify 
{
    text-align:justify;
	display:block;
}
.AgeasRichHtmlCustom-TextAlignLeft 
{
    text-align:left;
	display:block;
}
.AgeasRichHtmlCustom-TextAlignRight 
{
    text-align:right;
	display:block;
}

/* Overwrite Sharepoint Css classes for aaa*/
.ms-WPBody {
	font-size: 100% !important;
}

.ms-WPBody TABLE{
	font-size: 100% !important;
}

.ms-WPBody TD{
	font-size: 100% !important;
}
.ms-SPLink{
	font-size: 100% !important;
}
.ms-consoletoolbar{
	font-size: 100% !important;
}
.ms-globallinks{
	font-size: 100% !important;
}
/* ******************  popups  *************** */
.inlineMailPopupContent {display:none;}
#cboxLoadedContent .inlineMailPopupContent {display:block;}

#inlineMailPopupContent {width:500px; height:300px}

.onloadPopupContent {display:none;}
#cboxLoadedContent .onloadPopupContent {display:block;}
