/*
================================================================
General Skin styles
================================================================
*/
body
{
	font-family: Verdana, arial;
	font-size: 62.5%;
	margin: 0px;
}
a:link,a:visited,a:active
{
	color: #537DB9;
	text-decoration: none;
}
a:hover
{
	color: #537DB9;
	text-decoration: underline;
}



/*
================================================================
Skin styles for page layout
================================================================
*/
div.TopContainer
{
	background-image: url(images/top_container_background.gif);
	width: 100%;
}
div.TopPaneLeft
{
	background-image: url(images/top_container_background_left.gif);
	width: 50%;
	height: 106px;
}
div.TopPane
{
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -106px; 
}
div.TopPaneClear
{
	clear: both;
	overflow: hidden;
	height: 30px;
}
div.MiddleContainerHome
{
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}
div.ContentPaneContainerHome
{
	padding-left: 20px;
	padding-right: 20px;
}
div.ContentPane
{
}
div.ContentPaneClear
{
	clear: left;
	overflow: hidden;
	height: 50px;
}
div.MiddleContainer
{
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}
table.MiddleTable
{
	text-align: left;
}
td.LeftPaneCell
{
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: top;
}
td.ContentPaneCell
{
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: top;
}
div.LeftPaneContainer
{
	width: 220px;
}
div.ContentPaneContainer
{
	width: 640px;
}
div.BottomContainer
{
	background-image: url(images/bottom_container_background.gif);
	background-repeat: repeat-x;
	padding-bottom: 1px;
	border-bottom: dotted 1px black;
}
div.BottomPane
{
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}
div.BottomPaneClear
{
	clear: left;
	overflow: hidden;
	height: 1px;
}



/*
================================================================
Skin styles for modules
================================================================
*/

/* === Header === */
div.Header
{
	text-align: left;
	background-color: #DCDEDF;
}
div.Header_Links
{
	text-align: right;
	height: 18px;
	border-bottom: solid 1px #AFB0B1;
}
div.Header_Links_Left
{
	float: left;
	margin-left: 10px;
	margin-top: 3px;
}
div.Header_Links_Right
{
	float: right;
	margin-right: 5px;
	margin-top: 3px;
}
div.Header_Links_Right a
{
	color: Black;
}
table.Header_Links_Right_Table td
{
	padding-left: 5px;
	padding-right: 5px;
}
td.Header_Links_Right_Table_Separator
{
	border-right: dotted 1px black;
}
div.Header_Logo
{
	clear: both;
	background-image: url(images/header_logo_background.gif);
	height: 66px;
}
div.Header_Logo a img
{
	border: none;
	vertical-align: bottom;
}
div.Header_Logo_Tagline
{
	position: absolute;
	margin-left: 500px;
	margin-top: 26px;
	color: white;
	letter-spacing: 5px;
}



/* === Footer === */
div.Footer
{
	text-align: left;
}
div.Footer_Links
{
	background-color: #DCDEDF;
	text-align: right;
	height: 18px;
	border-top: solid 1px #AFB0B1;
	border-bottom: solid 1px #AFB0B1;
}
div.Footer_Links_Left
{
	float: left;
	margin-left: 10px;
	margin-top: 3px;
}
div.Footer_Links_Right
{
	float: right;
	margin-right: 5px;
	margin-top: 3px;
}
div.Footer_Links_Right a
{
	color: Black;
}
table.Footer_Links_Right_Table td
{
	padding-left: 5px;
	padding-right: 5px;
}
td.Footer_Links_Right_Table_Separator
{
	border-right: dotted 1px black;
}
div.Footer_More_Links
{
	background-image: url(images/footer_background.gif);
	height: 24px;
	padding-left: 5px;
}
div.Footer_More_Links a
{
	color: White;
}
table.Footer_More_Links_Table
{
	margin-top: 6px;
}
table.Footer_More_Links_Table td
{
	padding-left: 5px;
	padding-right: 5px;
}
td.Footer_More_Links_Table_Separator
{
	border-right: dotted 1px white;
}
div.Footer_Address
{
	color: #666666;
	padding-top: 3px;
	padding-left: 5px;
	padding-bottom: 3px;
	text-align: right;
}
table.Footer_Address_Table td
{
	padding-left: 5px;
	padding-right: 5px;
}



/* === Navigation Menu === */
div.Navigation
{
	text-align: left;
	background-image: url(images/nav_background.gif);
	border-top: solid 1px white;
	border-bottom: solid 1px #AFB0B1;
	border-left: solid 1px #AFB0B1;
	height: 19px;
}
div.Navigation_Time
{
	float: right;
	color: #537DB9;
	margin-top: 3px;
	margin-right: 10px;
}
table.Navigation_Menu
{
	font-family: Arial;
}
table.Navigation_Menu a.Navigation_MenuItem:link,
table.Navigation_Menu a.Navigation_MenuItem:visited,
table.Navigation_Menu a.Navigation_MenuItem:active
{
	color: #537DB9;
	font-weight: bold;
	font-size: 1.2em;
	display: block;
	height: 17px;
	padding-left: 16px;
	padding-right: 10px;
	padding-top: 2px;
	border-left: solid 1px white;
	border-right: solid 1px #AFB0B1;
	background-image: url(images/nav_menu_arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	white-space: nowrap;
}
table.Navigation_Menu a.Navigation_MenuItem:hover
{
	background-color: #EAE9EA;
	text-decoration: none;
}
table.Navigation_Menu a.Navigation_MenuItem img
{
	border: none;
}
table.Navigation_Menu table
{
	display: none;
}
table.Navigation_SubMenu
{
	position: absolute;
	background-color: #537DB9;
	border-left: solid 1px #7E9ECB;
	border-top: solid 1px #7E9ECB;
	border-right: solid 1px #AFB0B1;
	border-bottom: solid 1px #AFB0B1;
}
table.Navigation_SubMenu a:link,
table.Navigation_SubMenu a:visited,
table.Navigation_SubMenu a:active
{
	color: white;
	font-weight: normal;
	font-size: 1.2em;
	display: block;
	height: 17px;
	padding-left: 16px;
	padding-right: 10px;
	padding-top: 2px;
	background-image: url(images/nav_submenu_arrow.gif);
	background-repeat: no-repeat;
	background-position: 6px 7px;
	white-space: nowrap;
}
table.Navigation_SubMenu a:hover
{
	color: white;
	background-color: #7E9ECB;
	text-decoration: none;
}
table.Navigation_SubMenu a img
{
	border: none;
}
table.Navigation_Menu a.Navigation_MenuItem:link div.Navigation_Involve,
table.Navigation_Menu a.Navigation_MenuItem:visited div.Navigation_Involve,
table.Navigation_Menu a.Navigation_MenuItem:active div.Navigation_Involve
{
	width: 39px;
	height: 16px;
	background-image: url(images/nav_menu_involve.gif);
	background-position: 0px 1px;
	cursor: pointer; 
	cursor: hand;
}
table.Navigation_Menu a.Navigation_MenuItem:hover div.Navigation_Involve
{
	width: 39px;
	height: 16px;
	background-image: url(images/nav_menu_involve_hover.gif);
	background-position: 0px 1px;
	cursor: pointer; 
	cursor: hand;
}
table.Navigation_Menu a.Navigation_MenuItem:link div.Navigation_Services,
table.Navigation_Menu a.Navigation_MenuItem:visited div.Navigation_Services,
table.Navigation_Menu a.Navigation_MenuItem:active div.Navigation_Services
{
	width: 46px;
	height: 16px;
	background-image: url(images/nav_menu_services.gif);
	background-position: 0px 1px;
	cursor: pointer; 
	cursor: hand;
}
table.Navigation_Menu a.Navigation_MenuItem:hover div.Navigation_Services
{
	width: 46px;
	height: 16px;
	background-image: url(images/nav_menu_services_hover.gif);
	background-position: 0px 1px;
	cursor: pointer; 
	cursor: hand;
}
table.Navigation_Menu a.Navigation_MenuItem:link div.Navigation_Clients,
table.Navigation_Menu a.Navigation_MenuItem:visited div.Navigation_Clients,
table.Navigation_Menu a.Navigation_MenuItem:active div.Navigation_Clients
{
	width: 38px;
	height: 16px;
	background-image: url(images/nav_menu_clients.gif);
	background-position: 0px 1px;
	cursor: pointer; 
	cursor: hand;
}
table.Navigation_Menu a.Navigation_MenuItem:hover div.Navigation_Clients
{
	width: 38px;
	height: 16px;
	background-image: url(images/nav_menu_clients_hover.gif);
	background-position: 0px 1px;
	cursor: pointer; 
	cursor: hand;
}
table.Navigation_Menu a.Navigation_MenuItem:link div.Navigation_Developers,
table.Navigation_Menu a.Navigation_MenuItem:visited div.Navigation_Developers,
table.Navigation_Menu a.Navigation_MenuItem:active div.Navigation_Developers
{
	width: 59px;
	height: 16px;
	background-image: url(images/nav_menu_developers.gif);
	background-position: 0px 1px;
	cursor: pointer; 
	cursor: hand;
}
table.Navigation_Menu a.Navigation_MenuItem:hover div.Navigation_Developers
{
	width: 59px;
	height: 16px;
	background-image: url(images/nav_menu_developers_hover.gif);
	background-position: 0px 1px;
	cursor: pointer; 
	cursor: hand;
}
table.Navigation_Menu a.Navigation_MenuItem:link div.Navigation_Company,
table.Navigation_Menu a.Navigation_MenuItem:visited div.Navigation_Company,
table.Navigation_Menu a.Navigation_MenuItem:active div.Navigation_Company
{
	width: 50px;
	height: 16px;
	background-image: url(images/nav_menu_company.gif);
	background-position: 0px 1px;
	cursor: pointer; 
	cursor: hand;
}
table.Navigation_Menu a.Navigation_MenuItem:hover div.Navigation_Company
{
	width: 50px;
	height: 16px;
	background-image: url(images/nav_menu_company_hover.gif);
	background-position: 0px 1px;
	cursor: pointer; 
	cursor: hand;
}



/* === Left Navigation === */
div.LeftNavigation
{
	font-family: Arial;
	text-align: left;
	width: 220px;
	font-size: 1.2em;
}
div.LeftNavigation_Title a:link,
div.LeftNavigation_Title a:visited,
div.LeftNavigation_Title a:active
{
	display: block;
	background-image: url(images/subtitle_background.gif);
	background-repeat: no-repeat;
	height: 39px;
	padding-top: 12px;
	padding-left: 37px;
	color: #537DB9;
	font-style: italic;
}
div.LeftNavigation_Title a:hover
{
	text-decoration: none;
}
div.LeftNavigation_Menu
{
}
div.LeftNavigation_Menu a:hover
{
	background-color: #EAE9EA;
	text-decoration: none;
}
a.LeftNavigation_MenuItem:link,
a.LeftNavigation_MenuItem:visited,
a.LeftNavigation_MenuItem:active
{
	display: block;
	border-bottom: dotted 1px #AFB0B1;
	padding-left: 17px;
	padding-top: 2px;
	background-image: url(images/leftnav_menu_arrow.gif);
	background-repeat: no-repeat;
	background-position: 9px 7px;
	height: 17px;
	white-space: nowrap;
}
a.LeftNavigation_MenuItemOpen:link,
a.LeftNavigation_MenuItemOpen:visited,
a.LeftNavigation_MenuItemOpen:active
{
	display: block;
	border-bottom: dotted 1px #AFB0B1;
	padding-left: 17px;
	padding-top: 2px;
	background-image: url(images/leftnav_menuopen_arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	height: 17px;
	font-weight: bold;
	white-space: nowrap;
}
a.LeftNavigation_SubMenuItem:link,
a.LeftNavigation_SubMenuItem:visited,
a.LeftNavigation_SubMenuItem:active
{
	display: block;
	border-bottom: dotted 1px #AFB0B1;
	padding-left: 34px;
	padding-top: 2px;
	background-image: url(images/leftnav_menu_arrow.gif);
	background-repeat: no-repeat;
	background-position: 26px 7px;
	height: 17px;
	white-space: nowrap;
}



/* === Highlight === */
div.Highlight
{
	text-align: left;
	width: 220px;
	font-size: 1.2em;
	margin-right: 20px;
	margin-left: 10px;
}
div.Highlight_Title a:link,
div.Highlight_Title a:visited,
div.Highlight_Title a:active
{
	display: block;
	background-image: url(images/subtitle_background.gif);
	background-repeat: no-repeat;
	height: 39px;
	padding-top: 12px;
	padding-left: 37px;
	color: #537DB9;
	font-style: italic;
}
div.Highlight_Title a:hover
{
	text-decoration: none;
}
div.Highlight_Title_News a:link,
div.Highlight_Title_News a:visited,
div.Highlight_Title_News a:active
{
	display: block;
	background-image: url(images/subtitle_background_news.gif);
	background-repeat: no-repeat;
	height: 39px;
	padding-top: 12px;
	padding-left: 37px;
	color: #537DB9;
	font-style: italic;
}
div.Highlight_Title_News a:hover
{
	text-decoration: none;
}
div.Highlight_Title_Spotlight a:link,
div.Highlight_Title_Spotlight a:visited,
div.Highlight_Title_Spotlight a:active
{
	display: block;
	background-image: url(images/subtitle_background_spotlight.gif);
	background-repeat: no-repeat;
	height: 39px;
	padding-top: 12px;
	padding-left: 37px;
	color: #537DB9;
	font-style: italic;
}
div.Highlight_Title_Spotlight a:hover
{
	text-decoration: none;
}
div.Highlight_Title_Quotes a:link,
div.Highlight_Title_Quotes a:visited,
div.Highlight_Title_Quotes a:active
{
	display: block;
	background-image: url(images/subtitle_background_quotes.gif);
	background-repeat: no-repeat;
	height: 39px;
	padding-top: 12px;
	padding-left: 37px;
	color: #537DB9;
	font-style: italic;
}
div.Highlight_Title_Quotes a:hover
{
	text-decoration: none;
}
div.Highlight_Content
{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	color: #666666;
	font-size: 0.8em;
}
div.Highlight_Content h3
{
	color: #537DB9;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
}



/* === Content === */
div.Content
{
	text-align: left;
	font-size: 1.2em;
	color: #666666;
	padding-top: 8px;
	padding-bottom: 20px;
}
div.Content_Title
{
	border-bottom: dotted 1px #666666;
	padding-bottom: 1px;
	margin-bottom: 10px;
}
div.Content_Breadcrumb
{
	color: #537DB9;
	float: right;
	font-size: 0.8em;
	margin-top: 8px;
}
div.Content_Title h1
{
	color: #33CC33;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 1.5em;
	font-family: Arial;
}
div.Content h2
{
	color: #33CC33;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 1.2em;
	font-weight: bold;
	font-family: Arial;
}
div.Content h3
{
	color: #537DB9;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 1.1em;
	font-weight: bold;
	font-family: Arial;
}
div.Content ul
{
	list-style-image: url(images/bullet.gif);
}
div.Content img
{
	vertical-align: bottom;
}
div.Content th
{
	font-family: Verdana;
	font-weight: bold;
	color: #666666;
	background-color: #CCCCCC;
}



/* === Contact Us === */
div.Contact_Us
{
}
div.Contact_Us table
{
	width: 90%;
}




/* 
================================
Skin styles for Admin
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #fefefe;
}
.skinmaster {
	height: 100%;
	background-color: #f3f5fa;
	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; 
}
.skinheader {
}
.skingradient {
	background-image: url(gradient_DkBlue.jpg); 
	height:30px;
}
.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
}
.toppane {
}
.leftpane {
}
.contentpane {
}
.rightpane {
}
.bottompane {
}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #cad5ea 0px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 1px solid; 
	border-right: #cad5ea 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
}
.MainMenu_MenuIcon {
	background-color: #cad5ea; 
	border-left: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #cad5ea;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #8da4d3; 
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
}
.MainMenu_MenuArrow {
	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; 
}
.MainMenu_RootMenuArrow {
	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: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}

