body, td, p, span, .txt { 
	font-family			: verdana;
	font-size			: 10px;
	color				: #000000;
	text-decoration		: none;
}

h1 { 
	font-family			: verdana;
	font-size			: 14px;
	color				: #000000;
	text-decoration		: none;
}

h2 { 
	font-family			: verdana;
	font-size			: 12px;
	color				: #000000;
	text-decoration		: none;
}

input, textarea, select {
	font-family			: verdana;
	font-size			: 10px;
	text-decoration		: none; 
}

a, a:visited {
	cursor				: hand;
	color				: #000000; /*#666666; */
	text-decoration		: underline;
}

a:hover {
	cursor				: hand;
	color				: #FBBF44; /*#666666; */
	text-decoration		: underline;
}

.linkDark {
	cursor				: hand;
	font-family			: verdana;
	font-size			: 10px;
	color				: #000000;
	text-decoration		: underline;
}

.linkDark:hover {
	cursor				: hand;
	font-family			: verdana;
	font-size			: 10px;
	color				: #000000;
	text-decoration		: underline overline;
}

.link {
	cursor				: hand;
	font-family			: verdana;
	font-size			: 10px;
	color				: #000000;
}

.link:hover {
	cursor				: hand;
	font-family			: verdana;
	font-size			: 10px;
	color				: #FBBF44;
}

.link_on {
	cursor				: hand;
	font-family			: verdana;
	font-size			: 10px;
	color				: #666666;
	text-decoration		: underline;
}

.content {
	font-family			: verdana;
	font-size			: 10px;
	color				: #000000;
	text-decoration		: none;
}
.overskrift {
	font-family			: verdana;
	font-size			: 11px;
	color				: #000000;
	font-weight			: bold;
}

/* Gantt skema start */
.g_td {border-top: 1 solid black;}
.g_td_incomplete {border-top: 1 solid black; background-color:#bbbbbb;}
.g_td_complete {border-top: 1 solid black; background-color:#777777;}
.g_td_deadline {border-top: 1 solid black; background-color:#F79E1A;}
.g_td_pre {border-top: 1 solid black;}
.g_td_post {border-top: 1 solid black;}
.g_td_today {border-top: 1 solid black; border-left: 1 solid #4466dd; border-right: 1 solid #4466dd;}
.g_td_weekend {border-top: 1 solid black; background-color:#ccffcc;}
.g_td_weekend_on {border-top: 1 solid black; background-color:#88cc88;}

/* Gantt skema slut */


/* Toolbars start*/
.tbToolbar  
{
	background-color: #ECE9D8;
}

.tbSep 
{
	border-left: solid 1 gray;
	border-right: solid 1 white;
	width: 1px;
	height: 25px;
}

.tbButton
{
	border: 1 solid #ECE9D8;
}
.tbButton_hover
{
	background-color: #C1D2EE;
	border: 1 solid #316AC5;
}
.tbButton_toggled
{
	border-right: #316ac5 1px solid;
	border-top: #316ac5 1px solid;
	border-left: #316ac5 1px solid;
	border-bottom: #316ac5 1px solid;
	background-color: #ebeef9;
}
/* Toolbars end*/