@charset "utf-8";
/* CSS Document */

body {
	background-color: #6592D0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 0px;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

div {
	margin: 0px;
}

form {
	margin: 0px;
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:visited {
	color: #453d52;
}

a:link {
	color: #3366CC;
}

a:active, a:hover {
	text-decoration: underline;
}

img {
	border: 0px;
}

img.border{
	border: 1px solid #333333;
}

img.right{
	float: right;
	margin-left: 4px;
}

img.left{
	float: left;
	margin-right: 4px;
}

.border {
	border-top: 1px solid #7298CC;
	border-bottom: 1px solid #324866;
	border-left: 1px solid #7298CC;
	border-right: 1px solid #324866;
}

.revborder {
	border-top: 1px solid #324866;
	border-bottom: 1px solid #7298CC;
	border-left: 1px solid #324866;
	border-right: 1px solid #7298CC;
}

.leftCol {
	text-align: left;
	vertical-align: top;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 6px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #6592D0;
	background-image: url("/images/menubg.gif");
	background-repeat: repeat-y;
	border-left: 1px solid #7298CC;
	border-right: 1px solid #324866;
}

.leftBottom {
	background-color: #6592D0;
	background-image: url("/images/menubg.gif");
	background-repeat: repeat-y;
	border-left: 1px solid #7298CC;
	border-right: 1px solid #324866;
	/*border-bottom: 1px solid #324866;*/
}

.google {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 14px;
	padding: 8px 4px 8px 8px;
	cursor: default;
	border-top: 1px solid #7298CC;
	border-bottom: 1px solid #324866;
}

.gbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	border-width: 1px;
	cursor: pointer;
	width: 20px;
}

.menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	display: block;
	line-height: 18px;
	vertical-align: middle;
	text-indent: 14px;
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #7298CC;
	border-bottom: 1px solid #324866;
	background-image: url("/images/menubg2.gif");
	background-repeat: no-repeat;
}

.menu a:hover {
	color: #FFCC00;
	text-decoration: none;
}

.menu a:active {
	text-decoration: none;
}

.menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.menu a.menuCurrent:visited {
	color: #FFCC00;
}

.menuTop {
	border-bottom: 1px solid #000000;
}

.menuHead {
	cursor: default;
	border-top: 1px solid #7298CC;
	border-bottom: 1px solid #000000;
}

.menuBottom {
	border-top: 1px solid #7298CC;
}

.menuImage {
	border-top: 1px solid #7298CC;
	border-bottom: 1px solid #324866;
}

.noline a, .noline a:visited, .noline a:active, .noline a:hover {
	text-decoration: none;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9px;
	color: #FFFFFF;
	padding: 3px 32px;
	margin: 5px;
	cursor: pointer;
}

input, select, textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

fieldset {
	margin-top: 16px;
	padding: 8px;
}

#flashBanner, #flashSlideshow {
	z-index: 0;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#intro {
	line-height: 18px;
}

/* NEWS ---------------------------------------------------------------------------- */

.news {
	padding-left: 14px;
}

.newsCurrentTitle {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 28px;
	margin-bottom: 12px;
	clear: both;
}

.newsTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 4px;
}

.newsSubtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	color: #333333;
	margin-bottom: 6px;
}

.newsDate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990F00;
	text-transform: capitalize;
}

.newsInfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	line-height: 14px;
}

.newsBody {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	line-height: 18px;
}

.newsBodyBig {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #444444;
	line-height: 18px;
}

.newsImageLeft {
	border: 1px solid #000000;
	margin: 4px 20px 20px 0px;
	padding: 2px;
	float: left;
}

.newsImageRight {
	border: 1px solid #CCCCCC;
	margin: 4px 0px 8px 8px;
	padding: 2px;
	float: right;
}

.newsAuthor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 22px;
	font-weight: bold;
	color: #006666;
}

.newsSource {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
	color: #859000;
}

.newsLocation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.newsLink {
	color: #3366CC;
}

.newsHR {
	width: 100%;
	height: 1px;
	border-style: dotted;
}

.newsNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
}

.newsMore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

/* ----------------------------------------------------------------------------- */

.banner0 {
	margin: 3px;
	border: 0px;
}

.banner2 {
	margin: 0px;
	border: 0px;
}

.info {
	line-height: 16px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-align: right;
	background-color: #EEEEEE;
	background-image: url("/images/info_gray.gif");
	background-repeat: no-repeat;
}

.mainHR {
	width: 100%;

	border-width: 1px;
	border-style: solid;
	margin: 4px 0px 4px;
	clear: both;
}

.headTop { 
	background-color: #466590;
	background-image: url("/images/topbg.gif");
	background-repeat: repeat-x;
	border-left: 1px solid #7298CC;
	border-right: 1px solid #324866;
	color: #CCCCCC;
	/*padding-right: 4px;*/
}

.headSep {
	border-left: 1px solid #7298CC;
	border-right: 1px solid #324866;
	line-height: 12px;
}

.headTop a {
	color: #FFFFFF;
}

.headBanner { 
	height: 68px;
	text-align: right;
	vertical-align: middle;
	background-color: #6592D0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}

.main {
	border-bottom: 1px solid #324866;
}

.footer {
	text-align: center;
	vertical-align: middle;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #466590;
	border-top: 1px solid #7298CC;
	border-left: 1px solid #7298CC;
	border-right: 1px solid #324866;
	border-bottom: 1px solid #324866;
	background-image: url("/images/footerbg.gif");
	background-repeat: repeat-x;
}

.copyright {
	padding: 2px 12px;
}

.copyright a{
	color: #FFDD00;
	text-decoration: none;
}

.shLeft {
	background-image: url("images/bgsl.png");
	background-repeat: repeat-y;
}

.shRight {
	background-image: url("images/bgsr.png");
	background-repeat: repeat-y;
}

.body {
	background-color: #EEEEEE;
	background-image: url("/images/bodytop.gif");
	background-repeat: repeat-x;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #CCCCCC;
	/*border-bottom: 1px solid #324866;*/
	padding-bottom: 16px;
}

.bodyWide {
	background-color: #EEEEEE;
	background-image: url("/images/bodytop.gif");
	background-repeat: repeat-x;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #324866;
	/*border-bottom: 1px solid #324866;*/
	padding-bottom: 16px;
}

.content {
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}

.sideBar {
	border-left: 1px solid #7298CC;
	border-right: 1px solid #324866;
	border-bottom: 1px solid #324866;
	background-color: #466590;
	background-image: url("/images/sidebg.gif");
	background-repeat: repeat-x;
	padding-bottom: 4px;
}

.sideBanner {
	border-top: 1px solid #324866;
	border-left: 1px solid #324866;
	border-right: 1px solid #7298CC;
	border-bottom: 1px solid #7298CC;
	margin: 4px 4px 0px;
	padding: 1px;
}

.contact {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9px;
	text-align: center;
}

.contact a, .contact a:hover, .contact a:active, .contact a:visited {
	color: #FFDD00;
	text-decoration: none;
}

/* ----------------------------------------------------------------------------- */

.eventBlock {
	padding: 0px;
	margin: 0px;
}

.eventHead {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 2px;
	clear: both;
}

.eventTop {
	padding-top: 2px;
	clear: both;
}

.eventTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}

.eventIcon {
	display: block;
	float: right;
}

.eventLocation {

}

.eventDate {
	text-transform: capitalize;
	float: right;
}

.eventBody {
	clear: both;
	padding-left: 0px;
}

.eventBody p {
	padding: 4px 0px 4px;
	margin: 4px 0px 4px;
}

.eventImageLeft {
	border: 1px solid #CCCCCC;
	margin: 2px 8px 4px 0px;
	padding: 1px;
	float: left;
	background-image: url("/images/loading.gif");
	background-repeat: no-repeat;
	background-position: center;
}

.eventImageLeft:hover {
	border-color: #AAAAAA;
}

.eventImageRight {
	border: 1px solid #CCCCCC;
	margin: 2px 0px 4px 8px;
	float: right;
	background-image: url("/images/loading.gif");
	background-repeat: no-repeat;
	background-position: center;
}

.eventBottom {
	border-top: 1px dotted #CCCCCC;
	padding-top: 2px;
	margin-top: 4px;
	clear: both;
}

.eventAdded {
	font-size: 9px;
	color: #999999;
}

.eventMore {
	float: right;
}

.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #F9F8EC;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #DFD9C4;
	border-bottom: 1px solid #DFD9C4;
}

.boxHead {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 8px;
	display: block;
	clear: both;
}

.boxPin {
	background-image: url(/images/pin_left.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 26px;
}

.boxHeadLeft {

}

.boxHeadRight {
	float: right;
}

.boxTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}

.boxCat {
	line-height: 18px;
}

.boxTop {
	padding-top: 2px;
	clear: both;
}

.boxTopLeft {
	
}

.boxDate {
	padding-left: 16px;
	background-image: url(/icons/date.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.boxTopRight {
	float: right;
}

.boxLocation {
	padding-left: 16px;
	background-image: url(/icons/location.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.boxLocation2 {
	padding-left: 16px;
	background-image: url(/icons/location2.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.boxBody {
	clear: both;
	margin-top: 4px;
}

.boxBody p {
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	margin: 0 0 8px;
	padding: 4px 0 4px;
}

.boxImageLeft {
	float: left;
	border: 1px solid #CCCCCC;
	padding: 1px;
	margin: 6px 8px 8px 0px;
	background-image: url("/images/loading.gif");
	background-repeat: no-repeat;
	background-position: center;
}

.boxBottom {
	clear: both;
	border-top: 1px dotted #CCCCCC;
	padding-top: 2px;
	margin-top: 4px;
}

.boxBottomLeft {

}

.boxBottomRight {
	float: right;
}

.boxAdded {
	font-size: 9px;
	color: #999999;
}

.tel {
	padding-left: 16px;
	background-image: url(/images/info/tel.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.extlink {
	padding-right: 15px;
	display: inline-block;
	background: url('/icons/ext_link.png');
	background-position: right;
	background-repeat: no-repeat;
	cursor: pointer;
}

/* ----------------------------------------------------------------------------- */

.hTable { 
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}

.rightCol {
	background-color: #EEEEEE;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #324866;
	/*border-bottom: 1px solid #CCCCCC;*/
}


.blockHead {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	width: 100%;
	height: 14px;
	line-height: 14px;
	vertical-align: middle;
	text-align: center;
	padding: 4px 8px 8px 6px;
}

.blockHead a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}

.blockHead a:hover, .blockHead a:active {
	color: #FFCC33;
}

.blockBody {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
	background-color: #EFEFEF;
	padding: 4px;
}

.blockTitle {
	padding: 0;
	margin: 0 0 0.5em 0;
}

.blockImage {
	float: right;
	margin: 3px 0 4px 4px;
	padding: 0;
	border: 1px solid #FFF;
	box-shadow: 0 0 2px #000;
}

.blockFoot {
	background-color: #EFEFEF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	line-height: 12px;
	text-align: left;
	padding: 4px;
}

ul.list {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

div.list, ul.list li {
	margin-bottom: 4px;
	padding-left: 12px;
	display: block;
	margin-top: 0;
}

.center {
	text-align: center;
	vertical-align: middle;
}

.comment {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;

}

.surveyBar {
	background-color: #EEEEEE;
	overflow: hidden;
}

.lowerBar {
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background-color: #FFCCCC;
	overflow: hidden;
}

.upperBar {
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #333333;
	border-bottom: 0px;
	background-color: #DDEEFF;
	overflow: hidden;
}

.gradient {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	width: 100%;
	text-align: right;
	line-height: 16px;
	padding-right: 4px;
}

.gradient2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	width: 100%;
	text-align: right;
	line-height: 16px;
	padding-right: 4px;
}

.inset {
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-color: #EEEEEE;
}

.dots {
	background-image: url("/images/dot.gif");
	background-repeat: repeat-x;
	margin-top: 12px;
	margin-bottom: 4px;
	width: 100%;
	line-height: 4px;
}

.block {
	display: block;
}

.prHead {
	font-weight: bold;
	border-top: 2px solid #466590;
	border-bottom: 2px solid #466590;
	background-color: #EEEEEE;
}

.prRow {
	border-bottom: 1px solid #466590;
}

.key {
	font-size: 1px;
	color: #6592D0;
}

.small {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
}

.medium {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}

.big2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.table {
	/*border-collapse: collapse;*/
	/*border: 1px outset;*/
	font-family: Tahoma;
	font-size: 9px;
}

.td {
	border: 1px solid #CCCCCC;
	text-align: center;
	width: 9px;
}

.head {
	font-family: Tahoma;
	color: #FFFFFF;
	padding-left: 2px;
	padding-right: 2px;
}

.resv {
	background-color: #F88578;
	color: #FFFFFF;
	cursor: default;
}

.wait {
	background-color: #F8C878;
	color: #FFFFFF;
	cursor: default;
}

.free {
	background-color: #66D180;
	color: #FFFFFF;
	cursor: pointer;
}

.clsd {
	background-color: #CCCCCC;
	color: #FFFFFF;
	cursor: default;
}

.sunday {
	color: #FF0000;
}

.today {
	border: 1px solid #FF0000;
}

.past {
	background-color: #CCCCCC;
	color: #FFFFFF;
	cursor: default;
}

.webdings {
	font-family: Webdings;
}

.wingdings {
	font-family: Wingdings;
}

tr.hover:hover td {
	background-color: #FFFCCC;
}

.clear {
	display: block;
	clear: both;
}

.nav {
	line-height: 24px;
	border: 1px solid #999999;
	padding: 4px 8px 4px;
	margin: 0px 1px 0px;
	color: #000000;
	background-color: #CCCCCC;
	font-weight: bold;
	cursor: pointer;
}

a.nav:hover, a.nav:active {
	background-color: #FFFCCC;
	text-decoration: none;
}

.navcur {
	line-height: 24px;
	border: 1px solid #000000;
	padding: 4px 8px 4px;
	margin: 0px 1px 0px;
	color: #FFFFFF;
	font-weight: bold;
	cursor: default;
}

.navcd {
	line-height: 26px;
	/*border: 1px solid #000000;*/
	padding: 0px 4px 0px;
	margin: 0px 1px 0px;
	font-size: 12px;
	font-weight: bold;
	/*color: #FFFFFF;*/
	white-space: nowrap;
}

select.navcd {
	/*color: #FFFFFF;*/
	font-weight: normal;
}

#hoteliLista {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #EFEFEF;
	max-height: 360px;
	overflow: auto;
	margin: 0px;
	padding-bottom: 9px;
	padding-left: 0;
	list-style-type: none;
}

#hoteliLista li {
	display: block;
}

#hoteliLista span {
	float: right;
}

#hoteliLista a {
	cursor: pointer;
	display: block;
	background-color: #EEEEEE;
	text-decoration: none;
	line-height: 16px;
	margin: inherit;
	padding: 2px;
}

#hoteliLista a:hover {
	background-color: #FFFFCC;
}

.comment {
	border-left: 4px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	margin-top: 24px;
}

.comment .head {
	padding: 8px 8px 8px 32px;
	color: #666666;
	font-size: 12px;
	background-color: #E0E0E0;
	background-image: url("/icons/comment.gif");
	background-repeat: no-repeat;
	background-position: 8px 8px;
}

.comment .name {
	font-size: 14px;
	font-weight: bold;
	color: #990F00;
}

.comment p {
	padding: 4px;
	margin: 8px;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 28px;
	margin: 0 auto 12px;
}

h2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	margin: 0 auto 8px;
}

h5 {
	font-size: 12px;
	font-weight: bold;
}

h6 {
	font-size: 11px;
	font-weight: bold;
}

#sitemap {
	margin-top: 24px;
}

#sitemap, #sitemap li {
	list-style-type: none;
}

#sitemap fieldset {
	border: 0;
	border-top: 1px solid #666666;
}

#sitemap legend {
	font-size: 16px;
	font-weight: bold;
	margin: 0 4px;
}

.quickdd {
	display: block;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
}

#frmSearch {
	margin: 0 auto;
	padding: 8px 0;
	text-align: center;
	border-top: 1px solid #7298CC;
	border-bottom: 1px solid #324866;
}

#searchBox {
	margin: 0 auto;
	padding: 0;
	background-image: url(/themes/images/searchbg2.gif);
	background-repeat: no-repeat;
	width: 114px;
	height: 22px;
	overflow: hidden;
	white-space: nowrap;
}

#searchText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: none;
	outline: none;
	background: none;
	margin: 4px 17px;
	padding: 0;
	width: 90px;
}

option.disabled {
	color: #999;
}

.dateImg {
	position: relative;
	top: 3px;
	left: -22px;
	cursor: pointer;
}

#navigation_top {

}

#navigation_top ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
	position: relative;
	display: block;
}

#navigation_top li {
	float: left;
	padding-left: 13px;
	background-image: url(/images/arrow_off.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
}

#navigation_top li a {
	padding: 0;
	display: block;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#navigation_top li.home {
	padding-left: 0;
	background-image: none;
}

#navigation_top li.home a {
	display: block;
}

#navigation_top hr {
	clear: both;
	color: #900;
}

.paging {
	clear: both;
	font-size: 14px;
	line-height: 16px;
}

.paging a {
	display: block;
	float: left;
	padding: 0.3em;
	font-weight: bold;
}

.paging span {
	display: block;
	float: left;
	padding: 0.3em;
}

.paging span.current {
	color: #900;
	border: 1px solid;
	font-weight: bold;
	background-color: #FFF;
	border-radius: 4px;
	cursor: default;
}

#fcode {
	text-align: center;
	width: 194px;
	font-family: Trebuchet MS, Georgia, Times, serif;
	font-size: 36px;
}

#support a {
	display: block;
	width: 180px;
	height: 115px;
	text-indent: -200px;
	overflow: hidden;
}
