/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.1
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}


.hermes .categories {
	width: 139px;
	height: 100%;
	overflow: none;
}

/* The home categories section should be wider */
#hermes .hermes .categories {
	width: 220px;
}

.hermes .categories h4,
.hermes .categories ul.root {
	margin-left: 10px;
}

.hermes .categories h4 {
	padding-top: 25px;
}

.hermes .categories a {
	padding: 3px 2px;

	color: #06c;
}

.hermes .categories a:hover,
.hermes .categories a.active {
	background: #124b84;

	color: #fff;
}

.hermes .categories ul {
	position: relative;

	margin: 5px 0 0 5px;
}

.hermes .categories ul.root {
	width: 119px;
	height: 100%;
	overflow: auto;

	zoom: 1;
}

/* The home categories section should be wider */
#hermes .hermes .categories ul.root {
	width: 200px;
}

.hermes .categories li {
	position: relative;
	left: 0;
	top: 0;

	padding-left: 11px;

	font-size: 12px;
	line-height: 18px;

	background: url(http://files.alot.com/hermes/img/sprite.gif) no-repeat -900px -1896px;
}

.hermes li.openable {
	cursor: pointer;
}

.hermes li.unopenable {
	cursor: default;
}

.hermes .categories ul.root li.open {
	background-position: -450px -1896px;
}

.hermes .categories ul.root li.closed {
	background-position: 0px -1896px;
}

.hermes .categories li a {
	position: relative;
}

.hermes .categories ul.root ul {
	
}


.hermes {
	height: 100%;

	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 62.5%;
}

.hermes a {
	color: #124d85;
	text-decoration: none;
}

.hermes .text {
	margin: 0 0 5px 5px;
	border: 2px solid #f79d4c;
	background: url(http://files.alot.com/hermes/img/sprite.gif) repeat-x left -1750px;
	padding: 0.4em 0.2em;

	font-family: arial, sans-serif;
	font-size: 1.2em;
}

.hermes button, .hermes .submit {
	height: 29px;

	border: 1px solid #f27e15;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #febb67 url(http://files.alot.com/hermes/img/sprite.gif) repeat-x left -400px;
	padding: 0 6px 3px;

	color: #630;
	font-size: 1.1em;
	font-weight: bold;

	cursor: pointer;
}

* html .hermes button, * html .hermes .submit {
	padding-top: 2px;
}

*:first-child+html .hermes button, *:first-child+html .hermes .submit {
	padding-top: 2px;
}

.hermes button:hover, .hermes .submit:hover {
	background: #f60;
	color: #fff;
}

.hermes .content {
	background: none;
}

.hermes h2 {
	padding: 25px 0 5px 0;

	color: #124b84;
	font-size: 1.6em;
	font-weight: bold;
}

.hermes h3, .hermes h4 {
	font-weight: bold;
}

.hermes h3 {
	padding-bottom: 10px;

	color: #333;
	font-size: 1.4em;
	line-height: 1.6em;
}

.hermes h4 {
	color: #666;
	font-family: tahoma, arial, verdana, helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
}

.hermes em {
	display: block;

	margin: 5px 0;
	background: url(http://files.alot.com/hermes/img/sprite.gif) no-repeat left -550px;
	padding: 0 0 10px 35px;

	color: #fe6700;
	font-size: 1.3em;
	line-height: 1.2em;
}

.hermes .container em {
	background-position: left -1150px;
}

.hermes .container {
	background: #d2e8f6;
	padding: 10px;
}

.hermes .hidden {
	display: none;
}

.hermes .clear {
	clear: both;
}

#noJavaScript {
	position: absolute;
	left: 0;
	top: 0;

	height: 100%;
	width: 100%;

	background: #000;

	color: #fff;
	font-size: 10em;
	line-height: 100%;

	opacity: 0.5;
	z-index: 1000;
}

.hermes .navigation {
	float: left;

	width: 100%;

	margin-bottom: 10px;
	background: #4892DB;
}

.hermes .navigation a {
	color: #fff;
}

.hermes .navigation .tabs, .hermes .navigation .tabs li {
	float: left;
	background: url(http://files.alot.com/hermes/img/save_tab_bg.gif) repeat-x 0px 10px;
}

.hermes .navigation .tabs {
	margin-left: 10px;
}

.hermes .navigation .tabs li.separator,
.hermes .navigation .tabs li.separatorInvisible {
	width: 0px;
	height: 36px;

	border-style: solid;
	border-width: 0;
	border-left-width: 1px;
	border-right-width: 1px;
}

.hermes .navigation .tabs li.separator {
	border-left-color: #4286cf;
	border-right-color: #61a3df;
}

.hermes .navigation .tabs li.separatorInvisible {
	border-left-color: #4892DB;
	border-right-color: #4892DB;
}

.hermes .navigation .tabs li a,
.hermes .navigation .tabs li.separator,
.hermes .navigation .tabs li.separatorInvisible {
	margin: 10px 0 0 0;
}

.hermes .navigation .tabs li a {
	display: block;

	padding: 0 10px;

	font-size: 1.8em;
	line-height: 2em;
}

.hermes .navigation .tabs li a.saveLink {
	padding: 0px 10px 0px 35px;
	background: url(http://files.alot.com/hermes/img/save_icon_sprite.gif) no-repeat 10px 10px;
}


.hermes .navigation .tabs li a:focus {
	outline: none;
}

.hermes .navigation .tabs li a:hover {
	background: #124b84;

	color: #fff;
}

.hermes .navigation .tabs li a.saveLink:hover {
	background: #124b84 url(http://files.alot.com/hermes/img/save_icon_sprite.gif) no-repeat 10px 10px;
}

.hermes .navigation .tabs li.active a {
	background: #fff;

	color: #124d85;
}

.hermes .navigation .tabs li.active a.saveLink {
	background: #fff url(http://files.alot.com/hermes/img/save_icon_sprite.gif) no-repeat 10px -72px;
}

.hermes .navigation .support {
	float: right;

	padding-right: 10px;
}

.hermes .navigation .support li {
	float: right;
}

.hermes .navigation .support li a {
	display: block;

	margin-top: 23px;
	margin-left: 5px;

	font-family: tahoma, arial, verdana, helvetica, sans-serif;
	font-size: 1.1em;
	text-decoration: underline;
}

.hermes .navigation .support li a:hover {
	color: #fff;
}

.hermes .content {
	height: 100%;
}

.hermes .content li.inactive {
	display: none;
}

.hermes .setBar, .hermes .setBar select {
	font-size: 11px;
	font-weight: bold;
}

.hermes .setBar {
	clear: both;

	margin-bottom: 5px;
	border: 1px solid #D5E6F0;
	background: url(http://files.alot.com/hermes/img/sprite.gif) repeat-x left -1397px;
	padding: 3px 8px;

	color: #666;
	font-family: tahoma, sans-serif;
}

.hermes .setBar select {
	color: #124b84;
}

.hermes .setBar .pages {
	float: right;
	color: #06C;
	padding-top: 2px;
}

.hermes .setBar .pages span, .hermes .setBar .pages a {
	padding: 1px 4px;
	text-decoration: none;
	color: #AAA;
}
.hermes .setBar .pages a {
	color: #06C;
}

.hermes .setBar .pages .current {
	background-color: #89BBED;
	color: white;
}

.hermes .setBar .pages a:hover {
	background-color: #06C;
	color: white;
}

.hermes form.buttonSort, .hermes form.buttonSort fieldset {
	display: inline;
}

.hermes .message {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

.hermes .message div a {
	color: #fff;
	font-size: 1em;
	font-weight: normal;
	text-decoration: underline;
}

.hermes .message div,
.hermes .message form {
	padding: 7px 0;

	color: #fff;
	font-size: 1.2em;
	text-align: center;
	vertical-align: middle;
	background-color: #0066cb;
}

.hermes .message fieldset {
	display: inline;
}

.hermes .message legend {
	padding-bottom: 10px;

	color: #fff;
}

.hermes .message input {
	margin: 0 3px;
}

.hermes .message .saveTbConfig {
	padding: 0px;
}

.hermes .message .saveTbConfig .icon {
	display: inline-block;
	padding: 0px;
	margin: 0px 5px;
	width: 17px;
	height: 18px;
	background: url(http://files.alot.com/hermes/img/save_icon_sprite.gif) no-repeat top left;
}

/* IE7 hack: IE7 does not support inline-block */
.hermes .message .saveTbConfig .icon {
	zoom: 1;
    *display: inline;
}


.hermes .addPage,
.hermes .splashPage {
	padding-left: 10px;
}

.hermes .add {
	position: relative;
	left: 0;
	top: 0;

	height: 100%;

	margin: 0 5px;
}

.hermes table.addContainer {
	width: 100%;
	height: 100%;
}

.hermes table.addContainer td {
	vertical-align: top;
}

.hermes form.buttonSearch {
	float: right;
}

* html .hermes form.buttonSearch,
* html .hermes form.buttonSearch fieldset {
	display: inline;
}

.hermes form.buttonSearch .submit {
	position: relative;
	left: 0;
	top: 0;
}

* html .hermes form.buttonSearch .submit {
	top: 1px;
}
*:first-child+html .hermes form.buttonSearch .submit {
	top: 1px;
}

.hermes form.buttonSearch input {
	margin-right: 3px;
}

.hermes .add .container {
	padding: 10px 0 0 10px;
}

.hermes .buttonList {
	width: 100%;
}

.hermes .buttonList td {
	width: 50%;

	padding: 0 10px 10px 0;
}

.hermes .add .button,
.hermes .add .button .buttonAddedBg,
.hermes .add .button .buttonAdded {
	left: 0;
	top: 0;

	height: 83px;
}

.hermes .add .button {
	position: relative;

	width: 215px;

	margin: 0 auto;
	background: url(http://files.alot.com/hermes/img/sprite.gif) left top;
	padding-left: 90px;

	font-size: 1.2em;

	cursor: pointer;
}

* html .hermes .add .button {
	height: 70px;
}

/* Home specific IE fix */
* html #hermes .hermes .add .button {
	height: 83px;
}

.hermes .add .button:hover {
	background-position: -305px top;
}

.hermes .add .button:hover .buttonImage {
	opacity: 0.6;
}

.hermes .add .button:hover .title {
	color: #f60;
}

.hermes .add .button:hover p {
	color: #666;
}

* html .hermes .add .button p {
	margin-bottom: 17px;
}

.hermes .add .button.added:hover {
	background-position: left top;
}

.hermes .add .button.active {
	left: 3px;
	top: 3px;
}

.hermes .add .button .buttonImage {
	position: absolute;
	left: 0;
	top: 5px;

	width: 80px;
	height: 70px;

	margin: 0 5px;
	background: url(http://files.alot.com/hermes/img/sprite.gif) no-repeat left -1600px;
}

.hermes .add .button .buttonImage .icon {
	position: absolute;
	left: 50%;
	top: 50%;

	margin: -11px 0 0 -16px;
}

.hermes .add .button .title {
	height: 1.2em;
	overflow: hidden;

	margin-bottom: 0.3em;
	padding: 9px 25px 0 0;

	color: #0068ca;
	font-weight: bold;

	line-height: 1.2em;
}

.hermes .add .button p {
	height: 3.6em;
	overflow: hidden;

	padding: 0 25px 0 0;

	font-size: 0.917em;
	line-height: 1.2em;
}

.hermes .add .button .buttonAddedBg,
.hermes .add .button .buttonAdded {
	position: absolute;

	width: 305px;
}

.hermes .add .button .buttonAddedBg {
	background: url(http://files.alot.com/hermes/img/sprite.gif) -610px top;

	opacity: 0.7; /* Working browser */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE8 */
	filter: alpha(opacity=70); /* IE5-7 */
}

.hermes .add .button .buttonAdded {
	color: #ccc;
	font-size: 3em;
	font-weight: bold;
	line-height: 82px;
	text-align: center;
}


.hermes .content .tabRemove {
	margin: 0 10px;
}

.hermes .content .tabRemove p.noButtons {
	font-size: 1.7em;
}

.hermes .content .tabRemove .buttons,
.hermes .buttons .removeButton {
	background: #d2e8f6;
}

.hermes .content .tabRemove .buttons {
	padding: 10px 0;
}

.hermes .buttons ol {
	position: relative;

	height: 300px;
	overflow: auto;
}

.hermes .content .tabRemove .buttons li {
	height: 34px;

	padding: 3px 0;
}

.hermes .content .tabRemove .pill {
	position: relative;
	left: 0;
	top: 0;

	width: 295px;
	height: 34px;

	margin-left: 20px;
	background: url(http://files.alot.com/hermes/img/sprite.gif) -296px -250px;

	color: #f60;
	font-weight: bold;
}

.hermes .content .tabRemove ol .pill {
	background-position: left -250px;

	color: #06c;
}

.hermes .buttons .removeButton {
	height: 24px;

	font-size: 12px;
	line-height: 24px;

	cursor: -moz-grabbing !important;
	cursor: move;
}

.hermes .buttons .removeButton button {
	display: none;
}

.hermes .buttons ol .removeButton {
	cursor: -moz-grab !important;
}

.hermes .buttons ol .removeButton button {
	display: block;

	margin: 2px 5px;
	padding-top: 2px;

	font-size: 11px;
}

.hermes .content .tabRemove .pill, 
.hermes .content .tabRemove .pill .icon,
.hermes .content .tabRemove .pill div.title,
.hermes .content .tabRemove button {
	float: left;
}

.hermes .buttons .removeButton .icon {
	width: 30px;
	height: 20px;

	margin: 5px 2px 2px 7px;
}

.hermes .buttons .removeButton div.title {
	width: 190px;
	height: 24px;

	margin-left: 5px;

	line-height: 32px;

	overflow: hidden;
}

.hermes .content .tabRemove .buttons .moveButton {
	position: relative;
	left: 0;
	top: 0;

	height: 0;
	overflow: hidden;

	padding: 1px 0 0 0;
	background: url(http://files.alot.com/hermes/img/sprite.gif) left -1300px;

	font-size: 0;
	line-height: 0;
}

.hermes .content .tabRemove .buttons li.phantom div {
	float: left;

	width: 313px;
	height: 34px;

	margin-left: 20px;
	background: url(http://files.alot.com/hermes/img/sprite.gif) -590px -250px;
}

.hermes .buttons li {
	list-style: none;
}

.hermes .removeHome {
	width: 100%;
}

.hermes .removeHome td {
	vertical-align: top;
}

.hermes .removeHome .remove .container {
	margin-right: 5px;
}

.hermes .removeHome .move .container {
	margin-left: 5px;
}

.hermes .tabSave {
	margin: 0 10px;
}

.hermes .tabSave a {
	font-size: 1.2em;
	color: #06c;
	font-weight: bold;
	text-decoration: underline;
}

.hermes .tabSave a:hover {
	color: #039;
}

.hermes .tabSave table.saveContainer {
	width: 100%;
}

.hermes .tabSave .saveContainer td {
	width: 50%;

	vertical-align: top;
}

.hermes .tabSave .register,
.hermes .tabSave form.saveConfig {
	margin-right: 5px;
}

.hermes .tabSave form.signIn,
.hermes .tabSave .list {
	margin-left: 5px;
}

.hermes .tabSave .register {
	text-align: center;
}

.hermes .tabSave div.list {
	height: 250px;
}

.hermes .tabSave form.signIn .container {
	padding: 20px 50px;
}

.hermes .tabSave form.signIn fieldset,
.hermes .tabSave form.signIn label h4,
.hermes .tabSave form.signIn label .text {
	float: left;
	clear: both;
}

.hermes .tabSave form.signIn label {
	display: block;
}

.hermes .tabSave .text {
	width: 280px;
}

.hermes .tabSave form.signIn label .text {
	margin: 0 0 5px 0;
}

.hermes .tabSave form.signIn .submit {
	float: right;
	clear: both;

	margin-top: 5px;
}

.hermes .tabSave form.saveConfig {
}

.hermes .tabSave form.saveConfig .text {
	margin: 0 5px 0 0;
}

.hermes .tabSave .steps {
	padding-bottom: 10px;

	color: #333;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.2em;
}

.hermes .tabSave ol.savedConfigs {
	position: relative;

	height: 182px;
	overflow: auto;

	line-height: 4em;
}

.hermes .tabSave ol.savedConfigs li {
	position: relative;
	left: 0;
	top: 0;

	height: 4em;

	margin-bottom: 2px;
	background: #ebf7ff;
	padding: 0 60px 0 10px;
}

.hermes .tabSave ol.savedConfigs button {
	position: absolute;
	right: 5px;
	top: 5px;

	margin: 0 0 5px 5px;

	line-height: 1em;
}

.hermes .splash {
	display: block;
	height: 300px;
	padding: 0px;
	margin: 0px;
	background-color: #d4e9f7;
}

.hermes .splash .button {
	position: static;
	background: none;
	padding: 0px;
	margin: 0px;
	width: 300px;
	height: 250px;
}

.hermes .splash table {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.hermes .splash table td {
	width: 50%;
	margin: 0px;
	padding: 0px;
}

.hermes .splash table td.first {
	padding: 0px 5px 0px 10px;
}

.hermes .splash table td.second {
	padding: 0px 10px 0px 5px;
}

.hermes .splash table td div {
	position: relative;
	display: block;
	width: 300px;
	height: 250px;
	margin: 10px auto;
	padding: 0px;
	background: none;
}

.hermes .splash table td div a {
	position: absolute;
	display: block;
	right: 8px;
	bottom: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 17px;
	color: #fff;
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
}

/* IE6 needs a background */
* html .hermes .splash table td div a {
	background: url(http://files.alot.com/hermes/img/splash/addButton.gif) no-repeat -1000px -1000px;
}

.hermes .splash table td div a span.left {
	display: block;
	float: left;
	background: url(http://files.alot.com/hermes/img/splash/addButton.gif) no-repeat left top;
	padding-left: 15px;
	height: 17px;
	cursor: pointer;
}

.hermes .splash table td div a:hover span.left {
	background-position: left bottom;
}

.hermes .splash table td div a span.right {
	display: block;
	float: left;
	background: url(http://files.alot.com/hermes/img/splash/addButton.gif) no-repeat right top;
	padding-right: 15px;
	height: 17px;
	cursor: pointer;
}

.hermes .splash table td div a:hover span.right {
	background-position: right bottom;
}

.hermes .splash table td div .splashContainer {
	padding: 0px;
	margin: 0px;
}

.hermes .splash .msg {
	border-top: 2px solid #fff;
	display: block;
	margin: 0px;
	padding: 12px 0px;
	text-align: center;
	background-color: #d4e9f7;
	color: #0066cc;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	cursor: pointer;
}

.hermes .splash .button .buttonAddedBg,
.hermes .splash .button .buttonAdded {
	padding: 0px;
	margin: 0px;
	width: 300px;
	height: 250px;
	background: none;
}

.hermes .splash .button .buttonAddedBg {
	background-color: #000000;
}

.hermes .splash .button .buttonAdded {
	line-height: 250px;
}


