/* Global Reset */
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
	background: transparent;

}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* General */

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.85em;
    height: 100%;
	
}
p {
    line-height: 1.3;
    margin-bottom: 15px;
}
a {
    font-weight: normal;
    text-decoration: underline;
}

h2, .TitleHeading {
    font-size: 1.3em;
    font-weight: bold;
    margin: 6px 0 6px 0;
}

h3 {
    font-size: 1.1em;
    margin-bottom: 6px;
}

h4 {
    font-size: 1.1em;
    margin-bottom: 4px;
}

ul, ol {
    margin: 0 0 10px 30px;
}

li {
    margin: 0;
    margin-bottom: 2px;
    padding: 0;
	color: #000;
}

blockquote {
    margin-left: 28px;
}

select option {
    padding: 0 10px;
}

hr {
    width: 70%
    margin: 10px 0;
    margin: 5px 0;
    background: #e5e5e5;
    height: 1px;
    border:0;
}
img {
	border: 0;
}

/* Page Wrapper */

.user-wrapper {
	width: 900px;
	height: auto;
	margin: 0 auto;
	background: #fff;
		
}

/* Header */
.header {
	width: 900px;
	height: 100px;
	background: #060;
	float: left;
	
}
.logo-holder {
	width: 162px;
	height: 45px;
	margin-left: 30px;
	margin-top: 30px;
	float: left;
	background: #ccc;
	
}
.rightbox {
	width: 600px;
	height: 100px;
	margin-left: 10px;
	float: left;
	
}
.nav {
	width: 900px;
	height: 30px;
	float: left;
	background: #D8F1BE;
	
}


/* Top Navigatinal Bar */

.top-bar {
	width: 900px;
	height: 30px;
	background: #000;
	float: left;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
.top-bar a:link, a:visited {
	color: #fff;
	text-decoration: none;
	
}
.top-bar a:hover {
	color: #0C0;
	text-decoration: underline;
	
}
.date {
	width: 200px;
	height: 25px;
	float: left;
	margin-left: 20px;
	padding-top: 5px;
	background: #000;
	font-size: 12px;
	color: #fff;
		
}
.userstatus {
	float: right;
	width: 350px;
	height: 23px;
	margin-top: 7px;
	font-size: 11px;
	text-align: right;
	padding-right: 10px;
	background: #000;
		
}
/* main Container */
.user-container {
	width: 900px;
	height: auto;
	float: left;
	background: #fff;
	
}
.user-sidebar {
	width: 200px;
	height: 750px;
	margin-right: 20px;
	float: left;
	background: #D8F1BE;
	border-right: 1px solid #ccc;
	
}
.form-wrapper {	
	height: auto;
	float: left;
	width:400px;
	height: auto;
	margin-top: 20px;
	text-align: left;

}
label {
	display:inline-block;
	width:180px;
}
span.fitem {
	display:block;
	padding-top:10px;
}
span.fheader {
	display:block;
	font-weight:bold;
	padding-bottom:5px;
}
fieldset {
	border:none;
	border-top:1px solid #DDD;
	margin-bottom:10px;
	margin-top:10px;
	padding-bottom:5px;
	padding-top:5px;
}
#note {
	color: #F00;
	
}
.confirm-wrapper {
	width: 500px;
	float: left;
	line-height: 18px;
	height: auto;

}
/* Fotter */
.footer {
	width: 900px;
	height: 30px;
	float: left;
	clear: both;
	background: #FC0;
	
}