/*
----------------------------------------------------------------------------- 
GENERAL
-----------------------------------------------------------------------------*/

body {
	margin: 20px 10px 20px 10px;
	padding: 0;
	background: #EAEAEA;
}
body, td {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

table, td {
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
	vertical-align: top;
	text-align: left;
}
td.left {
	text-align: left;
}
td.center {
	text-align: center;
}
td.right {
	text-align: right;
}
td.top {
	vertical-align: top;
}
td.middle {
	vertical-align: middle;
}
td.bottom {
	vertical-align: bottom;
}

p {
	margin: 0;
	padding: 0 0 10px 0;
}

img {
	border: none;
}

form {
	margin: 0;
	padding: 0;
}
/*input, textarea, select {
	margin: 0;
	padding-left: 5px;
	width: 200px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background: #EAEAEA;
	vertical-align: middle;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
}
textarea {
	width: 200px;
	height: 70px;
	overflow: auto;
}*/
form .button {
	margin: 5px 0 0 0;
	width: 105px;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #999999;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #CCCCCC;
}
form#LoginForm {
	margin: 10px 0 0 0;
}
form#LoginForm input {
	width: 80px;
	border-top: 1px solid #333333;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #333333;
}
form#SearchForm input {
	width: 80px;
	border-top: 1px solid #666666;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #666666;
	margin: 0 5px 0 0;
}

h1 {
	margin: 0 0 10px 10px;
	padding: 0;
	font: 26px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
h2 {
	margin: 10px 0 10px 0;
	font: bold 20px Arial, Helvetica, sans-serif;
	color: #DD5500;
}
h3 {
	margin: 20px 0 5px 0;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #999999;
}
h4 {
	margin: 20px 0 5px 0;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #666666;
}

.h4content {
	margin: 10px 0 10px 0;
	font: 11px Arial, Helvetica, sans-serif;
	color: #666666;
}

.h4contentcenter {
	margin: 10px 0 10px 0;
	font: 11px Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
}

ul {
	margin: 0 0 10px 20px;
	padding: 0;
	list-style: square;
}
ul li {
	margin: 0 0 1px 0;
	padding: 0;
}
ol {
	margin: 0 0 10px 30px;
	padding: 0;
}
ol li {
	margin: 0 0 2px 0;
	padding: 0;
}

/*
----------------------------------------------------------------------------- 
LAYOUT
-----------------------------------------------------------------------------*/

table#Wrapper {
	height: 100%;
}

table#Header {
	margin: 0 0 20px 0;
	width: 760px;
	height: 140px;
	background: transparent url(../no/images/bg_header.gif) 0 0 no-repeat;
}
table#Header.Home {
	width: 750px;
	height: 110px;
	background: transparent url(../no/images/bg_header_home.gif) 0 0 no-repeat;
}
table#Header td#HeaderLeft {
	width: 555px;
	height: 110px;
}
table#Header td#HeaderRight {
	padding: 10px 10px 0 0;
	text-align: right;
}
table#Header td#Nav {
	width: 555px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
}
table#Header td#Nav a {
	padding: 0 20px 0 20px;
}
table#Header td#Search {
	padding: 0 10px 0 0;
	text-align: right;
	vertical-align: middle;
}

table#Main {
	width: 760px;
	background: transparent url(../no/images/bg_main.gif) 0 0 repeat-y;
}
table#Main td#MainTop{
	height: 20px;
	background: #EAEAEA url(../no/images/bg_main_top.gif) 0 0 no-repeat;
}
table#Main td#MainBottom {
	background: #EAEAEA url(../no/images/bg_main_bottom.gif) 0 0 no-repeat;
	padding: 20px 0 0 0;
}
table#Main td#MainLeft {
	width: 210px;
}
table#Main td#MainRight {
	width: 500px !important;
	width /**/: 550px;
	padding: 0 20px 0 30px;
}

table#Subnav {
	width: 210px;
	background: #999999 url(../no/images/bg_subnav.gif) 0 0 repeat-y;
}
table#Subnav td {
	padding: 0 10px 0 10px;
}
table#Subnav td#SubnavTop {
	height: 20px;
	background: transparent url(../no/images/bg_subnav_top.gif) 0 0 no-repeat;
}
table#Subnav td#SubnavBottom {
	height: 20px;
	background: transparent url(../no/images/bg_subnav_bottom.gif) 0 100% no-repeat;
}

table#Footer {
	margin: 10px 0 0 0;
	width: 760px;
}
table#Footer td {
	padding: 0 20px 0 10px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #808080;
	vertical-align: bottom;
}
table#Footer td a {
	color: #808080;
}
table#Footer td a:hover {
	color: #333333;
}

/*
----------------------------------------------------------------------------- 
LINKS & MISCELLANEOUS
-----------------------------------------------------------------------------*/

a {
	color: #DD5500;
	text-decoration: none;
}
a:hover {
	color: #333333;
}
a:focus {
	-moz-outline: none;
}

a.CPlogo:link img, a.CPlogo:visited img {
	filter: alpha(opacity=50);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50), progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	-moz-opacity: .45;
	-khtml-opacity: .45;
}

a.CPlogo:hover img{
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100), progid:DXImageTransform.Microsoft.BasicImage(grayscale=0);
	-moz-opacity: 1;
	-khtml-opacity: 1;
}

.CPsummary {
	visibility:hidden;
	position:absolute;
	top:0;
	left:0;
}

/*
----------------------------------------------------------------------------- 
ADDITIONAL CLASS
-----------------------------------------------------------------------------*/
.text {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background: #EAEAEA;
	vertical-align: middle;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	overflow: auto;
}

.button {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background: #EAEAEA;
	overflow: auto;
}

/*input, textarea, select {
	margin: 0;
	padding-left: 5px;
	width: 200px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background: #EAEAEA;
	vertical-align: middle;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
}
textarea {
	width: 200px;
	height: 70px;
	overflow: auto;
}*/