/* shortcut classes */

body {
	background: #f8eeaa;
	font-family: Arial, Helvetica, sans-serif;
}

a   {text-decoration: underline;}

a:link      {color: #0000d0; background: transparent; }
a:visited   {color: #0000d0; background: transparent; }
a:active    {color: #0000d0; background: transparent; }
a:hover     {background-color: #ffffff;}

.clear-both {
	clear: both;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.small {
	font-size: 93%;
}

.smallest {
	font-size: 85%;
}

.nobr {
	white-space: nowrap;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.align-left {
	text-align: left;
}

.border-none {
	border: none 
}

.display-none {
	display: none;
}

.bgcolor-none {
	background-color: transparent;
}

.text-bold {
	font-weight: bold;
}

.tab-left {
	padding-left: 1em;
}

.tab-right {
	padding-right: 1em;
}

div.margin-none {
	margin: 0 !important;
}

div.margin-left-none {
	margin-left: 0 !important;
}

.icon-left {
	position: relative;
	top: 3px;
	margin-right: 0; 
	margin-left: .125em;
}

.icon-rss {
	position:relative;
	top:.1em;
	margin-right: .5em;
}

.icon-print {
	float: right;
	position: relative;
	top: .5em;
}

.icon-print a {
	padding: 0 0 0 18px; 
	background: url(/assets/images/icons/icon_print.gif) no-repeat 0 .1em;
}

.container {
	overflow: hidden;
	width: 100%;
}

.display-inline {
	display: inline;
}

.print {
	display: none;
}


