@charset "iso-8859-1";
/* CSS Document */

body {
	background: #f2f2f2;
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-family: 'Droid Sans', Droid Sans, 'Helvetica', Helvetica, Arial;
	font-size: 11px;
	letter-spacing: 0.00em; 
	word-spacing: 0.00em; 	
	font-weight: normal;
	color: #333;

}
.ui-state-highlight { height: 35px; margin-bottom: 10px; background: #333; }
.ui-state-highlight-galleri { margin: 5px 10px 5px 0; padding: 1px; height: 95px; width: 120px; background: #333; }
.highlight {
	background: #333;
	height: 55px;
}
.sortGrid { list-style-type: none; margin: 0; padding: 0; }
.sortGrid li { margin: 5px 10px 5px 0; padding: 5px; height: 100px; width: 124px; float: left; font-size: 4em; text-align: center; }
	
img { border: 0px; }
div {
}
p, h1, h2, h3, h4, h5 { margin: 0px 0px 10px 0px; padding: 0px; font-family: 'Droid Sans', Droid Sans, Helvetica, Arial; }

a:link, a:active, a:visited { color: #333; text-decoration: underline; }
a:hover { color: #333; text-decoration: none; }

a.link:link, a.link:active, a.link:visited { color: #000; text-decoration: none; }
a.link:hover { color: #000; text-decoration: none; }

a.none:link, a.none:active, a.none:visited, a.none:hover { color: #333; text-decoration: none; }
a.hover:link, a.hover:active, a.hover:visited { color: #333; text-decoration: none; }
a.hover:hover { color: #333; text-decoration: underline; }

a.topmeny:link, a.topmeny:active, a.topmeny:visited { color: #999; text-decoration: none; }
a.topmeny:hover { color: #fff; text-decoration: none; }

.block_left { float: left; }
.block_right { float: right; }
.clear { clear: both; font-size: 0px; height: 0px; }

.wrapper {
	width: 1020px;
	margin: 0 auto;
	text-align: left;
	clear: both;
	position: relative;
}

.msg {
	background: #fff;
	padding: 20px;
	margin-bottom: 20px;
}

.container {
	padding: 0px 0px 20px 0px;
	margin-top: 20px;
	overflow: hidden;
	/*background: url(/grafikk/bg.png) top left repeat-y;*/
}

.box {
	background: #fff;
	padding: 20px;
	margin-top: 0px;
}

.box_login {
	background: #fff;
	padding: 20px;
	width: 320px;
	margin: 0 auto;
	text-align: center;
}

/*
// Styling til flotte inputs
*/
ol.form {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ol.form li {
	margin-bottom: 5px;
}
ol.form li label {
	display: block;
	float: left;
	margin: 5px;
	width: 100px;
	font-weight: 700;
}
input[type="text"], textarea {
	width: 400px;
}
input, textarea, select {
	padding: 3px;
	border: 1px solid #ddd;
	background: #fff;
	font-size: 13px;
	font-family: 'Droid Sans', Droid Sand, 'Helvetica', Helvetica, Arial;
}
input.submit_save {
	background: #ffca1e;
	padding: 6px 12px;
	font-weight: bold;
	color: #333;
	font-size: 13px;
	cursor: pointer;
	border: 1px solid #ffca1e;
	/*-moz-border-radius:5px; -webkit-border-radius:5px;*/
}
.inputsubmit {
	padding: 6px 12px;
	font-size: 13px; 
	cursor: pointer;
	font-weight:bold;
	background:#333; 
	color:#fff; 
	border:1px solid #333;
	/*
	border-left-color:#D9DFEA; 
	border-top-color:#D9DFEA;
	-moz-border-radius:5px; -webkit-border-radius:5px;
	background:#3255b2; 
	color:#fff; 
	border:1px solid #0e1f5b;
	*/
}

/*
// Styling the meny
*/
.tabs {
	width: 100%;
	overflow: hidden;
	border-bottom: 0px solid black; /*bottom horizontal line that runs beneath tabs*/
}

.tabs ul{
	margin: 0;
	padding: 0;
	padding-left: 10px; /* 10px */
	font-weight: bold;
	list-style-type: none;
}

.tabs li{
	display: inline;
	margin: 0;
}

.tabs li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0px 6px 0px 0px; /* */
	padding: 8px 8px 4px 8px; /* 8px 12px 4px 12px */
	color: #333;
	background: #e2e2e2; /*background of tabs (default state)*/
}

.tabs li a:hover, .tabs li.selected a{
	background: #fff; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
	text-decoration: underline;
}


.post {
	/*
	border: 1px solid #d7d7d7;
	padding: 19px;
	*/
	background: #fff;
	/*
	-moz-box-shadow: 0 0 15px #ccc;
	-webkit-box-shadow: 0 0 15px #ccc;
	box-shadow: 0 0 15px #ccc;
	/* For IE 8 
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color='#cccccc')";
	/* For IE 5.5 - 7 
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color='#cccccc');
	*/
}
.post_top {
	height: 17px;
	font-size: 0px;
	background: url('/grafikk/bg_top.png') top left no-repeat;
}
.post_middle {
	background: url('/grafikk/bg.png') top left repeat-y;
}
.post_inside {
	padding: 0px 40px 20px 40px;
}
.tagline {
	padding: 10px 20px 10px 20px;
	margin: 0 20px;
	color: #333;
	font-size: 12px;
}
.shareline {
	background: #333;
	padding: 10px 20px 10px 20px;
	margin: 0 20px;
	color: #fff;
}
.post_bottom {
	height: 17px;
	font-size: 1px;
	background: url('/grafikk/bg_bottom.png') top left no-repeat;
}

.meny {
	margin-right: 22px; 
	color: #333; 
	font-size: 20px; 
	font-weight: 700; 
	text-transform: uppercase;
}
.meny_current, .meny:hover {
	background: url(/grafikk/link_bg_white.png) bottom left repeat-x;
}

#upload{
	margin-bottom: 10px; padding:15px;
	font-weight:bold; font-size:1.3em;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	background:#ffca1e;
	color:#333;
	border:1px solid #ccc;
	width:150px;
	cursor:pointer !important;
	-moz-border-radius:5px; -webkit-border-radius:5px;
}
.darkbg{
	background:#ddd !important;
}
#status{
	font-family:Arial; padding:5px;
}
ul#files{ list-style:none; padding:0; margin:0; }
ul#files li{ padding:10px; margin-bottom:2px; width:200px; float:left; margin-right:10px;}
ul#files li img{ max-width:180px; max-height:150px; }
.success {
	border: 0px solid #404040;
	margin-bottom: 0px;
	padding: 20px 20px 20px 60px;
	background: #fff url(/grafikk/success.png) 15px 15px no-repeat;
}
.sucess h1, .success h3 { margin-bottom: 0px; }
.error {
	border: 0px solid #404040;
	margin-bottom: 0px;
	padding: 20px 20px 30px 60px;
	background: #fff url(/grafikk/error.png) 10px 10px no-repeat;
}


#sortable { list-style-type: none; margin: 0; padding: 0; }
#sortable li { background: #f7f7f7; margin-bottom: 10px; padding: 10px; }
#sortable li span { position: relative; left: 0px; }
#sortable li span.form { position: relative; left: 200px; }

.qq-uploader { position:relative; width: 100%;}

.qq-upload-button {
    display:block; /* or inline-block */
    width: 105px; padding: 7px 0; text-align:center;    
    background:#880000; border-bottom:1px solid #ddd;color:#fff;
}
.qq-upload-button-hover {background:#cc0000;}
.qq-upload-button-focus {outline:1px dotted black;}

.qq-upload-drop-area {
    position:absolute; top:0; left:0; width:100%; height:100%; min-height: 70px; z-index:2;
    background:#FF9797; text-align:center; 
}
.qq-upload-drop-area span {
    display:block; position:absolute; top: 50%; width:100%; margin-top:-8px; font-size:16px;
}
.qq-upload-drop-area-active {background:#FF7171;}

.qq-upload-list {margin:15px 35px; padding:0; list-style:disc;}
.qq-upload-list li { margin:0; padding:0; line-height:15px; font-size:12px;}
.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
    margin-right: 7px;
}

.qq-upload-file {}
.qq-upload-spinner {display:inline-block; background: url("/grafikk/load.gif"); width:15px; height:15px; vertical-align:text-bottom;}
.qq-upload-size,.qq-upload-cancel {font-size:11px;}

.qq-upload-failed-text {display:none;}
.qq-upload-fail .qq-upload-failed-text {display:inline;}

a.button{
	background: #f7f7f7;
	display: block;
	color: #333;
	font-weight: bold;
	height: 30px;
	line-height: 29px;
	margin-bottom: 14px;
	text-decoration: none;
	text-align: left;
	width: 80px;
}
a:hover.button{
	color: #0066CC;
}
.like {
	background: url(/grafikk/favicon.png) no-repeat 10px 8px;
	text-indent: 30px;
	padding-top: 3px;
	display: block;
}

/* the overlayed element */
.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(/admin/grafikk/white.png);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:640px;		
	
	/* some padding to layout nested elements nicely  */
	padding:35px;

	/* a little styling */	
	font-size:11px;
}

/* default close button positioned on upper right corner */
.apple_overlay .close {
	background-image:url(/admin/grafikk/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}
#overlay {
	background-image:url(/admin/grafikk/transparent.png);
	color:#efefef;
	height:450px;
}
	
/* container for external content. uses vertical scrollbar, if needed */
div.contentWrap {
	height:441px;
	overflow-y:auto;
}

