/* CSS Document */
.header {
	color: #00387F;
	font-family: arial narrow;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

.normal_bold_blue {
	color: #00387F;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
}

.normal_blue {
	color: #00387F;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
}

.big_gray {
	color: #8C8E91;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

.huge_gray {
	color: #8C8E91;
	font-family: arial;
	font-size: 22px;
	font-weight: bold;
	line-height: 26px;
}

.normal_gray {
	color: #8C8E91;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
}

a.normal_gray {
	text-decoration: none;
}

a.normal_gray:hover {
	color: #00387F;
}

.small_gray {
	color: #8C8E91;
	font-family: arial;
	font-size: 9px;
	font-weight: bold;
	line-height: 13px;
}

.small_blue {
	color: #00387F;
	font-family: arial;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
}

.small_bold_blue {
	color: #00387F;
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
}

.nav_menulines {
	background: #D4DAEC;
	border:1px solid #F0F0F0;
}

.nav_menulines a {
	background: #D4DAEC;
	text-decoration:none;
	color:black;
}

a.nav_link {
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	color: #003873;
}

.nav_on_tab {
	border:2.5px solid #F0F0F0;
	background: #FFFFFF;
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	color: #003873;
}
.divErrorMsg{
	border:1px solid #990000;
	background-color:#FFCCFF;
	text-align:center;
	padding-left:1px;
	padding-top:1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
		
}

a.delete {
	display: block;
	width: 14px;
	height: 14px;
	background-image: url("/images/todo_x.png");
	background-position: top;
	float: left;
	margin: 0px 10px 0px 5px;
	}

span.tag {
	display: block;
	float: left;
	}

a.delete:hover {
	background-position: bottom;
	}
	
.success, .error {
	background-color: #e8ffe6;
	border: 1px solid #00cb0e;
	padding: 10px;
	margin: 10px 0;
	}
	
.error {
	background-color: #ffe6e6;
	border: 1px solid #cb0000;
	}	


