/*************** Start of General tags ***************/

body {
	margin : 0px;
	font-size : 72%;
	font-family : Verdana, Arial, sans-serif;
}

#content {
	position:relative;
}

#header {
	background : #7CB8E2 url(../images/header_bkg4X120.png) repeat-x scroll center left;
	color : #fff;
	/*background : url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) #cccccc repeat-x 50% 50%;
	color : #222222;*/
	/*background : url(../images/header.png) no-repeat 50% top;
	color : #c1c1c1;*/
	border : #aaaaaa 1px solid;
	line-height : 100px;
	text-align : center;
}

/* #footer {
	background : #7CB8E2 url(../images/header_bkg4X120.png) repeat-x scroll center left; 
	color : #fff;
	background : url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) #cccccc repeat-x 50% 50%;
	color : #222222;
	background : url(../images/footer.jpg) #242424 repeat-x 50% top;
	color : #c1c1c1;
	border : #aaaaaa 1px solid;
	line-height : 30px;

}
 */
html, body {height: 100%;}

#content {min-height: 100%;}

#mainTabs {
	padding-bottom: 150px;}  /* must be same height as the footer */

#footer {
		background : #7CB8E2 url(../images/header_bkg4X120.png) repeat-x scroll center left; 
	color : #fff;
	/*background : url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) #cccccc repeat-x 50% 50%;
	color : #222222;*/
	/*background : url(../images/footer.jpg) #242424 repeat-x 50% top;
	color : #c1c1c1;*/
	border : #aaaaaa 1px solid;
	line-height : 30px;
	position: relative;
	margin-top: -100px; /* negative value of footer height */
	clear:both;} 

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

.imgChryslLogo {
	float : left;
	margin-top : 20px;
	margin-left : 10px;
}

#lblHeading {
	font-size : 2.5em;
	font-weight : 300;
	margin-right : 270px;
}

.linkLogout {
	color : #fff;
	text-decoration : none;
}

#welcomeTag {
	font-size : 1.2em;
	float : right;
	margin-right : 10px;
}
#welcomeTagLeft {
	font-size : 1.2em;
	float : left;
	margin-right : 10px;
	margin-top : 25px;
	border-bottom : medium none;
	border-left : medium none;
	border-right : medium none;
	border-top : medium none;
}

.welcomeLI {
	line-height : 1em;
}

#welcomeLabel {
	float : left;
}

/*#lblWelcome {
	margin-left : 25px;
	font-size : 1.2em;
}

#lblLogout {
	margin-left : 15px;
	font-size : 1.2em;
}*/

fieldset {
	margin-bottom : 20px;
}

/* 
	To add.,
	margin - to the left so that the Title would be moved a little
	padding - so that it will ensure that the text doesn't touch the edge of the background
	To have a bigger font size
*/
legend {
	background : #7CB8E2 url(../images/header_bkg4X120.png) repeat-x scroll center left;
	/*background : url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) #cccccc repeat-x 50% 50%;*/
	color : #fff;
	margin-left : 1em;
	padding : 5px;
	font-size : 1.1em;
}

/* To apply some padding and remove the numbers from the list elements */
fieldset ol {
	list-style : none;
	padding-left : 10px;
	padding-right : 10px;
}

/* To apply some padding at the bottom for each li element */
fieldset ol li {
	line-height : 3.4em;
	padding-bottom : 1em;
}

#qualifyingDataDialog fieldset ol li {
	line-height : 1.5em;
	padding-bottom : 1em;
}

/*************** End of General tags ***************/


/*************** Start of General attributes ***************/

.required {
	color : red;
}

.error {
	color : red;
	/*margin-left : 10px;*/
}

.lblGeneral {
	float : left;
	width : 15em;
	text-align : right;
	margin-right : 15px;
	/* font-weight : bold; */
}

.lblGeneralConfig {
	float : left;
	width : 15em;
	text-align : right;
	margin-right : 15px;
	margin-left : 100px;
	/* font-weight : bold; */
}
.lblSearchConfig {
	float : left;
	width : 15em;
	text-align : right;
	margin-right : 15px;
	margin-left : 20px;
	/* font-weight : bold; */
}
.lblNoStarSearchConfig {
	float : left;
	width : 15em;
	text-align : right;
	margin-right : 10px;
	margin-left : 20px;
	/* font-weight : bold; */
}
.lblAdjacentConfig {
	float : left;
	width : 15em;
	text-align : right;
	margin-right : 15px;
	margin-left : 180px;
}

#buttonsList {
	margin-top : 20px;
}

.btnGeneral {
	margin-left : 20px;
	padding: 0.4em 1em;
	height: 26.125px;
	box-sizing: border-box;
}

.ui-spinner {
	line-height : 2.4px;
}

.cellHeader {
	background : url(../img/header_bkg4X120.png) #7cb8e2 repeat-x left center;
	/*background : url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) #cccccc repeat-x 50% 50%;*/
	color : #fff;
	padding : .6em 10px;
	text-align : center;
}

.cellBorder {
	/*background : #edf1f8 url(../img/row_bkg4X120.png) repeat-x scroll center left;*/
	background : #c7ddee repeat-x left center;
	/*background : url(images/ui-bg_glass_75_e6e6e6_1x400.png) #e6e6e6 repeat-x 50% 50%;*/
	/* color : #000; */
	padding : .6em 10px;
	text-align : center;
}

.errMsgDiv {
	padding-bottom : 20px;
}

/*************** End of General attributes ***************/


/*************** Start of footer attributes ***************/


.brandLogo ul {
	list-style-type : none;
	text-align : right;
}

.brandLogo ul li {
	display : inline;
	padding-right : 20px;
}

.aLogo {
	text-decoration : none;
}

.imgLogo {
	border : none;
}

.footerMsg {
	text-align : center;
}



.nob ol, .nob li {
	display : inline;
	float : left;
}

/* Dialog Pop up UI fix */
.ui-dialog .ui-dialog-buttonpane button {
    /*background: #1976D2;
    color: white;
    border-radius: 5px;*/
    padding: .4em 1em;
    display: block;
    line-height: normal;
    margin: .5em .4em .5em 0;
    cursor: pointer;
    border: 1px solid #aed0ea;
    background: #d7ebf9 url(images/ui-bg_glass_80_d7ebf9_1x400.png) 50% 50% repeat-x;
    /*#eaf7ff*/
    font-weight: bold;
    color: #2779aa;
    font-size: 1em;
    font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
}

.ui-dialog .ui-dialog-titlebar-close {
   border: 1px solid #aed0ea;
    background: #d7ebf9 url(images/ui-bg_glass_80_d7ebf9_1x400.png) 50% 50% repeat-x;
     text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
}

/*************** End of footer attributes ***************/