* {
	margin: 0;
	padding: 0;
}

#contentNonFooter {
	padding-bottom: 50px;
}

#nonFooter {
	position: relative;
	min-height: 100%;
}

* html #nonFooter {
	height: 100%;
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
/* background-color: #CBE8FA;*/
	background: #fff url(/image/bg_gradient.jpg) repeat-x;
}

body, input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/**
 * style for header
 */
.pageHeader {
	position: relative;
	width: 802px;
	height: 96px;
	margin: 0 0 6px 0;
	text-align: left;
}

div.pageHeader .userInfo {
	margin-top: 35px;
	margin-left: 20px;
	width: 325px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	float: left;
}

div.pageHeader .homeLink {
	width: 260px;
	height: 80px;
	margin-left: 15px;
	margin-top: 10px;
	padding-left: 0;
	float: left;
}

div.pageHeader .userName {
	font-size: 15px;
	color: #FFFFFF;
}

div.pageHeader .links {
	margin-top: 25px;
	color: #EEEEEE;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	float: left;
}

div.pageHeader .links a:link {
	color: #EEEEEE;
	text-decoration: none;
}

div.pageHeader .links a:visited {
	color: #EEEEEE;
	text-decoration: none;
}

div.pageHeader .links a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/**
 * style for footer
 */
.footer {
	padding-bottom: 10px;
	text-align: center;
	color: #333333;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

	width: 100%;
	bottom: 0;
	left: 0;

	z-index: 0;

	position: relative;
	margin: -35px auto 0 auto;
}

* html .footer {
	margin-top: -35px;
}

.footer a {
	color: #333333;
	text-decoration: underline;
}

.footer a:link {
	color: #333333;
	text-decoration: underline;
}

.footer a:hover {
	color: #333333;
	text-decoration: underline;
}

/**
 * misc
 */
.clear {
	float: none;
	clear: both;
	font-size: 0;
	line-height: 0;
}

/*
* IE Tan hack: remove 1 pixel gap around input field
*/
* html input {
	margin: -1px 0 -1px 0;
}

.checkbox input {
	width: 15px;
	height: 14px;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	margin-right: 3px;
}

.radio input {
	margin: 0 0 0 6px;
	vertical-align: middle;
}

div.errorTable {
	color: #FF0000;
	padding: 0 0 4px 0;
}

.headerLink {
	cursor: pointer;
	text-decoration: none;
}

.headerLink:link {
	text-decoration: none;
}

.headerLink:hover {
	text-decoration: none;
}

#xEditingArea{
    border:1px solid black;
}


a.black_link:link {
	color: #333;
	text-decoration: underline;
}

a.black_link:visited {
	color: #333;
	text-decoration: underline;
}

a.black_link:hover {
	color: #333;
	text-decoration: none;
}
 .checkbox input {
            width: 15px;
            height: 14px;
            padding: 0;
            margin: 0;
            vertical-align: middle;
            margin-right: 3px;
        }

        .checkText {
            font-size: 14px;
            text-align: justify;
        }