/*
	Variable Grid System.
	Learn more  http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/

 


/* Containers
----------------------------------------------------------------------------------------------------*/

body
{
	/*background-image:url('/UX/Images/Header/Common/LargeButtons/siteBG.png');*/
	background-position:center;
	background-repeat:repeat-y;
}
.container_16
{
	margin-left: auto;
	margin-right: auto;
	width: 1120px;
	background-color: Transparent;
	clear: both;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12, .grid_13, .grid_14, .grid_15, .grid_16, .grid_18
{
	display: inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

/* Grid >> Children (Alpha  First, Omega  Last)
----------------------------------------------------------------------------------------------------*/

.alpha
{
	margin-left: 0;
}

.omega
{
	margin-right: 0;
}

/* Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .grid_1
{
	width: 50px;
}

.container_16 .grid_2
{
	width: 120px;
}

.container_16 .grid_3
{
	width: 190px;
}

.container_16 .grid_4
{
	width: 260px;
}

.container_16 .grid_5
{
	width: 330px;
}

.container_16 .grid_6
{
	width: 400px;
}

.container_16 .grid_7
{
	width: 470px;
}

.container_16 .grid_8
{
	width: 540px;
}

.container_16 .grid_9
{
	width: 610px;
}

.container_16 .grid_10
{
	width: 680px;
}

.container_16 .grid_11
{
	width: 750px;
}

.container_16 .grid_12
{
	width: 820px;
}

.container_16 .grid_13
{
	width: 890px;
}

.container_16 .grid_14
{
	width: 960px;
}

.container_16 .grid_15
{
	width: 1030px;
}

.container_16 .grid_16
{
	width: 1100px;
}

.container_17 .grid_17, .grid_17
{
	width: 1063px;
}

.container_16 .grid_18
{
	width: 360px;
}



/* Prefix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .prefix_1
{
	padding-left: 70px;
}

.container_16 .prefix_2
{
	padding-left: 140px;
}

.container_16 .prefix_3
{
	padding-left: 210px;
}

.container_16 .prefix_4
{
	padding-left: 280px;
}

.container_16 .prefix_5
{
	padding-left: 350px;
}

.container_16 .prefix_6
{
	padding-left: 420px;
}

.container_16 .prefix_7
{
	padding-left: 490px;
}

.container_16 .prefix_8
{
	padding-left: 560px;
}

.container_16 .prefix_9
{
	padding-left: 630px;
}

.container_16 .prefix_10
{
	padding-left: 700px;
}

.container_16 .prefix_11
{
	padding-left: 770px;
}

.container_16 .prefix_12
{
	padding-left: 840px;
}

.container_16 .prefix_13
{
	padding-left: 910px;
}

.container_16 .prefix_14
{
	padding-left: 980px;
}

.container_16 .prefix_15
{
	padding-left: 1050px;
}



/* Suffix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .suffix_1
{
	padding-right: 70px;
}

.container_16 .suffix_2
{
	padding-right: 140px;
}

.container_16 .suffix_3
{
	padding-right: 210px;
}

.container_16 .suffix_4
{
	padding-right: 280px;
}

.container_16 .suffix_5
{
	padding-right: 350px;
}

.container_16 .suffix_6
{
	padding-right: 420px;
}

.container_16 .suffix_7
{
	padding-right: 490px;
}

.container_16 .suffix_8
{
	padding-right: 560px;
}

.container_16 .suffix_9
{
	padding-right: 630px;
}

.container_16 .suffix_10
{
	padding-right: 700px;
}

.container_16 .suffix_11
{
	padding-right: 770px;
}

.container_16 .suffix_12
{
	padding-right: 840px;
}

.container_16 .suffix_13
{
	padding-right: 910px;
}

.container_16 .suffix_14
{
	padding-right: 980px;
}

.container_16 .suffix_15
{
	padding-right: 1050px;
}



/* Push Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .push_1
{
	left: 70px;
}

.container_16 .push_2
{
	left: 140px;
}

.container_16 .push_3
{
	left: 210px;
}

.container_16 .push_4
{
	left: 280px;
}

.container_16 .push_5
{
	left: 350px;
}

.container_16 .push_6
{
	left: 420px;
}

.container_16 .push_7
{
	left: 490px;
}

.container_16 .push_8
{
	left: 560px;
}

.container_16 .push_9
{
	left: 630px;
}

.container_16 .push_10
{
	left: 700px;
}

.container_16 .push_11
{
	left: 770px;
}

.container_16 .push_12
{
	left: 840px;
}

.container_16 .push_13
{
	left: 910px;
}

.container_16 .push_14
{
	left: 980px;
}

.container_16 .push_15
{
	left: 1050px;
}



/* Pull Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .pull_1
{
	left: -70px;
}

.container_16 .pull_2
{
	left: -140px;
}

.container_16 .pull_3
{
	left: -210px;
}

.container_16 .pull_4
{
	left: -280px;
}

.container_16 .pull_5
{
	left: -350px;
}

.container_16 .pull_6
{
	left: -420px;
}

.container_16 .pull_7
{
	left: -490px;
}

.container_16 .pull_8
{
	left: -560px;
}

.container_16 .pull_9
{
	left: -630px;
}

.container_16 .pull_10
{
	left: -700px;
}

.container_16 .pull_11
{
	left: -770px;
}

.container_16 .pull_12
{
	left: -840px;
}

.container_16 .pull_13
{
	left: -910px;
}

.container_16 .pull_14
{
	left: -980px;
}

.container_16 .pull_15
{
	left: -1050px;
}




/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear
{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after
{
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix
{
	display: inline-block;
}

* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}

/*START Custome CSS for content placeholder*/
/*----------------------------------------------------------------------------------------------------------*/


#header
{
	height: 76px;
	display: none!important;
}
#nav
{
	height: 24px;
	margin-bottom: 5px;
	z-index: 7002;
}
#bread {
    height: 26px;
    margin-bottom: 15px;
    margin-top: 5px;
    z-index: -9999;
}
#content
{
	min-height: 500px;
	position: relative;
	z-index: 0;   
	
}
#footer
{
	margin-top:15px;
	padding-bottom:20px;
	/*clear:both;
	border-top: dotted 1px #aeaeae;
	min-height:70px;*/
}

#fontWidget
{
	float: right;
	margin-right: 5px;
	margin-left: 5px;
	position:relative;
}

.search
{
	float: right;
	width: 105px;
	height: 30px;
	cursor: pointer;
	margin-left: 7px;
	margin-right: 5px;
	background-image: url('/UX/Images/Header/Search/LargeButtons/btnSearchPanel.png');
	background-repeat: no-repeat;
	position:relative;
}
.search:hover
{
	background-image: url('/UX/Images/Header/Search/LargeButtons/btnSearchPanelH.png');
}

.poweredBy
{
	height: 22px;
	width: 155px;
	float: right;
	background: url('/UX/Images/Header/Common/LargeButtons/poweredBy.png') no-repeat;
	margin:  -22px 0px 0px 940px;
}
.welcome
{
    display: inline-block;
    float: right;
    margin:  -38px 10px 0px 640px;
	zoom: 1;
	*display:inline;
    text-align:right;
}
.welcomeLbl {
  font-size: x-small;
  font-family: Lato;
}

.wlmMR{
    margin-top:-18px !important;
}
.login
{
	float: right;
	/*width: 91px;
	height: 30px;
	cursor: pointer;
	background-image: url('images/btnLoginPanel.png');
	background-repeat: no-repeat;*/
	z-index: 3;
}
.home
{
	float: right;
	z-index: 3;
	margin-right:8px;
}
.logout
{
	float: right;
	/*width: 101px;
	height: 30px;
	cursor: pointer;
	background-image: url('images/btnLogout.png');
	background-repeat: no-repeat;
	float: right;*/
	z-index: 3;
}
.logout:hover
{
	background-image: url('/UX/Images/Header/Login/LargeButtons/btnLogoutPanelH.png');
}
.login:hover
{
	background-image: url('/UX/Images/Header/Login/LargeButtons/btnLoginPanelH.png');
}



#logo
{
	float: left;
	height: 76px;
	max-width: 750px;
	min-width:500px;
}
#logo span
{
    margin-top: 27px;
    font-size: larger;
    font-weight: bold;
    color: White;
}

/*LoginPanel START*/

#slidePanel
{
	width: 100%;
	position: absolute;
	height: auto; /*HEIGHT OF HIDDEN SLIDE PANEL*/
	display: none; /*THE ELEMENT WILL NOT BE DISPLAYED*/
	z-index: 7500;
	background-color:Transparent;
	left: 0;
	box-sizing: content-box !important;
}
.slidePanelContentBG
{
	background-color: #4e4e4e;
}
.slidePanelBottomBG
{
	background: url('/UX/Images/Header/Login/LargeButtons/LoginPanelBG.png') repeat-x;
	height:30px;
}
.sidePanelContent
{
	margin: 0px auto;
	width: 1100px;
	padding: 8px;
	min-height: 100px;
	height: auto;
	position: relative;
	overflow:hidden;
}


.divBtnClose
{
	text-align: right;
	width: 1100px;
	margin: 0px auto ;
	clear: both;
}

.loginAd
{
	width: 738px;
	float: left;
	height: auto;
	
}


.loginAdTop
{
	height:10px;
	width:738px;
	background-image:url('/UX/Images/Header/Login/LargeButtons/loginAdBorderTop.png');
}
.loginAdMiddle
{
	border-left: solid 1px #ececec;
	border-right: solid 1px #ececec;
	background-color: #f7f7f7;
	padding: 0px 5px; 
	width:726px;
	height:auto;
}
.loginAdBottom
{
	height:10px;
	width:738px;
	background-image:url('/UX/Images/Header/Login/LargeButtons/loginAdBorderBottom.png');
}

.loginAd hr
{
border-top: 1px dotted #989898;
}
.adHeading
{
	height: 33px;
}
.adContent
{
	border: solid 1px #ececec;
	min-height: 40px;
	height: auto;
	clear: both;
	background-color:#ffffff;
}
.adItem
{
	margin: 10px 10px;
	background-color: #efefef;
}
.adItemImg
{
	display: inline-block;
	width: 55px;
	margin: 5px 5px;
	zoom: 1;
	*display:inline;
}

.adItemP
{
	display: inline-block;
	width: 620px;
	vertical-align: top;
	margin: 5px 5px;
	zoom: 1;
	*display:inline;
}
.adItemP p,  .adItemP a
{
	line-height: 20px;
	font-size:13px;
	font-weight: bold;
	color: #4E4E4E;
}

.blogItemList
{
	padding: 10px;
	border: solid 1px #ececec;
	height: auto;
	background-color:#ffffff;	
}
.blogItemList ul
{
    list-style:none;
}
.blogItemList ul li
{
	background-color: #EFEFEF;padding-left: 5px;padding-right: 5px;
	margin-top:5px;
}
  .blogItemList ul li a {
    line-height: 30px;
    font-family: Lato;
    font-size: 13px;
    font-weight: bold;
    color: #EB902E;
  }
.blogItemList ul li.more
{
	background-color:Transparent;
	padding-left: 5px;
	padding-right: 5px;
	margin-top:3px;
	
}
.loginControls
{
	width: 353px;
	float: right;
	height: auto;
}
.loginControlsTop
{
	height:10px;
	width:353px;
	background-image:url('/UX/Images/Header/Login/LargeButtons/loginCtrlTop.png');
}
.loginControlsMiddle
{
	border-right: solid 1rpx #ececec;
	border-left: solid 1rpx #ececec;
	padding:0px 5px;
	background-color:#f7f7f7;
	width:343px;
	height: auto;
}
.loginControlsBottom
{
	height:10px;
	width:353px;
	background-image:url('/UX/Images/Header/Login/LargeButtons/loginCtrlBottom.png');
}

.loginControlsMiddleTxt
{
	width: 280px;
	margin-top: 5px;
	height:25px;
	font-size:15px;
	margin-left:30px;
	
}

.loginControlsMiddle label
{
	font-weight: bold;
	line-height: 20px;
	padding-top: 7px;
	display: block;
	font-size: 15px;	
	margin-left:30px;
}

.btnForgotPass
{
	font-weight: bold;
	color: #08a900;
	margin:10px 0px 10px 30px;
	line-height:30px;
}
.btnLogin
{
	line-height: 30px;
	 margin: 10px 0px 10px 230px;
	 width:86px;
	 height:24px;
}
.connectWithUs
{
	float:right;
	height:70px;
	width:353px;
	margin-top:10px;
	text-align:right;
	padding-right:5px;
	background:url('/UX/Images/Header/Login/LargeButtons/connectBG.png') no-repeat right 50%;
}
.connectWithUs a
{
	margin:11px 3px 11px 2px;
	display:inline-block;
}
.logoeBOARDSol
{
	width:353px;
	height:115px;
	margin:10px 0px;
	background:url('/UX/Images/Header/Login/LargeButtons/simbli_logo_white.png') no-repeat Center center;
	display:block;
	float:right;
}

.btnCloseLogin 
{
	position:absolute;
	
	left:887px;
}


/*LoginPanel END*/

/*Search Panel Strat*/
#SearchSlidePanel
{
	width: 100%;
	position: absolute;
	height: auto; /*HEIGHT OF HIDDEN SLIDE PANEL*/
	display: none; /*THE ELEMENT WILL NOT BE DISPLAYED*/
	z-index: 7500;
	background-color: Transparent;
	left: 0;
}
.SearchSidePanelContent
{
	margin: 0px auto;
	width: 1100px;
	padding: 8px;
	min-height: 100px;
	height: auto;
	overflow:hidden;
	position: relative;
}


.searchControlsMiddle
{
	border-right: solid 1px #ececec;
	border-left: solid 1px #ececec;
	padding:0px 5px;
	background-color:#f7f7f7;
	width:1088px;
	height: auto;
}
.searchControlsMiddle label
{
	font-weight: bold;
	line-height: 20px;
	padding-top: 7px;
	display: inline-block;
	font-size: 15px;	
	margin-left:15px;
	zoom: 1;
	*display:inline;
}
.searchControlsMiddleKeyword
{
	width: 310px;
	margin-top: 5px;
	height:20px;
	font-size:15px;
	margin-left:15px;
    box-sizing:initial;
}
.searchControlsMiddleDate
{
	width: 110px;
	margin-top: 3px;
	height:20px;
	font-size:15px;
	margin-left:15px;
}
.searchControlsDateRange
{
    display: inline-block;
    margin-top: 20px;
}
.searchControlsMiddleRadio
{
    display: inline-block;
	margin:5px 0px 0px 35px;
	zoom: 1;
	*display:inline;
}
.searchControlsBottom
{
	height:10px;
	width:1100px;
	/*background-image:url('images/loginCtrlBottom.png');*/
}

.btnSearchDiv
{
    display: inline-block;
    width: 100px;
    float: right;
	zoom: 1;
	*display:inline;
}

.btnSearch
{
	 line-height: 30px;
	 margin: 10px 10px 0px 10px;
	 width:91px;
	 height:24px;
}

.searchModuleSelectLabel
{
    margin: 20px 10px 0px 5px;
    padding: 5px 5px 5px 5px;
    background-color: #f7f7f7;
    font-weight: bold;
}

.advSearchDiv
{
    font-weight: bold;
	margin:10px 0px 0px 30px;
	line-height:30px;
}

.advSearchDiv a
{
    font-weight: bold;
	color: #08a900;
}

.searchOption
{
	width: 1100px;
	float: right;
	height: auto;
	margin-bottom: 10px;
}

.searchOptionTop
{
	height:10px;
	width:1100px;
	background-image:url('/UX/Images/Header/Search/LargeButtons/searchBGTop.png');
}

.searchOptionMiddle
{
	border-left: solid 1px #ececec;
	border-right: solid 1px #ececec;
	background-color: #f7f7f7;
	padding: 0px 5px 5px; 
	width: 1088px;
	height:auto;
}

.searchOptionMiddleItem
{
    display: inline-block;
	padding:5px 5px;
	margin:0px 5px 5px  5px;
	background-color:#ffffff;
	border:solid 1px #ECECEC ;
	width: 190px;
	zoom: 1;
	*display:inline;
}
.searchOptionMiddleItem div
{
	margin-bottom:3px;
	margin-left: 10px;
	margin-right: 10px;
}
.searchOptionMiddleItem div label
{
	font-weight: bold;
	line-height: 20px;
	padding-top: 7px;
	font-size: 15px;	
}
.searchOptionMiddleItem p
{
    padding-top: 2px;
    padding-left: 25px;
    padding-bottom: 2px;
}

.searchOptionBottom
{
	height:10px;
	width:1100px;
	background-image:url('/UX/Images/Header/Search/LargeButtons/searchBGBottom.png');
}

.btnCloseSearch 
{
	position:absolute;
	
	left:985px;
}
/*Search Panel END*/

/*----------------------------------------------------------------------------------------------------------*/
/*END*/



/* FE02 (Edit Policy/Regulation) Start */
.prEditCol{
    width:36%;
}
/* FE02 (Edit Policy/Regulation) End */
