body {
	background-color: #f3f2ef;
	background-image: -moz-linear-gradient(top, #f3f2ef, #d9d8d6); 
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f3f2ef),color-stop(1, #d9d8d6)); 
	background-image: linear-gradient(top, #f3f2ef, #d9d8d6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f3f2ef', EndColorStr='#d9d8d6'); 
	margin: 0;
	padding: 0;
}


#navLayout {
	padding-right: 100px;
}
#navMenu {
	width: 100%;
}
#navLang {
	width: 100px;
	margin-right: -100px;
}


#headerLayout {
	padding-left: 290px;
	padding-right: 240px;
	background-color: #fee690;
	background-image: -moz-linear-gradient(top left, #fee690, color-stop(70%, #f9cf59) #f3bf4f); 
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fee690),color-stop(0.7, #f9cf59),color-stop(1, #f3bf4f)); 
	background-image: linear-gradient(top, #fee690, #f3bf4f);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fee690', EndColorStr='#f3bf4f'); 	
	border-bottom: 1px solid gray;
}
#headerLogo {
	width: 290px;
	margin-left: -290px;
}
#headerLogo img {
	margin: 3px 0 14px 25px;
	height: 100px;
}
#headerProfile {
	width: 100%;
}
#userIntro {
	margin-top: 35px;
	margin-left: 50px;
	font-size: 1.3em;
	line-height: 1.4em;
}
#userIntro a {
	color: blue;
}
#userSignup {
	margin-left: 35px;
}
#userAuthorised {
	margin-top: 10px;
}
#userAuthorised td {
	vertical-align: top;
}
#userAuthorised ul {
	margin: 3px 10px 0 10px;
}
#userAuthorised li {
	list-style: none;
}
#userAuthorised a {
	color: black;
	text-decoration: none;
}
#userAuthorised a:hover {
	color: blue;
	text-decoration: underline;
}
#headerInformer td {
	padding: 3px;
}
#stocks table {
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}
#stocks .label {
	text-align: right;
	border-right: 1px solid black;
	padding-right: 7px;
}
#stocks .num {
	padding-left: 6px;
}
#stocks .arr {
	padding: 0 0 0 4px;
	font-weight: bold;
	font-size: 1.1em;
}
#stocks .uarr {
	color: green;
}
#stocks .darr {
	color: red;
}
#orderInformer {
	padding: 15px 3px 3px 3px;
}
#orderInformer hr {
	height: 1px;
	background-color: black;
	border: 0;
}
#orderInformer a {
	color: black;
}
#orderInformer a:hover {
	color: blue;
}

#pageLayout {
	padding-right: 240px;
}
#pageContent {
	width: 100%;
	margin-top: -15px;
}
#pageContentWrap {
	padding: 10px 15px 10px 15px;
	background: white;
	border: 1px solid gray;
	border-left: none;
	-webkit-box-shadow: 1px 1px 5px gray;
	-moz-box-shadow: 1px 1px 5px gray;
	box-shadow: 1px 1px 5px gray;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}
.paginatorCountWrap {
	padding-right: 240px;
}
.paginator {
	width: 100%;
}
.countPerPage {
	width: 240px;
	margin-right: -240px;
	margin-bottom: 1.5em;
}
#pageSidebarWrap {
	padding: 10px 7px 10px 7px;
}

.sidebar {
	width: 240px;
	margin-right: -240px;
}

#pageFooter {
	margin-top: 60px;
	padding: 20px;
}
#pageFooterCopyright {
	font-size: 1.2em;
}