
/********** Main Site Style Sheet  **********/

/********** START: Global block  **********/
body {
  background-color: #F0EED6; /* color of the empty space around the active part of the page in the center  */
  color: #000000;            /* default text color, works for all elements where it isn't redefined */
  font-family: Verdana;      /* default text style, works for all elements where it isn't redefined */
  font-size: 11px;           /* default symbol size, works for all elements where it isn't redefined */
  text-align: left;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
TD
{
  vertical-align: top;
}
/*
a:link, a:hover, a:active, a:visited {
  text-decoration: underline;   /* default link text decoration, works for all links until it's redefined */
             /* default link text color, works for all links until it's redefined */
}   */

.
img {
 border: 0px;
}

form {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

/********** END: Global block  **********/
/********** START: Page layout block **********/
#PageLayout {
	margin: 0px auto;
}
#PageLayoutContent {       /* This block includes active part of the page and separates it empty space around */
  position: relative;
  padding: 0px;
  margin: 0px;
  border: solid 1px #000000;
  background-color: #FFF;
  text-align: center;      /* this makes the block aligned with center in IE */
  margin-left: auto;       /* this makes the block aligned with center in FF, Safari, etc */
  margin-right: auto;      /* this makes the block aligned with center in FF, Safari, etc */
  width: 980px;
}
/********** END: Page layout block **********/
/********** START: Header block **********/
#Header {                  /* Header block */
  position:relative;
  width: 980px; 
  height:70px;
  border-bottom: none;
  margin: 0px;
  padding: 0px;
}
#ServiceMenu{
     margin:7px 0 0 0;
    padding:0px;
}
#ServiceMenu a:link, #ServiceMenu a:active, #ServiceMenu a:hover, #ServiceMenu a:visited {
  color: #58807f;
  font:bold 10px verdana;
  padding: 3px 10px 4px 10px;
  text-decoration:none;
}
#ServiceMenu .separator{
  color: #000;
}
#HeaderMenu {              /* Header Menu block */
  position:relative;
  height:23px;
  margin: 0px;
  padding: 0px;
  background-image: url('/upload/images/header_bg.jpg');
  background-repeat: repeat-x;
  text-align: left;
}
#HeaderMenu .Item {
  padding: 0px 30px 0px 30px;
  border-color: #CCCCCC;        /* Header Menu Item border color, sould be the same as the color of the Header Menu border */ 
}
#HeaderMenu .Item a:link, 
#HeaderMenu .Item a:hover, 
#HeaderMenu .Item a:visited, 
#HeaderMenu .Item a:active {
  display: block;
  color:#ffffff;
  font:bold 11px arial;
  height: 15px;
  padding: 4px 0px 4px 0px;
  text-decoration: none;   /* Header Menu Item link text decoration */
}

#HeaderMenu .Item .Active a:link, 
#HeaderMenu .Item .Active a:hover, 
#HeaderMenu .Item .Active a:visited, 
#HeaderMenu .Item .Active a:active {
  text-decoration: none;   /* Header Menu Item link text decoration */
}

#HeaderMenu .separator {
  padding: 0px;
  font:normal 11px arial;
   color:#000000;
   line-height:22px;
  text-align: center;          /* Header Menu Item text align */
}

#Header .Banner {
             float:right;
             height:60px;
             left:50px;
             margin:0 0 0;
             padding:0;
             position:relative;
             top:38px;
             width:234px;
}
#Header .Logo {
    position: relative;
    float: left;
    margin: 0px;
    padding: 0px;
}

#Header .GraphicalHeader {
  position: relative;
  float: right;
  margin: 4px 0px 0px 0px;
  padding: 0px;
}

#Sub_Menu_Box {
    position: relative;
    margin: 0px 0px 0px 0px;
    height: 22px;
    line-height: 22px;
    background-color:#a7baa0;
}
#Sub_Menu_Box .Item,
#Sub_Menu_Box .Item .Active {
    position: relative;
    float: left;
	border: none;
	padding: 0px;
	text-decoration: none;
}
#Sub_Menu_Box .Item A,
#Sub_Menu_Box .Item .Active A {
                     position: relative;
                     float: left;
	display: block;
                     color:#ffffff;
                     font:bold 11px arial;
	padding: 4px 30px 4px 30px;
	text-decoration: none;
}

#Sub_Menu_Box .separator { 
                      position: relative;
                     float: left;
                     font:normal 11px arial;
                     line-height:22px;
            
}

/********** END: Header block **********/

/********* START: Search block *****************/
#searchForm {
                     position: relative;
                 /*    top:24px;    */
                     float: right;
	right: 7px;
	margin: 53px 0px 0px 0px;
	padding: 0px;
}
#searchForm .input {
                      position: relative;
                     color:#999999;
                     font:normal 11px verdana;
                     float: left;
	top: 0px;
	width: 197px;
	height: 17px;
	margin: 0px;
	padding: 2px 0 0 4px;
                     border-top:1px solid #d0d0d0;
                     border-left:1px solid #d0d0d0;
                     border-right:1px solid #9a9a9a;
                     border-bottom:1px solid #9a9a9a;
	background-color: #fff;
}
#searchForm .button {
                     position:relative;
                     float:left;
	top: 2px;
                     font:bold 11px verdana;
                     color:#ffffff;
	width: 52px;
                     height: 17px;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 2px;
                     border:1px solid #f0eed6;
	background-color: #58807f;
}
/********* END: Search block ***********/

/********** START: Page content block **********/
#PageContent {
  background-color: #FFFFFF;
  clear: both;
  padding: 0px;
  margin: 10px 0px 0px 0px;
  width: 100%;
}
*HTML #PageContent {
  padding: 0px;
  margin: 10px 0px 0px 0px;
  width: 100%;
}
#PageContentBodyTD {
  background-color: #FFF; 
  margin: 0px 0px 0px 0px;
  padding: 0px 4px 0px 4px;
  vertical-align: top;
}

#PageContentBody {
  position: relative;
  min-height: 610px;
  height: auto !important;
  height: 610px;
  text-align: left;
}
/********** END: Page content block **********/
/********** START: Page column left block **********/
#PageColumnLeft {
  width: 164px;
  margin: 0px;
  padding: 0px; 
  vertical-align: top;
  border-right:1px solid #000000;
  background-color:#F1F1F1;   /* Left Column background color */
}

#PageColumnLeft .PageMenu {
  width: 160px;
  border-bottom: 1px solid #000000;
}
#PageColumnLeft .PageMenu .Item {
  width: 158px;
  padding: 0px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
  text-align: left;            /* Page Menu Item text align */
  background-color: #F4F4F4;   /* Page Menu Item default background color */
}

#PageColumnLeft .PageMenu .Item .subMenu,
#PageColumnLeft .PageMenu .Active .subMenu {
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border-bottom:none;
}

#PageColumnLeft .PageMenu .Item .subMenu .Item {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border-right: none;
  border-left: none;
  border-bottom:none;
}

#PageColumnLeft .PageMenu .Item  a:link,
#PageColumnLeft .PageMenu .Item  a:visited,
#PageColumnLeft .PageMenu .Item  a:hover,
#PageColumnLeft .PageMenu .Item  a:active {
  display: block;
  padding: 5px 0px 5px 5px;
  margin: 0px;
  text-decoration: none;   /* Page Menu Item link text decoration */
}

#PageColumnLeft .PageMenu .Item .subMenu .Item a:link,
#PageColumnLeft .PageMenu .Item .subMenu .Item a:visited,
#PageColumnLeft .PageMenu .Item .subMenu .Item a:hover,
#PageColumnLeft .PageMenu .Item .subMenu .Item a:active {
  padding: 5px 0px 5px 15px;
  margin: 0px;
}

#PageColumnLeft .PageMenu .Item .Active {
  background-color: #DEDEDE;   /* active Page Menu Item background color */
}

#PageColumnLeft .PageMenu .Item a:hover {
  background-color: #DEDEDE;   /* Page Menu Item background color when mouse cursor moves over it */
}

#PageColumnLeft .PageMenu .Item .PageMenu .Item a:hover {
  background-color: #DEDEDE;   /* second level Page Menu Item background color when mouse cursor moves over it */
}

#PageColumnLeft .Advertisement {
  padding: 0px 0px 0px 0px;
  margin: 10px 0px 30px 0px;
}
/********** END: Page column left block **********/
/********** START: Page column center block **********/
#PageColumnCenter {
  background-color: #FFFFFF;   /* Center Column backgound color */
  text-align: left;         /* Center Column text align */
  width: 668px;
  margin: 0px;
  padding: 0px 10px 0px 10px;
}
#PageMenuPath {
  margin: 0px;
  font-size:11px;
  color:#3F5559;
  padding: 0px 0px 13px 0px;
  text-align: left;
}

#PageMenuPath a:link, 
#PageMenuPath a:active, 
#PageMenuPath a:hover, 
#PageMenuPath a:visited {
  text-decoration: none;   /* Bread Crumb Trail link text decoration */
  color:#3f5559;
  font:normal 11px verdana;
}

#PageTitle { 
  position: relative; 
  margin: 0px;
  padding: 0px 0px 10px 0px;
  font-size: 16px;     /* Page Title text font size */
  font-weight: bold;   /* Pag Title text font weight */
  font-family:verdana;
  color:#8C6206;
  width: 468px;
}

#PageContentRightCorner { 
  position: relative;
  float: right;
  width: 300px;
  padding: 0px 0px 0px 5px;
_padding-left:3px;
  margin: 0px 0px 10px 0px;
  z-index: 1;
  background-color: #FFF;
}
#PageContentRightCorner .PageServices {
  position:relative; 
  text-align: center;
  border: 1px solid #000000;
  width: 298px;
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 5px 0px;
  clear: both;
  font-weight: normal;
  font-size: 10px;  
}
#PageContentRightCorner .PageServices .bookmark {
  background-repeat: no-repeat;
  background-image: url('/upload/images/skin/images/bookmark_icon.jpg');   /* Bookmark link icon */
  background-position: right bottom;                          /* Bookmark link icon position, should be opposite to it's text align */
  text-align: left;                                    /* Bookmark text align, should be opposite to it's icon position */
  width: 87px;
  height: 15px;
  padding:8px 0 0;
  margin: 0 5px 1px 35px;
  float: left;
  position: relative;
  z-index: 1;
}
#PageContentRightCorner .PageServices .bookmark a{
   color:#878787;
   font:normal 10px verdana;
   text-decoration:none;
}
#PageContentRightCorner .PageServices .print {
  background-repeat: no-repeat;
  background-image: url('/upload/images/skin/images/print_icon.jpg');   /* Print link icon */
  background-position: right bottom;                       /* Print link icon position, should be opposite to it's text align */
  text-align: left;                                 /* Prin text align, should be opposite to it's icon position */
  width: 57px;
  height: 15px;
  padding: 8px 0 0 3px;
  margin: 0 5px 1px 0;
  float: left;
  position: relative;
  z-index: 1;
}
#PageContentRightCorner .PageServices .print a{
   color:#878787;
   font:normal 10px verdana;
   text-decoration:none;
}
#PageContentRightCorner .PageServices .email {
  background-repeat: no-repeat;
  background-image: url('/upload/images/skin/images/email_icon.jpg');   /* Email link icon */
  background-position: right bottom;                       /* Email link icon position, should be opposite to it's text align */
  text-align: left;                                 /* Email text align, should be opposite to it's icon position */
  width: 55px;
  height: 15px;
  padding: 8px 0 0 7px;
  margin: 0px;
  float: left;
  position: relative;
  z-index: 1;
}
#PageContentRightCorner .PageServices .email a{
   color:#878787;
   font:normal 10px verdana;
   text-decoration:none;
}
#PageContentRightCorner .PageServices .DashLine {
  margin: 9px 0 7px 10px;
_margin-top:0px ;
  padding:0px;
  z-index: 0;
}
#PageContentRightCorner .PageServices .SocialNetworkWidjet {
  position:relative;
  /*float: right;*/
  padding: 0px;
  margin: 0px 0px 0px 0px;
}
#PageContentRightCorner .PageServices .servicesLeftTD {
  width: 163px;
  padding-right: 15px;
  color:#878787;
  font:normal 11px arial;
}
#PageContentRightCorner .PageServices .servicesRightTD {
  width: 145px;
  text-align:left;
}
#PageContentRightCorner .Advertisement {
  padding: 0px;
  margin: 0px 0px 0px 0px;
}
#PageContentRightCorner .RightColumnBox {
	padding: 0px 0px 4px 0px;
	margin: 0px 0px 5px 0px;
	width: 298px;
	border: 1px solid #000000;
	z-index: 1;
}
#PageContentRightCorner .RightColumnBox1 {
    position:relative;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	width: 298px;
	z-index: 1;
}
#PageContentRightCorner .RightColumnBox1 .Active {
	BORDER-TOP: #000000 1px solid;
	FONT: bold 11px verdana;
	BORDER-LEFT: #000000 1px solid;
	WIDTH: 117px;
	CURSOR: pointer;
	COLOR: #58807f;
	HEIGHT: 23px;
	TEXT-ALIGN: center;
	BORDER-BOTTOM-STYLE: none;
	line-height: 23px;
}
#PageContentRightCorner .RightColumnBox1 .Item {
	BORDER-TOP: #000000 1px solid;
	BORDER-Left: #000000 1px solid;
	FONT: bold 11px verdana;
	WIDTH: 112px;
	CURSOR: pointer;
	COLOR: #ffffff;
	HEIGHT: 23px;
	BACKGROUND-COLOR: #58807f;
	TEXT-ALIGN: center;
	line-height: 23px;
}
.H3c .text{
   margin:0px;
   padding:0px;
   text-align:center;
}

.H3c .text a:link,
.H3c .text a:active,
.H3c .text a:visited{
    text-align:center;
    margin:0px;
    padding:0px;
    font:bold 10px verdana;
    color:#58807F;
    text-decoration:none;
}
.H3c .text a:hover{
   color:#A7BAA0;
   text-decoration:underline;
}
.H3c .RightColumnBox p {
    font-size: 14px;
    font-weight: bold;
    font-family:verdana;
    color:#ffffff; 
    padding: 0px 5px 1px 5px;
    margin:0px;
    background:#3d3d3c url('/upload/images/module_bg.jpg') no-repeat scroll right bottom;
}
.H3c form td {
	height:25px;
	padding:0;
	width:0;
}

.H3c form input {
	margin:0 0 0 10px;
                     _margin-left:15px;
	padding:0 0 0 0;
	width:25px;
}
.H3c form .submit{
	margin:5px 4px 0 0;
	padding:0 0 2px;
	background-color:#f26522;
	width:55px;
	height:16px;
	color:#ffffff;
	font:bold 10px verdana;
                     border:0px;
                     cursor:pointer;
}
.H3c form .view_results{
	margin:0px;
	padding:0 0 2px;
	background-color:#f26522;
	width:96px;
	height:16px;
	color:#ffffff;
	font:bold 10px verdana;
                     border:0px;
                     cursor:pointer;
}

#PageContentRightCorner .RightColumnBox p {
	color: #FFFFFF;
	font: bold 14px arial;
	margin: 0px;
	padding:1px 0 2px 5px;
                     background:#3d3d3c url('/upload/images/module_bg.jpg') no-repeat scroll right bottom;
}
#PageContentRightCorner .RightColumnBox A {
    text-decoration: none;
}

#PageContentRightCorner .MP_border {
    border-left: 1px solid #000000;
}

#PageContentRightCorner ul {
    margin: 5px 0px 0px 0px; 
    padding: 0px;
    list-style-type:none;
}
#PageContentRightCorner ul li {
    margin:0 0 5px 9px; 
    padding:0px;
}
#PageContentRightCorner ul li a:link,
#PageContentRightCorner ul li a:active,
#PageContentRightCorner ul li a:visited{
    font:bold 10px verdana;
    color:#58807f;
    text-decoration:none;
}
#PageContentRightCorner ul li a:hover{
    color:#a7baa0;
    text-decoration:underline;
}
#Articles_List {
  width: 298px;
  margin: 0px;
  padding: 0px;
  border:1px solid #000000;
}
/********** END: Page column center block **********/
/********** START: Page column right block **********/
#PageColumnRight {
  width: 160px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: #FFFFFF;   /* Right Column backgound color */
  vertical-align: top;         /* Right Column content vertical align */
  text-align: center;          /* Right Column content horizontal align */
}
/********** END: Page column right block **********/

/********** START: Footer block **********/
#Footer {
  color: #000;
  margin-top:25px;
}
#FooterMenu { 
  text-align: center;   /* this makes the block aligned with center in IE */
  margin-left: auto;    /* this makes the block aligned with center in FF, Safari, etc */
  margin-right: auto;   /* this makes the block aligned with center in FF, Safari, etc */
}
#FooterMenu .Item {
  margin: 0px;
  display: inline;
  font:normal 10px verdana;  
}
#FooterMenu .Item a:link,
#FooterMenu .Item a:active,
#FooterMenu .Item a:visited {
  text-decoration: none;   /* Footer Menu Item link text decoration */
  font:normal 10px verdana;  
  color: #58807f;
  margin:0 18px;
}
#FooterMenu .Item a:hover{
   text-decoration:underline;
}
#SiteLinks {
  color: #000;
  text-align: center;
  padding: 15px 5px 15px 5px;
  margin: 0px;
}
#SiteLinks .text{
    vertical-align:middle;
    width:340px;
    padding:3px 0  0 0;
}
#SiteLinks span{
  font:normal 11px verdana;
  padding:0px 12px;
}
#SiteLinks a:link,
#SiteLinks a:active,
#SiteLinks a:visited{
  text-decoration:none;   /* Copyright link text decoration */
  font:normal 11px verdana;  
  color: #58807f;
  margin:0;
}
#SiteLinks a:hover{
  text-decoration:underline;
}
#Copyright {
  position: relative;
  padding: 5px 30px 15px 30px;
  text-align: center;   /* Copyright text align */
  font-size: inherit;   /* Copyright text font size */
  color: #000;
}

#Copyright a:link,
#Copyright a:hover,
#Copyright a:active,
#Copyright a:visited {
  text-decoration: underline;   /* Copyright link text decoration */
  font-size: inherit;           /* Copyright link text font size */
}
/********** END: Footer block **********/

/********** START: Global elements block **********/
.Advertisement {
  margin: 0px;
  padding: 0px;
  text-align: center;
}
.Advertisement .Item {
  margin: 0px 0px 5px 0px;
  padding: 0px;
}

.PaginationBar {
  padding: 0px;
  margin: 5px 0px 15px 0px;
  font-size:11px;
  color:#58807F;
  font-family:verdana;
  font-weight:normal;
}
.PaginationBar a:link, 
.PaginationBar a:hover,
.PaginationBar a:active, 
.PaginationBar a:visited {
  text-decoration: none;
  font-size:11px;
  color:#58807F;
  font-family:verdana;
  font-weight:normal;
}

.DashLine {
  height: 1px;
  width: 271px;
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 0px 0px;
  border-bottom: dashed 1px #C6C6C6;   /* style, width, and color of the Dashed Line */
  z-index: 0;
}
.SolidLine {
  height: 1px;
  width: 290px;
  margin: 5px 0px 5px 0px;
  padding: 0px 0px 0px 0px;
  border-bottom: solid 1px #000000;   /* style, width, and color of the Solid Line */
  z-index: 0;
}
.clear {
  margin: 0px;
  padding: 0px 5px 0px 0px;
  clear: both;
}
.button {
  background-color: #DEDEDE;
  border: 1px #CCCCCC solid;
  color: #878787;
  width: 100px;
  font-size: 100%;
  font-weight: normal;
  cursor: hand;
  font-family: Verdana;
  margin: 15px 0px 15px 0px;
  padding: 2px 5px 2px 5px;
}
.h1 {
	color:#8C6206;
	font-size:15px;
	font-weight:bold;
	margin:0 0 0;
	padding:3px 0 8px;
	position:relative;
}
.h2 {
	color:#58807F;
	font-family:verdana;
	font-size:11px;
	font-weight:bold;
	margin:0;
	padding:0 0 1px;
	position:relative;
}
.h2 a:link,
.h2 a:active,
.h2 a:visited{
  color:#58807f;
  font-size: 11px;
  font-weight: bold;
  font-family:verdana;
  text-decoration:none;
}
.h2 a:hover{
   text-decoration:underline;
}
.text {
  padding: 5px 0px 5px 0px;
  margin: 5px 0px 0px 0px;

}

/********** END: Global elements block **********/

/********** START: Category page block **********/
#artmCategory {
  text-align: left;
  width:500px;
_width:499px;
  height: auto;
}
#artmCategory .visualText{
	background-color:#F5F5F5;
	height:41px;
	line-height:normal;
                     color:#878787;
                     font:normal 11px verdana;
	margin:5px 0 0;
	padding:30px 0 0 0;
	text-align:center;
}
#artmCategory a.readmoreoncategorylink:link, 
#artmCategory a.readmoreoncategorylink:visited, 
#artmCategory a.readmoreoncategorylink:hover, 
#artmCategory a.readmoreoncategorylink:active {
  text-align: left;
  font-size: 11px;
  color:#58807F;
  font-weight: normal;
  margin: 0px 0px 4px 0px;
  padding: 4px 0px 0px 0px;   
  float: right;
  z-index: 1;
}

#artmCategory .artmCategoryArticleList a.readmoreoncategorylink:link, 
#artmCategory .artmCategoryArticleList a.readmoreoncategorylink:visited, 
#artmCategory .artmCategoryArticleList a.readmoreoncategorylink:hover, 
#artmCategory .artmCategoryArticleList a.readmoreoncategorylink:active { 
  position: relative; 
  float: right;
  text-align: right;
  color:#58807F;
  font-size: 11px;
  font-weight: normal;
  margin: 0px 0px 4px 0px;
  padding: 4px 0px 0px 25px;
  z-index: 1;
}

#artmCategory .artmCategoryArticleList {
  padding: 0px 0px 5px 0px;
  margin: 5px 0px 5px 0px;
  position: relative;
  border-top: 1px #3F5559 solid;
  border-bottom: 1px #3F5559 solid;
  width:500px;
 _width:499px;
}
#artmCategory .artmCategoryArticleList .artmCategoryArticleItem { 
  position: relative;
  padding: 9px 0px;
  margin: 0px;
}
#artmCategory .artmCategoryArticleItem .text {
  padding: 0 0 3px;
  margin: 0px;
  color:#333333;
  line-height:16px;
  font:normal 11px verdana;
}
#artmCategory .artmCategoryArticleItem a.readmorelink:link, 
#artmCategory .artmCategoryArticleItem a.readmorelink:active, 
#artmCategory .artmCategoryArticleItem a.readmorelink:visited { 
  position: relative;
  font-size: 10px;
  color:#58807f;
  font-family:verdana;
  font-weight: bold;
  margin: 0px 0px 4px 0px;
  padding: 4px 10px 0px 0px;
  z-index: 1;
  text-decoration:none;
}
#artmCategory .artmCategoryArticleItem a.readmorelink:hover{ 
  color:#A7BAA0;
  text-decoration:underline;
}
#artmCategory .DashLine {
  z-index: 0;
  /* width: 353px;   Dash line width on Article Category page */
}

#artmCategory .SolidLine {
  width: 480px;
  z-index: 0;
}
#artmCategory .Advertisement {
  margin: 15px 0px 15px 0px;
}
.artmCategoryRightCorner .artmCategoryVE {
  width: 270px; 
  padding: 15px;
  margin: 0px 0px 10px 5px;  
  background-color: #F0F0F0;
}
.artmCategoryRightCorner .artmCategoryArticleSearch {
  width: 295px;
  background-color: #F0F0F0;
  padding: 10px 0px 10px 5px;
  margin: 0px 0px 10px 5px;  
  font-weight: bold;
  font-family: Arial;
  font-size: 115%;
  position: relative;
  z-index: 1;
}
.artmCategoryRightCorner .artmCategoryArticleSearch .button {
  background-color: #CECECE;
  border: 1px #CECECE solid;
  color: #878787;
  font-size: 80%;
  font-weight: bold;
  margin: 0px 0px 1px 0px;
  padding: 0px;
  cursor: hand;
  font-family: Verdana;
}
.artmCategoryRightCorner .artmCategoryArticleSearch .text {
  clear: both;
  width: 120px;  
  height: 15px;
  text-align: left;
  margin: 0px 5px 0px 0px;
  padding: 1px 5px 0px 5px;  
  border: 1px #9C9B9C solid;
  font-size: 85%;
  font-weight: normal;
  color: #878787;
  font-family: Verdana;
  z-index: 1;
}
.artmCategoryPageTitle {
  width: 500px;
  padding: 0px;
  margin: 0px;
  text-align: left;
}
a.rss { 
  /*position: relative;*/ 
  /*float: right;*/
  /*display: block;*/
  width: 200px; 
  font-size: 10px;
  color:#878787;
  font-weight: normal;
  margin: 10px 0px 10px 10px;
  padding: 10px 3px 10px 25px;
  background-image: url('/upload/images/skin/images/rss.gif');
  background-repeat: no-repeat;
  background-position:  5px;
  text-decoration: none;
}
/********** END: Category page block **********/

/********** START: Article page block **********/
#artmArticle {        /* Article page main block style */
  text-align: left;
  width: 500px;
_width:499px;
}
#artmArticle .Images {   /* Article page Images block style */
  width: 468px; 
  text-align: center;
}
#artmArticle .inscription {   /* style of the block on Article page that contains Author name and Publish date */
  margin: 0px;
  padding: 0px 0px 15px 0px;
}
#artmArticle #artmArticleSummaryHeader {
  width: 468px;
  color: #000000;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}
#artmArticle #artmArticleSummary {   /* Article page Summary block style */
  width: 500px;
_width:499px;
  border:1px solid #000000;
  color: #000000;
  margin: 0px 0px 10px 0px;
}
#artmArticle #artmArticleSummary .text{
    font:bold 14px arial;
    color:#ffffff;
    background:#3d3d3c url('/upload/images/summaryBG.jpg') no-repeat scroll right bottom;
    margin:0px;
    padding:0 0 3px 7px;
}
#artmArticle #artmArticleSummary ul {   /* Article page Summary list block style */
  margin: 0 0 0 21px;
  padding: 7px 0 8px;
}
#artmArticle #artmArticleSummary ul li{
  margin: 0px;
  padding: 0px;
  font-weight:bold;
  line-height:17px;
  }
#artmArticle #artmArticleContent {   /* Article page Article content block style */
}
#artmArticleContent a:link,
#artmArticleContent a:active,
#artmArticleContent a:visited{
  color:#58807F;
  text-decoration:none;
}
#artmArticleContent a:hover{
   color: #A7BAA0;
   text-decoration:underline;
}

.artmArticleRightCorner .Images {   /* Article page Right Corner Images block style */
  padding: 0px;
  margin: 0px;
}
.artmArticleRightCorner .Images .Item {   /* Article page Right Corner Images Item block style */
  padding: 0px;
  margin: 0px 0px 5px 0px;
}
.artmArticleRightCorner .Images .Item .caption {   /* Article page Right Corner Images Item Caption block style */
  text-align: center;
  color: #000000;
  font-style:italic;

}
/********** END: Article page block **********/
/********** START: Article search page block **********/
#artmSearch {         /* Article Search main block style */
  text-align: left; 
  padding: 0px;
  margin: 0px;
  width: 500px;
_width:499px;
}
#artmSearch #artmSearchArticleList{
  padding: 0px;
  margin: 0px;
  width: 500px;
_width:499px;
  border-top:1px solid #3f5559;
  border-bottom:1px solid #8c999b;
}
#artmArticleSearchForm {   /* Article Search form style */
  width: 490px;
  height: 30px;
  background-color: #EBEBEB;
  font-weight: bold;
  font-family: Arial;
  font-size: 120%;
  padding: 10px 0px 0px 10px;
  margin: 0px;
  /* May need to add position: static; */
}
#artmArticleSearchForm .button {   /* Article Search form button style */
  background-color: #CECECE;
  border: 1px #CECECE solid;
  color: #878787;
  font-size: 70%;
  font-weight: bold;
  margin: 0px 0px 1px 0px;
  padding: 0px;
  cursor: hand;
  font-family: Verdana;
}
#artmArticleSearchForm .text {   /* Article Search form text field style */
  width: 252px;  
  height: 15px;
  text-align: left;
  margin: 0px 5px 0px 0px;
  padding: 1px 5px 0px 5px;  
  border: 1px #9C9B9C solid;
  font-size: 100%;
  font-size: 85%;
  color: #878787;
  font-family: Verdana;
}
#artmSearchOrder {   /* Article Search "Order the result by field" block style */
  width: 470px;
  color:#3f5559;
  font:normal 11px verdana;
  padding: 0px 0px 17px 0px;
  margin: 0px 0px 2px 0px;
  text-align: left;
}
#artmSearchOrder a:link,
#artmSearchOrder a:active,
#artmSearchOrder a:visited,
#artmSearchOrder a:hover{
    color:#58807f;
    font:normal 11px verdana;
    text-decoration:none;
}
#artmSearch .artmSearchArticle {   /* Article Search Article item block style */
  padding: 5px 0px 5px 0px;
  margin: 0px 0px 5px 0px;
  text-align: left;
}
#artmSearch .artmSearchArticle .h2 a{
  color:#58807f;
  font-size: 11px;
  font-weight: bold;
  font-family:verdana;
  text-decoration:none;
}
#artmSearch .artmSearchArticle a:link, 
#artmSearch .artmSearchArticle a:hover, 
#artmSearch .artmSearchArticle a:active, 
#artmSearch .artmSearchArticle a:visited { 

}
#artmSearch .artmSearchArticle .text {
  margin: 0px 0px 0px 0px;
}
#artmSearch .artmSearchArticle .date {   /* Article Search date block style */
  margin: 0px 0px 0px 0px;
}
#artmSearch .artmSearchArticle .categoies {   /* Article Search Categories List block style */
  margin: 0px 0px 0px 0px;
}
#artmSearch .artmSearchArticle .categoies a{   /* Article Search Categories List block style */
  margin: 0px 0px 0px 0px;
  font:normal 11px verdana;
  color:#58807f;
  text-decoration:none;
}
#artmSearch .artmSearchArticle .views {
  text-align: right;
  color: #999999;
  width: 100%;
}
.artmSearchRightCorner {
}
.artmSearchRightCorner .AdItem {
}
/********** END: Article search page block **********/

/********** START: Section Page Block **********/
#SectionPageContent {
    width: 498px;
  _width:497px;
}
#SectionPageContent a:link,
#SectionPageContent a:active,
#SectionPageContent a:visited{
   color:#58807F;
   text-decoration:none;
}
#SectionPageContent a:hover{
    color:#A7BAA0;
    text-decoration:underline;
}

/********** START: Email to a friend page block **********/
.EmailForm {
  padding: 0px;
  margin: 5px 0px 15px 0px;
}
.EmailForm .text {
  padding: 5px 0px 0px 0px;
  margin: 0px;
  display: block;
}
.EmailForm .field {
  padding: 5px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  width: 50%;
}
.EmailForm .field input {
  width: 50%;
}
.EmailForm .field textarea {
  width: 50%;
}
/********** END: Email to a friend page block **********/

/********** Home page styles **************************/
.box1 {
	position:relative;
	width:300px; 
	height:250px;
	background-color:#FFF;
}
.box2 {
	position:relative;
	width:300px; 
	height:248px;
	background-color:#fff;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
}
.box3 {
	position:relative;
	width:498px; 
	height:250px;
	background-color:#FFF;
                     margin-bottom:5px;
}
.H2a {
	position:relative; 
	float:left;
	width:251px; 
	height:124px;
	background-color:#FFF;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;        
}
.H2a img{
     margin:0px;
     position:relative;
     left:40px;
     top:10px;
}
.H2b {
	position:relative; 
	float:left;
	width:252px; 
	height:124px;
	background-color:#FFF;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;       
}
.H2c {
	position:relative; 
	float:left;
	width:251px; 
	height:124px;
	background-color:#FFF;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;        
}
.H2d {
	position:relative; 
	float:left;
	width:252px; 
	height:124px;
	background-color:#FFF;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
        
}
.box5 {
	position:relative; 
	float:right;
	width: 125px; 
	height:125px;
	margin: 3px 20px 0px 0px;
}
.H3a {
	position:relative; 
	float:left;
	width:251px; 
	height:251px;
	background-color:#fff;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
.H3b {
	position:relative; 
	float:left;
	width:252px; 
	height:251px;
	background-color:#fff;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.H3c {
	position:relative;
	width:300px; 
	height:251px;
	background-color:#fff;
                     border-bottom:1px solid #000000;
                     border-right:1px solid #000000;
}
.box7 {
	position:relative;
	width:728px; 
	height:90px;
	margin:9px 0px 8px 0px;
}


.sponsors {
	padding: 0px 33px 10px 0px;
    margin: 0px;
	text-align: center;
}
*HTML .sponsors {
	padding: 0px 12px 10px 0px;
}
/******************************************************/
.NewsLetter {
	width: 164px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	color: #ffffff;
                     font:normal 11px arial;
                     background-color:#3D3D3C;
                     border-top:1px solid #000000;
                     border-bottom:1px solid #000000;
}
.NewsLetter p {
	margin:1px 0px;
	padding:0px;
	white-space:nowrap;
                     color:#ffffff;
                     font:bold 12px verdana;
}
.NewsLetter td {
	padding:2px 4px 7px 7px;
}
.NewsLetter .input {
                      position:relative; 
                      float:left;
	top:0px;
	margin:0px;
	padding:2px 0 0 4px;
	width:114px; 
	height:15px;
	border:none;
	background-color:#ffffff;
	color:#49362d;
                     font:normal 11px verdana;
}
.NewsLetter .button {
                     position:relative; 
                     float:left;
	top:0px; 
	left:4px;
	margin:0px;
	padding:0px;
	border:1px solid #F0EED6;
	width:28px; 
	height:17px;
	background-color:#58807F;
	font:bold 11px verdana;
	color:#ffffff;
}
.NewsletterForm {}
.NewsletterForm td {
    padding:5px 0;
}
.NewsletterForm .input {
	width:118px; 
	height:17px;
	border:1px solid #e3e3e3;
	background-color:#fff;
	color:#999999;
} 

.subTopMenu {
    height:20px;
    margin:-22px 13px 0px;
    padding:0px;
    position:absolute;
    text-decoration:none;
    z-index:50;
}

.moduleheader {
    font-size: 14px;
    font-weight: bold;
    font-family:arial;
    color:#ffffff; 
    padding: 1px 5px 1px 5px;
    background:#3d3d3c url('/upload/images/module_bg.jpg') no-repeat scroll right bottom;
}

.modulebody {
    padding: 5px 5px 5px 5px;
}

.modulebody a:link,
.modulebody a:active,
.modulebody a:visited{
    font:bold 10px verdana;
    color:#58807f;
    text-decoration:none;
    line-height:17px;
}
.modulebody a:hover{
  text-decoration:underline;
  color:#a7baa0;
}
.Error404
{
  width: 400px;
  height: 300px;
}

.pollQuestion
{
  padding: 3px 5px 10px 10px;
  font-weight: normal;
}
.pollVotes
{
  padding: 3px 5px 2px 10px;
}
.pollBar
{
  height: 15px;
  background-color: #458926;
}


/*** CONFERENCE SITE STYLES ****/

#Header TD.ConfLogo {
 
}
#Header TD.ConfGraphicHeader {
 
}
#Header TD.ConfDate {
 
}

#ConfPageContent {
  position: relative; 
  background-color: #FFFFFF;
  clear: both;
  padding: 0px;
  margin: 0px 0px 5px 0px;
  width: 100%;
}

#ConfPageContentBodyTD {
  background-color: #FFFFFF; 
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  vertical-align: top;
  width: 800px;
}

#ConfPageContentBody {
  position: relative;
  min-height: 610px;
  height: auto !important;
  height: 610px;
  text-align: left;
  padding: 0px 10px 10px 10px;
}

#ConfPageContentRightColumn {
  text-align: center;
  width: 180px;
}

#ConfHome1a
{
  border: 1px solid #000000;
  width: 498px;
  min-height: 250px;
  height: auto !important;
  position: relative;
  float: left;
}

#ConfHome1b
{
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  width: 299px;
  min-height: 250px;
  height: auto !important;
  position: relative;
  float: left;
}

#ConfHome2a
{
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  width: 248px;
  min-height: 250px;
  height: auto !important;
  position: relative;
  float: left;
}

#ConfHome2b
{
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  width: 249px;
  min-height: 250px;
  height: auto !important;
  position: relative;
  float: left;
}

#ConfHome2c
{
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  width: 299px;
  min-height: 250px;
  height: auto !important;
  position: relative;
  float: left;
}

#ConfHome3a
{
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  width: 798px;
  min-height: 250px;
  height: auto !important;
  position: relative;
  float: left;
}

.OLpopup_caption {
  font-weight: bold;
  padding: 2px;
}
.OLfgClass {
	background-color: #FFFDEB; /*#91B2C5; #90B2C4;*/
	color: black;
	padding: 2px;
}
.OLbgClass {
	/*background-color: #416B7C;*/
	background-color: #276B3C;
	color: white;
}

.speakerH3
{
  color:#E54A21;
  font-family:'Trade Gothic',Trebuchet MS,Arial,Helvetica,sans-serif;
  font-size:11px;
  font-weight: bold;
}


.speaker_thumbnail 
{
	padding: 9px 0px 5px 0px;
	border: 1px solid #416B7C;
	background-color: #FFFDEB;
	cursor: pointer;
	text-align: center;
}
.speaker_image
 {
	margin-bottom: 5px;
	display: inline;
}
a.speaker_link 
{
	color: #BF6516;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}
a.session_link 
{
	color: #BF6516;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}

.SessionDate
{
  color:#E54A21;
  font-family:'Trade Gothic',Trebuchet MS,Arial,Helvetica,sans-serif;
  font-size:12pt;
  font-weight: bold;
  margin: 13px 0px 13px 10px;
}
.SessionTime
{
  font-weight: bold;
  margin: 10px 0px 10px 25px;
}
.SessionTitle
{
  margin-left:35px;
}


/*sets background color for alternating rows on attendees page*/
.attendee
{
  background-color: #FFFFFF;
}
.attendee2
{
  background-color: #E5F2FF;
}
.attendeeHeader
{
  text-align: left;
  font-weight: bold;
}
.attendeeName
{
  width: 200px;
  padding: 2px;
}
.attendeeCompany
{
  width: 324px;
  padding: 2px;
}
.attendeeLocation
{
  width: 178px;
  padding: 2px;
}

/*** END CONFERENCE SITE STYLES ****/

//********************  Start Google_Css  *****************************************// 

#searchcontrol {
     background-color:#FFFFFF;
     margin:0px 0px 0px 4px;
}
.gsc-control {
background-color:#FFFFFF;
margin:0px;
float:left;
width:300px;
}
.gsc-control div {
position:static;
}
form.gsc-search-box {
font-size:13px;
margin:0px 0px 4px 5px;
}
table.gsc-search-box {
border-spacing:0px;
border-style:none;
border-width:0px;
margin-bottom:2px;
width:70%;
}
input.gsc-input {
border:1px solid #BCCDF0;
padding-left:2px;
width:99%;
}
table.gsc-search-box td.gsc-input {
padding-right:2px;
width:300px;
}
td.gsc-search-button {
width:60px;
}
td.gsc-clear-button {
width:100px;
}
table.gsc-branding td, table.gsc-branding {
border:medium none;
margin:0px;
padding:0px;
}
table.gsc-branding {
border-spacing:0px;
border-style:none;
border-width:0px;
}
.gsc-branding-text {
color:#676767;
}
td.gsc-branding-text {
vertical-align:top;
}
td.gsc-branding-text div.gsc-branding-text {
font-size:11px;
margin-right:0px;
padding:2px 0px;
text-align:right;
width:230px;
}
div.gsc-branding-youtube td.gsc-branding-text {
vertical-align:middle;
}
td.gsc-branding-img-noclear {
vertical-align:bottom;
width:51px;
}
td.gsc-branding-img {
vertical-align:bottom;
width:65px;
}
div.gsc-branding-youtube td.gsc-branding-img-noclear {
width:55px;
}
div.gsc-branding-youtube td.gsc-branding-img {
width:69px;
}
table.gsc-branding-vertical td.gsc-branding-text div.gsc-branding-text {
margin-right:0px;
width:100%;
}
table.gsc-branding-vertical td.gsc-branding-img-noclear {
text-align:center;
}
div.gsc-branding-img, div.gsc-branding-img-noclear, img.gsc-branding-img, img.gsc-branding-img-noclear {
padding-top:1px;
}
img.gsc-branding-img, img.gsc-branding-img-noclear {
border:medium none;
display:inline;
margin-top:3px;
padding-bottom:0pt;
padding-left:3px;
padding-right:0pt;
}
a.gsc-branding-clickable {
cursor:pointer;
}
input.gsc-search-button {
 margin-left:3px;

  height:22px;

width:62px;

}
div.gsc-clear-button {
background-image:url(/upload/images/clear.gif);
background-position:center;
background-repeat:no-repeat;
cursor:pointer;
display:inline;
margin-left:4px;
margin-right:4px;
padding-left:10px;
text-align:right;
}
.gsc-keeper {
background-image:url(/uds/css/blue_check.gif);
background-position:1px 3px;
background-repeat:no-repeat;
color:#3366CC;
cursor:pointer;
font-size:13px;
font-weight:normal;
padding-left:16px;
text-decoration:underline;
}
.gsc-resultsHeader {
     clear:both;
     margin:8px 0px 4px 0px;
     width:300px;
}
.gsc-resultsHeader td.gsc-twiddleRegionCell {
width:75%;
}
.gsc-resultsHeader td.gsc-configLabelCell {
text-align:right;
width:75%;
}
.gsc-resultsHeader .gsc-twiddle {
background-position:0px 2px;
background-repeat:no-repeat;
cursor:pointer;
display:inline;
margin-top:4px;
}
.gsc-resultsHeader td.gsc-twiddle-closed div.gsc-twiddle {
background:transparent url(/upload/images/arrow_close.gif) no-repeat scroll left 2px;
}
.gsc-resultsHeader td.gsc-twiddle-opened div.gsc-twiddle {
background:transparent url(/upload/images/arrow_open.gif) no-repeat scroll left bottom;
}
.gsc-resultsHeader .gsc-title {
color:#676767;
display:inline;
margin-right:10px;
padding-left:14px;
}
.gsc-resultsHeader .gsc-stats {
color:#676767;
display:inline;
font-size:11px;
font-weight:normal;
}
.gsc-resultsHeader td.gsc-twiddle-opened .gsc-stats {
display:none;
}
.gsc-results-selector {
display:inline;
}
.gsc-resultsHeader td.gsc-twiddle-closed .gsc-results-selector {
display:none;
}
.gsc-result-selector {
background-position:left center;
background-repeat:no-repeat;
cursor:pointer;
display:inline;
font-size:13px;
padding-left:13px;
}
.gsc-one-result {
background-image:url(/upload/images/one-complex-dark.gif);
}
.gsc-more-results {
background-image:url(/upload/images/more-complex-dark.gif);
}
.gsc-all-results {
background-image:url(/upload/images/all-complex-dark.gif);
padding-right:1px;
}
.gsc-one-result-active .gsc-one-result {
background-image:url(/uds/css/one-complex-light-blue.gif);
}
.gsc-more-results-active .gsc-more-results {
background-image:url(/upload/images/more-complex-light-blue.gif);
}
.gsc-all-results-active .gsc-all-results {
background-image:url(/upload/images/all-complex-light-blue.gif);
}
.gsc-resultsHeader .gsc-configLabel {
color:#676767;
cursor:pointer;
display:inline;
font-size:11px;
}
.gsc-resultsHeader td.gsc-configLabelCell span.gsc-twiddle-closed {
background-image:url(/upload/images/settings.gif);
background-position:center;
background-repeat:no-repeat;
padding-right:12px;
}
.gsc-tabsArea {
clear:both;
margin-top:6px;
}
.gsc-tabsArea .gs-spacer {
font-size:1px;
margin-right:2px;
overflow:hidden;
}
.gsc-tabsArea .gs-spacer-opera {
margin-right:0px;
}
.gsc-tabsAreaInvisible {
display:none;
}
.gsc-tabHeader {
cursor:pointer;
display:inline;
margin-right:0px;
padding-left:6px;
padding-right:6px;
}
.gsc-tabHeader.gsc-tabhActive {
border-left:1px solid #E9E9E9;
border-right:1px solid #E9E9E9;
border-top:2px solid #FF9900;
color:black;
}
.gsc-tabHeader.gsc-tabhInactive {
background:#E9E9E9 none repeat scroll 0%;
border-left:1px solid #E9E9E9;
border-right:1px solid #E9E9E9;
border-top:2px solid #E9E9E9;
color:#676767;
}
.gsc-tabData.gsc-tabdActive {
display:block;
}
.gsc-tabData.gsc-tabdInactive {
display:none;
}
.gsc-tabData .gsc-resultsHeader .gsc-title {
display:none;
}
.gsc-tabData .gsc-resultsHeader .gsc-stats {
display:none;
}
.gsc-tabData .gsc-resultsHeader .gsc-results-selector {
display:none;
}
.gsc-resultsbox-visible {
display:block;
}
.gsc-resultsbox-invisible {
display:none;
}
.gsc-results {
clear:both;
padding-bottom:2px;
}
.gsc-result {
margin-top:10px;
}
.gsc-result .gs-title {
height:1.4em;
overflow:hidden;
}
.gsc-result div.gs-watermark {
display:none;
}
.gsc-results .gsc-result img.gs-ad-marker {
display:none;
}
div.gsc-config {
border:1px solid #E9E9E9;
margin-bottom:10px;
margin-top:0px;
padding:2px 6px 6px;
}
form.gsc-config {
margin-bottom:0px;
}
.gsc-configSetting {
margin-top:6px;
}
.gsc-configSetting_Label {
color:#676767;
}
.gsc-configSettingInput {
border:1px solid #E9E9E9;
color:#676767;
width:75%;
}
.gsc-configSettingCheckbox {
color:#676767;
margin-right:6px;
}
.gsc-configSettingCheckboxLabel {
color:#676767;
display:inline;
}
div.gsc-configSettingSubmit {
margin-top:8px;
text-align:right;
}
input.gsc-configSettingSubmit {
cursor:pointer;
display:inline;
font-size:11px;
}
.gsc-imageResult {
float:left;
margin-bottom:1em;
margin-right:20px;
}
.gs-imageResult {
overflow:hidden;
width:114px;
}
.gs-imageResult .gs-image-box {
height:86px;
position:relative;
}
.gs-imageResult .gs-image-box img.gs-image {
bottom:0px;
position:absolute;
}
.gs-imageResult .gs-text-box {
height:4em;
overflow:hidden;
text-align:center;
}
.gs-imageResult .gs-snippet {
cursor:pointer;
line-height:1em;
overflow:hidden;
white-space:nowrap;
}
.gs-imageResult .gs-visibleUrl {
cursor:pointer;
}
.gs-imageResult .gs-size {
color:#6F6F6F;
}
.gsc-videoResult .gs-videoResult .gs-title {
height:1.3em;
line-height:1.3em;
overflow:hidden;
}
.gsc-videoResult .gs-videoResult .gs-snippet {
line-height:1.3em;
max-height:2.6em;
overflow:hidden;
}
.gsc-imageResult .gsc-trailing-more-results {
clear:both;
}
.gsc-results .gsc-trailing-more-results {
margin-bottom:10px;
}
.gsc-results .gsc-trailing-more-results, .gsc-results .gsc-trailing-more-results * {
color:#0000CC;
text-decoration:underline;
}
.gsc-imageResult .gsc-cursor-box {
clear:both;
}
.gsc-results .gsc-cursor-box .gsc-trailing-more-results a:link {
color:#0000CC;
display:inline;
font-family:verdana;
font-size:11px;
margin-bottom:0px;
text-decoration:underline;
}
.gsc-results .gsc-cursor {
display:inline;
float:left;
}
.gsc-results .gsc-cursor-box {
margin-bottom:10px;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
color:#000000;
cursor:pointer;
display:inline;
margin-right:8px;
text-decoration:underline;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
color:#A90A08;
font-weight:bold;
text-decoration:none;
}
.gs-result .gs-title, .gs-result .gs-title * {
color:#0000CC;
text-decoration:underline;
}
.gs-divider {
color:#676767;
padding-bottom:8px;
text-align:center;
}
.gs-result a.gs-visibleUrl, .gs-result .gs-visibleUrl {
color:#008000;
text-decoration:none;
}
.gs-relativePublishedDate, .gs-publishedDate {
color:#6F6F6F;
text-decoration:none;
}
.gs-result a.gs-clusterUrl, .gs-result .gs-clusterUrl {
color:#008000;
cursor:pointer;
text-decoration:underline;
}
.gs-newsResult .gs-publisher {
color:#6F6F6F;
display:inline;
text-decoration:none;
}
.gs-newsResult .gs-relativePublishedDate, .gs-newsResult .gs-publishedDate {
display:inline;
margin-left:4px;
}
.gs-blogResult .gs-relativePublishedDate, .gs-newsResult .gs-relativePublishedDate {
display:none;
}
.gsc-blogResult .gs-blogResult .gs-publishedDate, .gsc-newsResult .gs-newsResult .gs-publishedDate {
display:none;
}
.gsc-blogResult .gs-blogResult .gs-relativePublishedDate, .gsc-newsResult .gs-newsResult .gs-relativePublishedDate {
display:inline;
}
.gs-newsResult .gs-location {
color:#6F6F6F;
display:inline;
text-decoration:none;
}
.gs-result img.gs-image {
border:1px solid #0000CC;
vertical-align:middle;
}
.gs-result div.gs-phone {
}
.gs-result .gs-directions, .gs-result .gs-directions * {
color:#7777CC;
cursor:pointer;
font-weight:normal;
text-decoration:underline;
}
.gs-secondary-link, .gs-secondary-link * {
color:#7777CC;
cursor:pointer;
font-weight:normal;
text-decoration:underline;
}
.gs-result .gs-directions-to-from {
display:none;
margin-top:4px;
}
.gs-result .gs-directions-to-from .gs-label {
display:inline;
margin-right:4px;
}
.gs-result .gs-directions-to-from div.gs-secondary-link {
display:inline;
}
.gs-result .gs-directions-to-from .gs-spacer {
display:inline;
margin-left:3px;
margin-right:3px;
}
.gs-videoResult a.gs-publisher, .gs-videoResult .gs-publisher {
color:#008000;
text-decoration:none;
}
.gs-result a:link {
color:#0000CC;
cursor:pointer;
font-family:verdana;
font-size:11px;
text-decoration:underline;
}
.gs-result a:active {
color:#0000CC;
cursor:pointer;
font-family:verdana;
font-size:11px;
text-decoration:underline;
}
.gs-result a:visited {
color:#0000CC;
cursor:pointer;
font-family:verdana;
font-size:11px;
text-decoration:underline;
}
.gs-result a:hover {
color:#0000CC;
cursor:pointer;
font-family:verdana;
font-size:11px;
text-decoration:underline;
}
.gs-result .gs-address {
}
.gs-result .gs-snippet {
}
.gs-no-results-result .gs-snippet, .gs-error-result .gs-snippet {
background-color:#FFF4C2;
border:1px solid #FFCC33;
margin:5px;
padding:5px;
}
.gs-result .gs-watermark {
color:#7777CC;
font-size:10px;
}
div.gs-results-attribution {
margin-bottom:4px;
text-align:center;
}
div.gs-results-attribution, div.gs-results-attribution * {
color:#676767;
font-size:10px;
text-decoration:none;
}
div.gs-results-attribution a {
color:#0000CC;
cursor:pointer;
}
div.gs-results-attribution a:hover {
text-decoration:underline;
}
.gs-result .gs-metadata {
color:#676767;
}
.gs-localAd img.gs-ad-marker, .gs-webAd img.gs-ad-marker {
padding-left:4px;
}
.gs-webResult div.gs-visibleUrl-long {
display:none;
overflow:hidden;
width:100%;
}
.gs-localAd div.gs-address * {
color:#676767;
}
.gs-localAd div.gs-street {
display:inline;
}
div.gs-city {
display:inline;
}
div.gs-region {
display:inline;
}
div.gs-country {
display:none;
}
div.gs-infoWindow * {
font-size:11px;
}
.gs-videoResult * {
font-size:13px;
}
.gs-videoResult td div.gs-image-box {
height:78px;
width:110px;
}
.gs-videoResult td div.gs-text-box {
margin-left:4px;
vertical-align:top;
}
div.gs-book-image-box td, .gs-bookResult td {
vertical-align:top;
}
div.gs-book-image-box, div.gs-book-image-box div {
position:static;
text-align:start;
}
div.gs-book-image-box {
height:90px;
width:75px;
}
.gs-bookResult td div.gs-text-box {
margin-left:4px;
vertical-align:top;
}
div.gs-book-image-box img {
border:medium none;
border-spacing:0px;
}
div.gs-book-image-box div.gs-row-1 {
line-height:7px;
}
div.gs-book-image-box img.gs-pages {
height:7px;
width:45px;
}
div.gs-book-image-box img.gs-page-edge {
height:7px;
width:11px;
}
div.gs-book-image-box div.gs-row-2 {
}
div.gs-book-image-box img.gs-image {
border:1px solid #A0A0A0;
height:80px;
}
.gs-bookResult .gs-author {
color:#6F6F6F;
display:inline;
}
.gs-bookResult .gs-publishedDate {
display:inline;
}
.gs-bookResult .gs-pageCount {
color:#6F6F6F;
display:inline;
margin-left:4px;
}
.gs-bookResult .gs-id {
}





