/*MSG*/
div.msg {
	font-size: 14pt;
	height: 100px;
	width: 900px;
}


/*Main catalog*/
.last-news {
	border: 1px solid #999;
	margin-bottom: 25px;
	padding: 5px;
}

div.img_title2 {
	height: 42px;
	width: 194px;
	background-image: url(../img/group_name.png);
	text-decoration: none;
}

div.img_title2 span {text-decoration: none;}

ul.main_catalog {
	margin: 0px;
	padding: 0px;
	font-size: 14px;

}

li#main_catalog_item {
	float: left;
	list-style-type: none;
	margin-right:7px;
	margin-left: 0px;
	padding-left: 0px;
}

li#main_catalog_item a{
	font-weight: bold;
	color: #FFF;
	vertical-align: middle;
}

li#main_catalog_item a:hover div.img_title2{
	float: left;
	background-image: url(../img/group_name_hover.png);
	color: #333;
	text-decoration: none;
}

h1 {
	font-size: 16pt;
	color: #FFF;
}

div#content {
	color: #FFF;
	line-height: 130%;
		z-index: 2;
	padding-left: 15px;
	padding-right: 15px;
}

/*Catalog Items*/
div.groups {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11pt;
	font-weight: bold;
}

ul.list-group {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.list-group li {padding-bottom: 10px;}

li#group-active a {color: #FFF; text-decoration: none;}
	
li#group-active a:hover {color: #FFF; text-decoration: none;}

li#group-not-active a {color: #6faeff; text-decoration: none;}

li#group-not-active a:hover {color: #FFF; 	text-decoration: none;}

#li_separator {
	width: 90%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}

/*Catalog Lists*/

#table_title {
	background-color: #02439c;
	padding-top: 7px;
	padding-bottom: 7px;
	color: #aacbf2;
	font-weight: bold;
}

#table_title #title_photo {width: 70px;}
#table_title #title_title {width: 100%;}
#table_title #title_key {width: 80px;}
#table_title #title_link {width: 70px;}

#item_photo {background-color: #FFF;}
#item_name  {background-color: #abccf2;	color: #0d4a86;}
#item_key   {background-color: #abccf2;	color: #0d4a86;}
#item_link   {background-color: #c6dcf6;}
#item_link a {color: #0d4a86; text-decoration: none;}
#item_link a:hover {color: #FFF; text-decoration: none;}

/*Item View*/
p#page_item_title {
	background-color: #02439c;
	width: 100%;
	padding: 5px;
	color: #aacbf2;
	font-weight: bold;
	font-size: 14px;
}
p#page_item_key {
	font-weight: bold;
	color: #FFF;
}
div#page_item_text {
	color: #FFF;
	text-align: justify;
}

span#page-title {
	font-size: 125%;
	font-weight: bold;
	text-transform: uppercase;
}
span#page-an {}
