@import url("nordnet-advanced.css");

BODY {
	background-color: #999999;
	color: #333333;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
H1 {
	font-size: 1.5em;
}
H2 {
	font-size: 1.1em;
	margin-bottom: 0;
	padding-bottom: 0;
}
A {
	font-weight: bold;
	text-decoration: none;
}
A:hover {
	color: #FF6600;
	text-decoration: underline;
}

/* Style of the main menu */
.main-menu {
}
.main-menu .separator {
	background-color: #000000;
}
.main-menu .item {
}
.main-menu .item-selected {
	background-color: #CCCCCC;
}
.main-menu A {
	color: #023C77;
	font-weight: normal;
}
.main-menu A:hover {
	color: #FF6600;
}

/* Style of the side menu */
.menu {
	font-size: 0.8em;
}
.menu A {
	color: #FFFFFF;
	font-weight: normal;
}
.menu A:hover {
	color: #000000;
}
.menu TD {
	color: #FFFFFF;
	padding-left: 15px;
	padding-right: 10px;
}

/* Styles of the content */
.content {
	text-align: left;
}
.new {
	color: #FF0000;
	font-size: 0.8em;
	vertical-align: super;
}
TR.type1 {
	font-size: 0.8em;

}
TR.type2 {
	background-color: #CCCCCC;
	font-size: 0.8em;

}

/* Style of the sidebar */
.sidebar {
	position: relative;
	float: right;
	width: 200px;
	border-left: 2px dotted #CCCCCC;
	margin-left: 12px;
	padding-left: 12px;
	margin-bottom: 0.75em;
	padding-bottom: 0.25em;
}
.sidebar H2 {
	margin-top: 0;
	padding-top: 0;
}
.sidebar UL {
	margin-left: 0.75em;
	padding-left: 0.75em;
}

/* Style of the forms */
.error {
	background-color: #F09494;
	border: 2px solid #C08080;
	padding: 4px;
}
.success {
	background-color: #94F094;
	border: 2px solid #80C080;
	font-weight: bold;
	padding: 4px;
}

/* Style of the footer */
.footer {
	font-size: 0.8em;
}
.footer A {
	font-weight: normal;
}

/* Style of login form */
.login {
	color: #FFFFFF;
}
FORM {
	margin: 0;
	padding: 0;
}
p {

	font-size: 0.8em;
}
li {


	font-size: 0.8em;
}
