/* @override 
	http://www.digitalyukon.com/css/dy2.css
	http://dy.dev/css/dy2.css
*/

html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #dde0e3;
}
table, thead, tbody, tr, td, th {
	font-size: inherit;
	font-family: inherit;
}

/* @group MAIN 3 */

table#main {
	margin-left: auto;
	margin-right: auto;
}

table#main td#left {
	background: url(../images/bg_main_left.gif) repeat-y right top;
	width: 10px;
}

table#main td#middle {
	width: 800px;
	background: #fcfcfc repeat-x left top;
}

table#main td#right {
	background: url(../images/bg_main_right.gif) repeat-y left top;
	width: 10px;
}

#topbar {
	background-color: #2f455e;
	font-size: 13px;
	color: #fe0;
	text-align: right;
	padding: 8px 12px 8px 8px;
}

#header {
	background: #fcfcfc url(../images/bg_hdr3.png) repeat-x left top;
	margin-bottom: 4px;
}

#header h1 {
	margin: 0;
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-bottom: 9px;
}

#header h1 .edition {
	padding-left: 7px;
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #c1c1c1;
}

#menu {
	text-decoration: none;
	display: inline-block;
	width: 100%;
	background: #fcfcfc url(../images/bg_menu.gif) repeat-x left bottom;
}

#menu table {
}

#menu table td {
	background: url(../images/menu_tab_border.gif) no-repeat right bottom;
}

#menu table td.first {
	width: 26px;
}

#menu td.on a {
	background: #fcfcfc repeat-x left top;
}

#menu a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	color: black;
	padding: 12px 35px 8px;
	margin-right: 1px;
}

#menu a:hover {
	text-decoration: underline;
	background-position: left bottom;
	background-repeat: repeat-x;
}



/* @end */

#googlead {
	background-color: #fdfbd2;
	border: 1px solid #cfcfcf;
	border-bottom-style: none;
	padding-top: 10px;
}

/* @group ADS */

.adcol {
	border: 1px solid #cecece;
	border-top-style: none;
	border-right-style: none;
	background-color: white;
	width: 260px;
}

.adunit {
	background-color: #ffffff;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 4px;
	border-top: 1px solid #cecece;
	text-align: center;
}

.adunit .adimage {
	overflow: hidden;
	width: 250px;
}

.adunitgoo {
	border-top: 1px solid #cecece;
	text-align: center;

	background-color: #fdfbd2;
	padding: 5px 10px 6px;
}

.adunit .adcategory {
	color: #616161;
	text-align: center;
	font-size: 12px;
	background-color: #f2f2f2;
	padding: 10px;
	margin: 0 0 16px;
	border: 1px solid #e4e4e4;
}

.adunit h2 {
	text-decoration: none;
	color: black;
	font: bold 13px/20px Georgia, "Times New Roman", Times, serif;
	display: block;
	margin-bottom: 0;
	margin-right: 8px;
	margin-left: 8px;
}

.adunit .adcontent {
	line-height: 20px;
	font-size: 11px;
	margin: 0 12px;
}

.adunit .addetail {
	margin: 0;
	font: 13px/16px Georgia, "Times New Roman", Times, serif;
}

.adunit .adexpire {
	font-style: italic;
	color: #8b8b8b;
	font-size: 10px;
	margin: 0;
}



/* @end */

/* @group NAV */

#navgroup {
	text-align: center;
	background-color: #feff98;
	border-top: 1px solid #c2c31f;
}

#navgroup a {
	text-align: center;
	text-decoration: none;
	display: inline-block;
	color: black;
	padding: 6px 12px;
}

#navgroup a.selected {
	background-color: #fffdc7;
	color: black;
	border: 1px solid #c2c31f;
	border-top-style: none;
	border-bottom-style: none;
}

#navgroup a:hover {
	color: black;
	text-decoration: none;
	background-color: #fff100;
}

#navgroup .endborder {
	border: 1px solid #989d1c;
}



/* @end */

/* @group REFINE */

#refine td {
	text-align: center;
	background-color: black;
background: url(/images/bg_refine.gif) repeat-x left top;
	border-top: 1px solid #515151;
	border-left: 1px solid #515151;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

#refine a {
	display: block;
	margin: 0;
	padding: 5px;
	text-decoration: none;
	color: silver;
}

#refine a:hover, #refine a.refineselected {
	background-color: #575757;
	background-image: none;
	color: #fff700;
}



/* @end */

/* @group CONTENT */

#content {
	padding: 20px;
}

#content h2 {
	padding: 10px;
	color: black;
	margin: 2px 0 10px;
	background-color: #f5f5f5;
	border: 1px solid silver;
	border-right-style: none;
	border-left-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

table.grouplinks, table.grouplinks2 {
	width: 100%;
}

.grouplinks a {
	display: block;
	text-decoration: none;
	border: 1px dotted #d7d7d7;
	border-right-style: none;
	border-left-style: none;
	color: black;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	margin-right: 3px;
	background-color: #f8f8f8;
	margin-bottom: 2px;
}

.grouplinks a:hover {
	background-color: #e6e6e6;
	border: 1px dotted #d7d7d7;
	border-right-style: none;
	border-left-style: none;
}

.grouplinks2 a {
	display: block;
	text-decoration: none;
	color: #ffe800;
	background-color: #314962;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	margin-bottom: 11px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	border: 1px solid silver;
	border-right-style: none;
	border-left-style: none;
	margin-right: 1px;
}

.grouplinks2 a.selected {
	color: black;
	background: #fcfcfc url(../images/bg_tab2.gif) repeat-x left top;
	border-bottom-color: #fcfcfc;
	border-right: 1px solid silver;
	border-left: 1px solid silver;
}

.grouplinks2 a:hover {
	background-color: #3d5c7d;
}

#oldletters {
	text-align: center;
	margin-top: 46px;
}

#oldletters a {
	color: gray;
	text-decoration: none;
	padding-right: 5px;
}



/* @end */

/* @group CITY CHOOSE */

#topcities {
	text-align: center;
	background-color: #fafafa;
	margin-bottom: 12px;
	border-bottom: 1px solid silver;
	padding-bottom: 10px;
}

#topcities h2 {
	margin: 0 0 7px;
	padding: 8px;
	background-color: #efefef;
	font: bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#topcities a {
	padding: 5px 10px 4px;
	text-decoration: none;
	display: inline-block;
	color: black;
	margin: 1px;
}

#topcities a:hover {
	text-decoration: underline;
}

table#letters {
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 600px;
}

table#cities {
	width: 655px;
}

table#cities td {
	background-color: #4d729a;
	border-left: 1px solid #6699CC;
}

table#cities a {
	display: block;
background: #4d729a repeat-x left top;
	text-decoration: none;
	padding: 5px 26px 5px 16px;
	color: white;
}

table#cities a:hover {
	background-color: #405f81;
}



/* @end */

/* @group CITY */



/* @end */

