body {
	background-image: url(images/niviarsiaq_bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-color: #ffffff;
	background-repeat: repeat-x;
	color: #000000;
	margin-bottom: 0px;
	margin-top: 0px;
/*	overflow:scroll;   */
}

.pageWidth {
	/*width: 780px;*/
	width: 1000px;
	border: 1px solid #000000;
}

.overskrift {
	color: #3A6EA5;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
}

.tdColorBg {
 background-color:#ebebeb;
}

a:link {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #FF6600;
	text-decoration: none;
}
a:active {
	color: #0066CC;
}
/**** top nav ****/

#topNav{
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	border: 1px solid #8C8C8C;

}
#topNav td {
	background-image:url(images/nav_bg.png);
	background-repeat:repeat-x;
}

#topNav a:link, #topNav a:visited {
	display: block;
	padding: 3px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #484848;
	border-left-color: #000000;

}

#topNav a:hover{
	background-color: #333333;
	text-decoration: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #484848;
	border-left-color: #000000;
}
/** end topNav **/


.admin_sidenav {
	width: 200px;
}

.paragraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px;
}
.title {
	font-size: 14px;
	font-weight: bold;
	padding: 4px;
	background-color: #f4f4f4;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #606060;
	border-bottom-color: #606060;
}
.largeTxt {
	font-size: 14px;
}
.xlTxt {
	font-size: 16px;
}

.wTxt {
	color: #FFFFFF;
}

.border_grey {
	border: 1px solid #8C8C8C;
}
.border_lightGrey {
	border: 1px solid #CCCCCC;
}

.title_Bbg {
	font-size: 14px;
	font-weight: bold;
	padding: 4px;
	background-color: #000000;
	color: #FFFFFF;
	background-image: url(images/corner_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.title_Gbg {
	font-size: 14px;
	font-weight: bold;
	padding: 4px;
	background-color: #CCCCCC;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
}

/**** admin nav ****/

#adminNav{
	margin: 0px;
	padding: 0px;
}

#adminNav h1{
	padding: 3px;
}

#adminNav a:link, #adminNav a:visited {
	display: block;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0099FF;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
}

#adminNav a:hover{
	background-color: #20ABFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0099FF;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
}
/*** end admin nav ***/

/**** sideNavLower ****/

#sideNavLower{
	margin: 0px;
	padding: 0px;

}
#sideNavLower td {
	background-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4F4F4F;
	background-image: url(images/silver/bar_upper.jpg);
	background-repeat: repeat-x;
}

#sideNavLower a:link, #sideNavLower a:visited {
	display: block;
	padding: 3px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #484848;
	border-left-color: #484848;
	padding-left: 10px;
}

#sideNavLower a:hover{
	background-color: #333333;
	text-decoration: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #484848;
	border-left-color: #484848;
	padding-left: 10px;
}
/** end sideNavLower **/

.footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	background-image: url(images/nav_bg.png);
	background-repeat: repeat-x;
	background-color: #000000;
	height: 26px;
}
.border_left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #484848;
}
.border_right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #484848;
}
textarea {
	border: 1px solid #606060;
}
.imgRM {
	margin-right: 4px;
}

.admin_PageButtons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000033;
	background-image: url(images/admin_page_button.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.redTxt {
	color: #FF0000;
}
.nav_under {
	background-color:#000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	background-image: url(images/silver/bar_upper.jpg);
	background-repeat: repeat-x;
}

#nav_underLink {
	color:#FFFFFF;
}

hr {
	color: #CCCCCC;
}
.input {
	height: 20px;
	border: 1px solid #003366;
}
.logoDimensions {
	max-height:100px;
	max-width:740px;
}
.imgGalleryDimensions {
	max-width:300px;
	max-height:300px;
}
.titleBg {
	background-image: url(images/silver/nav_bg.png);
	background-repeat: repeat-x;
	background-color: #000000;
	color: #FFFFFF;
}
.threadBar {
	color: #ffffff;	
}

/** CSS for tabbed text */
.shadetabs{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #FFFFFF;
background: white url(images/indentbg.gif) top left repeat-x;
}

.shadetabs li a:visited{
	color: #FFFFFF;
}

.shadetabs li a:hover{
	text-decoration: underline;
	color: #FFFFFF;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(images/indentbg2.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
/** end CSS for tabs */
