.panel-transparent {
	background: none;
	border-color:transparent;
	
}

.panel-default > .panel-heading {
	background: none;
	border-color:#D1D7DA;
}

#loggedInAsHeading {
	float:left;
}

#username {
	float:left;
	padding-left : 5px; 
}

li {
	margin-left:35px;
}

.navbar-brand {
	padding:7px;
}

html {
	height:100%;
}

body {
	height: 100%;
	padding-top: 51px; /* So body starts at the bottom of the header navbar */
	margin:0;
	font: 125%/150% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#444444;	
/* 	background:url('/tcms/images/bg2.gif') #f6f6f6 top center repeat-x; */
/* 	background-attachment: scroll; */
	background-image: url('../tcms/images/bg2.gif');
	background-repeat: repeat-x;
	background-color: #EFEFEF;
	background-attachment: fixed;
	background-position: top center;
}

#logo {
	height:35px;
}

#container1, #container2 {
	margin:0; 
	padding:0;
	height: auto !important; 
	height:100%; 
	min-height:100%;  
}

#container1 { 
	height:100%; 
	border:none; 
	width:100%; 
	margin: 0 auto; 
/* 	background:url('/tcms/images/bg_bottom.gif') bottom center repeat-x; */
	background-image: url('../tcms/images/bg_bottom.gif');
	background-repeat: repeat-x;
	background-color: #f6f6f6;
	background-attachment: fixed;
	background-position: bottom center;
}
	
#container2 {
	height:100%;
	width:100%; 
	margin:0 auto; 
	float:none;
    display:inline-block;
    vertical-align:top;
/* 	background:url('/tcms/images/bg_new.jpg') top center repeat; */
	background-image: url('../tcms/images/bg_new.jpg');
	background-repeat: repeat-x;
	background-color: #f6f6f6;
	background-attachment: fixed;
	background-position: top center;
}

.endpointIcon {
	padding-right:50px;
}

#footer {
    border-top:1px solid #c7d4da;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.6em;
}

h5, h6 {
    font-size: 1em;
}

