@CHARSET "UTF-8";
body  {
	margin: 0;
	padding: 0;
	font: 11px verdana;
	color: #888888;
}
a img {
	border: none;
}
a {
	color: #888888;
	text-decoration: none;
}
a:hover {
	color: #000000;
}
.button a:hover,
.menu a:hover {
	color: #ffffff;
} 
select,
input {
	border: 1px solid #dbdbdb;
	color: #888888;
}
input.over,
input.focus {
	border: 1px solid #000000;
}
#container {
	width: 425px;
	height: 524px;
	overflow: hidden;
	/*border: 1px solid #cccccc;*/
}
form {
	margin: 0;
	padding: 0;
}
.form .inputLine {
	width: 425px;
	padding-top: 5px;
}
.form .inputLabel {
	width: 200px;
	float: left;
	line-height: 22px;
}
.form .input {
	width: 220px;
	float: left;
	text-align: right;
}
.form .input select,
.form .input input[type=password],
.form .input input[type=text] {
	width: 200px;
}
.brk {
	clear: both;
}
.brkr {
	clear: right;
}
.brkl {
	clear: left;
}

.button {
	background: transparent url("/templates/images/btBack.png") no-repeat scroll center center;
	margin: 8px auto 0 auto;
	width: 180px;
	text-align: center;
	height: 18px;
	float: right;
}

.button a {
	color: #ffffff;
	font-size: 9px;
	font-weight: bold;
	line-height: 18px;
	text-decoration: none;
}

.deleteList {
	text-align: center;
}

.buttonOver {
	background: transparent url("/templates/images/btBackHo.png") no-repeat scroll center center ;
}

.submit .input {
	float: right;
	margin: 0 5px 0 0;
	width: 180px;
	text-align: center;
	height: 18px;
	background: transparent url("/templates/images/btBack.png") no-repeat scroll center center;
	color: #ffffff;
	font-size: 9px;
	font-weight: bold;
	line-height: 18px;
	cursor: pointer;
}
.submit .submitOver {
	background: transparent url("/templates/images/btBackHo.png") no-repeat scroll center center ;
}
.formErrors {
	border: 1px solid #000000;
	padding: 5px;
	margin-top: 5px;
	font: bold 9px Verdana;
	color: #000000;
}
.inputLine.error input {
	border: 1px solid #000000;
}
.inputErrors {
	width: 210px;
	margin: 0 0 0 195px;
	font: bold 9px Verdana;
	color: #000000;
}
ul.subMenu, 
ul.menu {
	margin: 0;
	padding: 0;
}
ul.menu li {
	float: left;
	margin:0 1px 0 0;
	list-style: none;
	background-color: #888888;
	height: 20px;		
}

ul.menu li div {
	width: 94px;
	background: #888888 url("/templates/images/lists.gif") no-repeat scroll 3px 3px;
	padding-left: 20px;	
}

ul.menu li.over div {
	background-color: #000000;
}

ul.menu li div.search {
	width: 78px;	
	background-image: url("/templates/images/search.gif");
}
ul.menu li div.lists {
	width: 73px;
	padding-left: 22px;
	background-image: url("/templates/images/lists.gif");
}
ul.menu li div.password {
	padding-left: 20px;
	background-image: url("/templates/images/account.gif");
}
ul.menu li div.logout {
	margin: 0 -1px 0 0;
	background-image: url("/templates/images/logout.gif");
}

ul.menu li.over div.search {
	background-image: url("/templates/images/searchHo.gif");
}
ul.menu li.over div.lists {
	background-image: url("/templates/images/listsHo.gif");
}
ul.menu li.over div.password {
	background-image: url("/templates/images/accountHo.gif");
}
ul.menu li.over div.logout {
	margin: 0 -1px 0 0;
	background-image: url("/templates/images/logoutHo.gif");
}

ul.subMenu li.subMenuItem {
	float: none;
	background: #888888;
	width: 116px;
	padding: 0 5px 0 5px;
}
ul.subMenu li.subMenuItem a {
	display: block;
	width: 100%;
}
ul.subMenu li.over {
	background: #000000;	
}

ul.menu em,
ul.menu a {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
}
ul.subMenu {
	position: absolute;
	display: none;
	margin-left: 15px;
}
.warning {
	background: 16px 16px no-repeat url(/templates/images/alerts/important.gif);
	padding-left: 48px;
	margin: 0em;
}
