﻿/* common */

A {
	text-decoration: underline;
	color: #00adef;
}

A:hover {
	text-decoration: underline;
	color: #ffffff;
}

A.menu_item {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

A.menu_item:Hover, A.menu_item_selected {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

A.leftmenu_item {
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
	background-image: url(../images/ico_bullet_white.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 25px;

}

A.leftmenu_item:Hover {
	text-decoration: underline;
	color: #ffffff;
	font-weight: normal;
	background-image: url(../images/ico_bullet_blue.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 25px;

}

A.footermenu_item {
	text-decoration: underline;
	color: #8b8b8b;
}

A.footermenu_item: Hover {
	text-decoration: underline;
	color: #ebebeb;
}

BODY {
	color: #ababab;
	background-color: #464646;
	margin-top: 10px;
	font-family: Tahoma, Arial, Helvetica, Tahoma CE, Arial CE, Helvetica CE;
	font-size: 11px;
}

H1, SPAN.h1 {
	font-family: Trebuchet MS;
	font-size: 18px;
	font-weight: bold;
	color: #ebebeb;
	margin: 0px 0px 4px 0px;
}

H2, SPAN.h2 {
	font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
	color: #ebebeb;
	margin: 0px 0px 4px 0px;
}

HR {
	color: #F4F0EE;
	width: 100%;
	height: 1px;
}

IMG {
	border: 0px;
}

IMG.art_right {
	float: right;
	margin: 0px 0px 10px 10px;
}

IMG.art_left {
	float: left;
	margin: 0px 10px 10px 0px;
}


/* custom */

TABLE.glow {}

	TABLE.glow TD.content {
		background-color: #231f20;
		vertical-align: top;
		padding: 0px;
		font-size: 11px;
	}
	
	TABLE.glow TD.top {
		background-image: url(../images/box_glow_top.gif);
		background-repeat: repeat-x;
		width: auto;
		height: 10px;
	}

	TABLE.glow TD.right_top {
		width: 10px;
		height: 10px;
	}

	TABLE.glow TD.right {
		background-image: url(../images/box_glow_right.gif);
		background-repeat: repeat-y;
		width: 10px;
		height: auto;
	}

	TABLE.glow TD.right_bottom {
		width: 10px;
		height: 10px;
	}

	TABLE.glow TD.bottom {
		background-image: url(../images/box_glow_bottom.gif);
		background-repeat: repeat-x;
		width: auto;
		height: 10px;
	}

	TABLE.glow TD.left_bottom {
		width: 10px;
		height: 10px;
	}

	TABLE.glow TD.left {
		background-image: url(../images/box_glow_left.gif);
		background-repeat: repeat-y;
		width: 10px;
		height: auto;
	}

	TABLE.glow TD.left_top {
		width: 10px;
		height: 10px;
	}

DIV.weddings_place_item {
	width: 100%;
	margin-bottom: 10px;
}
	
	DIV.weddings_place_item IMG.photo {
		float: right;
	}

	DIV.weddings_place_item DIV.name {
		font-weight: bold;
		color: #e0e0e0;
		font-size: 12px;
		font-family: Verdana;
		margin-bottom: 5px;
	}

/* form */

SELECT.dropdownlist {
	background-color: white;
	border: 1px solid #0A51A1;
	color: #607090;
	font-size: 11px;
	font-family: Tahoma, Tahoma CE;
	width: 220px;
	height: 18px;
}

INPUT.textbox {
	background-color: white;
	border: 1px solid #0A51A1;
	color: #607090;
	font-size: 11px;
	font-family: Tahoma, Tahoma CE;
	width: 220px;
	height: 18px;
}

INPUT.button {
	background-color: #0A51A1;
	color: white ;
	border: 0px;
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma, Tahoma CE;
	height: 18px;
}

TEXTAREA.textarea {
	background-color: white;
	border: 1px solid #0A51A1;
	color: #607090;
	font-size: 11px;
	font-family: Tahoma, Tahoma CE;
	width: 220px;
	height: 200px;
}