/*----------------------------------------------------*/
/* General */
/*----------------------------------------------------*/

body {
	background: White url(images/gr_top.gif) repeat-x top;
	padding: 0;
}

h1, h1 a {
	font-size: 11px;
	font-weight: normal;
	color: #2974c3;
	padding: 0 0 0 67px;
	margin: 0;
	text-decoration: none;
}
h1 a:hover {
	text-decoration: none;
}
h2 {
	font-size: 20px;
	text-align: left;
	color: #424547;
	padding: 0 0 9px 0;
	margin: 0;
}
h2 img {
	margin-right: 7px;
}
h3 {
	font-size: 16px;
	text-align: left;
	color: #424547;
	padding: 12px 0 6px 5px;
	margin: 0;
}
h4 {
	font-size: 20px;
	text-align: left;
	color: #e7e7e7;
	padding: 8px 0 0 9px;
	margin: 0;
}
#logo {
	text-align: left;
	vertical-align: bottom;
}
#logo img {
	margin-left: 4px;
}
#motto {
	background: url(images/logo_bottom_sm.png) no-repeat 4px 0;
	text-align: left;
}
#collage {
	text-align: right;
	padding-top: 5px;
}
#content {
	width: 612px;
	min-height: 400px;
	float: right;
	padding: 0 0 11px 3px;
	margin-top: 9px;
	background-repeat: no-repeat;
	background-position: right top;
}

/*----------------------------------------------------*/
/* Navigation */
/*----------------------------------------------------*/

.arrow {
	background: url(images/arrow.gif) no-repeat center bottom;
}
ul#nav li a#international {
	width: 146px;
	background-image: url(images/international-holidays.gif);
}
ul#nav li a#national {
	width: 129px;
	background-image: url(images/national-holidays.gif);
}
ul#nav li a#religion {
	width: 122px;
	background-image: url(images/religion-holidays.gif);
}
ul#nav li a#uno {
	width: 122px;
	background-image: url(images/UNO-holidays.gif);
}
ul#nav li a#occult {
	width: 122px;
	background-image: url(images/occult-holidays.gif);
}

ul#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
ul#nav li {
	position: relative;
	display: inline;
	float: left;
	margin: 0 0 0 20px;
	padding: 0;
}

ul#nav li:hover ul, ul#nav li.over ul  {
	display: block;
}
ul#nav li a {
	height: 67px;
	display: block;
	background-repeat: no-repeat;
}
ul#nav li a span {
	display: none;
}
ul#nav li ul {
	position: absolute;
	top: 67px;
	left: 0px;
	display: none;
	background-color: White;
	border: solid 3px #dcebf8;
	margin: 0;
	padding: 0 0 5px 0;
}
ul#nav li ul#rightcol {
	left: 181px;
}
ul#nav li ul:hover {
	display: block;
   z-index: 6000;
	top: 0px;
	margin-top: 67px;
	background-color: White;
}
ul#nav li ul li {
	clear: left;
	text-align: left;
	font-size: 11px;
	margin: 0;
	padding: 0;
}
ul#nav li ul li a {
	display: block;
	height: 14px;
	width: 170px;
	color: #2c6398;
	padding: 3px 4px 1px 4px;
	// padding: 3px 4px 0 4px;
	white-space: nowrap;
	text-decoration: none;
}
ul#nav li ul li a:hover {
	color: #b90059;
	text-decoration: underline;
}
#hleb {
	font-size: 12px;
	text-align: left;
	color: #a8b1b8;
	padding-bottom: 7px;
}
#hleb img {
	margin: 0 3px;
}
/*----------------------------------------------------*/
/* Left Column */
/*----------------------------------------------------*/

#left-col {
	width: 150px;
	float: left;
	text-align: left;
}
#left-col h4 {
	width: 141px;
	height: 24px;
	font-size: 12px;
	text-align: center;
	color: White;
	background-repeat: no-repeat;
	margin: 9px 0 0 0;
	padding: 3px 0 0 0;
}
#left-col h4 a {
	color: White;
	text-decoration: none;
}
#left-col h4.blue {
	background-image: url(images/bg_title_blue.gif);
}
#left-col h4.magenta {
	background-image: url(images/bg_title_magenta.gif);
}
#left-col h4.gray {
	height: 25px;
	vertical-align: bottom;
	padding-top: 8px;
	background-image: url(images/bg_title_gray.gif);
}
#left-col h4.green {
	background-image: url(images/bg_title_green.gif);
}
#left-col .block {
	width: 141px;
	background: url(images/bg_block.gif) repeat-y;
	white-space: nowrap;
}
#left-col ul {
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0;
}
#left-col ul li {
	font-weight: bold;
	font-size: 12px;
	margin: 3px 2px 0 11px;
	padding: 0;
}
#left-col form {
	text-align: left;
	margin: 0;
	padding: 7px 0 7px 0;
	background: url(images/search_field.gif) no-repeat 4px 7px;
}
#left-col #field {
	height: 17px; width: 91px;
	font-size: 12px;
	border: none;
	color: #4f4e4e;
	background: none;
	margin: 6px 0 0 14px;
	padding: 0;
}
#left-col #button {
	border: none;
	margin: 4px 0 0 10px;
	padding: 0;
}
#left-col p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 3px 2px 0 5px;
}

/*----------------------------------------------------*/
/* Internal Pages */
/*----------------------------------------------------*/

.imgbox {
	width: 208px;
	float: right;
	text-align: center;
	margin-top: -20px;
}
.imgbox img {
	border: solid 1px White;
	margin: 0 0 11px 8px;
}

#holidays {
	background-color: #dceeff;
	clear: left;
	margin-bottom: 9px;
}
#holidays tr td {
	font-weight: bold;
	padding: 3px 11px 5px 11px;
	vertical-align: middle;
	border-bottom: solid 1px #c9ccd0;
	border-left: solid 1px White;
	border-right: solid 1px White;
}
#holidays tr td strong {
	font-size: 80%;
	white-space: nowrap;
}
#holidays tr td strong a {
	margin-left: 3px;
}
#holidays tr td p {
	text-align: left;
	padding: 2px 0 3px 0;
}
#holidays tr.bg td {
	background-color: White;
	border-left: solid 1px #c9ccd0;
	border-right: solid 1px #c9ccd0;
}
#holidays tr td.holiday {
	color: #dd5d52;
}
#holidays td.separator {
	border-top: solid 2px #424547;
}

/*----------------------------------------------------*/
/* Organizer */
/*----------------------------------------------------*/

iframe#organizer  {
	float: right;
	width: 196px;
	height: 487px;
	background: url(images/organizer.jpg) no-repeat;
	margin: -33px 0 0 10px;
}

/*----------------------------------------------------*/
/* Holidays by country */
/*----------------------------------------------------*/

#alphabet {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 11px 8px;
}
.col {
	width: 200px;
	float: left;
	text-align: left;
}
.longcol {
	clear: left;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding: 19px 0 9px 0;
}
.longcol a {
	text-decoration: none;
}
.longcol img {
	margin-left: 3px;
}

.national h3 {
	font-size: 28px;
	text-align: left;
	color: #e7e7e7;
	padding: 4px 0 0 9px;
	margin: 0;
}
.national ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 9px;
}
.national ul li {
	list-style: none;
	font-size: 14px;
	margin: 0;
	padding: 2px 0 5px 0;
}

/*----------------------------------------------------*/
/* Forms */
/*----------------------------------------------------*/

form {
	padding: 11px 90px 0 11px;
	margin: 0;
}
input {
	margin: 0;
	padding: 0;
}
input.field {
	font-size: 12px;
	height: 14px;
	width: 170px;
	color: #3f85c8;
	background-color: White;
	border: solid 1px #424547;
	margin: 0;
	padding: 1px 2px 0 2px;
}
textarea {
	font-size: 12px;
	height: 170px;
	width: 350px;
	overflow: hidden;
	color: #3f85c8;
	background-color: White;
	border: solid 1px #424547;
	margin: 0 5px 0 1px;
	padding: 1px 2px 0 2px;
}
