﻿/* universal selector to clear all margins and padding */

            * { margin:0; padding:0; } 


.bccg-pageArea
{
	border:3px solid #dfdfdf;
	margin: 5px;
}

.bccg-pageHeaderTop
{
background-color:#d1d4d5;
width: 100%;
}

.bccg-mainContentArea
{
	border-top:3px solid #dfdfdf;
	border-bottom:3px solid #dfdfdf;
	width: 100%;
}

.bccg-leftNavArea
{
	vertical-align: top;
	height: 100%;
}

.bccg-webPartArea
{
	vertical-align: top;
	height: 100%;
	padding-top: 20px;
	padding-left:25px;
	padding-bottom:10px;
}

.bccg-navLink /* This is the table of the Nav Links */
{
	width: 178px;
	padding: 0px;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom:20px;
}

.bccg-navLink-hdr /* First row of the Nav Links */
{
	background:#fff url("/_layouts/BCCGIDPortal/Images/bg_navlnks_top.gif") no-repeat top left;
	width: 178px;
	height: 14px;
}

.bccg-navLink-ftr /* Last row of the Nav Links */ 
{
	background:#fff url("/_layouts/BCCGIDPortal/Images/bg_navlnks_bottom.gif") no-repeat top left;
	width: 178px;
	height: 15px;
}

.bccg-navLink-heading /* First level (heading) Nav Link row */
{
	background:#fff url("/_layouts/BCCGIDPortal/Images/bg_navlnks_repeat.gif") repeat-y top left;
	margin:0px;
	width:178px;
	padding-left:2px;
	padding-right:2px;
	padding-bottom:5px;
	padding-top:5px;
}

.bccg-navLink-headingLink /* First level (heading) Nav Link hyperlink */
{
	font-family:Verdana;
	font-size: 14px;
	padding-left: 15px;
	text-decoration: none;
	color: #636363;
}

.bccg-navLink-headingLinkSelected /* First level (heading) Selected Nav Link hyperlink */
{
	font-family:Verdana;
	font-size:14px;
	font-weight: bold;
	padding-left: 15px;
	text-decoration: none;
	color: #636363;
}

.bccg-navLink-item /* Second level (link) Nav Link row */
{
	background:#fff url("/_layouts/BCCGIDPortal/Images/bg_navlnks_repeat.gif") repeat-y top left;
	margin:0px;
	width:178px;
	padding-left:5px;
	padding-right:12px;
	padding-bottom:3px;
	padding-top:3px;
}

.bccg-navLink-itemLink /* Second level (link) Nav Link hyperlink */
{
	background:transparent url("/_layouts/BCCGIDPortal/Images/bg_black_arrow.gif") no-repeat 10% 50%;
	display:block;
	font-family:Verdana;
	font-size:13px;
	padding-left: 25px;
	text-decoration: none;
	color: #636363;
}

.bccg-navLink-item a:hover
{
	border-left:2px solid #636363 !important;
	display:block;
	color:#000000;
	text-decoration:none;
	padding-left: 23px;
}

.bccg-navLink-itemLinkSelected /* Second level (link) currently selected Nav Link hyperlink */
{
	background:transparent url("/_layouts/BCCGIDPortal/Images/bg_black_arrow.gif") no-repeat 10% 50%;
	display:block;
	font-family:Verdana;
	font-size:13px;
	font-weight: bold;
	padding-left: 25px;
	text-decoration: none;
	color: #636363;
}

.bccg-mainNav a{
list-style: none;
height: 22px;
margin: 0px 0px 0px 0px;
padding-left:5px;
padding-right:5px;
padding-bottom:2px;
padding-top:2px;
font-family:Verdana;
font-size: 12px;
color: #000000;
background: url(/_layouts/BCCGIDPortal/Images/bg_mainnav_tile_grey.gif) repeat-x #ffffff;
border : 1px ridge #000000;
text-decoration: none;
}

.bccg-mainNavHover a{
list-style: none;
height: 22px;
margin: 0px 0px 0px 0px;
padding-left:5px;
padding-right:5px;
padding-bottom:2px;
padding-top:2px;
font-family:Verdana;
font-size: 12px;
background: url(/_layouts/BCCGIDPortal/Images/bg_mainnav_tile_blue.gif) repeat-x #ffffff;
border : 1px ridge #000000;
color: #000000;
text-decoration: none;
}

.bccg-mainNavSelected a{
list-style: none;
height: 22px;
margin: 0px 0px 0px 0px;
padding-left:5px;
padding-right:5px;
padding-bottom:2px;
padding-top:2px;
font-family:Verdana;
font-size: 12px;
font-weight: bold;
background: url(/_layouts/BCCGIDPortal/Images/bg_mainnav_tile_blue.gif) repeat-x #ffffff;
border : 1px ridge #000000;
color: #000000;
text-decoration: none;
}

.bccg-pageHeaderText 
{
color: #636363;
font-weight:bold;
font-size:25px;
}

.bccg-pageHeaderContainer
{
padding-left:25px;
padding-top:25px;
padding-bottom:5px;
}

.bccg-pageTitleText 
{
color: #636363;
font-family:Verdana;
font-weight:bold;
font-size:20px;
}

.bccg-pageTitleContainer
{
padding-left:0px;
padding-top:0px;
padding-bottom:5px;
}

.bccg-headerTitleText 
{
color: #636363;
font-family:Verdana;
font-weight:bold;
font-size:25px;
}

.bccg-headerTitleContainer
{
padding-left:50px;
padding-top:25px;
/*padding-bottom:5px;*/
}

.bccg-pageMsgText
{
color:#1d3681;
font-size:15px;
}

.bccg-pageMsgContainer
{
padding-left:5px;
padding-top:15px;
padding-bottom:15px;
}

.bccg-wpErrorText
{
color:#ff0000;
font-size:15px;
font-weight:bold;
padding:5px;
}

/* formerly bccgportaltext */
.bccg-wpText
{
color:#636363;
font-size:12px;
font-weight:bold;
padding:5px;
}

/* formerly bccgportalbox */
.bccg-wpTextBox
{
color:#000000;
font-size:12px;
border: 1px #b2b2b2 ridge;
width:200px;
padding:2px;
}

.bccg-wpTextBoxWide
{
color:#000000;
font-size:12px;
border: 1px #b2b2b2 ridge;
width:500px;
padding:2px;
}

.bccg-wpTextBoxReadOnly
{
color:#000000;
font-size:12px;
font-weight:bold;
border: 1px #b2b2b2 ridge;
width:200px;
padding:2px;
background-color: #e2e2e2;
}

.bccg-wpListBox
{
border: 1px #b2b2b2 ridge;
width:200px;
}

.bccg-wpListBoxReadOnly
{
border: 1px #b2b2b2 ridge;
color:#000000;
font-size:12px;
font-weight:bold;
width:200px;
background-color: #e2e2e2;
}

.bccg-wpPanel
{
border:3px solid #dfdfdf;
width: 96%;
}

/* formerly bccgportalbutton */
.bccg-wpButton
{
background: url(/_layouts/BCCGIDPortal/Images/bg_mainnav_tile_blue.gif) repeat-x #000000;
border : 1px ridge #636363;
color: #000000;
}

/* formerly bccgportalattr */
.bccg-wpReadOnlyAttribute
{
color:#636363;
font-size:12px;
font-weight:bold;
margin:5px;
}

/* formerly bccgportaldropdown */
.bccg-wpDropDownList
{
color:#000000;
font-size:12px;
border: 1px #b2b2b2 ridge;
padding:2px;
}

.bccg-wpDropDownListReadOnly
{
color:#000000;
font-size:12px;
font-weight:bold;
border: 1px #b2b2b2 ridge;
padding:2px;
background-color: #e2e2e2;
}

.bccg-wpCell
{
	height: 25px;
}

.bccg-wpHidden
{
	display: none;
}

.bccg-wpGridView
{
color:#000000;
font-size:10px;
width: 100%;
}

.bccg-wpGridViewHeader
{
color:#636363;
font-size:12px;
font-weight: bold;
}

.bccg-wpGridViewSelectedRow
{
color:#000000;
font-size:10px;
font-weight: bold;
background-color: #dfdfdf;
}

/* formerly bccgadamlogin */
.bccg-wpafllLoginButton {
background: url(/_layouts/BCCGIDPortal/Images/bg_mainnav_tile_blue.gif) repeat-x #000000;
border : 1px ridge #000000;
color: #000000;
margin-right:10px;
}

/* formerly bccgadamlogintext */
.bccg-wpafllLoginText {
color: #636363;
font-size:15px;
font-weight:bold;
padding:5px;
}

/* formerly bccgadamloginbox */
.bccg-wpafllLoginBox {
color:#000000;
font-size:12px;
border: 1px black ridge;
width:150px;
padding:2px;
}

/* formerly bccgadamlogout */
.bccg-wpafllLogoutButton {
background: url(/_layouts/BCCGIDPortal/Images/bg_mainnav_tile_blue.gif) repeat-x #000000;
margin: 0px 0px 0px 0px;
border : 1px ridge #000000;
color: #000000;
margin-right:10px;
}

/* formerly sslswpenbutton */
.bccg-wpaflsEnButton
{
width:35px;
list-style: none;
height: 24px;
margin: 0px 0px 0px 1px;
padding: 0px;
font-size: 12px;
background: url(/_layouts/BCCGIDPortal/Images/flagen.gif) no-repeat black;
color:#ffffff;
border : 1px ridge #ffffff;
}

/* formerly sslswpesbutton */
.bccg-wpaflsEsButton
{
width:35px;
list-style: none;
height: 24px;
margin: 0px 0px 0px 1px;
padding: 0px;
font-size: 12px;
background: url(/_layouts/BCCGIDPortal/Images/flages.gif) no-repeat black;
color:#ffffff;
border : 1px ridge #ffffff;
}

/* formerly sslswpdebutton */
.bccg-wpaflsDeButton
{
width:35px;
list-style: none;
height: 24px;
margin: 0px 0px 0px 1px;
padding: 0px;
font-size: 12px;
background: url(/_layouts/BCCGIDPortal/Images/flagde.gif) no-repeat black;
color:#ffffff;
border : 1px ridge #ffffff;
}

/* formerly sslswpfrbutton */
.bccg-wpaflsFrButton
{
width:35px;
list-style: none;
height: 24px;
margin: 0px 0px 0px 1px;
padding: 0px;
font-size: 12px;
background: url(/_layouts/BCCGIDPortal/Images/flagfr.gif) no-repeat black;
color:#ffffff;
border : 1px ridge #ffffff;
}

/* formerly sslswpjabutton */
.bccg-wpaflsJaButton
{
width:35px;
list-style: none;
height: 24px;
margin: 0px 0px 0px?1px;
padding: 0px;
font-size: 12px;
background: url(/_layouts/BCCGIDPortal/Images/flagja.gif) no-repeat black;
color:#ffffff;
border : 1px ridge #ffffff;
}

/* formerly sslswpzhbutton */
.bccg-wpaflsZhButton
{
width:35px;
list-style: none;
height: 24px;
margin: 0px 0px 0px 1px;
padding: 0px;
font-size: 12px;
background: url(/_layouts/BCCGIDPortal/Images/flagzh.gif) no-repeat black;
color:#ffffff;
border : 1px ridge #ffffff;
}

/* formerly sssiwphead */
.bccg-wpaflsLabelSelectLang
{
color:#636363;
padding:5px;
font-size:13px;
font-weight:bold;
}

.bccg-wprmrpListBox
{
border: 1px #b2b2b2 ridge;
width: 300px;
height: 200px;
}

.bccg-wpCalendar
{
font-size: 8px;
}

.bccg-wprmrpTextBoxMultiLine
{
border: 1px #b2b2b2 ridge;
width: 300px;
height: 200px;
}

.bccg-pageMsgTextSmall
{
color:#1d3681;
font-size:10px;
}

.bccg-pageMsgTextSmall a
{
color:#1d3681;
text-decoration: none;
}

.bccg-wpTextBoxHalf
{
color:#000000;
font-size:12px;
border: 1px #b2b2b2 ridge;
width:350px;
padding:2px;
}

.bccg-wpPanelMedHeight
{
border:3px solid #dfdfdf;
height:210px;
vertical-align: top;
}

.bccg-wpPanelTopMargin
{
border:3px solid #dfdfdf;
vertical-align: top;
margin-top: 12px;
padding-bottom: 7px;
}

.bccg-wpListBoxWide
{
border: 1px #b2b2b2 ridge;
width:400px;
}

.bccg-wpListBoxWideReadOnly
{
border: 1px #b2b2b2 ridge;
color:#000000;
font-size:12px;
font-weight:bold;
width:400px;
background-color: #e2e2e2;
}

.bccg-wpLabelCell
{
	width: 150px;
}

/**************/
/* V2 Styling */
/**************/

.bccg-tempheaderV2
{
	margin-top:56px;
	margin-left:5px;
}

.bccg-logoutV2
{
	margin-top:50px;
	margin-left:700px;
}

.bccg-langselV2
{
	margin-top:48px;
	margin-left:100px;
}

.bccg-topnavV2
{
	margin-top:48px;
	margin-left:200px;
}

.bccg-lowernavV2 {
height:100%;
background: transparent url(/_layouts/BCCGIDPortal/Images/grey_vertical.jpg)  top right;
}

.bccg-pageAreaV2
{
	background: transparent url(/_layouts/BCCGIDPortal/Images/IDPortal_Background.jpg)  top left no-repeat;
	padding-bottom: 150px;
}

.bccg-pageHeaderTopV2
{
width: 100%;
}

.bccg-mainContentAreaV2
{
	width: 1061px;
	border-right:1px solid #e2e2e2;
	background:white;
	margin-left:20px;
	margin-top:20px;
}

.bccg-footerV2 {
width:1000px;
height:40px;
margin-left: 122px;
background: transparent url(/_layouts/BCCGIDPortal/Images/IDPortal_footer_cp.jpg)  top left no-repeat;
}


.bccg-pageHeaderBottomV2
{
/*	margin-top: 30px;
	margin-left: 200px;
*/
}

.bccg-leftNavAreaV2
{
	vertical-align: top;
	padding-bottom:240px;
	background: transparent url(/_layouts/BCCGIDPortal/Images/grey_vertical_blue.jpg)  top right;
}

.bccg-webPartAreaV2
{
	vertical-align: top;
	height: 100%;
	padding-top: 20px;
	padding-left:25px;
	padding-bottom:10px;
	/* padding-bottom:10px; */
	width:857px;
	background: transparent url(/_layouts/BCCGIDPortal/Images/bccg_logo_small.jpg) bottom right no-repeat;
}

.bccg-navLinkV2 /* This is the table of the Nav Links */
{
	width: 178px;
	padding: 0px;
	/* margin-bottom:5px; */
}

.bccg-navLink-hdrV2 /* First row of the Nav Links */
{
	width: 177px;
	height: 6px;
	background: transparent url(/_layouts/BCCGIDPortal/Images/module_top_wide.jpg) top left no-repeat;}

.bccg-navLink-ftrV2 /* Last row of the Nav Links */ 
{
	width: 177px;
	height: 10px;
	background: transparent url(/_layouts/BCCGIDPortal/Images/module_bottom_wide.jpg)  bottom left no-repeat;}

.bccg-navLink-headingV2 /* First level (heading) Nav Link row */
{
	width: 177px;
	background: transparent url(/_layouts/BCCGIDPortal/Images/module_middle_wide.jpg) left repeat-y;
	margin:0px;
	padding-left:2px;
	padding-right:2px;
	padding-bottom:5px;
	padding-top:5px;
}

.bccg-navLink-itemV2 /* Second level (link) Nav Link row */
{
	background:#fff url(/_layouts/BCCGIDPortal/Images/module_middle_wide.jpg) repeat-y top left;
	margin:0px;
	width:177px;
	padding-left:5px;
	padding-right:12px;
	padding-bottom:3px;
	padding-top:3px;
}

.bccg-mainNavV2 a{
list-style: none;
height: 22px;
margin: 0px 0px 0px 0px;
padding-left:5px;
padding-right:5px;
padding-bottom:4px;
padding-top:4px;
font-family:Verdana;
font-size: 12px;
color: #000000;
background: url(/_layouts/BCCGIDPortal/Images/bg_mainnav_tile_grey.gif) repeat-x #ffffff;
border : 2px outset #545565;
text-decoration: none;
}

.bccg-mainNavHoverV2 a{
list-style: none;
height: 22px;
margin: 0px 0px 0px 0px;
padding-left:5px;
padding-right:5px;
padding-bottom:4px;
padding-top:4px;
font-family:Verdana;
font-size: 12px;
background: url(/_layouts/BCCGIDPortal/Images/bg_mainnav_tile_blue.gif) repeat-x #ffffff;
border : 2px outset #545565;
color: #000000;
text-decoration: none;
}

.bccg-mainNavSelectedV2 a{
list-style: none;
height: 22px;
margin: 0px 0px 0px 0px;
padding-left:5px;
padding-right:5px;
padding-bottom:4px;
padding-top:4px;
font-family:Verdana;
font-size: 12px;
font-weight: bold;
background: url(/_layouts/BCCGIDPortal/Images/bg_mainnav_tile_blue.gif) repeat-x #ffffff;
border : 2px outset #545565;
color: #000000;
text-decoration: none;
}

.bccg-wpafllLogoutButtonV2 {
background: url(/_layouts/BCCGIDPortal/Images/bg_mainnav_tile_grey.gif) repeat-x #000000;
border : 1px ridge #000000;
color: #000000;
}

.bccg-wpaflsEnButtonV2
{
width:35px;
list-style: none;
height: 24px;
margin: 0px 0px 0px 1px;
padding: 0px;
font-size: 12px;
background: url(/_layouts/BCCGIDPortal/Images/flagen.gif) no-repeat black;
color:#ffffff;
border : 1px outset #545565;
}

.bccg-wpaflsEsButtonV2
{
width:35px;
list-style: none;
height: 24px;
margin: 0px 0px 0px 1px;
padding: 0px;
font-size: 12px;
background: url(/_layouts/BCCGIDPortal/Images/flages.gif) no-repeat black;
color:#ffffff;
border : 1px outset #545565;
}

.bccg-wpaflsDeButtonV2
{
width:35px;
list-style: none;
height: 24px;
margin: 0px 0px 0px 1px;
padding: 0px;
font-size: 12px;
background: url(/_layouts/BCCGIDPortal/Images/flagde.gif) no-repeat black;
color:#ffffff;
border : 1px outset #545565;
}

.bccg-wpaflsFrButtonV2
{
width:35px;
list-style: none;
height: 24px;
margin: 0px 0px 0px 1px;
padding: 0px;
font-size: 12px;
background: url(/_layouts/BCCGIDPortal/Images/flagfr.gif) no-repeat black;
color:#ffffff;
border : 1px outset #545565;
}

.bccg-wpaflsJaButtonV2
{
width:35px;
list-style: none;
height: 24px;
margin: 0px 0px 0px?1px;
padding: 0px;
font-size: 12px;
background: url(/_layouts/BCCGIDPortal/Images/flagja.gif) no-repeat black;
color:#ffffff;
border : 1px outset #545565;
}

.bccg-wpaflsZhButtonV2
{
width:35px;
list-style: none;
height: 24px;
margin: 0px 0px 0px 1px;
padding: 0px;
font-size: 12px;
background: url(/_layouts/BCCGIDPortal/Images/flagzh.gif) no-repeat black;
color:#ffffff;
border : 2px outset #545565;
}

.bccg-wpPanelHalfWidth
{
border:3px solid #dfdfdf;
width: 420px;
}

.bccg-pageTransferMsgContainer
{
padding-left:5px;
padding-top:15px;
width: 420px;
}

.bccg-wpHeadingText
{
color:#636363;
font-size:14px;
font-weight:bold;
padding:5px;
text-decoration: underline;
}


