body, td, p, a, div, input, select, textarea, th, li {
	font-family : Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #000000;
}

input, textarea {
	border-left: 1 solid #999999;
	border-right: 1 solid #999999;
	border-top: 1 solid #999999;
	border-bottom: 1 solid #999999;
}	

button {
	border: 1px solid #000000;
	background-color: #D9D1B9;
	font-size: 10px;
	
}

.inputButton {
	border: 1px solid #000000;
	background-color: #D9D1B9;
	font-size: 10px;
	
}

a {
	text-decoration: none;
	color: Black;
}

a:hover {
	color: #555555;
}

th {
	text-align: left;
	font-weight: bold;
}

p, ul, ol, blockquote {
	margin-top: 0pt;
	margin-bottom: 6pt;
	padding-bottom: 0pt;
}

.h1 {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.h2 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.tableHead {
	font-weight: bold;
	background-color: #D9D1B9;
	color: #000000;
	border-top: 1px solid #E7E2D3;
	border-left: 1px solid #E7E2D3;
	border-right: 1px solid #BEB087;
	border-bottom: 1px solid #BEB087;	
}

.tableHeadHover {
	font-weight: bold;
	background-color: #D9D1B9;
	color: #000000;
	border-top: 1px solid #E7E2D3;
	border-left: 1px solid #E7E2D3;
	border-right: 1px solid #BEB087;
	border-bottom: 1px solid #BEB087;	
	cursor: hand;
}

.tableFoot {
	background-color: #D9D1B9;
	border-top: 1px solid #E7E2D3;
	border-left: 1px solid #E7E2D3;
	border-right: 1px solid #BEB087;
	border-bottom: 1px solid #BEB087;	
}

.trMouseOver {
	background-color: #EEEEEE;
	cursor: hand;
}

.inactiveBox {
	background-color: #EEEEEE;
}

.noBorder {
	border: none;
}

.frameBorder {
	border: solid 1px #999999;
}

// Text styles

.txtNormal {
	font-family : Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	color: #555555;
}	

.txtNoUnderline {
	text-decoration: none;
}

.txtBold {
	font-weight: bold;
}

.txtNoBold {
	font-weight: normal;
}

.txtSmall {
	font-size: 10px;	
}

.txtLoginFailed {
	font-weight: bold;
	font-size: 10px;
	line-height: 10pt;
	color: #990000;
}

.txtLoggedOut {
	font-weight: bold;
	font-size: 10px;
	line-height: 10pt;
	color: #009900;
}	

.txtSmallInactive {
	font-size: 10px;
	color: #999999;
}

.txtStrike {
	text-decoration: line-through;
}


/********************* Vänstermenyn **********************/

.menuTop {
	text-decoration: none;
	color: Black;
	font-weight: bold;
	font-size: 10px;
}

.menuNormal {
	text-decoration: none;
	font-size: 10px;
}

.menuNormalBold {
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}

.txtLogoutButton {
	font-weight: bold;
	color: #000099;
	font-size: 10px;	
	text-decoration: none;
}

/********************* mod_todo **********************/
.todoClose {
	font-weight: bold;
}

.todoOverDue {
	color: #990000;
}

.todoLongOverDue {
	font-weight: bold;
	color: #990000;
}

.todoCloseStrike {
	font-weight: bold;
	text-decoration: line-through;
}

.todoOverDueStrike {
	color: #990000;
	text-decoration: line-through;
}

.todoLongOverDueStrike {
	font-weight: bold;
	color: #990000;
	text-decoration: line-through;
}

/********************* mod_docs **********************/
.docsSelectedFolder {
	background-color: #CCCCCC;
}