@charset "UTF-8";
/* CSS Document */

body { 
	margin: 0; 
	/*background: url(/smbase/data/templates/glenechocottages/images/bknd.gif) repeat-y;*/
	background: #ccc;
}

body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	line-height: 15px;
}

a:link, a:visited, a:active {
	color: #3f5890;
	text-decoration: none;
}

a:hover {
	color: #7aa0d0;
}

h3 {
	font-size: 14px;
	margin-bottom: 5px;
	color: #3f5890;
	font-family: "Lucidia Grande", Verdana, Arial, sans-serif;
}

/**********************************************
A c T i O n   W i N d O w   P o P u P
**********************************************/

#action_window {
	background: #f9f9f9;
	border: solid 10px #999;
	width: 900px;
	min-height: 530px;
	position: absolute;
	z-index: 1000;
	padding: 10px;
	overflow:auto;
}

#action_window {
  min-height:530px;
  height:auto !important;
  height:530px;
}

#action_window div.close {
	float: right;
	font-size: 12px;
	font-weight: bold;
	color: #666;
}

#action_window h1 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

#action_window h2 {
	margin-top: 20px;
	font-size: 12px;
	color: #666;
}

#alignment_options_holder img {
	padding: 3px;
	float: left;
	margin-right: 5px;
}