pre {
	padding: 1em;
	border-left: 5px solid #404040;
	background: #FFFFD5;
	font-family: "Courier New", Courier, monospace;
}

/*blockquote {
	padding-left: 55px;
	background: transparent url(../images/icon-text-blockquote.png) no-repeat top left;
	color: #404040;
	font-style: italic;
	min-height: 45px;
}*/
small {
	font-size: .85em;
}

sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}

sup em {
	color: #FF0000;
	font-size: .8em;
}

sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}

acronym, abbr {
	border-bottom: 1px dashed;
	letter-spacing: 1px;
	cursor: help;
}

/* @IMAGE */
img {
	border: none;
}

img.image-left {
	float: left;
	margin: .5em 1em .5em 0;
}

img.image-right {
	float: right;
	margin: .5em 0 .5em 1em;
}

img.image-border {
	border: 1px solid #E5E5E5;
	padding: 3px;
}

img.image-margin {
	margin: .5em;
}

/* @LINK */
a:link, a:visited {
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #FF0000;
}

a img {
	border: none;
}

/* Based on extension */
a.text {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-txt.png) no-repeat center right;
}

a.music {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-music.png) no-repeat center right;
}

a.archive {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-archive.png) no-repeat center right;
}

a.movie {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-film.png) no-repeat center right;
}

a.wmv {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-wmv.png) no-repeat right center;
}

a.doc, a.rtf {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-doc.png) no-repeat center right;
}

a.xls {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-xls.png) no-repeat center right;
}

a.pps {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-pps.png) no-repeat center right;
}

a.flash {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-flash.png) no-repeat center right;
}

a.pdf {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-pdf.png) no-repeat center right;
}

a.rss, a.atom {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-feed.png) no-repeat center right;
}

a.vcard {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-vcard.png) no-repeat center right;
}

a.mov {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-mov.png) no-repeat right center;
}

a.dmg, a.app {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-dmg.png) no-repeat center right;
}

a.ical {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-ical.png) no-repeat center right;
}

a.css {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-css.png) no-repeat center right;
}

a.ttf {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-ttf.png) no-repeat center right;
}

a.torrent {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-torrent.png) no-repeat center right;
}

a.mailto {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-mailto.png) no-repeat center right;
}

a.callto {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-call.png) no-repeat center right;
}

a.msnim {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-msn.png) no-repeat center right;
}

a.aim {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-aim.png) no-repeat center right;
}

a.yim {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-yim.png) no-repeat center right;
}

a.skype {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-skype.png) no-repeat center right;
}

a.noicon {
	padding: 0 !important;
	background: none !important;
}

/* Reset original styles */
#jsn-mainbody a[title="PDF"], #jsn-mainbody a[title="Print"], #jsn-mainbody a[title="E-mail"] {
	padding: 0;
	background: none;
}

/* @TEXT */
.clearbreak {
	clear: both;
}

div.grid2:after, div.grid3:after, div.grid4:after, div.grid5:after, ul.hlist-left:after, ul.hlist-right:after, .clearafter:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

/* Text grid */
div.grid-col {
	float: left;
	margin-right: 2%;
	overflow: hidden;
}

div.grid-lastcol {
	float: right;
	margin-right: 0 !important;
	overflow: hidden;
}

div.grid2 div.grid-col {
	width: 48.8%;
}

div.grid3 div.grid-col {
	width: 31.9%;
}

div.grid4 div.grid-col {
	width: 23.4%;
}

div.grid5 div.grid-col {
	width: 18.3%;
}

/* Text paragraph */
.border {
	border: 1px solid #E5E5E5;
	padding: 3px;
}

.alert {
	border-top: 2px solid #FEABAB;
	border-bottom: 2px solid #FEABAB;
	padding: 1em 1em 1em 5em;
	background: url(../images/icon-text-alert.png) #FFDFDF no-repeat 1.5em;
}

.info {
	border-top: 2px solid #B7D2F2;
	border-bottom: 2px solid #B7D2F2;
	padding: 1em 1em 1em 5em;
	background: url(../images/icon-text-info.png) #DBE7F8 no-repeat 1.5em;
}

.download {
	border-top: 2px solid #DDEDBC;
	border-bottom: 2px solid #DDEDBC;
	padding: 1em 1em 1em 5em;
	background: url(../images/icon-text-download.png) #F2F9E5 no-repeat 1.5em;
}

.comment {
	border-top: 2px solid #FEEBAB;
	border-bottom: 2px solid #FEEBAB;
	padding: 1em 1em 1em 5em;
	background: url(../images/icon-text-comment.png) #FEF8E1 no-repeat 1.5em;
}

.tip {
	border-top: 2px solid #FEEBAB;
	border-bottom: 2px solid #FEEBAB;
	padding: 1em 1em 1em 5em;
	background: url(../images/icon-text-tip.png) #FFFFD5 no-repeat 1.5em;
}

.attachment {
	border-top: 2px solid #E5E5E5;
	border-bottom: 2px solid #E5E5E5;
	padding: 1em 1em 1em 5em;
	background: url(../images/icon-text-attachment.png) #F2F2F2 no-repeat 1.5em;
}

.dropcap:first-letter {
	float: left;
	color: #404040;
	font: 4em/.8em "Times New Roman", Times, serif;
}

.prolabel {
	padding-right: 84px;
	background: transparent url(../images/prolabel.html) no-repeat right 50%;
}

.freenprolabel {
	padding-right: 98px;
	background: transparent url(../images/freenprolabel.html) no-repeat right 50%;
}

/* @LIST */
ul.arrowlist-red, ul.arrowlist-green, ul.arrowlist-blue, ul.iconlist-article, ul.iconlist-folder, ul.iconlist-image, ul.iconlist-online, ul.iconlist-star, ul.iconlist-user {
	list-style: none;
}

/* Arrow list */
ul.arrowlist-red li {
	margin-left: .6em;
	padding: 0 0 0 10px;
	background: url(../images/arrow.png) no-repeat left 6px;
}

ul.arrowlist-green li {
	margin-left: .6em;
	padding: 0 0 0 10px;
	background: url(../images/icon-arrow-s.png) no-repeat left 6px;
}

ul.arrowlist-blue li {
	margin-left: .6em;
	padding: 0 0 0 10px;
	background: url(../images/icon-arrow-blue.png) no-repeat left 6px;
}

/* Icon list */
ul.iconlist-article li {
	margin-left: .6em;
	padding: 0 0 0 20px;
	background: url(../images/icon-module-article.png) no-repeat left top;
}

ul.iconlist-folder li {
	margin-left: .6em;
	padding: 0 0 0 20px;
	background: url(../images/icon-module-folder.png) no-repeat left top;
}

ul.iconlist-image li {
	margin-left: .6em;
	padding: 0 0 0 20px;
	background: url(../images/icon-module-image.png) no-repeat left top;
}

ul.iconlist-online li {
	margin-left: .6em;
	padding: 0 0 0 20px;
	background: url(../images/icon-module-online.png) no-repeat left top;
}

ul.iconlist-star li {
	margin-left: .6em;
	padding: 0 0 0 20px;
	background: url(../images/icon-module-star.png) no-repeat left top;
}

ul.iconlist-user li {
	margin-left: .6em;
	padding: 0 0 0 20px;
	background: url(../images/icon-module-user.png) no-repeat left top;
}

/* Horizontal list */
ul.hlist, ul.hlist-left, ul.hlist-right {
	margin: 0;
	list-style: none;
}

ul.hlist li {
	margin: 0;
	display: inline;
}

ul.hlist-left li {
	margin: 0 1em 0 0;
	display: inline;
}

ul.hlist-right li {
	margin: 0 0 0 1em;
	display: inline;
}

ul.nobullet {
	margin: 0;
	list-style: none;
}

ul.nobullet li {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* @TABLES */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th {
	text-align: left;
}

/* Plain rows */
table.plainrows {
	background-color: #F2F2F2;
	color: #404040;
	border-collapse: collapse;
}

table.plainrows caption {
	padding: 6px 0;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

table.plainrows thead {
	border-bottom: solid 1px #284D73;
}

table.plainrows thead th {
	padding: 5px 10px;
	background-color: #366999;
	color: #FFFFFF;
	font-size: 1.1em;
	text-transform: capitalize;
}

table.plainrows tfoot th, table.plainrows tfoot td {
	padding: 3px 10px;
	background-color: #D9D9D9;
	color: #000000;
	font-size: 1.1em;
	text-transform: capitalize;
}

table.plainrows tfoot td {
	text-align: right;
}

table.plainrows tbody th, table.plainrows tbody td {
	border-bottom: solid 1px #D9D9D9;
	padding: 4px 10px;
}

table.plainrows tbody th {
	white-space: nowrap;
}

table.plainrows tr.odd {
}

table.plainrows tbody tr:hover {
	background: #E5E5E5;
}

/* Dark stripes */
table.colorstripes {
	border: 1px solid #162C40;
	color: #FFFFFF;
	background: #284D73;
	border-collapse: collapse;
}

table.colorstripes caption {
	padding: 6px 0;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

table.colorstripes td, table.colorstripes th {
	border: 1px dashed #366999;
	padding: 5px 10px;
}

table.colorstripes thead th {
	border: 1px solid #284D73;
	background: #162C40;
	color: #FFFFFF;
	font-size: 1.1em;
}

table.colorstripes tbody th, table.colorstripes tbody td {
	text-align: left;
	vertical-align: top;
}

table.colorstripes tbody tr.odd {
	background: #224161;
}

table.colorstripes tbody tr:hover {
	background: #1F3D59;
}

table.colorstripes tbody tr:hover th, table.colorstripes tbody tr.odd:hover th {
	background: #1F3D59;
}

table.colorstripes tfoot th, table.colorstripes tfoot td {
	border: none;
	padding: 4px 10px;
	background: #162C40;
	color: #FFFFFF;
	font-size: 1.1em;
}

table.colorstripes tfoot td {
	text-align: right;
}

/* Light stripes */
table.greystripes {
	border: 1px solid #D9D9D9;
	color: #404040;
	background: #FFFFFF;
	border-collapse: collapse;
}

table.greystripes caption {
	padding: 6px 0;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

table.greystripes td, table.greystripes th {
	border: 1px dashed #E5E5E5;
	padding: 5px 10px;
}

table.greystripes thead th {
	border: 1px solid #595959;
	border-bottom: 2px solid #000000;
	background: #404040;
	color: #FFFFFF;
	font-size: 1.1em;
}

table.greystripes tbody th, table.greystripes tbody td {
	text-align: left;
	vertical-align: top;
}

table.greystripes tbody tr.odd {
	background: #F2F2F2;
}

table.greystripes tbody tr:hover {
	background: #E5E5E5;
}

table.greystripes tbody tr:hover th, table.greystripes tbody tr.odd:hover th {
	background: #E5E5E5;
}

table.greystripes tfoot th, table.greystripes tfoot td {
	border: none;
	padding: 4px 10px;
	background-color: #D9D9D9;
	color: #000000;
	font-size: 1.1em;
}

table.greystripes tfoot td {
	text-align: right;
}
a[href$='.txt'] {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-txt.png) no-repeat center right;
}

a[href$='.mp3'], a[href$='.wav'], a[href$='.ogg'], a[href$='.wma'], a[href$='.m4a'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-music.png) no-repeat center right;
}

a[href$='.zip'], a[href$='.rar'], a[href$='.gzip'], a[href$='.bzip'], a[href$='.ace'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-archive.png) no-repeat center right;
}

a[href$='.mp4'], a[href$='.avi'], a[href$='.mpg'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-film.png) no-repeat center right;
}

a[href$=".wmv"] {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-wmv.png) no-repeat right center;
}

a[href$='.doc'], a[href$='.rtf'] {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-doc.png) no-repeat center right;
}

a[href$='.xls'] {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-xls.png) no-repeat center right;
}

a[href$='.pps'] {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-pps.png) no-repeat center right;
}

a[href$='.fla'], a[href$='.swf'] {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-flash.png) no-repeat center right;
}

a[href$='.pdf'] {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-pdf.png) no-repeat center right;
}

a[href$='.rss'], a[href$='.atom'] {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-feed.png) no-repeat center right;
}

a[href$='.vcard'] {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-vcard.png) no-repeat center right;
}

a[href$=".mov"] {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-mov.png) no-repeat right center;
}

a[href$='.dmg'], a[href$='.app'] {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-dmg.png) no-repeat center right;
}

a[href$='.ical'] {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-ical.png) no-repeat center right;
}

a[href$='.css'] {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-css.png) no-repeat center right;
}

a[href$='.ttf'] {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-ttf.png) no-repeat center right;
}

a[href$='.torrent'] {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-torrent.png) no-repeat center right;
}

a[href ^="mailto:"] {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-mailto.png) no-repeat center right;
}
a.none[href ^="mailto:"] {
	background: none;
}

a[href ^="callto:"] {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-call.png) no-repeat center right;
}

a[href ^="msnim:"] {
	padding: 5px 20px 5px 0;
    background: transparent url(../images/icon-link-msn.png) no-repeat center right;
}

a[href ^="aim:"] {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-aim.png) no-repeat center right;
}

a[href *="edit.yahoo.com/config/send_webmesg?"] { 
	padding: 5px 20px 5px 0;
	background: transparent url(../images/icon-link-yim.png) no-repeat center right;
}

a[href ^="skype:"] {
	padding: 5px 20px 5px 0;
   background: transparent url(../images/icon-link-skype.png) no-repeat center right;
}
