*{
	margin: 0;
	padding: 0;
}

body{
	background: #cdcccc url(images/bg_gradient.gif) repeat-x;
	margin: 0 ;
	padding: 0;
}

body, body *{
	font: 10px/14px 'Verdana',sans-serif;
	color: #000;
}

#loggaut,#language{
	position: absolute;
	top: 82px;
	left: 780px;
	width: 100px;
	text-align: right;
}

#language{
	left: 612px;
}

#language a{
	text-decoration: underline;
}

#language a.active{
	text-decoration: none;
}

#loggaut a{
	text-decoration: underline;
}

#holder{
	display: block;
	clear: both;
}

#header, #editheader{
	margin: 0;
	padding: 0;
	width: 	891px;
	width: 100%;
	height: 80px;
	background: url(images/polaris_header.jpg) no-repeat;
}

#header{
	cursor: pointer;
}

#editheader{
	/* background: transparent; */
}

#menu, #news, #aboutpolaris{
	position: absolute;
	left: 7px;
	width: 148px;
	background: 1px;
}

#news,#aboutpolaris{
	left: 733px;
}

#content{
	display: block;
	position: absolute;
	left: 176px;
	width: 539px;
}

#content a{
	text-decoration: underline;
}

#content,  #news, #menu, #aboutpolaris{
	top: 100px;
	background: #fff url(images/border_gradient_gray.gif) repeat-x;
	padding: 1px;
	z-index: 5;
}

#content h6{
	margin: 10px  0 5px 0;
	padding: 0;
	font-size: 125%;
}

#content h6:first-letter{
	text-transform: uppercase;
}

#content ul{
	padding: 0 0 0 0;
}

#content ul li{
	padding: 0 0 0 012px;
	margin: 1px 0px;
	list-style: none;
	background: transparent url(images/list-style.gif) 0px 5px no-repeat;
}

#content em{
	font-weight: bold;
}

#content span.document{
	display: block;
	padding: 52px  35px 15px 105px;
	min-height: 100px;
	height: auto !IMPORTANT:
	height: 100px;
	background: url(images/polaris_logga.gif) left 37px no-repeat;
}


.colorimage{
	margin: 10px 0 0 0;
}
.polarisboxborder{
	background: #f0f0f0 url(images/border_gradient_gray.gif) repeat-x;
	padding: 1px;
}

.polarisboxborder div.boxcontent{
	background: #fff;
	min-height: 392px;
	height: auto !IMPORTANT;
	height: 392px;
	padding: 18px 11px;
}

.fast{
	overflow: auto;
}

#content div, #news div, #menu div, #aboutpolaris div{
	background: #fff;
	height: auto !IMPORTANT;
	height: 392px;
	min-height: 392px;
	padding: 18px 11px;
}

#aboutpolaris{
	top: 342px
}

#aboutpolaris div{
	min-height: 149px;
	height: auto !IMPORTANT;
	height: 149px;
}

#aboutpolaris h6, #news h6{
	font-weight: bold;
	color: #e3aeae;
	width: 128px;
	background: #fff url(images/menu_line_only.gif) left bottom no-repeat;
}

#news h6{
	font-weight: normal;
	margin-top: 4px;
}

#news h6.firstdate{
	margin-top: 0px;
}

#news form{
	margin: 10px 0 0 0;
}

#aboutpolaris a, #news a{
	width: 128px;
	display: block !IMPORTANT;
	margin: 0 !IMPORTANT;
	padding: 0 !IMPORTANT;
	background: #fff url(images/menu_line_only.gif) left bottom no-repeat;
}

#aboutpolaris a:hover, #news a:hover{
	color: #fff;
	background-color: #93c4db ;
}

#aboutpolaris a.active, #news a.active{
	font-weight: bold;
	color: #93c4db;
}

#aboutpolaris a:hover.active, #news a:hover.active{
	background-image: url(images/menu_line_only.gif);
	background-color: #93c4db;
	color: #fff;
}


#news div{
	min-height:190px;
	height: 190px;
}

#content div{
	min-height: 383px;
	padding-left: 22px;
	padding-right 22px;
}

#content{
	padding-bottom: 10px !IMPORTANT;
	padding-bottom: 0;
}


#bglogga{ /* logo in the background */
	position: absolute;
	display: block; /* change from none to block if you want the logo to be visable*/
	top: 596px;	/* change this value for position of the logo*/
	left:0px;
	height: 57px;
	width: 100%;
	background:url(images/bg_logo.gif);
	background:url(images/bglogga.gif);
	z-index: 1;
}

#footer{
	clear: both;
	height: 50px;
	background: #ff0;
}

#admin_menu{
	position: absolute;
	left: 620px;
	top: 5px;
	width: 260px;
	border: 1px solid #fff;
	background: #fff;
	text-align:right;
	z-index: 500;
}

#admin_menu li{
	list-style: none outside;
	display: block;
	padding: 0px 5px 10px 5px;
}

#admin_menu li p{
	display: none !IMPORTANT;
	display: block;
}

#admin_menu li:hover p{
	display: block !IMPORTANT;
}

#admin_menu li p a{
	display: block;
	padding: 2px 5px 2px 0;
}

#admin_menu a:hover{
	background: url(images/admin_menu_bg.gif) top right repeat-y;
}

#editpage{
	margin: 5px 10px;
	width: 95%;
}

#editpage div.boxcontent{
	height:  430px !IMPORTANT;
}

.roundBorder{
	border: 1px solid #ccc !IMPORTANT;
  	-moz-border-radius: 10px;
  	border-radius: 10px;
  	padding: 2px 2px;
	filter: alpha(opacity=75);
  	-moz-opacity: .75;
}

img{
	border: 0;
	padding: 0;
	margin: 0;
}

/* form css */

form {
	padding: 0;
	margin: 0;
}

fieldset{
	clear: both;
	border: 1px solid #dadada;
	padding: 3px 10px;
	margin: 10px 0;
	-moz-border-radius: 7px 7px 0 0;
  	border-radius: 7px 7px 0 0;
}

fieldset a{
	text-decoration: underline;
	display: block;
	margin: 10px 0 10px 0;
}

label{
	display: block;
	clear: both;
	width: 90%;
	float: left;
	margin: 0 0 10px 0;
}

label input, label textarea, label select{
	display: block:
	vertical-align: text-top;
	width: 100%;
	float: left;
}

input,textarea{
	border: 1px solid #9f9f9f;
	padding: 2px 2px;
}

label textarea{
	height: 150px;
}

input.short{
	width: 10em;
}

label *.button{
	width: auto;
	min-width: 50px;
	margin: 0px 5px 0 0 ;
	padding: 1px 2px;
	text-align: center;
	background: #dedede;
}

.nobr{
	white-space: nowrap;
}

.menulineimage{
	display: block;
	margin: 0 !IMPORTANT;
	padding: 0 !IMPORTANT;
	height: 1px;
	width: 128px;
	background: #fff url(images/menu_line_only.gif) no-repeat;
}

span.date{
	float: right;
	margin: 0 10px 0  0;
	font-weight: bold;
	color:#eca1a1;
}

span.newstext{
	width: 65%;
	float: left;
}

span.newsimage{
	width: 91px;
	min-height: 45px;
	height: auto !IMPORTANT;
	height: 45px;
	float:left;
	margin: 0px 10px 10px 0;
}

p, #content ul{
	margin: 0 0 1em 0;
}

div.message{
	margin: 0 auto;
	padding: 10px;
	width: 330px;
	border: 1px solid #f00;
	background: #fcc;
}

div.message *{
	color: #333;
	font-weight: bold !IMPORTANT;
}

a.link{
	color: #000 !IMPORTANT;
	background: transparent !IMPORTANT;
	margin: 0 !IMPORTANT;
	paddin: 0 !IMPORTANT;
	text-decoration: underline !IMPORTANT;
}

a.link:hover{
	color: #000 !IMPORTANT;
}

.icon{
	padding: 4px 20px 4px 0;
}

.excell{
	background-image:url(images/excell_icon.gif);
	background-image: url(images/pdf-icon.gif);
	background-repeat: no-repeat;
	background-position: top right;
}