html, body{
	background-color: #9AABAC;	
	font-family: Arial;
	background-image: url(../../img/background.gif);
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

#containerFull{
	width: 100%;
	height: 100%;
}

.navBackMain{
	background-color: #577374;
}

.navBackMainSelected{
	background-color: #FFFFFF;
}

.navBackSub{
	background-color: #829E9F;
}

.navBackSubSelected{
	background-color: #FFFFFF;
}

.tableContentBack{
	height: 100%;
	background-image: url(../../img/tableContentBack.gif);
}

.tableContantBackTop{
	background-color: #B6D2D3;	
}

.contentLineHeight{
	line-height: 17px;
}

#containerContent{
	width: 766px;
	background-color: #efefef;
	padding: 20px;
	height: 100%;
	margin: auto;
}

#fullWidthAndHeight{
	width: 100%;
	height: 100%;
	padding: 0px;
	text-align: center;
}


