/**************************
* CBL Stylesheet
* 
*/

/***************
* Special Styles
*/

.warning {
	border-top: 1px solid maroon;
	border-bottom: 1px solid maroon;
	background: #e39f9f;
	text-align: center;
	padding: 0.2em;
	font-weight: bold;
}

/***************
* General Styles
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	padding:0;
	margin:10px;
	color: #666;
}

tr, td {
	font-family: Arial, Helvetica, sans-serif;
}

p,li {
	
	font-size: 1em;
	font-weight:normal;
	line-height: 1.66em;
}

h2 {
	font-size: 1.66em;
	color: #006262;
	border-bottom: 1px dashed #006262;
}

a,a:visited {
	color: #7881AD;
}
a:hover {
	color: #999999;
}

.gototop {
	display:block;
	text-align: right;
float:right;
margin-top: -1em;
}

.gototop a, a:visited {
	color: #a0a0a0;
}

.clearboth {
	clear:both;
}


h3, h3 a, h3 a:visited {
	color: #006262;
}


/***************
* Header
*/

#headerimages {
	float:right;
	text-align:right;
	width:100%;
}

#headerimages img {
	margin: 0 0 10px 20px;
}

#headerimagesbg {
	background: url(../images/banner_top.png) top right no-repeat;
	height: 110px;
}

#greenband {
	font-size: 2px;
	height:2px;
	background:#006262;

}

#newlinxlogo {
	float:left;
}

/***************
* Article
*/

#article {
	float:right;
	width:78%;
	margin-bottom:25px;
}

p.heading {
	color: #006262;
}




/***************
* Nav Styles
*/

#minorcol, #logindetails,#logoutdetails {
	float:left;
	width:20%;
}

#logindetails,#logoutdetails {
	clear:left;
	padding: 5px;
}


#logindetails h2, #logoutdetails h2 {
	border: 0;
	font-size: 1.16em;
}

#logindetails p, #logoutdetails p {
	margin-top: -10px;
}

.left_panel_bottom {
	background-image: url(../images/linx-bar-02-bg.gif);
	background-repeat: repeat-x;
	height:39px;
	color: #fff;
}

.left_panel_L_bottom {
	background-image: url(../images/linx-bar-02-L.gif);
	background-repeat: no-repeat;
	height:39px;
	float:left;
	width: 15px;
}

.left_panel_R_bottom {
	background-image: url(../images/linx-bar-02-R.gif);
	background-repeat: no-repeat;
	height:39px;
	float:right;
	width:15px;
}

#left_panel_title {
	padding:14px 0 0 16px;
}

#left_panel_summary {
	/*background-image: url(../images/linx-summary-bg.jpg);*/
	background-repeat: no-repeat;
	/*height:225px;*/
	line-height:20px;
	color:#333;
}

#nav {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav li a, #nav li a:visited {
	display: block;
	width: 100%;
	background: #dfece0;
	padding: 0em;
	border-bottom: 1px solid #fff;
	color: #006262;
	text-decoration: none;
}

#nav li a:hover {
	background: #9bc1af;
	color: #fff;
}

#address {
	padding-left: 10px;
}


/*************
* Footer Style
*/

#footer {
	font-size:85%;
	background-image: url(../images/linx-footer-bg.jpg);
	background-repeat: repeat-x;
	clear:both;
	height:121px;
	/*margin-top:50px;*/
}


#bottom_panel_title {
	text-align: right;
	padding: 0;
	background-image: url(../images/linx-bar-02-bg.gif);
	background-repeat: repeat-x;
	height:29px;
}

#bottom_panel_title ul {
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0;
}

#bottom_panel_title ul li {
	display: inline;
	padding-right: 10px;
}


#bottom_panel_title .bottom_panel_L {
	background-image: url(../images/linx-bar-02-L.gif);
	background-repeat: no-repeat;
	height:29px;
	float:left;
	width: 15px;

}

#bottom_panel_title .bottom_panel_R {
	background-image: url(../images/linx-bar-02-R.gif);
	background-repeat: no-repeat;
	height:29px;
	float:right;
	width:15px;

}

.bottom_panel {
	background: url(../images/linx-bar-02-bg.gif) top left repeat-x;
	height:29px;
}

#bottom_panel_title ul a
{
	color: #fff;
	/*font-size: 12px;*/
	text-decoration: none;
	padding: 0 2px 0 2px;
}

#bottom_panel_title ul a:hover
{
	color: #fff;
}

#address {
	background: url(../images/linx-footer-bg.jpg) top right repeat-x;
	padding-right: 1em;
}

.separator {
	height: 5px;
	font-size: 5px;
}