﻿/* 
================================
Skin styles for DotNetNuke
================================
*/   




.top_bar {
	background: url('images/top_bar.gif') repeat-x;
	width: 100%;
	height: 20px;
}

.top_bar_service {
	background: url('images/top_bar_service.gif') repeat-x;
	width: 100%;
	height: 20px;
}


.bottom_bar {
    background: url('images/bottom_bar.gif') repeat-x;
	width: 100%;
	height: 28px;

} 

.bottom_bar_service {
    background: url('images/bottom_bar_service.gif') repeat-x;
	width: 100%;
	height: 28px;

} 


.top {
	background: url('images/top.jpg') no-repeat;
	width: 871px;
	height: 112px;
}


.top_openmedia {
	background: url('images/top_openmedia.jpg') no-repeat;
	width: 871px;
	height: 112px;
}

.top_service {
	background: url('images/top_service.jpg') no-repeat;
	width: 871px;
	height: 112px;
}

.top_vpxp {
	background: url('images/top_vpxp.jpg') no-repeat;
	width: 871px;
	height: 112px;
}

.top_polcityonline {
	background: url('images/top_polcityonline.jpg') no-repeat;
	width: 871px;
	height: 112px;
}

.top_polcityonline_800 {
	background: url('images/top_polcityonline_800.jpg') no-repeat;
	width: 750px;
	height: 112px;
}



.top_menu {
	background: url('images/top_menu_back.gif') repeat-x;
	width: 870px;
	height: 20px;
	text-align: left;
}

.top_menu_polcityonline {
	background: url('images/top_menu_back.gif') repeat-x;
	width: 750px;
	height: 30px;
	text-align: left;
}


.top_menu_service {
	background: url('images/top_menu_back_service.gif') repeat-x;
	width: 870px;
	height: 20px;
	text-align: left;
}



.top_pane {
	width: 870px;
}


.bottom {
	background: url('images/back_bottom_bar.gif') repeat-x;
	width: 870px;
	text-align: left;
	height: 28px;
}

.bottom_polcityonline {
	background: url('images/back_bottom_bar.gif') repeat-x;
	width: 750px;
	text-align: left;
	height: 28px;
}


.bottom_service {
	background: url('images/back_bottom_bar_service.gif') repeat-x;
	width: 870px;
	text-align: left;
	height: 28px;
}



.page_content {
	margin-right: 200px;
	margin-left: 200px;
}
	
.container {
	position: relative;
	width: 870px;
}


.controlpanel {
	width: 100%;
	background-color: #fefefe;
	
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	background-color: transparent;
	padding-left: 60px;
	padding-top: 6px;
	padding-right: 20px;

	
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-top: 6px;
	color: #FFFFFF;
}
.rightpane {
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer;
	cursor: hand;
	background-color: #86B8E9;
}

.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #666666; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 3px 3px 1px;	
}

.main_dnnmenu_rootitem  {
	/*TD if menu option for using tables is on*/
	cursor: pointer;
	background: #86B8E9;
	border-top: #FFFFFF 1px dotted;
	border-right: #FFFFFF 1px dotted;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	cursor: hand;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	font-family: Verdana;
	white-space: nowrap; /*Word wrapping menu item now optional*/;
	padding: 6px 8px 7px 8px;
/*explicitly set padding for root menu items*/	height: 20px;
}

.main_dnnmenu_itemhover {
	background: #003466;
	padding: 6px 8px 7px 8px;
	background-color: #003466;
	color: #66CCFF;
	height: 20px;
	border-top: #FFFFFF 1px dotted;
	border-right: 1px #FFFFFF dotted;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

.main_dnnmenu_itemhover_sel {
	background: #003466;
	padding: 6px 8px 7px 8px;
	background-color: #003466;
	color: #66CCFF;
	height: 20px;
	border-top: #FFFFFF 1px dotted;
	border-right: #FFFFFF 1px dotted;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}


.main_dnnmenu_itemhover td {
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #F5F5F5;
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3);
	padding: 1px 1px 1px 1px;
	
	
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}



.main_dnnmenu_container_service {
	background-color: transparent; 
}
.main_dnnmenu_bar_service {
	cursor: pointer;
	cursor: hand;
	background-color: #2BB259;
}

.main_dnnmenu_item_service td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #666666; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 3px 3px 1px;	
}

.main_dnnmenu_rootitem_service  {
	/*TD if menu option for using tables is on*/
	cursor: pointer;
	background: #2BB259;
	border-top: #FFFFFF 1px dotted;
	border-right: #FFFFFF 1px dotted;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	cursor: hand;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	font-family: Verdana;
	white-space: nowrap; /*Word wrapping menu item now optional*/;
	padding: 6px 8px 7px 8px;
/*explicitly set padding for root menu items*/	height: 20px;
}

.main_dnnmenu_itemhover_service {
	background: #1F8141;
	padding: 6px 8px 7px 8px;
	background-color: #1F8141;
	color: #FFFFFF;
	height: 20px;
	border-top: #FFFFFF 1px dotted;
	border-right: 1px #FFFFFF dotted;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

.main_dnnmenu_itemhover_sel_service {
	background: #1F8141;
	padding: 6px 8px 7px 8px;
	background-color: #1F8141;
	color: #FFFFFF;
	height: 20px;
	border-top: #FFFFFF 1px dotted;
	border-right: #FFFFFF 1px dotted;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}


.main_dnnmenu_itemhover_service td {
}


.main_dnnmenu_icon_service {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu_service {
	background-color: #F5F5F5;
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3);
	padding: 1px 1px 1px 1px;
	
	
}
.main_dnnmenu_break_service {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow_service {
	border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow_service {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}



.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtBlue.jpg);
}
.Head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #00264E;
}

.back_top {
	background-position: right;
	width: 951px;
	height: 109px;
	background-image: url('images/back_top_images.jpg');
	background-repeat: no-repeat;
	border-left-color: #87A2C0;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #87A2C0;
	border-right-style: solid;
	border-right-width: 1px;
}

.top_panel {
    width: 951px;
	background-image: url('images/back_top.jpg');
	background-repeat: repeat-x;
	border-left-color: #87A2C0;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #87A2C0;
	border-right-style: solid;
	border-right-width: 1px;

}

.back_menu_top {
    width: 951px;
    height: 30px;
	background-image: url('images/back_menu_top.jpg');
	background-repeat: repeat-x;
	border-left-color: #87A2C0;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #87A2C0;
	border-right-style: solid;
	border-right-width: 1px;

}



/* SideMenu  */
.MenuHdr
{
	font-size: 20px;
	padding-left: 10px;
	font-weight: bold;
	padding-bottom: 2px;
	padding-top: 2px;
	cursor: default;
	font-family: Tahoma;
	text-align: right;
	color: #4184CB;
}
.MenuItem HR
{
	border:0px; border-top:1px dotted #4184CB; height:0px;}




.MenuItemMouseOver
{
	font-size: 13px;
	font-weight: normal;
	font-family: Arial;
	color: #FF0000;
}


.MenuItem
{
	font-size: 13px;
	font-weight: normal;
	background-color: ;
	font-family: Tahoma;
}
.MenuHdr A:Link
{
	font-family: Tahoma;
	text-decoration: none;
	color: #4184CB;
	padding-top: 0px;
	padding-bottom: 5px;
	cursor: pointer;
	display: block;
	background: url('images/arrow_menu.gif') no-repeat right;
	padding-right: 20px;
}
.MenuHdr A:Visited
{
	font-family: Tahoma;
	text-decoration: none;
	color: #4184CB;
	padding-top: 0px;
	padding-bottom: 5px;
	cursor: pointer;
	display: block;
	background: url('images/arrow_menu.gif') no-repeat right;
	padding-right: 20px;


	
}
.MenuHdr A:Hover
{
	font-family: Tahoma;
	text-decoration: none;
	color: #4184CB;
	padding-top: 0px;
	padding-bottom: 5px;
	cursor: pointer;
	display: block;
	background: url('images/arrow_menu.gif') no-repeat right;
	padding-right: 20px;


	
}
.MenuHdr A:Active
{
	font-family: Tahoma;
	text-decoration: none;
	color: #4184CB;
	padding-top: 0px;
	padding-bottom: 5px;
	cursor: pointer;
	display: block;
	background: url('images/arrow_menu.gif') no-repeat right;
	padding-right: 20px;

	
}
.MenuHdr A
{
	font-family: Tahoma;
	text-decoration: none;
	color: #4184CB;
	padding-top: 0px;
	padding-bottom: 0px;
	cursor: pointer;
	display: block;
	background: url('images/arrow_menu.gif') no-repeat right;
	padding-right: 20px;
	

	
}
.MenuItemMouseOver A:Link
{
	padding: 0 20px 0 0;
	background: url('images/arrow_menu.gif') no-repeat right;
	display: block;
	cursor: pointer;
	color: #003466;
	font-family: Tahoma;
	text-decoration: none;
	text-align: right;
}

.MenuItemMouseOver A:Visited
{
	padding: 0 20px 0 0;
	background: url('images/arrow_menu.gif') no-repeat right;
	display: block;
	cursor: pointer;
	color: #003466;
	font-family: Tahoma;
	text-decoration: underline;
	text-align: right;
}

.MenuItemMouseOver A:Hover
{
	padding: 0 20px 0 0;
	background: url('images/arrow_menu.gif') no-repeat right;
	display: block;
	cursor: pointer;
	color: #FF0000;
	font-family: Tahoma;
	text-decoration: underline;
	text-align: right;
}

.MenuItemMouseOver A:Active
{
	padding: 0 20px 0 0;
	background: url('images/arrow_menu.gif') no-repeat right;
	display: block;
	cursor: pointer;
	color: #FF0000;
	font-family: Tahoma;
	text-decoration: underline;
	text-align: right;
}

.MenuItemMouseOver A
{
	padding: 0 20px 0 0;
	background: url('images/arrow_menu.gif') no-repeat right;
	display: block;
	cursor: pointer;
	color: #FF0000;
	font-family: Tahoma;
	text-decoration: underline;
	text-align: right;
}

.MenuItem A:Link
{
	padding: 0 20px 0 0;
	background: url('images/arrow_menu.gif') no-repeat right;
	display: block;
	cursor: pointer;
	color: #003466;
	font-family: Tahoma;
	text-decoration: none;
	text-align: right;
}

.MenuItem A:Visited
{
	padding: 0 20px 0 0;
	background: url('images/arrow_menu.gif') no-repeat right;
	display: block;
	cursor: pointer;
	color: #003466;
	font-family: Tahoma;
	text-decoration: none;
	text-align: right;
}

.MenuItem A:Hover
{
	padding: 0 20px 0 0;
	background: url('images/arrow_menu.gif') no-repeat right;
	display: block;
	cursor: pointer;
	color: #FF0000;
	font-family: Tahoma;
	text-decoration: underline;
	text-align: right;
}

.MenuItem A:Active
{
	padding: 0 20px 0 0;
	background: url('images/arrow_menu.gif') no-repeat right;
	display: block;
	cursor: pointer;
	color: #FF0000;
	font-family: Tahoma;
	text-decoration: underline;
	text-align: right;
}

.MenuItem A
{
	padding: 0 20px 0 0;
	background: url('images/arrow_menu.gif') no-repeat right;
	display: block;
	cursor: pointer;
	color: #003466;
	font-family: Tahoma;
	text-decoration: underline;
	text-align: right;
}

.MenuCurrentPage
{
	background-color: #FF0000;
	background: #FF0000;
	color: #FF0000;
}


.currentHeaderHighlight
{
	font-size: 20px;
	padding-left: 10px;
	font-weight: bold;
	padding-bottom: 2px;
	padding-top: 2px;
	cursor: default;
	font-family: Tahoma;
	text-align: right;
	text-decoration: underline;
	
}

.currentItemHighlight
{
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma;
	color: #FF0000;
	text-decoration: none;
}



#invsidemenu-Software {
	color: #4184CB;
	background-image: url(images/software_icon.gif);
	background-repeat: no-repeat;
	background-position: 50px;
}

#invsidemenu-Software A:link {
	color: #4184CB;
}

#invsidemenu-Software A:visited {
	color: #4184CB;
}


#invsidemenu-Software A:hover {
	color: #4184CB;
}

#invsidemenu-Software A:active {
	color: #4184CB;
}




#invsidemenu-Servizi {
	color: #009966;
	background-image: url(images/servizi_icon.gif);
	background-repeat: no-repeat;
	background-position: 72px;
}

#invsidemenu-Servizi A:link {
	color: #009966;
}

#invsidemenu-Servizi A:visited {
	color: #009966;
}


#invsidemenu-Servizi A:hover {
	color: #009966;
}

#invsidemenu-Servizi A:active {
	color: #009966;
}





#invsidemenu-Editoria {
	color: #F16060;
	background-image: url(images/editoria_icon.gif);
	background-repeat: no-repeat;
	background-position: 70px;
}

#invsidemenu-Editoria A:link {
	color: #F16060;
}

#invsidemenu-Editoria A:visited {
	color: #F16060;
}


#invsidemenu-Editoria A:hover {
	color: #F16060;
}

#invsidemenu-Editoria A:active {
	color: #F16060;
}




#invsidemenu-Accessori {
	color: #EFAF2E;
	background-image: url(images/accessori_icon.gif);
	background-repeat: no-repeat;
	background-position: 45px;
}

#invsidemenu-Accessori A:link {
	color: #EFAF2E;
}

#invsidemenu-Accessori A:visited {
	color: #EFAF2E;
}


#invsidemenu-Accessori A:hover {
	color: #EFAF2E;
}

#invsidemenu-Accessori A:active {
	color: #EFAF2E;
}








/* SideMenu Service  */
.MenuHdrservice
{
	font-size: 20px;
	padding-left: 10px;
	font-weight: bold;
	padding-bottom: 2px;
	padding-top: 2px;
	cursor: default;
	font-family: Tahoma;
	text-align: right;
	color: #1F8141;
	
}
.MenuItemservice HR
{
	border:0px; border-top:1px dotted #1F8141; height:0px;}



.MenuItemserviceMouseOver
{
	font-size: 13px;
	font-weight: normal;
	font-family: Tahoma;
	color: #FF0000;
}


.MenuItemservice
{
	font-size: 13px;
	font-weight: normal;
	background-color: ;
	font-family: Tahoma;
}
.MenuHdrservice A:Link
{
	font-family: Tahoma;
	text-decoration: none;
	color: #1F8141;
	padding-top: 0px;
	padding-bottom: 5px;
	cursor: pointer;
	display: block;
	background: url('images/arrow_menu_service.gif') no-repeat right;
	padding-right: 20px;

	
}
.MenuHdrservice A:Visited
{
	font-family: Tahoma;
	text-decoration: none;
	color: #1F8141;
	padding-top: 0px;
	padding-bottom: 5px;
	cursor: pointer;
	display: block;
	background: url('images/arrow_menu_service.gif') no-repeat right;
	padding-right: 20px;
	
}
.MenuHdrservice A:Hover
{
	font-family: Tahoma;
	text-decoration: none;
	color: #1F8141;
	padding-top: 0px;
	padding-bottom: 5px;
	cursor: pointer;
	display: block;
	background: url('images/arrow_menu_service.gif') no-repeat right;
	padding-right: 20px;
	
}
.MenuHdrservice A:Active
{
	font-family: Tahoma;
	text-decoration: none;
	color: #1F8141;
	padding-top: 0px;
	padding-bottom: 5px;
	cursor: pointer;
	display: block;
	background: url('images/arrow_menu_service.gif') no-repeat right;
	padding-right: 20px;
	
}
.MenuHdrservice A
{
	font-family: Tahoma;
	text-decoration: none;
	color: #1F8141;
	padding-top: 0px;
	padding-bottom: 0px;
	cursor: pointer;
	display: block;
	background: url('images/arrow_menu_service.gif') no-repeat right;
	padding-right: 20px;
	
}
.MenuItemserviceMouseOver A:Link
{
	padding: 0 20px 0 0;
	background: url('images/arrow_menu_service.gif') no-repeat right;
	display: block;
	cursor: pointer;
	color: #003466;
	font-family: Tahoma;
	text-decoration: none;
	text-align: right;
}

.MenuItemserviceMouseOver A:Visited
{
	padding: 0 20px 0 0;
	background: url('images/arrow_menu_service.gif') no-repeat right;
	display: block;
	cursor: pointer;
	color: #003466;
	font-family: Tahoma;
	text-decoration: underline;
	text-align: right;
}

.MenuItemserviceMouseOver A:Hover
{
	padding: 0 20px 0 0;
	background: url('images/arrow_menu_service.gif') no-repeat right;
	display: block;
	cursor: pointer;
	color: #FF0000;
	font-family: Tahoma;
	text-decoration: underline;
	text-align: right;
}

.MenuItemserviceMouseOver A:Active
{
	padding: 0 20px 0 0;
	background: url('images/arrow_menu_service.gif') no-repeat right;
	display: block;
	cursor: pointer;
	color: #FF0000;
	font-family: Tahoma;
	text-decoration: underline;
	text-align: right;
}

.MenuItemserviceMouseOver A
{
	padding: 0 20px 0 0;
	background: url('images/arrow_menu_service.gif') no-repeat right;
	display: block;
	cursor: pointer;
	color: #FF0000;
	font-family: Tahoma;
	text-decoration: underline;
	text-align: right;
}

.MenuItemservice A:Link
{
	padding: 0 20px 0 0;
	background: url('images/arrow_menu_service.gif') no-repeat right;
	display: block;
	cursor: pointer;
	color: #003466;
	font-family: Tahoma;
	text-decoration: none;
	text-align: right;
}

.MenuItemservice A:Visited
{
	padding: 0 20px 0 0;
	background: url('images/arrow_menu_service.gif') no-repeat right;
	display: block;
	cursor: pointer;
	color: #003466;
	font-family: Tahoma;
	text-decoration: none;
	text-align: right;
}

.MenuItemservice A:Hover
{
	padding: 0 20px 0 0;
	background: url('images/arrow_menu_service.gif') no-repeat right;
	display: block;
	cursor: pointer;
	color: #FF0000;
	font-family: Tahoma;
	text-decoration: underline;
	text-align: right;
}

.MenuItemservice A:Active
{
	padding: 0 20px 0 0;
	background: url('images/arrow_menu_service.gif') no-repeat right;
	display: block;
	cursor: pointer;
	color: #FF0000;
	font-family: Tahoma;
	text-decoration: underline;
	text-align: right;
}

.MenuItemservice A
{
	padding: 0 20px 0 0;
	background: url('images/arrow_menu_service.gif') no-repeat right;
	display: block;
	cursor: pointer;
	color: #003466;
	font-family: Tahoma;
	text-decoration: underline;
	text-align: right;
}

.MenuCurrentPageservice
{
	background-color: #FF0000;
	background: #FF0000;
	color: #FF0000;
}



.news_item
{
	margin-bottom: 15px;
}


.news_title2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #206BA8;
}

.news_data
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #003466;
}

.news_more
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #206BA8;
}

.copyright
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}

.search_back
{
	background: url('images/search_back.gif') no-repeat;
	height: 25px;
	width: 194px;
}

.search_back_service
{
	background: url('images/search_back_service.gif') no-repeat;
	height: 25px;
	width: 194px;
}


.search_position
{
	position: relative;
	overflow: visible;
	top: -6px;
}

.top_menu_position
{
	position: relative;
	overflow: visible;
	top: -7px;
}

.top_menu_position_polcity
{
	position: relative;
	overflow: visible;	
	
}


.bottom_links
{
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
}

.bottom_links a:link
{
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.bottom_links a:visited
{
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.bottom_links a:hover
{
	font-family: Verdana;
	font-size: 11px;
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}

.bottom_links a:active
{
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}


.search_title
{
	font-family: Arial;
	font-size: 13px;
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
	line-height: 20px;
}

.search_description
{
	font-family: Arial;
	font-size: 12px;
	color: #00264E;
	font-weight: normal;
}


