/*==============================================================================*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	/*color: #4d4d4d;*/
	color: #2f2f2f;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/css/bg_page.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
.container {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
/*==============================================================================*/
.header {
	width: 770px;
	height: 110px;
	margin-bottom: 10px;
}
.left {
	width: 125px;
	float: left;
}

.left a{
color: #2f2f2f;}
.middle {
	width: 500px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.right {
	width: 125px;
	float: left;
}
.footer {
	clear: both;
	text-align: center;
}
/*==============================================================================*/
.headerleft {
	width: 10px;
	height: 110px;
	float: left;
	background-image: url(../images/css/bg_header_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.headerright {
	width: 10px;
	height: 110px;
	float: left;
	background-image: url(../images/css/bg_header_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.headerlogo {
	width: 375px;
	height: 110px;
	float: left;
	background-image: url(../images/css/bg_header_middle.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.headersponsor {
	width: 375px;
	height: 110px;
	float: left;
	line-height: 110px;
	text-align: center;
	background-image: url(../images/css/bg_header_middle.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.logo {
	margin-top: 20px;
}
.strap {
	margin-left: 20px;
}
.mainsponsor img {
	margin-top: 20px;
}
.midsponsor {
	margin-bottom: 10px;
}
/*==============================================================================*/
.templateboxitem {
	width: 125px;
	margin-bottom: 10px;
}
.templateboxitemheader {
	height: 22px;
	line-height: 22px;
	text-indent: 10px;
	background-image: url(../images/css/bg_templateboxitemh1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.templateboxitemheader h1 { /*because safari is special*/
	font-size: 100%;
}
.templateboxitemcontent {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	background-image: url(../images/css/bg_templateboxitem.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	line-height: 18px;
}
/*==============================================================================*/
.mainmenu {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.mainmenu li a:link, .mainmenu li a:active, .mainmenu li a:visited {
	/*color: #4d4d4d;*/
	color: #2f2f2f;
	text-decoration: none;
}
.mainmenu li a:hover {
	color: #0099cc;
}
/*==============================================================================*/
.footer a:link, .footer a:active, .footer a:visited {
	/*color: #4d4d4d;*/
	color: #2f2f2f;
	text-decoration: none;
}
.footer a:hover {
	color: #0099cc;
}
/*==============================================================================*/
h1, h2, h3 {
	font-size: 100%;
	margin: 0px;
}
form {
	padding: 0px;
	margin: 0px;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.error {
	color: #CC0000;
}
/*==============================================================================*/
.hpc {
	margin-bottom: 10px;
}
.channels {
	width: 500px;
	height: 100px;
	margin-bottom: 10px;
}
.channels ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	height: 100px;
}
.channels ul li {
	display: inline;
}
.channels ul li a {
	display: block;
	float: left;
	padding: 0px;
	margin: 0px;
	padding-left: 20px;
	
}
.channels img {
	border:1px solid #CCCCCC;
}

/*==============================================================================*/
.vsponsors {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.vsponsors li {
	margin-bottom: 10px;
}
/*==============================================================================*/
.contentitem {
	width: 500px;
	margin-bottom: 10px;
}
.minicontentitem {
	width: 250px;
	float: left;
	margin-bottom: 10px;
}
.contentitemheader {
	height: 22px;
	line-height: 22px;
	text-indent: 10px;
	background-image: url(../images/css/bg_contentitemh1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.contentitemheader h1 { /*because safari is special*/
	font-size: 100%;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.contentitemcontent {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	background-image: url(../images/css/bg_contentitem.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	line-height: 18px;
	display: block;
}
.contentitemcontent h1{
	font-size: 140%;
	margin-bottom: 10px;
	padding-bottom: 0px;
}
.contentitemcontent p {
	margin-top: 0px;
}
/*==============================================================================*/
.contentitemheader a:link, .contentitemheader a:active, .contentitemheader a:visited {
	/*color: #4d4d4d;*/
	color: #2f2f2f;
	text-decoration: none;
}
.contentitemcontent a:link, .contentitemcontent a:active, .contentitemcontent a:visited {
	color: #0099cc;
	text-decoration: none;
}
/*==============================================================================*/
/*==============================================================================*/
.hpcontentitemcontent {
	width: 480px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(../images/css/bg_contentitem.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	line-height: 18px;
}
.hpnews {
	list-style-type:  none;
	padding: 0px;
	margin: 0px;
}
.hpnews li {
	display: inline;
}
.hpnews li a:hover {
	padding: 4px;
	border-left: 1px solid #ececec;
	border-top: 1px solid #ececec;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
/*	background-color: #F2FAFC;*/
}
.hpnews li a h1 {/*because safari is special*/
	font-size: 100%;
}
.hpnews li a:hover h1 {
	text-decoration: underline;
}
.hpnews1 {
	display: block;
	width: 250px;
	height: 320px;
	float: left;
	padding: 5px;
	overflow: hidden;
}
.hpnews2to4 {
	display: block;
	width: 210px;
	height: 100px;
	float: left;
	padding: 5px;
	overflow: hidden;
}
.hpsubnews {
	display: block;
	width: 230px;
	height: 100px;
	float: left;
	padding: 5px;
	overflow: hidden;
}
.clear {
	clear: both;
	font-size: 1px;
}
.imagebox {
	padding: 4px;
	margin: 4px;
	width: 250px;
	float: right;
	text-align: center;
	border-left: 1px solid #ececec;
	border-top: 1px solid #ececec;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #FFFFFF;
}
/*==============================================================================*/
.hpcontentitemcontent a:link, .hpcontentitemcontent a:active, .hpcontentitemcontent a:visited {
	/*color: #4d4d4d;*/
	color: #2f2f2f;
	text-decoration: none;
}
/*==============================================================================*/
.hidden {
	visibility: hidden;
	display: none;
}
/*==============================================================================*/
.comment blockquote {
	background-color: #fcfcfc;
	border: 1px dashed #cccccc;
	padding: 5px;
	margin: 5px;
}
/*==============================================================================*/
.buscats {
	width: 230px;
	float: left;
	padding: 0px;
	margin: 0px;
	padding: 5px;
}
/*==============================================================================*/
.forumtable {
	width: 480px;
}
.forumtable th {
	border: 1px solid #cccccc;
	background-image: url(../images/css/bg_contentitemh1.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
}
.forumtable td {
	padding: 2px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}
.forumaltrow td {
	background-color: #ececec;
}
.forumpagelinks {
	text-align: center;
}
.forumavatar {
	width: 50px;
	text-align: center;
	vertical-align: top;
}
.forumtable th a:link, .forumtable th a:active, .forumtable th a:visited {
	/*color: #4d4d4d;*/
	color: #2f2f2f;
}
/*==============================================================================*/
.hotelsmap {
	width: 480px;
	height: 380px;
}
.grey {
	/*color: #4d4d4d;*/
	color: #2f2f2f;
	font-weight:bold;
}
.blue {
	color:#0099cc;
}
.orange {
	color:#ff9617;
}
.purple {
	color:#500087;
}


.colhead {
	width: 100%;
	border-collapse: collapse;
	
}
.colhead td {
	padding: 0px;
	border: none;
	background: none;
}
.orderlinks {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 11px;
}
.orderlinks li {
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	line-height: 9px;
}
.orderlinks li a {
	padding: 1px;
	margin: 0px;
	font-size: 1px;
	line-height: 9px;
}
.ratstar {
	white-space: nowrap;
	font-size: 1px;
}
/*==============================================================================*/
.linkcolhead {
	width: 480px;
	
}
.linkcolhead th {
	line-height:30px;
	background-color: #e3f4fa;
	border: 1px solid #cccccc;
	padding:3px;
}
/*=========================TIGON MOD=====================================================*/
.searchtbl{
border:1px solid #ececec;
border-collapse:collapse;
width:100%;}
.searchtbl th{
text-align:left;
font-weight:bold;
color:#5a5a5a;
border:1px solid #ececec;
border-collapse:collapse;}
.searchtbl td{
text-align:left;
border:1px solid #ececec;
border-collapse:collapse;
}

/*==============================================================================*/
.TIGONimg{
border:2px solid #f102fe;}
/*==============================================================================*/
.gwysTextArea {
	width: 400px;
	height: 290px;
	border: 1px solid #808080;
	overflow: auto;
	padding: 5px;
	margin: 0px;
}
.gwysEditArea {
	width: 450px;
	height: 300px;
	border: 1px solid #808080;
	overflow: auto;
	padding: 0px;
	margin: 0px;
}
.gwysToolBar {
	width: 446px;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	padding: 2px;
	background-image: url(../images/admin/toolbar.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.gwysToolBar button {
	border: none;
	background: none;
	width: 20px;
	height: 20px;
	padding: 0px;
	margin: 1px;
	background-image:url(../images/admin/button_bg.png);
}
.gwysToolBar button:hover {
	background-image:url(../images/admin/button_hover_bg.png);
}
.gwysToolBar select {
	font-size: smaller;
	display: block;
	float: left;
	margin-top: 2px;
}
.gwysStatusBar {
	width: 446px;
	font-size: smaller;
	font-weight: bold;
	padding: 2px;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	background-image: url(../images/admin/toolbar.gif);
	background-repeat: repeat-x;
	background-position: center;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.gwysColourPallet {
	background-color: #00CCFF;
	width: 100px;
	height: 100px;
}
.disabled {
	opacity:.25;
	filter:alpha(opacity=25);
	-moz-opacity: 0.25;
}
.gwysPopup {
	border: 1px solid #808080;
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	width: 100%;
}
.gwysPopup th {
	border-bottom: 1px solid #808080;
	padding: 2px;
	background-image: url(../images/admin/toolbar.gif);
	background-repeat: repeat-x;
	background-position: center;
	text-align: left;
	color: #FFFFFF;
}
.gwysPopup td {
	border: 1px solid #808080;
	padding: 2px;
}
.gwysFolderTree {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	border-collapse: collapse;
}
.gwysFolderTree a {
	color: #000000;
	text-decoration: none;
}
.gwysImglnk {
	display: block;
	float: left;
	width: 75px;
	height: 105px;
	padding: 5px;
	border: 1px solid #cccccc;
	text-align: center;
	margin: 2px;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	text-decoration: none;
}
.gwysImglnk:hover {
	background-color: #ececec;
}

/*==============================================================================*/


.datingmain{
vertical-align:top;
width:100%;}

.datingmain td{
vertical-align:top;}

.datingmain ul{
margin:0px;
padding:0px;}

.datingmain li{
list-style-image:url(../images/dating/heart.gif);
}

#wld_badge_wrapper {
	width: 200px;
	margin: 0 0 0 188px;
	padding: 10px 0 4px 0;
	float:left;

}

.wld_badge_item {
	font-size: 1em;
	text-align: center;
	float: left;
	padding: 0 0 0 6px;
	width: 90px;
	height: 130px;
}

.wld_badge_item img {
	border: #32a3df 1px solid;
	margin: 0 4px;
	width: 74px;
	height: 74px;
}

.wld_badge_item_detail {
	color: #003366;
	overflow: hidden;
	font-size: 0.9em;
	font-style: italic;
	text-align: left;
	padding: 6px 0 0 6px;
	text-transform: capitalize;
}

.wld_badge_item_region {
	color: #393939;
	font-weight: normal;
	font-size: 95%;
}
/*==============================================================================*/
/*==============================================================================*/
/*==============================================================================*/
/*==============================================================================*/
/*==============================================================================*/
/*==============================================================================*/
/*==============================================================================*/
/*==============================================================================*/
/*==============================================================================*/
/*==============================================================================*/
/*==============================================================================*/
/*==============================================================================*/
/*==============================================================================*/
/*==============================================================================*/
/*==============================================================================*/
/*==============================================================================*/
/*==============================================================================*/
/*==============================================================================*/
/*==============================================================================*/
/*==============================================================================*/
/*==============================================================================*/
/*==============================================================================*/
/*==============================================================================*/
/*==============================================================================*/
/*==============================================================================*/
/*==============================================================================*/
/*==============================================================================*/
/*==============================================================================*/
/*==============================================================================*/
/*==============================================================================*/
/*==============================================================================*/
/*==============================================================================*/
/*==============================================================================*/
/*==============================================================================*/
/*==============================================================================*/
/*==============================================================================*/
/*==============================================================================*/
/*==============================================================================*/
/*==============================================================================*/
/*==============================================================================*/
/*==============================================================================*/
/*==============================================================================*/
/*==============================================================================*/
/*==============================================================================*/
/*==============================================================================*/
