/* This file contains style that is constant all over all sites */
body {
	margin:0px;
}

img {
	border: 0;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: 0.8em;
}

h6 {
	font-size: 0.6em;
}

.constant
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #000;
}

.constant a img {
	border: 0px;
}

.constant a {
	color: #3366FF;
	text-decoration: none;
}

.constant a:link {
	color: #3366FF;
	text-decoration: none;
}

.constant a:visited {
	color: #3366FF;
	text-decoration: none;
}

.constant a:hover {
	color: #3366FF;
	text-decoration: underline;
}

.constant a:active {
	color: #3366FF;
	text-decoration: none;
}


.constant .button {
	text-align: center;	
	cursor:pointer;
	text-decoration: none;
	width: 90px;
	padding: 5px 0 5px 0;
}

.constant .button a:hover {
	text-decoration: none;
}

.constant .inputtext {
	border: 1px solid #999;
}

.constant .inputbutton{
	background-color: #f0f0f0;
	color: #000;
	border: 1px solid #999;
	cursor: pointer;
}

.constant .inputbutton:hover {
	background-color: #fff;
}

.constant .inputfile {
	
}

.constant .modules .table_list tr, .constant .content .table_list tr, .constant .user .list .table_list tr, .constant .menu .table_list tr {
	background-color: #fff;
}

.online {
	color: #006600;
}

.offline {
	color: #990000;
}

.user_tip {
	font-size: 0.9em;
	color: #666666;
}

/* wysiwyg - virker ikke i ie6 */
.component_wrapper .content img.alignright, .component_wrapper .content img[align="right"] {
	display: inline;
	padding: 4px 0 3px 10px;
}

.component_wrapper .content img.alignleft, .component_wrapper .content img[align="left"] {
	display: inline;
	padding: 4px 10px 3px 0;
}

/* System Messages */
.important_info {
	background: #f2f2f2 none repeat scroll 0 0;
	border-bottom:1px dotted #999;
	border-top:1px dotted #999;
	margin:10px 0;
	padding:5px 10px;
	text-align: center;
	display:block;
	color:#333333;
	font-weight: bold;
}

/* Positions */
#top_position {
	position: fixed;
	width: 100%;
	z-index:50;
}

#top_position_height {
	height: 24px;
}

/* Logo */
#logo h1 {
	font-size: 3em;
	font-weight: bold;
	letter-spacing: -0.04em;
	color: #000000;
	position: absolute;
	top: 40px;
	float: left;
	width:700px;
	margin: 0;
}

#logo a:hover {
	text-decoration: none;
	color: #333333;
}

/*------------------------------------ MODULES --------------------------------------------*/

/*----- Top Menu -----*/
.constant .top_menu .top_dmenu a {
	font-size: 12px;
	color:#555;
}

.constant .top_menu .top_dmenu ul li ul li a {
	display:block;
}

.constant .top_menu .top_dmenu ul li ul li:hover {
	background-color: #efefef;
}
		
/* F�rste niv� */
.constant .top_menu .top_dmenu ul {
	float: left;
	padding: 0px;
	margin: 0;
}

.constant .top_menu .top_dmenu ul li {
	float:left; 
	list-style: none;
	padding: 0;
}

.constant .top_menu .top_dmenu ul li a:hover {
	color: #000;
	text-decoration: none;
}

/* Andre niv� */
.constant .top_menu .top_dmenu ul li ul {
	background-color: #f9f9f9;
	display: none;
	position: absolute;
	margin-top: 24px;
}

.constant .top_menu .top_dmenu ul li ul li {
	float: none; 
	border: 1px solid #999;
	border-top: none;
	padding: 3px 10px 3px 5px;
	font-size: 0.9em;
}

.constant .top_menu .top_dmenu ul li:hover ul {
	display: block;
}


/*------------------------------------ COMPONENTS --------------------------------------------*/


/*--------------Content--------------*/
/* edit_form */
.constant .content_edit_form .fulltext, 
.constant .content_edit_form .introtext, 
.constant .content_edit_form .title {
	border:1px solid #666666;
	background-color:#f8f8f8;
	background-image:url(images/rediger.png);
	background-repeat:repeat;
	width: 300px;
}

.constant .content_edit_form .title {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 2em;
	font-weight: bold;
}

.constant .content_edit_form .introtext {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 1.3em;
}

.constant .content_edit_form #img_src_preview_img {
	width: 200px;
	border: 1px solid #000;
}

.constant .content_edit_form h2 {
	font-size: 12px;
	margin: 0px;
	display: inline;
}

/* list */
.constant .content .search
{
	padding:10px 0px 8px;	
}

.constant .content .search div
{
	float:left;
	margin:15px 10px 0px 0px;
}

/* edit */
.constant .content .whizzywig_wrapper .inputbutton {
	margin: 2px 2px 2px 0;
}

.constant .content .whizzywig_wrapper .inputtext {
	margin: 2px;
}

.constant .content .whizzywig_wrapper button {
	cursor: pointer;
}

/*--------------Forum--------------*/
/* editCats */
.constant .forum .cat_list .sub_cat_list .table_list th {
	color: #999;
}
			
.constant .forum .cat_list .sub_cat_list .table_list {
	background-color: #fff;
}

.constant .forum .cat_list .sub_cat_list .table_list .title {
	font-weight:bold;
}

.constant .forum .cat_list .inputbutton {
	float: right;
}

/* editCat */
.constant .forum .edit_cat td {
	vertical-align: top;
}

.constant .forum .edit_cat table {
	background-color: #fff;
}

.constant .forum .edit_cat table td {
	padding: 2px;
}

.constant .forum .edit_cat .inputbutton {
	float: right;
	margin: 2px;
}

/*--------------Media--------------*/
.constant .media
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}



.constant .media a {
	color: #000;
}

.constant .media a:link {
	color: #000;
}

.constant .media a:visited {
	color: #000;
}

.constant .media a:hover {
	color: #000;
	text-decoration: none;
}

.constant .media a:active {
	color: #000;
}

.constant .media .path .link {
	font-weight: bold;
}

.constant .media .button .new_folder {
	background:url(images/media/ny-mappe-small.jpg) no-repeat;
	width:30px;
	height:27px;
	cursor:pointer;
	border:0px;
	padding:0px;
} 

.constant .media .button .uploade {
	background: transparent url(images/media/last-opp.jpg) no-repeat scroll center top;
	border:0px;
	width:27px;
	height:28px;
	padding:0px;
	cursor:pointer;
}

.constant .media #content {
	background-color:#FFFFFF;
	width:779px;
	height:464px;
	overflow: auto;
	padding:1px 10px 0px 1px;
}

.constant .media #content .media_item {
	float:left;
	width:152px;
	height:155px;
	margin:0px 0px 0px 0px;
	overflow:hidden;
}

.constant .media #content .media_item .options {
	width:138px;
	height:27px;
	padding:0px 4px 0px 10px;
	font-size: 9px;
	color:#666666;
}

.constant .media #content .media_item .info {
	float:left;
	width:44px;
}

.constant .media #content .media_item .del {
	float:right;
	width:44px;
}

.constant .media #content .media_item .info_button {
	background: url(images/media/info-button.png) no-repeat;
	width:8px;
	height:14px;
	margin:10px 2px 0px 2px;
	border:0px;
	padding:0px;
	cursor:pointer;
}

.constant .media #content .media_item .del_button {
	background: url(images/media/slett-button.png) no-repeat;
	width:13px;
	height:14px;
	margin:10px 2px 0px 2px;
	border:0px;
	padding:0px;
	cursor:pointer;
}

.constant .media #content .media_item .media {
	height:100px;
	cursor: pointer;
}

.constant .media #content .media_item .bottom {
	height:28px;
	width:152px;
}

.constant .media #content .media_item .file_name {
	margin-top:5px;
}

.constant .media .footer {
	font-size:9px;
	color:#666666;
	padding-top: 5px;
}

.constant .media .footer .info_text {
	font-size:11px;
}

/*-------------- Media_gallery --------------*/
/* list_gallerys */
.constant .media_gallery ul {
	margin:0;
	padding:0;
}

.constant .media_gallery li {
	list-style-type: disc;
	list-style-position: inside;
	font-size: 1.2em;
}

/*-------------- Project --------------*/
/* view */
.constant .project .presentation img {
	width: 250px;
	float: right;
	margin: 0 0 3px 5px;
}

/* edit */
/* generell */
.constant .project .title {
	width: 95%;
	margin: 0 10px;
	font-size: 20px;
	font-weight: bold;
}

.constant .project .description {
	width: 96%;
	margin: 10px 10px 0;
	font-family: inherit;
	font-size: inherit;
}

.constant .project .keyword_wrapper {
	margin: 10px;
}

.constant .project .keyword_wrapper .inputtext {
	width: 90%;
}

/* Design */
.constant .project .design img {
	width: 245px;
}


/* edit_service */
.constant .project #general_title, .constant .project #general_description {
	border:1px solid #666666;
	background-color:#f8f8f8;
	background-image:url({LIVE_SITE}/components/content/images/rediger.png);
	background-repeat:repeat;
}

.constant .project #general_img_src_preview_img {
	width:250px;
	margin-right: 3px;
}

.constant .project #general_title {
	font-family: verdana;
	font-size: 20px;
	font-weight: bold;
	width:90%;
}
.constant .project #general_description	{
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	width:90%;
}

.constant .project th {
	text-align: left;
}


/*-------------- Friends --------------*/
/*edit*/
.constant .friends .inputbutton {
	float: right;
}


/*-------------- Communication --------------*/

/* menu bar */
.constant .communication .username {
	font-size: 2.5em;
}

.constant .communication .options {
	margin-left: 75%;
}

/* global */
.constant .communication .top {
	margin: 0 0 10px;
	padding: 0 0 5px;
	border-bottom: 1px solid #f0f0f0;
}

.constant .communication .write {
	margin: 10px 0 0;
	padding: 20px 0 0;
	border-top: 1px solid #f0f0f0;
}

.constant .communication .inputbutton {
	float: right;
	margin: 5px 0;
}



.constant .communication h1 {
	font-size: 1.2em;
	margin: 0;
	font-weight: normal;
}

.constant .communication .message_margin a.message {
	color: inherit;
}

.constant .communication .message_margin a.message:hover {
	text-decoration: none;
}

.constant .communication td {
	vertical-align: top;
}


/* User */
.constant .user .username {
	font-size: 2.5em;
}

.constant .user .comments .table_list td {
	border-bottom: 1px dashed #959595;
	padding: 5px 0 15px;
}

.constant .user .comments .table_list td table td {
	border-bottom: 0px solid #000;
	padding: 0;
	
}

/* sms */
.constant .communication .sms td.sms_button {
	text-align: center;
	padding: 0 4px;
}

.constant .communication .sms .inputbutton {
	float: none;
}

/*-------------- Calendar --------------*/
.constant .calendar .header {
	font-size:11px;
	font-weight: bold;
}

.constant .calendar a:link {
	text-decoration: none;
	font-weight: normal;
}

.constant .calendar a:active {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

.constant .calendar a:visited {
	text-decoration: none;
	font-weight: normal;
}

.constant .calendar a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}

.constant .calendar .content th {
	height: 11px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	background-color: #e9e9e9;
	text-align: center;
}

.constant .calendar .content td {
	height: 110px;
	width: 14%;
	border: 1px solid #e9e9e9;
	vertical-align: top;
	background-color: #ffffff;
	
}

.constant .calendar .content table td {
	height: auto;
	border: 0px solid #e9e9e9;
}

.constant .calendar .content .week_number {
	width: 15px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	background-color: #e9e9e9;
}

.constant .calendar .content .other_month {
	color: #CCCCCC;
}

.constant .calendar .content .date {
	text-align: right;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

.constant .calendar .content .add a {
	color: #06b32b;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

.constant .calendar .content .time_start {

	font: 9px Verdana, Arial, Helvetica, sans-serif;
}

.constant .calendar .content .title {
	font: 10px Verdana, Arial, Helvetica, sans-serif;

}

.constant .calendar .content a.del_button {
	color: #ff0000;
}

.constant .calendar .new_button {
	color: #000000;
	cursor:pointer;
	margin:10px 0px 0px 15px;
}

.constant .calendar a.new_button {
	text-decoration: none;
}

.constant .calendar .new_button img {
	border:0px none;
	padding-top: 15px;
}

.constant .calendar .new_button .new_text {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin-left:3px;
}

.constant .calendar .last_year, .constant .calendar .last_month, .constant .calendar .next_month, .constant .calendar .next_year {
	color: #555;
	font-size: 0.9em;
}

/*-------------- User --------------*/
.constant .user .moder_row { /* vet ikke helt hva denne er god for */
	padding: 0px 16px 0px 0px;
}
							
.constant .user #statusPane, .constant .user #galleryPane, .constant .user #friendsPane, .constant .user #forumPane, .constant .user #visitorsPane {
	display:none;
}

.constant .user .edit {
	float: right;
	font-size: 0.85em;
}

.constant .user .picture, .constant .user .menu1, .constant .user .menu2, .constant .user .menu2_content {
	float: left;
}

.constant .user .avatar {
	width: 200px;
	margin: 7px 0px 0px;
}

.constant .user .menu1 th {
	text-align: right;
	vertical-align: top;
	font-size: 0.85em;
	font-weight: normal;
	color: #333333;
}

.constant .user .menu1 .item td, .constant .user .menu2 .item td {
	text-align: center;
}

.constant .user .item .select {
	cursor: pointer;
}

.constant .user .menu2_content {
	width: 100%;
}

/* edit user */
.constant .user .avatar {
	width: 200px;
	cursor: pointer;
}

.constant .user .menu {
	text-align: center;
}

.constant .user #galleryPane, .constant .user #contactInfoPane {
	display:none;
}

.constant .user table.edit_options th {
	font-weight: normal;
	font-size: 0.9em;
	text-align: right;
}

/* new */
.constant .user .register_info {
	font-size: 0.85em;
	color: #303030;
}

/* List */
.constant .user .list img {
	margin-bottom: 5px;
	width: 40px;
}


/*----- Company -----*/

/* View */
.constant .company .section {
	background: #f2f2f2 none repeat scroll 0 0;
	border-bottom:1px solid #999;
	border-top:1px solid #999;
	margin: 20px 0 5px;
	padding: 2px	;
	text-align: left;
	display: block;
	color: #333333;
	font-size: 0.9em;
}

.constant .company .company_left_wrapper {
	width: 57%;
	margin-right: 3%;
	float:left;
}

.constant .company .company_right_wrapper {
	width: 40%;
	float: left;
}

.constant .company img.company {
	width: 100%;
}

.constant .company .company_left_wrapper h1 {
	margin: 0 0 3px;
	font-size: 1.7em;
}

.constant .company .details {
	border-bottom: 1px dotted #666666;
	display: block;
	text-align: right;
	clear:left;
}

.constant .company .details .label {
	float: left;
}

.constant .company .adress, .constant .company .post_adress {
	font-size: 1.2em;
}

.constant .company .sub_list, .constant .company .admin_contact {
	clear: left;
}

.constant .company .sub_company {
	border-bottom:1px dashed #999;
	padding: 2px 5px;
	text-align: left;
	display: block;
	font-size: 1.2em;
}

.constant .company .sub_company:hover {
	background-color: #f2f2f2;
	color: #000;
	text-decoration: none;
}

.constant .company .contact_log_row {
	margin-bottom: 20px;
}

.constant .company .contact_box {
	margin: 5px 0 25px;
}

/* Edit */
.edit_wrapper img {
	cursor: pointer;
}

.remove_img_button {
	display: block;
	cursor: pointer;
	margin-bottom: 10px;
	font-size: 0.9em;
}

#name {
	font-size: 1.5em;
	font-weight: bold;
	width:50%;
}

#description {
	width: 50%;
	font-family:inherit;
	font-size: 1.1em;
}

.edit_wrapper th {
	text-align: left;
	padding: 10px 10px 0 0;
}

.edit_wrapper td {
	padding: 3px 0;
}

/* View Contact*/
.constant .company .view_contact_info {
	margin: 0 0 20px;
	width: 400px;
	font-size: 1.2em;
}

.constant .company textarea.note {
	width:100%
}

/* Edit Contact */
.constant .company .edit_contact td {
	padding: 3px 10px 0 0;
}

/*---------- Component windows (because of module 'description'  ----------*/
.constant .modules, .constant .content, .constant .calendar, .constant .form, .constant .project, .constant .company, .constant .communication {
	float: left;
	width: 100%;
}


/*------------ Component communication (sms) -------------*/		
/*.constant .SelectSwaplist {
	height: 140px;
}*/
.constant .SelectSwaplist .SelectedContainer{
	float: left;
}

.constant .SelectSwaplist .ButtonMenu{
	float: left;
	margin: 25px 10px 0 0;
}

.constant .SelectSwaplist .ButtonMenu input{
	margin: 0 0 5px;
}

.constant .SelectSwaplist .SelectedContainer{
	float: left;
}

.constant .SelectSwaplist .ButtonMenu input{
	display: block;
}

.constant .SelectSwaplist .SelectedContainer .content{
	margin: 5px;
	width: 180px;
}

.constant .SelectSwaplist .OptionsContainer .content{
	display: table;
	width: 180px;
	padding: 5px;
	border: 1px solid #cecece;
	background-color: #ffffff;
}

.constant .SelectSwaplist .content select{
	width: 175px
}

.constant .SelectSwaplist .OptionsContainer .menu a{
	margin-right: 4px;
	padding: 0 5px;
	color:#000;
	border: 1px solid #cecece;
	background-color: #ccc;
	text-decoration: none;
}

.constant .SelectSwaplist .OptionsContainer .menu .active{
	background-color: #fff;
	border-bottom: 1px solid #fff;
}

.constant .SelectSwaplist .OptionsContainer .menu a:hover{
	background-color: #fff;
}






