
/* GE Fonter - bör de läggas någon annanstans? */
@font-face { font-family: geinspbd-webfont; src: url('../../fonts/geinspbd-webfont.ttf'); } 
@font-face { font-family: geinspbi-webfont; src: url('../../fonts/geinspbi-webfont.ttf'); } 
@font-face { font-family: geinspirapitch-webfont; src: url('../../fonts/geinspirapitch-webfont.ttf'); } 
@font-face { font-family: geinspit-webfont; src: url('../../fonts/geinspit-webfont.ttf'); } 
@font-face { font-family: geinsprg-webfont; src: url('../../fonts/geinsprg-webfont.ttf'); } 

/* ----------------  Start reset/normalize ----------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    line-height: 1.2;
}
ol {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ----------------  End reset/normalize ------------------------- */

h1, h2, h3, h4, h5 {
	font-family:geinspbd-webfont, Verdana, Helvetica, Arial, sans-serif; 
    color: #474747;
}


body {
	background-color: #ffffff; 
	color: #000000; 
	font-family: geinspbd-webfont,Verdana, Helvetica, Arial, sans-serif; 
	font-size: 8pt; 
	margin: 6px 4px; 
}

p 					{ font-family:geinspbd-webfont, Verdana, Helvetica, Arial, sans-serif; }
p.width60           { width: 60%;}

address 			{ font-family: geinspbd-webfont,Verdana, Helvetica, Arial, sans-serif; font-size: 8pt }

a					{color: #5d5d5d; text-decoration: none;}
a:active 			{color: #4a4a4a; text-decoration: none;}
a:link    			{color: #5d5d5d; text-decoration: none;}
a:visited 			{color: #2d2d2d; text-decoration: none;}
a.subtle			{ color: #2d2d2d; text-decoration: none; }
a:hover			{ color: #4a4a4a; text-decoration: underline; }

form				{ display: inline; }

input				{}
input.button			{}
input.button-small		{ font-size: 8pt; }

input, textarea, select, #recaptcha_response_field {
	outline: medium none;
	font-family:  geinspbd-webfont,Verdana, Helvetica, Arial, sans-serif;
	font-size:12px;
	color: #bbb;
	border: 1px solid #ddd;
	-moz-border-radius: 2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	-webkit-transition: all 0.2s ease-out 0s;   
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s; 
	background-color: #fff;
	padding: 6px;
}
input[type=image], input[type=radio] {
    padding: 0px;
    background-color: transparent;
    border-width: 0px;
}

input:focus, textarea:focus, select:focus {
	border: 1px solid #9cba5f;
	color: #676767;
	box-shadow:0 0 4px rgba(82,168,236,.5);
	-moz-box-shadow:0 0 4px rgba(82,168,236,.5);
	-webkit-box-shadow:0 0 4px rgba(82,168,236,.5);
}
input.submit, input.submit:focus, input.submit:active,
input[type=submit], input[type=submit]:focus, input[type=submit]:active {
	cursor:pointer;
	text-align:center;
	text-transform: uppercase;
	font-size:11px;
	font-weight: bold;
	line-height: 14px;
    color: #fff;
	text-decoration:none !important;	
	padding: 8px 12px 6px;
	border: none;
	-moz-border-radius: 20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	box-shadow:0 0 0;
	-moz-box-shadow:0 0 0;
	-webkit-box-shadow:0 0 0;
}
input.submit:hover {
	background-color: #444;
}


textarea			{}
select				{}

span				{ font-family: geinspbd-webfont,Verdana, Helvetica, Arial, sans-serif; font-size: 10pt; }
span.print			{ font-size: 8pt; }
span.required 		{ font-size: 8pt; color: #bb0000; }
span.small 			{ font-size: 8pt; font-weight: normal; }
span.pagetitle		{ font-size: 12pt; font-weight: bold; text-align: center }
span.bracket-link	{ white-space: nowrap; font-size: 11pt; font-weight: normal; color: white;}
span.bracket-linkS	{ white-space: nowrap; font-size: 8pt; font-weight: bold; color: white;}
span.indication     { font-size: 8pt; font-style: italic;}
span.indicationBig     { font-size: 10pt; font-style: italic;}
span.width60        { width: 60%; }
td.form-title span	{ font-family: geinspbd-webfont,Verdana, Helvetica, Arial, sans-serif; color: #4d4d4d;
}


table				{ }
table.hide			{ width: 100%; border: solid 0px #ffffff; }
table.bottomline	{ width: 100%; border-bottom: solid 1px #000000;}
table.width100		{ width: 100%; border: 0; }
table.width75		{ width: 75%;  border: 0; }
table.width70		{ width: 70%;  border: 0; }
table.width60		{ width: 60%;  border: 0; }
table.width50		{ width: 50%;  border: 0; }
table.width40		{ width: 40%;  border: 0; }
table.width35		{ width: 35%;  border: 0; }
table.width25		{ width: 25%;  border: 0; }

table.data  {
	margin-bottom:30px;
}

/*
##page_content tr:nth-child(even) {background: #eae9e9}
##page_content tr:nth-child(odd) {background: #f3f3f3}
*/
td 					{ 
	font-family: Verdana, Helvetica, Arial, sans-serif; 
	font-size: 10pt; 
	padding: 4px; 
	text-align: left; 
	}
td.center			{ text-align: center; }
td.left				{ text-align: left; }
td.right			{ text-align: right; }
td.category			{ background-color: inherit; color: #707070; font-weight: bold; vertical-align : top; }		

td.tdh1				{ font-family: geinspbd-webfont,Verdana, Helvetica, Arial, sans-serif; font-weight:bold; font-size:13pt; }
td.tdh2				{ font-family: geinspbd-webfont,Verdana, Helvetica, Arial, sans-serif; font-weight:bold; font-size:12pt; }
td.tdbold				{ font-family: geinspbd-webfont,Verdana, Helvetica, Arial, sans-serif; font-weight:bold;font-size:11pt}
td.tdtext				{font-family: geinspbd-webfont,Verdana, Helvetica, Arial, sans-serif;font-size: 11pt; width:800px}

td.td80				{ width: 80%; }		

td.col-1			{ background-color: #d8d8d8; color: #000000; } 
td.col-2			{ background-color: #e8e8e8; color: #000000; }
td.form-title		{ 
	font-family: Verdana, Helvetica, Arial, sans-serif;
	border-bottom: 1px solid #c5c4c4;
	font-weight: bold;
}
td.form-title-print	{ background-color:Gray; color: #000000; font-weight: bold; text-align: left; }
td.nopad			{ padding: 0px; }
td.small-caption	{ font-size: 8pt; }
td.print			{ font-size: 8pt; text-align: left; padding: 2px; }
td.print-category	{ font-size: 8pt; color: #000000; font-weight: bold;  }
td.print-bottom		{ border-bottom: 1px solid #000000; }
td.print-spacer		{ background-color: #ffffff; color: #000000; font-size: 1pt; line-height: 0.1; padding: 0px;}
tr.row-1 td			{
	
		border-bottom: 1px solid #dcdbdb;
}
tr.row-2 td			{
	
		border-bottom: 1px solid #dcdbdb;
}
/*
tr:first-child td {
	padding-left: 8px;
}
*/

tr					{}
tr.spacer			{ background-color: #ffffff; color: #000000; height: 3px; }

tr.row-1			{ background-color: #ededed; color: #000000;
}
tr.row-2			{ background-color: #fcfcfc; color: #000000; }

tr.row-category		{ background-color: #c8c8e8; color: #000000; font-weight: bold;}
tr.row-category td  {  text-align:center; }
tr.row-category2	{ background-color: #c8c8e8; color: #000000; }
tr.row-category-history { background-color: #c8c8e8; color: #000000; font-weight: bold;}
tr.row-category-history td {  text-align: left; }
tr.vcenter			{ vertical-align: middle; }
tr.vtop				{ vertical-align:top; }
tr.print			{ vertical-align: top; }
tr.print-category	{ color: #000000; font-weight: bold; }

#buglist tr			{ }

tr.bugnote				{ vertical-align: top; }
td.bugnote-public		{ background-color: #c8c8e8; color: #000000; font-weight: bold; width: 25%; line-height: 1.4; }
td.bugnote-private		{ background-color: #e8e8e8; color: #000000; font-weight: bold; width: 25%; line-height: 1.4; }
td.bugnote-note-public	{ background-color: #e8e8e8; color: #000000; width: 75%; }
td.bugnote-note-private	{ background-color: #e8e8e8; color: #000000; width: 75%; }

td.login-info-left		{ width: 33%; padding: 0px; text-align: left; }
td.login-info-middle	{ width: 33%; padding: 0px; text-align: center; }
td.login-info-right		{ width: 33%; padding: 0px; text-align: right; white-space: nowrap; }

td.menu	
{ 
	background-color: #e8e8e8;
	color: #000000;
	text-align: center;
	width: 100%;
	padding: 5px;
	
}

td.menu a
{
	white-space: nowrap;
}

td.news-heading-public	{ background-color: #c8c8e8; color: #000000; text-align: left; border-bottom: 1px solid #000000; }
td.news-heading-private	{ background-color: #d8d8d8;       color: #000000; text-align: left; border-bottom: 1px solid #000000; }
td.news-body			{ background-color: #ffffff;         color: #000000; padding: 16px; }

img						{}
img.icon				{ width: 11px; height: 11px; }
img.delete-icon			{ position: relative; top: 5px; border: 0; }

div						{ font-family: geinspbd-webfont,Verdana, Helvetica, Arial, sans-serif; font-size: 10pt;padding: 0px; }
div.menu				{ background-color: #e8e8e8; color: #000000; text-align: center; width: 100%; padding: 1px; }

div.border-center		{ background-color: #ffffff; border: solid 1px #000000; text-align: center; width: 50%; position: relative; margin-right: auto; margin-left: auto; }

div.quick-summary-left	{ width: 49%; padding: 2px; text-align: left;  float: left; }
div.quick-summary-right	{ width: 49%; padding: 2px; text-align: right; float: right;}

div#container		{
	border: none;
}
div#page_content		{ 
	padding: 20px;
	border: 1px solid #cacaca;
	box-shadow: 2px 2px 14px #cecece;
}
div#container.login		{
	width: 350px;
	margin-left: auto;
	margin-right: auto;	
}
/*#imageLogo {
    margin-bottom: 15px;
    margin-left: 15px;
    max-height: 50px; /* added for phadia */
}*/

div#footer		{ 
	padding: 3px 0 5px 15px;
	background-color: transparent;
	margin-top: 3px;
	color: #bcbcbc;
}

.center					{ text-align: center; }
.left					{ text-align: left; }
.right					{ text-align: right; }
.small					{ font-size: 8pt; }
.small-normal 			{ font-size: 8pt; font-weight: normal; }
.small-subprojects		{ font-size: 8pt; width: 200px; }
.bold					{ font-weight: bold; }
.bold-small				{ font-weight: bold; font-size: 8pt; }
.bold-small-white		{ font-weight: bold; font-size: 8pt; color: white;}
.italic					{ font-style: italic; }
.italic-small			{ font-style: italic; font-size: 8pt; }
.underline				{ text-decoration: underline; }
.underline-small		{ text-decoration: underline; font-size: 8pt; }
.strike					{ text-decoration: line-through; }
.strike-small			{ text-decoration: line-through; font-size: 8pt; }

.nowrap
{
	white-space: nowrap;
}

.positive
{
	color: green;
}

.negative
{
	color: red;
}

.issue-status
{
	border-bottom: 1px dotted black;
}

.avatar
{
	float: right;
	border: 0;
}

.progress400				{ position: relative; width: 400px; border: 1px solid #d7d7d7; margin-top: 1em; margin-bottom: 1em; padding: 1px; }
.progress400 .bar			{ display: block; position: relative; background: #6bba70; text-align: center; font-weight: normal; color: #333; height: 2em; line-height: 2em; }

/* ct100 stuff */

#ctl00_imageLogo {
	margin-left:15px;
	margin-top: 15px;
    /* changed by Jonas for Phadia */
	/*margin-bottom: 30px;*/
    max-height:50px;
}
