.body {
	font-family: inherit;
	background: white;
	color: #333333;
	margin: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 98%;
}

.header {
	height: 46px;
}

#logo{
    padding-top: 1em;
    padding-left: 1em;
    padding-bottom: 0em;
}

.mobileMenu {
	display: block;
}

.mobileMenuContext {
	display: none;
	float: right;
	width: 100%;
	background-color: rgba(231, 240, 232, 0.93);
	font-size: 1em;
	margin-top: 55px;
	margin-bottom: 1em;
	border-radius: 0.6em 0.6em 0.6em 0.6em;
	border: 0.1em solid rgb(140, 182, 144);
	/*position:fixed;*/
}

.mobileMenuContext a {
	color: #48802C;
	text-decoration: none;
}

.mobileMenuContext ol li { 
	display: block;
	margin-bottom: 0.3em;
}

.mobileMenuContext ol ol li { 
	display: block;
	margin-top: 0.4em;
}

.mobileMenuContext ol li:before { 
	content: counters(item, ".") ". "; 
	counter-increment: item; 
}

.mobileMenuContext ol {
	color: #48802C;
	font-weight: bolder;
	counter-reset: item;
	padding-left: 2em;
}

.mobileMenuContext ol ol {
	color: #48802C;
	padding-left: 1.5em;
	font-size: 0.9em;
	font-weight: normal;
}

.mobileMenuContext ol ol ol {
	color: #48802C;
	padding-left: 2em;
	font-size: 0.9em;
	font-weight: normal;
}

.context, .header, .footer, .contextLast {
	background-color: #EEEEEE;
    border: 0.1em solid #FFFFFF;
    border-radius: 0.6em 0.6em 0.6em 0.6em;
    box-shadow: 0 0 1em #CCCCCC;
}

#screenDesc li {
	list-style:none;
}
#aboutJerbo{
	margin-top:60px;	
}

.contextLast {
	margin-bottom: 10px;
}

.context {
	margin-bottom: 1px;
	padding-bottom: 1em;
}

.context, .contextLast {
	margin-top: 15px;
	padding-left: 4em;
	padding-right: 4em;
	width: inherit;
}

p {
	font-size: 1.1em;
}

ul {
	padding-left: 2em;
}

.bodyContext ul li {
	padding-right: 3em;
}

ul ul, ol {
	padding-left: 3em;
}

ul li, ol li {
	margin-bottom: 0.5em;
}

ul ul li, ol ul li {
	margin-top: 0.5em;
}

h1 {font-size: 1.4em;}
h2 {font-size: 1.3em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1.1em;}
h1,h2,h3 {color: #5C9761;}
h3{text-decoration: blink; font-style: oblique;}
h4 {color: black;}

a {color: #48802C;}
a:hover {color: #FAAA3F;}

.sampleSection {
	padding: 0.5em 1em 0.5em 1em;
	border: 1px dashed #48802C;
	color: black;
	background-color: #f9f9f9;
	font-family: courirer, 'courier new', monospace;
	font-size: 0.8em;
}

#configProperty {
	margin-left: 0em;
}

table {
	border: 1px solid white;
	border-collapse: collapse;
	margin-right: 0em;
	margin-left: 0em;
}
th {
	text-align: left;
	color: white;
	background-color: #71a976;
	padding-left: 5px;
	padding-right: 5px;
}

#scrumHeader, #jerboHeader, #viewHeader {
	width: 7em;
}

td {
	border: 1px solid white;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;	
}

.linkSpanNavigate {
	background: url('../images/icons/navigate_link_iconSprite.png') no-repeat scroll center 0px;
}

.addImageLink {
	background: url('../images/icons/database_add.png') no-repeat scroll center 6px;
}

.delete {
	background: url("../images/icons/database_delete.png") no-repeat scroll center 6px transparent;
}

.edit {
background: url("../images/icons/database_edit.png") no-repeat scroll center 6px transparent;
}

.showAllMenu {
	background: url('../images/icons/stateButtons.png') no-repeat center 6px;
}

.hideAllMenu {
	background: url('../images/icons/stateButtons.png') no-repeat center -23px;
}

.Done_filter_hide {
background: url("../images/icons/stateButtons.png") no-repeat scroll center -86px transparent;
}
.Done_filter_show {
background: url("../images/icons/stateButtons.png") no-repeat scroll center -53px transparent;
}

.NotStarted_filter_hide {
background: url("../images/icons/stateButtons.png") no-repeat scroll center -300px transparent;
}
.NotStarted_filter_show {
background: url("../images/icons/stateButtons.png") no-repeat scroll center -266px transparent;
}

.InProgress_filter_hide {
background: url("../images/icons/stateButtons.png") no-repeat scroll center -229px transparent;
}
.InProgress_filter_show {
background: url("../images/icons/stateButtons.png") no-repeat scroll center -195px transparent;
}

.Impeted_filter_hide {
background: url("../images/icons/stateButtons.png") no-repeat scroll center -158px transparent;
}
.Impeted_filter_show {
background: url("../images/icons/stateButtons.png") no-repeat scroll center -124px transparent;
}

.showMyTaskFilter {
	background: url("../images/icons/stateButtons.png") no-repeat scroll center -442px transparent;
}

.refreshFilter {
	background: url("../images/icons/stateButtons.png") no-repeat scroll center -371px transparent;
}

.exclamation {
	background: url("../images/icons/exclamation.png") no-repeat transparent scroll center 7px;
}

.collapseItem {
background: url('../images/icons/collapseItem_iconSprite.png') no-repeat center 5px;
}

.collapseItemOpen {
	background: url('../images/icons/collapseItem_iconSprite.png') no-repeat center -12px;
}

.ascSort {
	background: url(../images/icons/sorted_asc.gif) no-repeat center 10px;
}
.descSort {
	background: url(../images/icons/sorted_desc.gif) no-repeat center 10px;
}

.accrOrAbbr{
	font-weight: bold;
}

.footer {
	height: 2.5em;
	margin-top: 1em;
	margin-bottom: 1em;
}

.footer span {
	float: right; 
	padding-top: 1.2em; 
	margin-right: 1em; 
	font-size: 0.7em; 
	color: #817F7F;
}

.footer span a, .viveko a {
	color: #817F7F;
	text-decoration: none;
}

.footer span a:hover, .viveko a:hover {
	color: #404F7A !important;
}
.viveko {
	color: #817F7F;
	font-size: 0.6em;
	float: right;
	margin-top: 10px;
	text-align: right;
	width: 100%;
}
