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

html, body {
	margin: 0;
	padding: 0;
	border: 0;
	width: 410px;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.4;
	background: transparent;
}

#wrapper-top, #wrapper-bottom {
	width: 410px;
	margin: 0;
	padding: 0;
}

#wrapper {
	background: url(../../layout/images/calendar-popup-bkgrd.png) repeat-y 0 0;
	width: 400px;
	padding: 0 5px 10px 5px;
	margin: 0;
}

#wrapper-top {
	background: url(../../layout/images/calendar-popup-top.png) no-repeat 0 0;
	padding: 15px 0 0 0;
}

#wrapper-bottom {
	background: url(../../layout/images/calendar-popup-bottom.png) no-repeat bottom left;
	padding: 0 0 15px 0;
}

#wrapper h2 {
	background: #58595b url(../../layout/images/calendar-popup-header.png) no-repeat bottom left;
	padding: 0 0 10px 20px;
	color: #ffffff;
}

#wrapper div {
	padding: 10px 25px 0 25px;
}



/***** Common Formatting *****/

img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

input, select, textarea {	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
}

th, td {
	vertical-align: top;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	outline: none;
}

/***** Font/Heading Styling *****/

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

/***** Global Classes *****/

.clear {
	clear: both;
}

.small {
	font-size: 0.85em;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	border-bottom: 1px solid;
}

.highlight {
	background: #ffc;
}

.ulNoFormat {
	padding: 0;
	margin: 0;
	list-style: none;
}

.noPadding {
	padding: 0;
}

.noMargin {
	margin: 0;
}

.noIndent {
	padding-left: 0;
	margin-left: 0;
}

.noBullet {
	list-style: none;
	list-style-image: none;
}

.left {
	float: left;
}

.right {
	float: right;
}
