/* *****************************************************************************
 *    RESET                http://meyerweb.com/eric/tools/css/reset/
 * ***************************************************************************** */
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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
html{
	overflow-y: scroll;
}
body {
	line-height: 1;
	background-position: left;
	background-repeat:repeat-y;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	vertical-align: top;
}

/* *****************************************************************************
 *    MAIN
 * ***************************************************************************** */
body {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 0.75em;
	color: #333333;
	line-height: 140%;
	background-color: #333333;
}

a {
	color: #333333;
}

fieldset {
	background: white url(../resources/pictures/widget-content-bg.gif) top left repeat-x;
	border: 1px solid #CCDFE5;
	padding: 0.5em 1em;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

label.validation_error {
	color: #AA0000;
}

legend {
	padding: 0 0.3em;
	font-weight: bold;
	font-size: 110%;
}

input[type="text"], input[type="password"] {
	border: 1px solid #CCCCCC;
	padding: 2px 2px 2px 5px;
	background-color: FFCC33;
}

.input_text_ie6, textarea, select {
	border: 1px solid #CCCCCC;
	padding: 2px 2px 2px 5px;
	background-color: FFCC33;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
	border-color: #458CC1;
}

input[type="text"].focus_ie, input[type="password"].focus_ie, textarea.focus_ie, select.focus_ie {
	border-color: #458CC1;
}

.input_text_ie6.focus_ie, textarea.focus_ie, textarea.focus_ie {
	border-color: #458CC1;
}

abbr[title] {
	border-bottom: 1px dashed;
	cursor: help;
}

hr {
	background-color: #CCDFE5;
	border: 0 none;
	color: #CCDFE5;
	height: 1px;
	margin: 5px 0;
}

p {
	margin: 0.5em 0;
}

p img {
	vertical-align: middle;
	margin: 0 0.5em;
}

ul {
	margin: 0.2em 0;
}

ul.disc li {
	list-style: disc outside;
	margin-left: 2em;
	float: none;
}

.sessionMessage {
	width: 56%;
	margin: 1em auto;
	padding: 0.5em 22%;
	background-position: 20% center;
	background-repeat: no-repeat;
	border-width: 2px;
	border-style: solid none;
}

.sessionMessage.error {
	background-color: #FFEEEE;
	background-image: url(../resources/pictures/cross.png);
	border-color: #990000;
}

.sessionMessage.alert {
	background-color: #FFFFCC;
	background-image: url(../resources/pictures/exclamation.png);
	border-color: #FFCC35;
}

.sessionMessage.waiting {
	background-color: #FFFFCC;
	background-image: url(../resources/pictures/hourglass.png);
	border-color: #FFCC35;
}

.sessionMessage.info {
	background-color: #EEEEFF;
	background-image: url(../resources/pictures/information.png);
	border-color: #224499;
}

.sessionMessage.success {
	background-color: #EEFFEE;
	background-image: url(../resources/pictures/tick.png);
	border-color: #009900;
}

.smallText {
	font-size: smaller;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

div.clear {
	height: 2px;
	line-height: 1%;
	font-size: 1%;
}

.imgAlignRight {
	float: right;
	margin-left: 1em;
}

.imgAlignLeft {
	float: left;
	margin-right: 1em;
}

a.file {
	display: inline-block;
	background: transparent url(../resources/pictures/file-types.png) 0 0 no-repeat;
	padding-left: 24px;
	padding-top: 2px;
	height: 22px;
}

a.file.powerpoint, a.file[href$='.ppt'], a.file[href$='.pps'], a.file[href$='.pptx'], a.file[href$='.ppsx'] { background-position: 0 -20px;}
a.file.word, a.file[href$='.doc'], a.file[href$='.rtf'], a.file[href$='.docx'], a.file[href$='.txt'] { background-position: 0 -40px;}
a.file.excel, a.file[href$='.xls'], a.file[href$='.csv'], a.file[href$='.xlsx'] { background-position: 0 -60px;}
a.file.image, a.file[href$='.jpg'], a.file[href$='.gif'], a.file[href$='.jpeg'], a.file[href$='.png'], a.file[href$='.bmp'] { background-position: 0 -80px;}
a.file.pdf, a.file[href$='.pdf'], a.file[href$='.fpf'] { background-position: 0 -100px;}
a.file.zip, a.file[href$='.zip'], a.file[href$='.rar'], a.file[href$='.tar'], a.file[href$='.gz'], a.file[href$='.gzip'] { background-position: 0 -120px;}

/* *****************************************************************************
 *    DEFAULT DESIGN
 * ***************************************************************************** */
#divGlobal {
	width: 81.667em; /*980px;*/
	background: white;
	margin: 0 auto;
}

#divHeader {
	border: none;
	background: #F5F2F9;
}

#pStatus, #pStatus a {color: #333333; font-weight: bold; text-decoration: none;}

#pMenu {color: #046380; font-weight: bold; padding-left: 0.5em;}

#pMenu a {color: #046380; text-decoration: none;}

#pSubmenu {background-color: #000099; padding: 0.3em 0.5em; margin: 0; color: #4BACC6;}

#pSubmenu a {color: #F7F7FC; font-size: 90%; text-decoration: none;}

#pStatus a:hover, #pMenu a:hover, #pSubmenu a:hover {text-decoration: underline;}

#ulMainMenu {
	height: 24px;
	margin: 0;
	float: left;
	z-index: 9;
}

#ulMainMenu li {
	position: relative;
	float: left;
	padding-left: 4px;
	background: url(../resources/pictures/menu/menu-button.gif);
	z-index: 9;
}

#ulMainMenu li a {
	text-decoration: none;
	display: inline-block;
	height: 20px;
	padding: 4px 10px 0 6px;
	background: url(../resources/pictures/menu/menu-button.gif) top right;
	color: white;
	font-weight: bold;
	text-align: center;
}

#ulMainMenu .ulSubMenu, #ulMainMenu .ulSubMenu li {
	/*margin-left: -2px;*/
	z-index: 9;
}

body.js #ulMainMenu .ulSubMenu, #ulMainMenu .ulSubMenu {
	margin: 0;
	display: none;
	z-index: 9;
	position: absolute;
	top: 24px;
	left: 0;
}

#ulMainMenu .ulSubMenu li a {
	display: block;
	white-space: nowrap;
}

#liEbusinessMenuItem a {
	width: 145px;
}

#ligestionMenuItem a {
	width: 145px;
}

#ulActionMenu {
	height: 24px;
	margin: 0;
	float: right;
}

#ulActionMenu li {
	float: right;
	padding-left: 4px;
	background: url(../resources/pictures/menu/menu-button.gif) bottom left;
}

#ulActionMenu li a {
	text-decoration: none;
	display: inline-block;
	height: 20px;
	padding: 4px 10px 0 6px;
	background: url(../resources/pictures/menu/menu-button.gif) bottom right;
	color: white;
	font-weight: bold;
	text-align: center;
}


#divFooter {
	border-top: 1px solid #CCDFE5;
	width: 90%;
	margin: 0 auto;
	padding: 0.5em 0;
	font-size:0.9em;
	text-align:center;
}

#divContent {
	padding: 1em;
}

#divContent ul li {
	list-style: disc outside;
	margin-left: 2em;
	float: none;
}

#divContent h1 {
	font-size: 1.7em;
	margin: 1.5em 0 1em
}

#divContent h2 {
	font-size: 1.3em;
	margin: 1em 0 0.5em
}

.aReadMore {
	font-size: 0.8em;
}

.pArticleTheme {
	font-style: italic;
	margin: 0 0 0.2em 0;
}

.titleOrange {
	color: #FF9933;
}

.titleGreen {
	color: #99CC00;
}

.titleBlue {
	color: #548DD4;
}

.titleRed {
	color: #C00000;
}

.titleIntro {
    color: #5591B9;
    font-size:14px;
}

/* *****************************************************************************
 *    BUTTONS
 * ***************************************************************************** */
button, a.button {
    display:inline-block;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #B4DCE8;
    border-top:1px solid #CCDFE5;
    border-left:1px solid #CCDFE5;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:12px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#C8E7E7;
    cursor:pointer;
	width:auto;
    overflow:visible;
	background-position: 10px center;
	background-repeat: no-repeat;
    padding:4px 10px 3px 7px; /* IE6 */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

button[type], a.button {
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type], *:first-child+html a.button {
    padding: 4px 10px 3px 30px; /* IE7 */
}

button img, a.button img {
	vertical-align: middle;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, a.button:hover {
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}

/* POSITIVE */

button.positive, a.button.positive {
    color:#009900;
	background-image: url(../resources/pictures/tick-small.png);
	padding-left: 30px;
}

button.positive:hover, a.button.positive:hover {
    background-color:#EEFFEE;
    border:1px solid #009900;
}

/* NEGATIVE */

button.negative, a.button.negative {
    color:#990000;
	background-image: url(../resources/pictures/cross-small.png);
	padding-left: 30px;
}

button.negative:hover, a.button.negative:hover {
    background-color:#FFEEEE;
    border:1px solid #990000;
}

/* REGULAR */

button.regular, a.button.regular {
    color:#224499;
}

button.regular:hover, a.button.regular:hover {
    background-color:#DFF4FF;
    border:1px solid #224499;
}

button.regular.add, a.button.regular.add {
	background-image: url(../resources/pictures/plus-small.png);
	padding-left: 30px;
}

button.regular.mails, a.button.regular.mails {
	background-image: url(../resources/pictures/mails.png);
	padding-left: 30px;
}

button.regular.navigation, a.button.regular.navigation {
	padding-left: 30px;
	background-image: url(../resources/pictures/navigation.png);
}

button.regular.magnifier, a.button.regular.magnifier {
	padding-left: 30px;
	background-image: url(../resources/pictures/magnifier.png);
}

button.regular.map, a.button.regular.map {
	padding-left: 30px;
	background-image: url(../resources/pictures/map.png);
}

button.regular.info, a.button.regular.info {
	padding-left: 30px;
	background-image: url(../resources/pictures/information.png);
}

button.regular.tick, a.button.regular.tick {
	padding-left: 30px;
	background-image: url(../resources/pictures/tick-small.png);
}

button.disabled {
	color: #999999;
	background-image: url(../resources/pictures/cross-disabled.png);
}

button.disabled:hover {
    background-color:#f5f5f5;
    border:1px solid #B4DCE8;
    border-top:1px solid #CCDFE5;
    border-left:1px solid #CCDFE5;
}

/* *****************************************************************************
 *    TABS
 * ***************************************************************************** */
/* Caution! Ensure accessibility in print and other media types... */
/* Hide useless elements in print layouts... */
@media print {
    .idTabs {
        display: none;
    }
}

/* Skin */
.idTabs {
    list-style: none;
    margin: 0;
    padding: 0;
}

#divContent .idTabs li {
    float: left;
    margin: 0;
	list-style: none;
    min-width: 84px; /* be nice to Opera */
}

.idTabs a, .idTabs a span {
    display: block;
    padding: 0 10px;
    padding: 0 10px;
    background: url(../resources/pictures/tabs.gif) no-repeat;
}

.idTabs a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #27537a;
    font-size: 12px;
    font-weight: bold;
    line-height: 0.9;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}

.idTabs a.selected, .idTabs a:hover {
    color: #FF7C1A;
}

.idTabs a.selected, .idTabs a:hover, .idTabs a:focus, .idTabs a:active {
    background-position: 100% -100px;
    outline: 0; /* prevent dotted border in Firefox */
}

.idTabs a {
    background-position: 100% -75px;
}

.idTabs a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 16px; /* IE 6 treats height as min-height */
    min-height: 16px;
    padding-top: 6px;
    padding-right: 0;
}

*>.idTabs a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}

.idTabs a.selected span {
    padding-top: 7px;
}

.idTabs a.selected span, .idTabs a:hover span, .idTabs a:focus span, .idTabs a:active span {
    background-position: 0 -25px;
}

.idTabs a span {
    background-position: 0 0;
}

.idTabs a.selected:link, .idTabs a.selected:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}

.idTabs a:hover, .idTabs a:focus, .idTabs a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}

.tabContents {
    clear: both;
    border: 1px solid #0381AF;
    padding: 1em 8px;
    background: white;
}

.tabsLoading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

/* *****************************************************************************
 *    SUPERBOX
 * ***************************************************************************** */

/* Base Superbox Styles */
#superbox-overlay {
	position:fixed;
	top:0;
	left:0;
	z-index:9998;
	width:100%;
	height:100%;
}

#superbox-wrapper {
	position:fixed;
	z-index:9999;
	top:0;
	display:table;
	width:100%;
	height:100%;
}

#superbox-container {
	position:relative;
	display:table-cell;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	vertical-align:middle;
}

#superbox {
	margin:0 auto;
	padding:0;
}

#superbox-container .loading {
	margin:0;
	text-align:center;
}

/* Default Theme */
#superbox-overlay {
	background:#000;
}

#superbox-container .loading {
	text-align:center;
	font-size:2em;
	line-height:3em;
	color:#fff;
}

#superbox {
	padding:10px;
	background:#fff;
}

#superbox-innerbox {
	padding:10px 0;
}

#superbox.image {
	text-align:center;
}

#superbox .close {
	overflow:hidden;
	margin:0;
	text-align:right;
}

#superbox .close a {
	cursor:pointer;
}

