@charset "utf-8";

.x-window-body { padding-top:0; }

.x-window-mc { font:inherit; }

.x-window-body #boundary {
	display:inline-block;
	overflow:hidden;
	margin:0;
	padding:0 5px 5px 5px;
	background:url(../images/border.jpg) repeat scroll;
	width:100%;
}

.x-window-body #scontainer {
	background: #FCC;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	width:430px;
}

.x-window-body #scontainer #header {
	background: #FFF url(../images/jobmate_header_popup_bgd.jpg) no-repeat;
	height:81px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.x-window-body #scontainer #header h1 {
	display:none;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.x-window-body #scontainer #header #usercontent {
	margin-top:25px;
	margin-right:1em;
}

.x-window-body #scontainer #header #usercontent h2 {
	padding:0;
	line-height:1em;
	text-align:right;
	vertical-align:sub;
	letter-spacing:0.4em;
}

.x-window-body #scontainer #mainContent {
	background: url(../images/content_background.jpg) repeat-x 0 0;
	padding:10px 20px;
}

.x-window-body #scontainer #footercontainer {
	background-color:#E2EFF5;
	padding:0 0;
}

.x-window-body #scontainer #footercontainer #footer {
	background-color:#E2EFF5;
	margin:0 auto 0 auto;
	padding: 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-top:1px solid #cccccc;
	letter-spacing:0.1ex;
	font-weight:bold;
	text-decoration:none;
}

.x-window-body #scontainer #footercontainer #footer a { text-decoration:none; }

.x-window-body #scontainer #footercontainer #footer a:hover { text-decoration:underline; }

.x-window-body #scontainer #footercontainer #footer a:active { text-decoration:underline; }

.x-window-body #scontainer #footercontainer #footer a {
	margin: 0 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	display:inline;
	margin-right:2em;
	color: #1E3E4A;
}

.x-window-body #scontainer #footercontainer #footer span {
	display:inline;
	color: #1E3E4A;
}

.x-window-body #scontainer #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}

.x-window-body #scontainer #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.x-window-body label { margin:0 1em 0 0; }

.x-window-body input[type='text'] {
	border:0;
	padding:4px;
}

.x-dlg-dlg-body { padding-top:0; }

.x-dlg-dlg-body #boundary {
	display:inline-block;
	overflow:hidden;
	margin:0;
	padding:0 5px 5px 5px;
	background:url(images/border.jpg) repeat scroll;
}

.x-dlg-dlg-body #scontainer {
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	width:530px;
}




.x-dlg-dlg-body #scontainer #header {
	background: #FFF url(images/jobmate_header_popup_bgd.jpg) no-repeat;
	height:81px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.x-dlg-dlg-body #scontainer #header h1 {
	display:none;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.x-dlg-dlg-body #scontainer #header #usercontent {
	margin-top:25px;
	margin-right:1em;
	font-size:smaller;
}

.x-dlg-dlg-body #scontainer #header #usercontent h2 {
	padding:0;
	line-height:1em;
	text-align:right;
	vertical-align:sub;
	letter-spacing:0.4em;
}

.x-dlg-dlg-body #scontainer #mainContent {
	background:#E2EFF5 url(../images/content_background.jpg) repeat-x 0 0;
	min-height:500px;
	font-size:smaller;
	padding:10px 20px;
}

.x-dlg-dlg-body #scontainer #footercontainer {
	background-color:#E2EFF5;
	padding:0 0;
}

.x-dlg-dlg-body #scontainer #footercontainer #footer {
	background-color:#E2EFF5;
	margin:0 auto 0 auto;
	padding: 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-top:1px solid #cccccc;
	font-size:x-small;
	letter-spacing:0.1ex;
	font-weight:bold;
	text-decoration:none;
}

.x-dlg-dlg-body #scontainer #footercontainer #footer a { text-decoration:none; }

.x-dlg-dlg-body #scontainer #footercontainer #footer a:hover { text-decoration:underline; }

.x-dlg-dlg-body #scontainer #footercontainer #footer a:active { text-decoration:underline; }

.x-dlg-dlg-body #scontainer #footercontainer #footer a {
	margin: 0 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	display:inline;
	margin-right:2em;
	color: #1E3E4A;
}

.x-dlg-dlg-body #scontainer #footercontainer #footer span {
	display:inline;
	color: #1E3E4A;
}

.x-dlg-dlg-body #scontainer #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}

.x-dlg-dlg-body #scontainer #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

