﻿/*---- Left Panel----*/
.leftPan{width:280px; float:left;clear:left; background:url(boximages/bodybottombg.gif) 0 0 no-repeat #FEFDF0; color:#000; border:1px solid #CDCAA3; margin:0 20px 10px 0;}
.leftPan h2{width:200px; height:38px; background:url(boximages/icon1.jpg) 0 0 no-repeat; font:18px/18px Arial, Helvetica, sans-serif; padding:0 0 0 65px; margin:5px 0 0 5px;border-bottom:1px dotted #CDCAA3}
.leftPan h2 span{font-size:12px; background:#FCFBED; color:#5D5B46;margin-top:-5px;}

.leftPan ul{width:280px; margin:15px 0 0 -15px;}
.leftPan ul li{width:250px; height:30px; font-weight:bold; list-style-type:none; color:#5D5B46} 
.leftPan ul li input {margin:0 0 0 10px; width:150px} 
input.input-right {margin-top:10px;padding:0 0 0 10px;}
 
.leftPan p.morex{width:240px; height:21px; padding:0px; margin:10px 0 15px 15px;} 
.leftPan p.morex a{width:240px; height:21px; display:block; background:url(boximages/bottom-more-bg.gif) -10px 0 no-repeat #FEFDF1; color:#fff; font:12px/20px "Trebuchet MS",Arial, Helvetica, sans-serif; font-weight:bold; text-align:center; text-decoration:none;} 
.leftPan p.morex a:hover{background:url(boximages/bottom-more-bg.gif) -10px 0 no-repeat #FEFDF1; color:#FDF6B6; text-decoration:none;} 


input.morex {
	width:240px;  
	margin:10px 0 15px 15px; 
	height:24px; 
	display:block; 
	background:url(boximages/bottom-more-bg.gif) -10px 0 no-repeat #FEFDF1; 
	color:#fff; 
	font:12px/20px "Trebuchet MS",Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	text-align:center; 
	border:0px;
} 
input.morex:hover{
	background:url(boximages/bottom-more-bg.gif) -10px 0 no-repeat #FEFDF1; 
	color:#000; 
	text-decoration:none; 
	cursor:pointer
} 


.leftPan p { padding:5px 5px 15px 55px; font:bold 12px/18px Arial, Helvetica, sans-serif;color:#777}

.form-box{
	height:16px;
	width:100px;
	background:#FFFFFF;
	border:#979797 solid 1px;
	}

/*----/ Left Panel----*/
#loggedinlist {
	padding: 0 0 1em 0;
	margin:10px 0 1em 10px;
	color: #333;
	}

#loggedinlist ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#loggedinlist li {
		border-bottom: 1px solid #90bade;
		margin: 0;
		}

#loggedinlist li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #1958b7;
		border-right: 10px solid #508fc4;
		background-color: #2175bc;
		color: #fff;
		text-decoration: none;
		width: 100%;
		}

	html>body #loggedinlist li a {
		width: auto;
		}

	#loggedinlist li a:hover {
		border-left: 10px solid #1c64d1;
		border-right: 10px solid #5ba3e0;
		background-color: #2586d7;
		color: #fff;
		}
.loginerror {
	font-size:10px;
	color:red;
	line-height:11px;
	margin:10px 10px 0px 25px;
}
