/* Removing borders from linked images */ 
a img{border:none;}

/* removing extra margin from form elements */
form{margin:0px;}

/* default font */
body, h1, h2, h3, h4, h5, h6, td
{font: 12px Tahoma, Verdana, Arial, tahoma, Geneva, "trebuchet ms", Helvetica, sans-serif; color: #000;font-size-adjust: 0.51; margin:0px;}

/* Headlines : h1 is used for the main (top) headline/contecnt section
h2 is used for the rest of the content headlines */
h1, h2{margin-bottom:5px;font-size:18px;line-height:1em;}

/* puts the right color on the headlines */
.navscheme1 h1, .navscheme1 h2{color:#FF8800}
.navscheme2 h1, .navscheme2 h2{color:#4F83DF}
.navscheme3 h1, .navscheme3 h2{color:#508A90}
.navscheme4 h1, .navscheme4 h2{color:#A78B60}
.navscheme5 h1, .navscheme5 h2{color:#768996}
.navscheme6 h1, .navscheme6 h2{color:#83A408}
.navscheme7 h1, .navscheme7 h2{color:#5C6B99}

/* Common text elements */
p{padding: 0px 0px 9px 0px;line-height:17px;margin:0px}


/* Link colors */
a:link{color:#000000;text-decoration: none;}
a:visited{color:#000000;}
a:hover{color:#0000CC;text-decoration: none;}
a:active{color:#0000CC;}

/* Ordered and unordered list elements */
ul, ol, li{margin: 0px;padding:0px;}

/* ------------------------------------------------------
   Blue sky and white plate centering
------------------------------------------------------ */
body{
background-color:#FFFFFF;
/*background-image: url('../img/global/bluesky_back.jpg');*/
background-position:  left top;
background-repeat: repeat-x;
text-align:center; /* center all elemnts inside body*/
margin: 5px 0px
}

#globalcontainer{
text-align:left;
margin: 0px auto;
width:767px;
}


/* ------------------------------------------------------
   Page header
------------------------------------------------------ */

/* Top curve image - rounded corners*/
#globaltopcurve{

/*	background-image: url('../img/global/topcurve.gif'); */
	height:22px;
	width:767px;
	overflow:hidden
}

/* Header container box */
#globalheader{
/*	background-image: url('../img/global/header_back.gif'); 
	border-left:1px solid #000;
	border-right:1px solid #000;
*/	
	height:84px;
	width:auto;
	position:relative;
	z-index: 100
}

#globallogo{
	width:204px;
	height:78px;
	position:absolute;
	top:-34px;
}

/* 468x60 banner box space */
#globalstartpage{
	position:absolute;
	right:9px;
	background-position:  left top;
	background-repeat: no-repeat;
	background-image: url('../img/global/startpage_icon.gif');
	padding-left: 16px;
	line-height:17px
}


/* ------------------------------------------------------
   Top Navigation (Tabs and submenu)
------------------------------------------------------ */

/* Box containing the tabs - remember width for IE 4 compliance - Margin used  for indenting */
#globaltabs{
position:absolute;
right:3px;
bottom:-5px;
width:610px;
z-index: 100
}


/* Background image scheme for the sub menu */
.navscheme1 #globalsubmenu{background-image: url('../img/global/topnav/submenu_back.gif')}
.navscheme2 #globalsubmenu{background-image: url('../img/global/topnav/submenu_back.gif')}
.navscheme3 #globalsubmenu{background-image: url('../img/global/topnav/submenu_back.gif')}
.navscheme4 #globalsubmenu{background-image: url('../img/global/topnav/submenu_back.gif')}
.navscheme5 #globalsubmenu{background-image: url('../img/global/topnav/submenu_back.gif')}
.navscheme6 #globalsubmenu{background-image: url('../img/global/topnav/submenu_back.gif')}
.navscheme7 #globalsubmenu{background-image: url('../img/global/topnav/submenu_back.gif')}

/* Background image scheme for the tabs  */
.navscheme1 div div #globaltab1{background-image: url('../img/global/topnav/tab_active.gif')}
.navscheme2 div div #globaltab2{background-image: url('../img/global/topnav/tab_active.gif')}
.navscheme3 div div #globaltab3{background-image: url('../img/global/topnav/tab_active.gif')}
.navscheme4 div div #globaltab4{background-image: url('../img/global/topnav/tab_active.gif')}
.navscheme5 div div #globaltab5{background-image: url('../img/global/topnav/tab_active.gif')}
.navscheme6 div div #globaltab6{background-image: url('../img/global/topnav/tab_active.gif')}
.navscheme7 div div #globaltab7{background-image: url('../img/global/topnav/tab_active.gif')}

/* Default inactive tab background image */
#globaltabs div{background-image: url('../img/global/topnav/tab_inactive.gif')}

/* Tabs Font */


/* Active tab font styling - this is applied on the active tab depending on which navscheme is used */
.navscheme1 #globaltab1 a, .navscheme2 #globaltab2 a, .navscheme3 #globaltab3 a, .navscheme4 #globaltab4 a, .navscheme5 #globaltab5 a, .navscheme6 #globaltab6 a, .navscheme7 #globaltab7 a{font-weight: bold;}

/* Box containing the individual tabs */
#globaltabs div{
   width:100px;
   height:40px;
	overflow:hidden;
   text-align:center;
	float:left;
 
}

/* 
Styling of the tab links,
using display:block and width to make the whole area clickable, 
not functional in IE 4, but nice in others
*/

#globaltabs div a{
 top:10px;
  text-decoration:none;
  font: 14px Tahoma, Verdana, Arial, tahoma, Geneva, "trebuchet ms", Helvetica, sans-serif; 
  color: #fff;
  display:block;
  padding-top:14px;
}

/* The sub menu */
#globalsubmenu {
font: 14px Tahoma, Verdana, Arial, tahoma, Geneva, "trebuchet ms", Helvetica, sans-serif; 

width:auto;
height:40px;
position:relative;
z-index: 50
color: #fff;
}


#globalsubmenu a{
display:block; 
float:left; 
margin: 0px 1px;
text-decoration:none;
color: #fff;
font-weight: bold;
line-height:11px;
padding: 4px 4px;
}

#globalsubmenu span{
	border-right: 1px solid #000;
	padding: 0px 9px 0px 7px;
}

#globalsubmenumore{
	position:absolute;
	right:0px;
	top:0px;
	width:135px;
}

#globalsubmenumore span{
	border-right:none;
	border-left:1px solid #000;
	padding: 0px 5px 0px 10px;
}

#globalsubmenulinks{
position: absolute;
top: 10px;
left:0px;	
width:100%;
}

/* color for active link in submenu depending on scheme */
.navscheme1 #globalsubmenu a.active{font-weight: bold;background-color: #FFE375;}
.navscheme2 #globalsubmenu a.active{font-weight: bold;background-color: #C8E7FF;}
.navscheme3 #globalsubmenu a.active{font-weight: bold;background-color: #C8E2E3;}
.navscheme4 #globalsubmenu a.active{font-weight: bold;background-color: #EBE3D2;}
.navscheme5 #globalsubmenu a.active{font-weight: bold;background-color: #EEF4F8;}
.navscheme6 #globalsubmenu a.active{font-weight: bold;background-color: #DCECA1;}
.navscheme7 #globalsubmenu a.active{font-weight: bold;background-color: #D0D6E7;}

#globalsubmenu a:hover{text-decoration: underline;}

/* ------------------------------------------------------
   Search line - Simple
------------------------------------------------------ */

/* white box containing search items */
#searchline {
	background-color:#FFFFFF;
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	text-align:center;
	height:38px;
	position:relative;
	background-image: url('../img/global/searchline_back.gif');
	background-repeat: repeat-y;
	background-position:  left top;
}

/* creating the left search bar box */
#searchline .left{
	width:132px;
	height:59px;	
	text-align: left;
	margin:0px;
	position: absolute;
	top:2px;
	left:9px;
}

/* creating the right search bar box */
#searchline .right{
	width:132px;
	height:59px;	
	text-align: right;
	margin:0px;
	position: absolute;
	top:2px;
	right:9px;
}

#searchform{
	margin: 0px 132px;
	width: 501px;
	position:relative;
	top:6px;
}

#searchline label{font-size: 18px;}

#searchline #querystring {
	width:200px;
	font-family: "Trebuchet MS", Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin:0px 5px;
}

#searchline #querycat{
	font-family: "Trebuchet MS", Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px 5px;
}



/* ------------------------------------------------------
   Search line - advanced
------------------------------------------------------ */

/* styling the advanced searchbar box strip */
#searchline.advanced{
background-color: #FEF1C3;
height:59px;
}

/* resetting default p styling and fixing for special search bar */
#searchline.advanced p{
	margin:2px 10px 0px 10px;
	padding:0px;
	height:32px;
}

/* fixing the links */
#searchline.advanced a{
	text-decoration:none;
}

#searchline.advanced label.querystring{
	font-size:24px;
	font-weight:bold;
}

#searchline.advanced #querystring{
	width:260px;
}

#searchline.advanced .right, #searchline.advanced .left{
	top:12px;
}

#searchline.advanced form label{
	font-size:12px;
	font-weight: normal;
}

/* ------------------------------------------------------
3 column styling (content- left, right and center box area)
------------------------------------------------------ */

/* Default settings for the 3 columns containen the 
2 box areas and the center area */

#globalcontentleft, #globalcontentright, #globalcontentcenter{
	width:130px;
	float:left;
	overflow:hidden;
	margin-right: 0px;
}


/* Overwritting the width of the center area to expand 
and resetting padding */

#globalcontentcenter{
   width:501px;
	margin:0px -1px 0px 3px
}


/* ------------------------------------------------------
Colored plate area styling
------------------------------------------------------ */

/* Container holding the content area below the pageheader 
"Summer Yellow" used for fallback color if not overwrited */
#globalcontent{
   padding-top:3px;
	width:767px;
	position: relative;
	background-image: url('../img/global/globalcontent_back.gif');
	background-repeat: repeat-y;
	background-position:  left top;
}
/* Setting the backgroundcolor dependt on the navscheme */
/*
.navscheme1 #globalcontent{background-color:#FFCC00;}
.navscheme2 #globalcontent{background-color:#9FD2FF;}
.navscheme3 #globalcontent{background-color:#A7CDD0;}
.navscheme4 #globalcontent{background-color:#DCCEB3;}
.navscheme5 #globalcontent{background-color:#D5E1EA;}
.navscheme6 #globalcontent{background-color:#C4DF62;}
.navscheme7 #globalcontent{background-color:#B0BAD5;}
*/

.navscheme1 #globalcontent{background-color:#9FD2FF;}
.navscheme2 #globalcontent{background-color:#9FD2FF;}
.navscheme3 #globalcontent{background-color:#9FD2FF;}
.navscheme4 #globalcontent{background-color:#9FD2FF;}
.navscheme5 #globalcontent{background-color:#9FD2FF;}
.navscheme6 #globalcontent{background-color:#9FD2FF;}
.navscheme7 #globalcontent{background-color:#9FD2FF;}


/* ------------------------------------------------------
Center area (content center) styling
------------------------------------------------------ */

/* The area containing the content elements */
#globalcontentcentercontent{
   background:#fff;
   border-left:1px solid #838383;
   border-right:1px solid #838383;
	width:auto;
 }

/* The footer below the content elements this creates
the rounded cornes on the white content center area box */

#globalcontentcenterfooter{
   background-image: url('../img/global/contentroundedbottom.gif');
   height:9px;
	width:501px;
	margin-top:0px;
	padding:0px;
   margin-bottom:3px;
   overflow:hidden
}


/* ====================================================
The section header including breadcrumb
==================================================== */

/* Styling for the content center header containing the 
headline for the channel/section. This is the default 
styling and should be overwritten by a "local" css file
to display the correct background image and similar */
#sectionhead{
   background-image: url('../img/header.gif');
   width:auto;
   text-align:left;
	margin:0px;
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #fff;
	height:34px;
}

#sectionhead p{
height:34px;
padding:0px;
font-size:20px;
font-weight:bold;
color:#FFFFFF;
line-height:32px;
margin-left:8px;
}


/* The breadcrumb container below the channel header*/
#globalcontentcenterbreadcrumb{
border-left:1px solid #838383;
border-right:1px solid #838383;
text-align:right;
color:#666666;
line-height:15px;
font-size:10px;
height:20px;
padding: 0px 9px; 
}

/* The breadcrumb link styling */
#globalcontentcenterbreadcrumb a, #globalcontentcenterbreadcrumb a.current{
   color:#666666;
   font-size:10px;
   text-decoration:none;
}

/* breacrumb styling for the item currently viewed*/
#globalcontentcenterbreadcrumb a.current{font-weight:bold;}


/* ------------------------------------------------------
 Page Footer
------------------------------------------------------ */
/*  Bottom of page */
#globalfooter {
	background-color:#FFFFFF;
	border-top:1px solid #000000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	padding-top:9px;
	height:59;
	text-align:center;
	width:auto;
}

/* Footer links */
#globalfooter a,  .popup #footer a {
	color:#666666;
	text-decoration: none;
}	

/* Highlight */
#globalfooter .highlight,  .popup #footer .highlight {
	color:#CC0000;
	font-weight:bold;
}

/* Copyright text */
#globalcopyright{
	font-size:9px;
	color:#999999;
	text-align: center;
	margin-top:3px;
}

#globalbottomcurve{
	background-image: url('../img/global/bottomcurve.gif');
	height:15px;
	width:767px;
	overflow:hidden
}

/* resets the p tag margin inside the global footer */
#globalfooter p, .popup #footer p{margin:0px;padding:0px}

/* ------------------------------------------------------
Bar boxes - classes used to generate the bar boxes
------------------------------------------------------ */

/* Creates a box header */

#globalcontent .cbar h3{
	font-weight:bold;
	font-color:#fff;
	background-image:url('../img/global/blueboxtop.gif');
	background-position:  left top;
	background-repeat: no-repeat;
	text-align:left;
	line-height:16px;
	margin-left:4px;
	width:auto; padding-left:9px; padding-right:9px; padding-top:4px; padding-bottom:9px
}

/* Creates a box containing the bottom - used together with the h3 header*/
#globalcontent  .cbar .box {
	background-image:url('../img/global/boxbottom.gif');
	background-position: left bottom;
	background-repeat:no-repeat;
	text-align:left;
	overflow:hidden;
	padding-bottom: 5px;
	margin-bottom:3px;
	margin-left:4px;
	font-weight:bold;
	font-color:#fff;
}

/* *** Add for V3 *** */
#globalcontent .cbar h2 {
	font-weight:bold;
	background-image:url('../img/global/boxtop.gif');
	background-position:  left top;
	background-repeat: no-repeat;
	margin-left: 4px;
	padding-left: 4px;
	margin-bottom: 0; padding-right:0px; padding-top:4px; padding-bottom:0px
}
#globalcontent .cbar h2 a { text-decoration: none; }

#globalcontent .cbar .boxv3 {
	background-image: url('../img/global/boxbottom.gif');
	background-position:  left bottom;
	background-repeat: no-repeat;
	overflow:hidden;
	margin-left: 4px;
	padding-bottom: 5px;
	margin-bottom:3px;
	padding-top: 0;
	margin-top: 0;
	width: 126px
}
ul.menuv3 li {
	background-image:url('../img/global/dot.gif');
	background-repeat: repeat-x;
	background-position:  left top;
	list-style-type: none;
	margin-left: 4px;
	margin-right: 4px;
	width: 116px
}
ul.menuv3 li .myaccountv3, .myaccountv3 {
	line-height: 29px;
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 26px;
}
ul.menuv3 a {text-decoration:none;}
ul.menuv3 li ul {
	margin-bottom: 10px;
}

ul.menuv3 li .submyaccountv3 {
	line-height: 14px;
	padding-left: 8px;
	clear: both;
	margin-bottom: 10px;
}
ul.menuv3 li .submyaccountv3#case {
	background-color: #f5f5f5;
	border: 1px solid #d2d7dd;
	padding-top: 2px;
	padding-bottom: 2px;
	-moz-border-radius: 2px;
}

/* *** End Add for V3 *** */
//* ------------------------------------------------------
Unordered list for lists of links
------------------------------------------------------ */

/* menu container */
ul.menu{
}

/* menu item styling - creates the dotted line */
ul.menu li{
	background-image:url('../img/global/dot.gif');
	background-repeat: repeat-x;
	background-position:  left top;
	padding: 3px;
	list-style-type: none;
	margin-left: 5px;
	margin-right: 5px
}

/* Submenu container */
ul.menu li div ul{
	margin:3px 0px 0px 0px;
	list-style: none;
}

/* Submenu menuitem */
ul.menu li div ul li{
	background-image: url('file:///C:/Documents%20and%20Settings/Moaiz/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/P0ONT9GH/none');
	padding: 0px;
	line-height: 12px; margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:5px
}

/* removing underline on menu item */
ul.menu a {text-decoration:none;}

/* class used for setting a menu item to be active*/
ul.menu .active {font-weight:bold;}

/* Link colors for menu items */
ul.menu a:link{color:#000;}
ul.menu a:visited{color:#000;}
ul.menu a:hover{color:#0000CC;text-decoration: underline;}
ul.menu a:active{color:#870101;}

/* arrow bullet for menues */
ul.menu li div{
	background-image: url('../img/global/bullet_arrow.gif');
	background-position: 0px 5px;
	background-repeat: no-repeat;
	padding-left: 9px;
	margin-left:3px;
	line-height:14px;
	width:98px;
	overflow:hidden
}

/* hides all submenus */
ul.menu li ul {display: none}
ul.menu li ul li div {margin-left:-10px;}

#globalcontentcentercontent ul.menu li{background: none;padding:2px 9px;}
#globalcontentcentercontent ul.menu li div {width:auto;}
#globalcontentcentercontent ul, #globalcontentcentercontent ol{margin-left:25px}
/* ------------------------------------------------------
 Working class' (used for different fixes and generel stuff)
------------------------------------------------------ */
/* used for breaking flows */ 
.breaker{overflow:hidden;height:1px;clear:both}

/* removes margin */
.nomargin{margin:0px;}

/* inserts a dotted line 1px height, breaks the flow */
.hr{background-image:url('../img/global/dot.gif');background-position: left top;background-repeat:repeat-x;height:1px;overflow:hidden;clear:both;margin:0px;padding:0px}

/* Adds margin if inside content area */
#globalcontentcentercontent .hr{position:relative;left:9px;margin: 8px 9px 8px 0px;width:481px;}

/* styles the hr for a colorbox */
#globalcontentcentercontent .colorbox .content .hr{margin:0px;padding:0px;position:static;left:0px;width:100%;}

/* styles the hr for a barbox */
.cbar .box .hr{width:115px;position:relative;left:5px;}




/* Class' used for floating images around text */
img.left{float:left;margin: 0px 9px 0px 0px}
img.right{float:right;margin: 0px 0px 0px 9px}

/* Class' used for floating a box with a text caption around text */
#globalcontentcentercontent div.left{float:left;margin: 0px 9px 0px 0px}
#globalcontentcentercontent div.right{float:right;margin: 0px 0px 0px 9px;}

/* caption text */
#globalcontentcentercontent div.right span, #globalcontentcentercontent div.left span{font-size:10px;}



/* ------------------------------------------------------
 Class' used for creating columns inside the center content area
------------------------------------------------------ */

/* General Column styling */
.columns1, .columns2, .columns3, .columns2l, .columns2r{
   text-align:left;
   margin:0px 9px;
	width:481px;
}

/* 1 Column styling */
.columns1{}


/* 2 Column styling - using floating */
.columns2{
   background-image: url('../img/global/columns2_back.gif');
   background-repeat: repeat-y; 
	background-position-y:center	
}

.columns2 .col1, .columns2 .col2{
   width:231px;
   float:left;
}

.columns2 .col1{margin-right: 19px;}


/* 2 Column styling small left - using floating */
.columns2l{
   background-image: url('../img/global/columns2l_back.gif');
   background-repeat: repeat-y; 
	background-position-y:center	
}

.columns2l .col1{
margin-right: 19px;
width:147px;
float:left;
}

.columns2l .col2{
width:315px;
float:left;
}


/* 2 Column styling small right - using floating */
.columns2r{
   background-image: url('../img/global/columns2r_back.gif');
   background-repeat: repeat-y; 
	background-position-y:center	
}

.columns2r .col1{
margin-right: 17px;
width:315px;
float:left;
}

.columns2r .col2{
width:149px;
float:left;
}

/*3 Column styling - using floating */
.columns3{
   background-image: url('../img/global/columns3_back.gif');
   background-repeat: repeat-y;
	background-position-y:center
}

.columns3 .col1, .columns3 .col2, .columns3 .col3{
   width:147px;
   float:left;
}

.columns3 .col2{margin:0px 19px;}

/* ------------------------------------------------------
   Full color box
------------------------------------------------------ */

/* default settings for the colorbox */
.colorbox{width:100%;overflow:hidden;}

/* colorsettings depending on the navscheme */
.navscheme1 .colorbox{background:#FFF3C3;}
.navscheme2 .colorbox{background:#C8E7FF;}
.navscheme3 .colorbox{background:#C9E2E3;}
.navscheme4 .colorbox{background:#EBE2D1;}
.navscheme5 .colorbox{background:#E4EBF1;}
.navscheme6 .colorbox{background:#DCECA1;}
.navscheme7 .colorbox{background:#D0D7E7;}

/* styles colorbox corners*/
.colorbox .topleft, .colorbox .topright, .colorbox .bottomleft, .colorbox .bottomright{
width:9px;
height:9px;
line-height:9px;
overflow:hidden;
}


/* inserts the colorbox corners */
.colorbox .topleft{float:left;background-image:url('../img/global/colorbox_topleft.gif');}
.colorbox .topright{float:right;background-image:url('../img/global/colorbox_topright.gif');}
.colorbox .bottomleft{float:left;background-image:url('../img/global/colorbox_bottomleft.gif');}
.colorbox .bottomright{float:right;background-image:url('../img/global/colorbox_bottomright.gif');}

/* fit's the content into the colorbox */
.colorbox .content{margin: 0px 9px;}

/* div containing the corners */
.colorbox .corners{
	overflow:hidden;
	height:9px;
}

/* ------------------------------------------------------
   columns inside a colorbox - restyling
------------------------------------------------------ */

/* 2 columns */
.colorbox .columns2{background-position: -9px}
.colorbox .columns2 .col1, .colorbox .columns2 .col2{width:222px}

/* 3 columns */
.colorbox .columns3{background-position: -18px}
.colorbox .columns3 .col1, .colorbox .columns3 .col3{width:138px}

/* ------------------------------------------------------
   Buttons
------------------------------------------------------ */


/* styling an input button */
.button {
	text-decoration: none;
	border:0px;
	background: transparent;
	font: 12px "Trebuchet MS", Tahoma, Geneva, Arial, Helvetica, sans-serif;color: #000;
	cursor: pointer;
	margin-top:2px;
	height:22px;
	width:62px;
    background-image: url('../img/global/button.gif');	
}

/* ------------------------------------------------------
   Alternative color 50% of light color - used
	for results splitting in tables and other
------------------------------------------------------ */

/* colorsetting for the alternative color depending on the navscheme */
.navscheme1 .altcol {background:#FFF9E1;}
.navscheme2 .altcol {background:#E3F3FF;}
.navscheme3 .altcol {background:#E4F0F1;}
.navscheme4 .altcol {background:#F5F0E8;}
.navscheme5 .altcol {background:#F1F5F8;}
.navscheme6 .altcol {background:#EDF5D0;}
.navscheme7 .altcol {background:#E6EAF2;}

/* ------------------------------------------------------
   boxes with pictures (banner ads)
------------------------------------------------------ */

.cbar .box .square{margin: 8px 0px 0px 0px;width:auto;text-align:center;}
.cbar .box .rounded{margin: 3px 0px -7px 0px;width:auto;text-align:center;}


/* ------------------------------------------------------
   included color box
------------------------------------------------------ */

/* fixed ones */
.inc_box_top { height: 26px; width: auto; font-weight: bold; line-height: 26px; }
.inc_box_bottom { height: 15px; width: auto; background-repeat: repeat-x }
.inc_box_content { width: auto; padding: 5px; border: 1px solid black; }
.inc_box_topleft { float:left; width: 10px; height: 26px; margin-right: -3px}
.inc_box_topright { float:right; width: 10px; height: 26px; margin-left: -3px}
.inc_box_bottomleft { float:left; width: 10px; height: 15px; margin-right: -3px; overflow: hidden}
.inc_box_bottomright { float:right; width: 10px; height: 15px; margin-left: -3px; overflow: hidden}

/* navschemes variations */
.navscheme1 .inc_box_top { 	background-image: url('http://www.montigrou.com/img/common/top_2.gif'); }
.navscheme1 .inc_box_bottom { 	background-image: url('http://www.montigrou.com/img/common/bottom_2.gif'); }
.navscheme1 .inc_box_topleft { background-image: url('http://www.montigrou.com/img/common/top_left_2.gif'); }
.navscheme1 .inc_box_topright { background-image: url('http://www.montigrou.com/img/common/top_right_2.gif'); }
.navscheme1 .inc_box_bottomleft { background-image: url('http://www.montigrou.com/img/common/bottom_left_2.gif'); }
.navscheme1 .inc_box_bottomright { background-image: url('http://www.montigrou.com/img/common/bottom_right_2.gif'); }

.navscheme2 .inc_box_top { 	background-image: url('http://www.montigrou.com/img/common/top_2.gif'); }
.navscheme2 .inc_box_bottom { 	background-image: url('http://www.montigrou.com/img/common/bottom_2.gif'); }
.navscheme2 .inc_box_topleft { background-image: url('http://www.montigrou.com/img/common/top_left_2.gif'); }
.navscheme2 .inc_box_topright { background-image: url('http://www.montigrou.com/img/common/top_right_2.gif'); }
.navscheme2 .inc_box_bottomleft { background-image: url('http://www.montigrou.com/img/common/bottom_left_2.gif'); }
.navscheme2 .inc_box_bottomright { background-image: url('http://www.montigrou.com/img/common/bottom_right_2.gif'); }

.navscheme3 .inc_box_top { 	background-image: url('http://www.montigrou.com/img/common/top_2.gif'); }
.navscheme3 .inc_box_bottom { 	background-image: url('http://www.montigrou.com/img/common/bottom_2.gif'); }
.navscheme3 .inc_box_topleft { background-image: url('http://www.montigrou.com/img/common/top_left_2.gif'); }
.navscheme3 .inc_box_topright { background-image: url('http://www.montigrou.com/img/common/top_right_2.gif'); }
.navscheme3 .inc_box_bottomleft { background-image: url('http://www.montigrou.com/img/common/bottom_left_2.gif'); }
.navscheme3 .inc_box_bottomright { background-image: url('http://www.montigrou.com/img/common/bottom_right_2.gif'); }

.navscheme4 .inc_box_top { 	background-image: url('http://www.montigrou.com/img/common/top_2.gif'); }
.navscheme4 .inc_box_bottom { 	background-image: url('http://www.montigrou.com/img/common/bottom_2.gif'); }
.navscheme4 .inc_box_topleft { background-image: url('http://www.montigrou.com/img/common/top_left_2.gif'); }
.navscheme4 .inc_box_topright { background-image: url('http://www.montigrou.com/img/common/top_right_2.gif'); }
.navscheme4 .inc_box_bottomleft { background-image: url('http://www.montigrou.com/img/common/bottom_left_2.gif'); }
.navscheme4 .inc_box_bottomright { background-image: url('http://www.montigrou.com/img/common/bottom_right_2.gif'); }

.navscheme5 .inc_box_top { 	background-image: url('http://www.montigrou.com/img/common/top_2.gif'); }
.navscheme5 .inc_box_bottom { 	background-image: url('http://www.montigrou.com/img/common/bottom_2.gif'); }
.navscheme5 .inc_box_topleft { background-image: url('http://www.montigrou.com/img/common/top_left_2.gif'); }
.navscheme5 .inc_box_topright { background-image: url('http://www.montigrou.com/img/common/top_right_2.gif'); }
.navscheme5 .inc_box_bottomleft { background-image: url('http://www.montigrou.com/img/common/bottom_left_2.gif'); }
.navscheme5 .inc_box_bottomright { background-image: url('http://www.montigrou.com/img/common/bottom_right_2.gif'); }

.navscheme6 .inc_box_top { 	background-image: url('http://www.montigrou.com/img/common/top_2.gif'); }
.navscheme6 .inc_box_bottom { 	background-image: url('http://www.montigrou.com/img/common/bottom_2.gif'); }
.navscheme6 .inc_box_topleft { background-image: url('http://www.montigrou.com/img/common/top_left_2.gif'); }
.navscheme6 .inc_box_topright { background-image: url('http://www.montigrou.com/img/common/top_right_2.gif'); }
.navscheme6 .inc_box_bottomleft { background-image: url('http://www.montigrou.com/img/common/bottom_left_2.gif'); }
.navscheme6 .inc_box_bottomright { background-image: url('http://www.montigrou.com/img/common/bottom_right_2.gif'); }

.navscheme7 .inc_box_top { 	background-image: url('http://www.montigrou.com/img/common/top_2.gif'); }
.navscheme7 .inc_box_bottom { 	background-image: url('http://www.montigrou.com/img/common/bottom_2.gif'); }
.navscheme7 .inc_box_topleft { background-image: url('http://www.montigrou.com/img/common/top_left_2.gif'); }
.navscheme7 .inc_box_topright { background-image: url('http://www.montigrou.com/img/common/top_right_2.gif'); }
.navscheme7 .inc_box_bottomleft { background-image: url('http://www.montigrou.com/img/common/bottom_left_2.gif'); }
.navscheme7 .inc_box_bottomright { background-image: url('http://www.montigrou.com/img/common/bottom_right_2.gif'); }



#globalcontent  .cbar .msgbox h3{
	font-weight:bold;
	font-color:#fff;
	background-image:url('../img/global/msgboxtop.gif');
	background-position:  left top;
	background-repeat: no-repeat;
	text-align:left;
	line-height:13px;
	margin-left:4px;
	width:auto; padding-left:9px; padding-right:9px; padding-top:9px; padding-bottom:2px
}

/* Creates a box containing the bottom - used together with the h3 header*/
#globalcontent  .cbar .msgbox {
	background-image:url('../img/global/msgboxbottom.gif');
	background-position: left bottom;
	background-repeat:no-repeat;
	text-align:left;
	overflow:hidden;
	padding-bottom: 5px;
	margin-bottom:3px;
	margin-left:4px;
	font-weight:bold;
	font-color:#fff;
}
#globalcontent  .cbar .msgbox p {
	margin-top: 5px;
	margin-bottom: 3px;
	font-size: 11px;
	line-height: 1.5em !important;
}

