/* appstyle.css for CONTENS applications */

/* navigation */

a.cmlink {
	font-family : verdana,arial,helvetica,sans-serif;
	color : rgb(60,118,53);
	text-decoration : none;
	font-size : 8pt;
}

a.cmlink:hover {
	font-family : verdana,arial,helvetica,sans-serif;
	color : rgb(153,153,153);
	text-decoration : none;
	font-size : 8pt;
}

a.cmtxtlink {
	font-family : verdana,arial,helvetica,sans-serif;
	color : rgb(60,118,53);
	text-decoration : none;
}

a.cmtxtlink:hover {
	font-family : verdana,arial,helvetica,sans-serif;
	color : rgb(153,153,153);
	text-decoration : none;
}

a.cmtxtlinkalt {
	font-family : verdana,arial,helvetica,sans-serif;
	color : rgb(166,211,11);
	text-decoration : none;
}

a.cmtxtlinkalt:hover {
	font-family : verdana,arial,helvetica,sans-serif;
	color : rgb(153,153,153);
	text-decoration : none;
}

/* txt */
.cmtitle {
	font-family : verdana,arial,helvetica,sans-serif;
	font-size : 10pt;
	font-weight : bold;
}

.cmsubtitle {
	font-family : verdana,arial,helvetica,sans-serif;
	font-size : 9pt;
	font-weight : bold;
}

.cmstrong {
	font-family : verdana,arial,helvetica,sans-serif;
	font-size : 8pt;
	font-weight : bold;
}

.cmtxt {
	font-family : verdana,arial,helvetica,sans-serif;
	font-size : 8pt;
}

.cmtxtalt{
	font-family : verdana,arial,helvetica,sans-serif;
	font-size : 7pt;
}

.cmalert{
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : rgb(255,0,0);
}

/* formobjects */
.cmform{
	font-family : verdana,arial,helvetica,sans-serif;
	font-size : 8pt;
}

.cmformsmall{
	font-family : verdana,arial,helvetica,sans-serif;
	font-size : 7pt;
}

/* tables */
.cmtab{
	border-color:rgb(110,118,53);
	border-width:1px;
	border-style:solid;
	padding:4px;
	background-color: rgb(232,238,213);
	/*border-width:1px;
	only IE :
	border-right: 1px outtset;
	border-top: 1px outtset;
	border-left: 1px outtset;
	border-bottom: 1px outtset;*/
}

.cmtabhead{
	background-color :rgb(222,243,162);
}

.cmtabsubhead{
	background-color :  rgb(204,204,204);
}

.cmtabcont1{
	background-color :  rgb(249,253,238);
}

.cmtabcont2{
	background-color :rgb(232,238,213);
}

.cmtabcont3{
	background-color : rgb(60,118,53);
}

.cmtabcont4{
	background-color : rgb(60,118,53);
}



