/*
###===========================================================================
#
# Copyright (c) 2006 by Computors Limited. All Rights Reserved.
#
# No part of this publication or software may be reproduced, transmitted,
# transcribed, stored in a retrieval system, or translated into any
# language without the prior written authorization of Computors Limited.
#
# This is a licensed product of Computors Limitied.
#
# File CSS    : cm.css
# Description : Main Cascading Style Sheet for Content Management
#
###===========================================================================
*/

/*
###===========================================================================
### Navigation Menus
###===========================================================================
*/
.TOPNAV_Menu_Area {
	float: left;
	padding: 0px;
}
.TOPNAV_Section_Level_1 {
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
.TOPNAV_Item_Level_1 {
  float: left;
	clear: none;
	margin: 0px;
	padding: 0px;
	border-right: 1px #ffffff solid;
}
A.TOPNAV_Link_1:link, A.TOPNAV_Link_1:visited, A.TOPNAV_Link_1:hover, A.TOPNAV_Link_1.active {
  float: left;
	font-size: 1.0em;
	font-weight: 700;
	text-decoration: none;
	color: #000000;
	padding: 0px;
  display: block;
  text-indent: -9000px;
}

#TOPNAV_HOME a, #TOPNAV_HOME_Current a {
   width: 54px; 
   height: 16px; 
   background-image: url(/images/nav_home.png);
   background-repeat: no-repeat;
}
#TOPNAV_HOME a:hover {
  width: 54px; 
  height: 16px; 
  background-image: url(/images/nav_home_mo.png);
  background-repeat: no-repeat;
}



#TOPNAV_ABOUT a {
  width: 84px; 
  height: 16px; 
  background-image: url(/images/nav_about.png);
  background-repeat: no-repeat;
}
#TOPNAV_ABOUT_Current a,
#TOPNAV_ABOUT a:hover {
  width: 84px; 
  height: 16px; 
  background-image: url(/images/nav_about_mo.png);
  background-repeat: no-repeat;
}


#TOPNAV_SERVICES a {
  width: 76px; 
  height: 16px; 
  background-image: url(/images/nav_services.png);
  background-repeat: no-repeat;
}
#TOPNAV_SERVICES_Current a,
#TOPNAV_SERVICES a:hover {
  width: 76px; 
  height: 16px; 
  background-image: url(/images/nav_services_mo.png);
  background-repeat: no-repeat;
}


#TOPNAV_CASE_STUDIES a {
  width: 103px; 
  height: 16px; 
  background-image: url(/images/nav_case_studies.png);
  background-repeat: no-repeat;
}
#TOPNAV_CASE_STUDIES_Current a,
#TOPNAV_CASE_STUDIES a:hover {
  width: 103px; 
  height: 16px; 
  background-image: url(/images/nav_case_studies_mo.png);
  background-repeat: no-repeat;
}



#TOPNAV_PORTFOLIO a {
  width: 79px; 
  height: 16px; 
  background-image: url(/images/nav_portfolio.png);
  background-repeat: no-repeat;
}
#TOPNAV_PORTFOLIO_Current a,
#TOPNAV_PORTFOLIO a:hover {
  width: 79px; 
  height: 16px; 
  background-image: url(/images/nav_portfolio_mo.png);
  background-repeat: no-repeat;
}   


#TOPNAV_MARKETING a {
  width: 82px; 
  height: 16px; 
  background-image: url(/images/nav_marketing.png);
  background-repeat: no-repeat;
}
#TOPNAV_MARKETING_Current a,
#TOPNAV_MARKETING a:hover {
  width: 64px; 
  height: 16px; 
  background-image: url(/images/nav_marketing_mo.png);
  background-repeat: no-repeat;

}

#TOPNAV_CONTACT a {
  width: 64px; 
  height: 16px; 
  background-image: url(/images/nav_contact.png);
  background-repeat: no-repeat;
}

#TOPNAV_CONTACT_Current a,
#TOPNAV_CONTACT a:hover {
  width: 64px; 
  height: 16px; 
  background-image: url(/images/nav_contact_mo.png);
  background-repeat: no-repeat;

}

#TOPNAV_CONTACT, #TOPNAV_CONTACT_Current {
	border-width: 0px !important;
}

/*
###===========================================================================
### Side Navigation Menu
###===========================================================================
*/

.SIDENAV_Menu_Area {
	float: left;
	padding: 0px;
	width: 185px;
	border-right: 1px #c8d7dc solid;
}
.SIDENAV_Section_Level_1 {
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
	width: 185px;
}
.SIDENAV_Item_Level_1 {
  float: left;
	clear: none;
	margin: 0px;
	width: 160px;
	padding: 0px;
}
A.SIDENAV_Link_1:link, A.SIDENAV_Link_1:visited, A.SIDENAV_Link_1:hover, A.SIDENAV_Link_1:active {
  float: left;
	width: 155px;
	height: 14px;
	font-size: 1.1em;
	text-decoration: none;
	color: #ffffff;
	padding: 5px 5px 5px 10px;
  display: block;
  background-color: #576d7a;
}

A.SIDENAV_Link_1:hover {
  color: #3d3d3d;
  background-color: #ffffff;
}

A.SIDENAV_Link_1_Current:link, A.SIDENAV_Link_1_Current:visited, A.SIDENAV_Link_1_Current:hover, A.SIDENAV_Link_1_Current:active {
  color: #ffffff;
  background-color: #576d7a;  
}



.SIDENAV_Section_Level_2 {
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
	width: 185px;
}
.SIDENAV_Item_Level_2 {
  float: left;
	clear: none;
	margin: 0px;
	width: 160px;
	padding: 0px;
}
A.SIDENAV_Link_2:link, A.SIDENAV_Link_2:visited, A.SIDENAV_Link_2:hover, A.SIDENAV_Link_2:active {
  float: left;
	width: 140px;
	height: 14px;
	font-size: 1.1em;
	text-decoration: none;
	color: #ffffff;
	padding: 5px 5px 5px 25px;
  display: block;
  background-color: #64879d;
}

A.SIDENAV_Link_2:hover {
  color: #3d3d3d;
  background-color: #ffffff;
}

A.SIDENAV_Link_2_Current:link, A.SIDENAV_Link_2_Current:visited, A.SIDENAV_Link_2_Current:hover, A.SIDENAV_Link_2_Current:active {
  color: #ffffff;
  background-color: #64879d;  
  background-image: url(/images/bullet.gif);
  background-repeat: no-repeat;
  background-position: 10% 50%;
}



.SIDENAV_Section_Level_3 {
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
	width: 185px;
}
.SIDENAV_Item_Level_3 {
	margin: 0px;
	width: 160px;
	height: 25px;
	padding: 0px;
}
A.SIDENAV_Link_3:link, A.SIDENAV_Link_3:visited, A.SIDENAV_Link_3:hover, A.SIDENAV_Link_3:active {
  float: left;
	width: 130px;
	height: 14px;
	font-size: 1.1em;
	text-decoration: none;
	color: #ffffff;
	padding: 5px 5px 5px 35px;
  display: block;
  background-color: #78a6c4;
}

A.SIDENAV_Link_3:hover {
  color: #3d3d3d;
  background-color: #ffffff;
}

A.SIDENAV_Link_3_Current:link, A.SIDENAV_Link_3_Current:visited, A.SIDENAV_Link_3_Current:hover, A.SIDENAV_Link_3_Current:active {
  color: #ffffff;
  background-color: #78a6c4;  
  background-image: url(/images/bullet.gif);
  background-repeat: no-repeat;
   background-position: 10% 50%;
}




/*
###===========================================================================
### Secondary Navigation Menu
###===========================================================================
*/
.XCMC_Menu_Area {
    padding: 10px 0px 10px 0px;
}
.XCMC_Section_Level_1 {
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
.XCMC_Item_Level_1 {
/*
	background-image: url(/images/menu_bg.gif);
	background-repeat: repeat-x;
    background-color: #E4EC9F;
*/
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
A.XCMC_Link_1:link, A.XCMC_Link_1:visited, A.XCMC_Link_1:hover, A.XCMC_Link_1:active,
A.XCMC_Link_1_Current:link, A.XCMC_Link_1_Current:visited, A.XCMC_Link_1_Current:hover, A.XCMC_Link_1_Current:active { 
    font-size: 1.2em;
	font-weight: 700;
	color: #000000;
    text-decoration: none;
/*
    background-image: url(/images/menu_bullet1.gif);
    background-repeat: no-repeat;
    background-position: 4px 6px;
*/
    padding: 4px 0px 0px 0px;
    display: block;
}
A.XCMC_Link_1:hover {
    color: #000080;
}
A.XCMC_Link_1_Current:link, A.XCMC_Link_1_Current:visited, A.XCMC_Link_1_Current:hover, A.XCMC_Link_1_Current:active { 
/*
    background-image: url(/images/menu_bullet1_current.gif);
    color: #000080;
*/
}
A.XCMC_Link_1_Current:hover {
}

/* Level 2 */
.XCMC_Section_Level_2 {
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
.XCMC_Item_Level_2 {
	margin: 0px;
	padding: 0px;
}
A.XCMC_Link_2:link, A.XCMC_Link_2:visited, A.XCMC_Link_2:hover, A.XCMC_Link_2:active,
A.XCMC_Link_2_Current:link, A.XCMC_Link_2_Current:visited, A.XCMC_Link_2_Current:hover, A.XCMC_Link_2_Current:active { 
    font-size: 1.1em;
	font-weight: 700;
	color: #333333;
    text-decoration: none;
/*
    background-image: url(/images/menu_bullet2.gif);
    background-repeat: no-repeat;
    background-position: 14px 6px;
*/
    padding: 0px 0px 0px 5px;
    display: block;
}
A.XCMC_Link_2:hover {
    color: #000080;
}
A.XCMC_Link_2_Current:link, A.XCMC_Link_2_Current:visited, A.XCMC_Link_2_Current:hover, A.XCMC_Link_2_Current:active { 
/*
    background-image: url(/images/menu_bullet2_current.gif);
*/
    color: #000080;
}
A.XCMC_Link_2_Current:hover {
}

/* Level 3 */
.XCMC_Section_Level_3 {
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 0px 0px 6px 0px;
}
.XCMC_Item_Level_3 {
	margin: 0px;
	padding: 0px;
}
A.XCMC_Link_3:link, A.XCMC_Link_3:visited, A.XCMC_Link_3:hover, A.XCMC_Link_3:active,
A.XCMC_Link_3_Current:link, A.XCMC_Link_3_Current:visited, A.XCMC_Link_3_Current:hover, A.XCMC_Link_3_Current:active { 
    font-size: 1.0em;
	font-weight: 700;
	color: #666666;
    text-decoration: none;
/*
    background-image: url(/images/menu_bullet3.gif);
    background-repeat: no-repeat;
    background-position: 24px 6px;
*/
    padding: 0px 0px 0px 10px;
    display: block;
}
A.XCMC_Link_3:hover {
    color: #000080;
}
A.XCMC_Link_3_Current:link, A.XCMC_Link_3_Current:visited, A.XCMC_Link_3_Current:hover, A.XCMC_Link_3_Current:active { 
/*
    background-image: url(/images/menu_bullet3_current.gif);
*/
    color: #000080;
}
A.XCMC_Link_3_Current:hover {
}

/* Level 4 */
.XCMC_Section_Level_4 {
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
.XCMC_Item_Level_4 {
	margin: 0px;
	padding: 0px;
}
A.XCMC_Link_4:link, A.XCMC_Link_4:visited, A.XCMC_Link_4:hover, A.XCMC_Link_4:active,
A.XCMC_Link_4_Current:link, A.XCMC_Link_4_Current:visited, A.XCMC_Link_4_Current:hover, A.XCMC_Link_4_Current:active { 
    font-size: 1.0em;
	font-weight: 700;
	color: #888888;
    text-decoration: none;
/*
    background-image: url(/images/menu_bullet3.gif);
    background-repeat: no-repeat;
    background-position: 34px 6px;
*/
    padding: 0px 0px 0px 15px;
    display: block;
}
A.XCMC_Link_4:hover {
    color: #000080;
}
A.XCMC_Link_4_Current:link, A.XCMC_Link_4_Current:visited, A.XCMC_Link_4_Current:hover, A.XCMC_Link_4_Current:active { 
/*
    background-image: url(/images/menu_bullet3_current.gif);
*/
    color: #000080;
}
A.XCMC_Link_4_Current:hover {
}



/*
###===========================================================================
### Secondary Navigation Menu
###===========================================================================
*/
.BOTNAV_Menu_Area {
	float: right;
	padding: 5px;
}
.BotNav_Item_Level_1 {
    display: inline;
}
a.BotNav_Link_1:link,
a.BotNav_Link_1:visited,
a.BotNav_Link_1:hover,
a.BotNav_Link_1:active {
  color: #dedede;
	font-size: 1.0em;
	text-decoration: none;
	padding: 5px;
}
a.BotNav_Link_1:hover {
  color: #ffffff;
   text-decoration: underline;
}

/*
###===========================================================================
### Content Management
###===========================================================================
*/

a.XCM_Email_Link:link, a.XCM_Email_Link:visited, a.XCM_Email_Link:active {
  color: #cccccc;
}

a.XCM_Email_Link:hover {
  color: #c6e3ff;
} 

.CMC_Header_Image {
	float: right;
	clear: none;
}
.CMC_List_Area {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	clear: left;
	height: 32px;
}

.CMC_Title {
	color: #DB4044;
}
.CMC_List_Title {
	color: #FFB200;
	width: 510px;
}

.CMC_IMAGE_CARS_LINKS {
	border: 1px #cccccc solid;
}

.CMC_List_Text_Area {
	width: 617px;
	border-left: 2px #90DBA3 solid;
	border-right: 2px #90DBA3 solid;
	padding: 8px;
	margin: 0px;
	clear: left;
	overflow: hidden;
}
.CMC_List_Text {
	clear: none;
	color: #1A1A1A;
}


.CMC_Links_Area {
	width: 525px;
	padding: 10px 0px 0px 0px;
	overflow: hidden;
}
.CM_Links_Image {
	float: left;
	clear: none;
	padding: 0px 5px 5px 0px;
}
.CMC_Links_Title {
	padding: 0px 0px 0px 0px;
	color: #41A200;
}
.CMC_Links_URL {
}
.CMC_Links_Text {
}




.CMC_Footer {
	width: 617px;
	height: 32px;
	margin-bottom: 16px;
	clear: both;
	float: left;
}

.Cart_Area {
	float: left;
	width: 545px;
	padding: 0px 10px 0px 0px;
}


.CMC_IMAGE_NEWS {
	float: right;
	clear: none;
	width: 100px;
}

IMG.CMC_Image {
}


.CM_Item_FileList_Section {
  float: left;
  clear: left;
}

.CM_Download_Header {
  float: left;
  width: 225px;
  padding: 0px;
  height: 55px;
  background-image: url(/images/download_bg.png);
  background-repeat: no-repeat;
  overflow: hidden;
}



.CM_Download_Body {
  float: left;
  clear: left;
  width: 223px;
  background-color: #fffdd2;
  border-left: 1px #d3d19c solid;
  border-right: 1px #d3d19c solid;
}

.CM_Download_Footer {
  float: left;
  clear: left;
  width: 225px;
  height: 12px;
  background-image: url(/images/download_footer.png);
  background-repeat: no-repeat;
}

.CM_Download_Title {
  font-weight: bold;
  font-size: 1.5em;
  color: #424347;
  padding: 8px 0px 0px 8px;
  margin: 0px 0px 0px 0px;
}

a.CM_Download_Link:link, a.CM_Download_Link:visited, a.CM_Download_Link:active, a.CM_Download_Link:hover {
  color: #424347;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  cursor: hand;
}

.CM_Download_Filename {
  color: #3590ad;
  float: left;
  font-weight: bold;
  padding: 0px 0px 0px 4px;
}

.CM_Download_Filesize  {}

.CM_Download_Item {
  float: left;
  width: 206px;
  padding: 0px 2px 0px 2px;
  border-top: 1px #f0ec91 solid;
  margin: 5px 0px 5px 0px;
}

.CM_Download_Icon {
  float: left;
  width: 41px;
  height: 48px;
  padding: 0px 0px 0px 3px;
}

.CM_Download_Other {
  float: right;
  clear: none;
  width: 152px;
  padding: 2px 0px 0px 8px;
}

.CM_Download_File_Title {
  display: none;
  float: right;
  width: 160px;
  padding: 0px 0px 0px 4px;
}


.CMC_List_More {
	width: 500px;
	margin-top: 15px;
	clear: left;
}


/* Category Item List */
DIV.CMC_Item_Area {
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 2px;
}
DIV.CMC_Item_Image_Area {
}
DIV.CMC_Item_Separator{
}
HR.CMC_Item_Separator{
	height: 1px;
}

A.BackLink:link, A.BackLink:visited, A.BackLink:active {
	padding-left: 10px;
	color: #BDBDBD;
	text-decoration: underline;
}

A.BackLink:hover {
	padding-left: 10px;
	color: #ffffff;
	text-decoration: underline;
}

A.CMTitle:link, A.CMTitle:visited, A.CMTitle:active {
	color: #949494;
	text-decoration: none;
}

A.CMTitle:hover {
	color: #ffffff;
	text-decoration: none;
}


A.CMMore:link, A.CMMore:visited, A.CMMore:active {
	color: #949494;
	text-decoration: none;
	padding: 5px 0px 0px 0px;
}
A.CMMore:hover {
	color: #E7E7E7;
	text-decoration: none;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}

A.CMText:link, A.CMText:visited, A.CMText:active, A.CMText:hover {
	color: #cccccc;
	text-decoration: none;
}

/*
###===========================================================================
### Gallery
###===========================================================================
*/


#gallery{
	/* The width of the gallery */
	width:672px;
	overflow:hidden;
}

#slides{
	/* This is the slide area */
	height:505px;

	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:672px;
	overflow:hidden;
}

.slide{
	float:left;
}

#menu{
	/* This is the container for the thumbnails */
    width: 680px;
}

ul{
	margin:0px;
	padding:0px;
}

li.menuItem {
	/* Every thumbnail is a li element */
	width:30px;
	display:inline-block;
	list-style:none;
	height:23px;
	overflow:hidden;
}

li.inact:hover{
	/* The inactive state, highlighted on mouse over */
	background:url(/images/pic_bg.png) no-repeat;
}

li.act,li.act:hover{
	/* The active state of the thumb */
	background:url(/images/active_bg.png) no-repeat;
}

li.act a{
	cursor:default;
}

.fbar{
	/* The left-most vertical bar, next to the first thumbnail */
	width:2px;

}

li.menuItem a{
	display:block;
	height:35px;
	padding-top:0px;
}

li.Gallery_Title {
  color: #258baa;
  font-weight: bold;
  font-size: 1.2em;  
}

a img{
	border:none;
}

/*
###===========================================================================
### Content Management
###===========================================================================
*/

.CM_Content_Home {
  padding: 10px 40px 20px 40px;
}

.CM_Content_About {
  margin: auto;
}

.CMC_Content_Area,
.CM_Content_Area {
  float: left; 
  width: 660px;
	padding: 0px 10px 10px 10px;
}
.CMC_Header_Area,
.CM_Header_Area {
  padding: 0px 0px 0px 0px;
}
.CMC_Header_Title,
.CM_Header_Title {
}
.CMC_Header_Description {
}
.CM_Paragraph_Area {
	float: none;
	clear: both;
	padding: 0px;
	margin: 15px 0px 10px 0px;
	overflow: hidden;
}

.CM_About {
  float: left;
  width: 265px;
  height: 370px;
  margin: 5px 70px 5px 70px;
}

.CM_About .CM_Image_Left {
  height: 215px;
}


.CM_Text {
	color: #585858;
	font-size: 1.3em;
	padding: 0px 0px 0px 0px;
}



.CM_Paragraph_Area_left {
	float: left;
	clear: none;
}
.CM_Paragraph_Area_Right {
	float: right;
	clear: none;
	width: 270px;
	padding: 0px 0px 0px 20px;
	overflow: hidden;
}
.CM_Entry {
	color: #000000;
	padding: 0px;
	font-weight: 700;
}

.CM_Entry a:link, a:visited, a:active, a:hover {
  color: #000000;
  text-decoration: none;
}

.CM_Entry a:hover {
  color: #18629a;
  text-decoration: none;
}


.CM_Image_Area {
	float: left;
	clear: none;
	width: 1px;
}
.CM_Image {
	padding: 0px;
}


A.CM_Form_Link:link, A.CM_Form_Link:visited, A.CM_Form_Link:active {
	float: right;
	clear: both;
	font-size: 0.6em;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	color: #F3F3F3;
	padding: 0px 2px 0px 0px;
	text-decoration: none;
}

A.CM_Form_Link:hover {
	font-size: 8pt;
	font-weight: normal;
	color: #F47836;
	text-decoration:underline;
}

.CM_List_Bullet {
  list-style-type: disc;
  list-style: disc outside;
  padding: 15px;  
}



.CM_Text_Bullet {
	font-size: 1em;
	padding: 2px 10px 0px 0px;
}

.CM_Header_Area {
}
.CM_Cat_Title {
	padding: 12px 0px 0px 0px;
}
.CM_Title {
}

.CM_Image_Left {
	float: left;
	clear: none;
	padding: 0px 5px 5px 0px;
}
.CM_Image_Right {
	float: right;
	clear: none;
	padding: 0px 0px 5px 5px;
}

.PDF_Download {
  float: left;
  background-color: #cad8df;
  padding: 4px;
  border: 1px #f0f0f0 solid;
  margin: 8px 0px 8px 0px;
}

.PDF_Download a span {
float: left;
display: block;
padding: 10px;
}

.PDF_Download a img {
float: left;  
}


.PDF_Download a:link, .PDF_Download a:visited, .PDF_Download a:active {
  color: #17475a;
}

.PDF_Download a:hover {
  color: #006994;  
}

DIV.CM_Item_File_Area {
	float: none;
	padding: 10px 10px 10px 10px;
	height: 40px;
}
DIV.CM_Item_File_Icon {
	float: left;
	clear: none;
	padding: 0px 4px 0px 4px;
}
DIV.CM_Item_File_Description {
	float: left;
	clear: none;
	padding: 0px 4px 0px 4px;
}


.CM_Link_Area {
	width: 600px;
	padding: 5px;
	margin: 5px;
	overflow: hidden;
}

A.XCM_Link:link,A.XCM_Link:visited,A.XCM_Link:active  {
  color: #3d3d3d;
}

A.XCM_Link:hover {
  color: #0073a9;
}

/*
###===========================================================================
### Content Management - Links Page
###===========================================================================
*/
.CM_Links_Entry {
	clear: right;
}
.CM_Links_Text {
	float: left;
	clear: none;
}

.CM_ImageCon_Left {
	float: left;
	clear: left;
	margin-right: 20px;
	padding: 5px 10px 10px 5px;
}

.CM_LinkImage {
	float: left;
	clear: none;
	margin-right: 20px;
	padding: 5px 10px 10px 5px;
}

DIV.CM_Image1 {
	float: left;
	clear: both;
	padding: 0px 8px 0px 8px;
}

A.CM_Content_Link:link, A.CM_Content_Link:visited, A.CM_Content_Link:active  {
	text-decoration:underline;
}
A.CM_Content_Link:hover {
	text-decoration:underline;
}
A.CM_Email_Link:link, A.CM_Email_Link:visited, A.CM_Email_Link:active {
	text-decoration:underline;
}
A.CM_Email_Link:hover {
	text-decoration:underline;
}
A.CM_URLLink:link, A.CM_URLLink:visited, A.CM_URLLink:hover, A.CM_URLLink:active {
	font-size: 0.8em;
	text-decoration: underline;
	color: #D7D7D7;
}
A.CM_URLLink:hover {
	color: #ffffff;
}

