
/********** Main Site Style Sheet  **********/

/********** Main Site Style Sheet  **********/

/********** START: Global block  **********/
body {
  background-color: #000000; /* color of the empty space around the active part of the page in the center  */
  color: #666666;            /* 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 */
  color: #427a24;               /* 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 0px #CCCCCC;
  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 **********/
#HeaderHome {                  /* Header_Home_ block */
  position:relative;
  width: 980px; 
  height:101px;
  border-bottom: none;
  margin: 0px;
  padding: 0px;
  background-color:#CDD2D5;
}
#Header {                  /* Header block */
  position:relative;
  width: 980px; 
  height:135px;
  _height:130px;
  border-bottom: none;
  margin: 0px;
  padding: 0px;
  background-color:#CDD2D5;
}
#ServiceMenu a:link, #ServiceMenu a:active, #ServiceMenu a:hover, #ServiceMenu a:visited {
  color: #000;
  padding: 3px 10px 4px 10px;
}
#ServiceMenu .separator{
  color: #000;
}
#HeaderMenu {              /* Header Menu block */
  position:relative;
  height:23px;
  margin: 0px;
  verticle-align:top;
  padding: 0px;
  /*   border-top: solid 1px #CCCCCC;  is not in use-bibhuti_30-04-08_ Header Menu border color, should be the same as the border color of Header Menu Item border */
  background-color: #FECD00;
  text-align: left;
}
#HeaderMenu .Item {
  padding: 0px 0px 0px 0px;
  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:visited, 
#HeaderMenu .Item a:active {
  display: block;
  color:#000000;
  font-size:12px;
  font-family:Arial;
 text-transform:uppercase;
  font-weight:bold;
  padding: 4px 15px 4px 15px;
  text-decoration: none;   /* Header Menu Item link text decoration */
}
#HeaderMenu .Item a:hover
{
   color:#FFFFFF;
   background:#8ac75a;
}
#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;
  border-color: #CCCCCC;        /* Header Menu separator border color, sould be the same as the color of the Header Menu border */
  text-align: center;          /* Header Menu Item text align */
}
  
#Header .Banner {
    position: relative;
    float: right;
	width: 234px;
	height: 60px;
	right: 118px;
	margin: 4px 0px 0px 0px;
	padding: 0px;
}
#Header .Logo {
    position: relative;
    float: left;
	width: 150px;
	height: 10px;
	margin: 30px 0px 0px 0px;
	padding: 0px;
}

#Header .GraphicalHeader {
  position: relative;
  float: right;
  margin: 4px 0px 0px 0px;
  padding: 0px;
}

#Sub_Menu_Box {
    position: relative;
	border-bottom: 1px solid #CCCCCC;
	margin: 0px 0px 10px 0px;
        height: 27px;
	line-height: 27px;
        background-image: url('/upload/images/skin/secondarynav_repeat.gif');
        background-repeat: repeat-x;
}
#Sub_Menu_Box .Item,
#Sub_Menu_Box .Item .Active {
    position: relative;
    float: left;
	border: none;
	padding: 0px 11px 0px 9px;
	text-decoration: none;
}
#Sub_Menu_Box .Item A,
#Sub_Menu_Box .Item .Active A {
    position: relative;
    float: left;
	display: block;
	padding: 0px 11px 0px 9px;
	text-decoration: none;
}

#Sub_Menu_Box .separator { 
    position: relative;
    float: left;
	width: 3px;
	border: none;
}

/********** END: Header block **********/

/********** START: Page content block **********/
#PageContent {
  position: relative; 
  background-color: #FFFFFF;
  clear: both;
  padding: 0px;
  margin: 0px 0px 5px 0px;
  width: 100%;
}
*HTML #PageContent {
  padding: 0px;
  margin: 0px 0px 5px 0px;
  width: 100%;
}
#PageContentBodyTD {
  background-color: #FFF; 
  margin: 0px 0px 0px 0px;
  padding: 0px 5px 0px 5px;
  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: 157px;
  margin: 0px;
  padding: 0px; 
  vertical-align: top;
  background-color: #FFF;   /* Left Column background color */
}

#PageColumnLeft .PageMenu {
  width: 160px;
  border-bottom: solid 1px #CCCCCC;
}
#PageColumnLeft .PageMenu .Item {
  width: 158px;
  padding: 0px;
  border-top: solid 1px #CCCCCC;
  border-right: solid 1px #CCCCCC;
  border-left: solid 1px #CCCCCC;
  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;
  padding: 0px 0px 5px 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 */
}

#PageTitle { 
  position: relative; 
color:#8ac75a;
  margin: 0px 0px 10px 0;
 /* padding: 13px 0px 5px 15px;*/
  font-size: 18px;     /* Page Title text font size */
  font-weight: bold;   /* Pag Title text font weight */
  width: 468px;
font-family:arial;
text-transform:uppercase;
}
.TravelPageContent{
	margin:0px;
	width:780px;
	float: left;
}
#PageContentRightCorner { 
  position: relative;
  float: right;
  width: 310px;
  padding: 0px 0px 0px 10px;
  margin: 0px 0px 10px 0px;
  z-index: 1;
  background-color: #FFF;
}
#PageContentRightCorner .PageServices {
  position:relative; 
  text-align: right;
  border: solid 1px #CCCCCC;
  width: 298px;
  margin: 0px 0px 10px 5px;
  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;                          /* 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: 21px;
  padding: 9px 0px 0px 0px;
  margin: 0px 9px 1px 20px;
  float: left;
  position: relative;
  z-index: 1;
}
#PageContentRightCorner .PageServices .print {
  background-repeat: no-repeat;
  background-image: url('/upload/images/skin/images/print_icon.jpg');   /* Print link icon */
  background-position: right;                       /* 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: 21px;
  padding: 9px 0px 0px 15px;
  margin: 0px 13px 1px 0px;
  float: left;
  position: relative;
  z-index: 1;
}
#PageContentRightCorner .PageServices .email {
  background-repeat: no-repeat;
  background-image: url('/upload/images/skin/images/email_icon.jpg');   /* Email link icon */
  background-position: right;                       /* 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: 21px;
  padding: 9px 0px 0px 20px;
  margin: 0px;
  float: left;
  position: relative;
  z-index: 1;
}
#PageContentRightCorner .PageServices .DashLine {
  margin: 5px 10px 10px 10px;
  z-index: 0;
}
#PageContentRightCorner .PageServices .SocialNetworkWidjet {
  position:relative;
  /*float: right;*/
  padding: 0px;
  margin: 5px 5px 0px 0px;
}
#PageContentRightCorner .PageServices .servicesLeftTD {
  width: 163px;
  padding-right: 10px;
}
#PageContentRightCorner .PageServices .servicesRightTD {
  width: 135px;
}
#PageContentRightCorner .Advertisement {
  padding: 0px;
  margin: 5px 0px 0px 0px;
}
#PageContentRightCorner .RightColumnBox {
    position:relative;
	padding: 0px 0px 4px 0px;
	margin: 0px 0px 10px 5px;
	width: 298px;
	border: 1px solid #cccccc;
	z-index: 1;
}
#PageContentRightCorner .RightColumnBox .Item {
	border-bottom: 1px solid #cccccc;
	height: 21px;
	line-height: 21px;
	color: #b2b2b2;
	font-weight: bold;
	padding-left: 6px;
        cursor: pointer;
}

#PageContentRightCorner .RightColumnBox .Active {
	border-bottom: none;
	height: 21px;
	line-height: 21px;
	color: #ff0000;
	font-weight: bold;
	padding-left: 6px;
        cursor: pointer;
        
}
#PageContentRightCorner .RightColumnBox p {
	color: #000000;
	font-weight: bold;
	margin: 4px 0 1px 6px;
	padding: 0px;
}
#PageContentRightCorner .RightColumnBox A {
    text-decoration: none;
}

#PageContentRightCorner .border {
    border-right: 1px solid #b2b2b2;
}

#PageContentRightCorner ul {
    margin: 5px 0px 0px 0px; 
    padding: 0px;
}
#PageContentRightCorner ul li {
    margin:0 0 5px 20px; 
    padding:0px;
}

#Articles_List {
  width: 290px;
  margin: 0px;
  padding: 0px;
}
/********** 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 {
  border-top: solid #CCC 0px;
  border-bottom: solid #CCC 0px;
  color: #fff;
padding:0 0 10px 0;
  background:#000;
}
#FooterMenu { 
  position: relative;
 padding-top:5px;
  width:980px;
  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 0px;
  display: inline;
}
#FooterMenu .Item a:link,
#FooterMenu .Item a:active,
#FooterMenu .Item a:visited {
  text-decoration: none;   /* Footer Menu Item link text decoration */
  font-family:arial;
  font-size: 11px;           /* Footer Menu Item link text font size */
  color: #fff;
  padding:0 5px;
 }
#FooterMenu .Item a:hover{
  text-decoration: underline;
}
#SiteLinks {
  color: #000;
  text-align: center;
  padding: 5px 5px 5px 5px;
  margin: 0px;
}
#SiteLinks a:link,
#SiteLinks a:hover,
#SiteLinks a:active,
#SiteLinks a:visited {
  text-decoration: underline;   /* Copyright link text decoration */
  font-size: inherit;           /* Copyright link text font size */
  color: #000;
}

#Copyright {
  position: relative;
  padding: 5px 30px 5px 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: 10px 0px 0px 0px;
  padding: 0px;
}

.PaginationBar {
  padding: 0px;
  margin: 5px 0px 15px 0px;
  font-size: inherit;
}
.PaginationBar a:link, 
.PaginationBar a:hover,
.PaginationBar a:active, 
.PaginationBar a:visited {
  text-decoration: none;
}

.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: 271px;
  margin: 5px 0px 5px 0px;
  padding: 0px 0px 0px 0px;
  border-bottom: solid 1px #8A8A8A;   /* style, width, and color of the Solid Line */
  z-index: 0;
}
.clear {
  margin: 0px;
  padding: 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: 0px 5px 0px 5px;
}
.h1 {
  position:relative;
  font-size: 13px;
  font-weight: bold;
  margin: 0px 0px 15px 0px;
}
.h2 {
  position:relative;
  font-size: 11px;
  font-weight: bold;
}
.text {
  padding: 5px 0px 5px 0px;
  margin: 5px 0px 0px 0px;
}
/********** END: Global elements block **********/

/********** START: Category page block **********/
#artmCategory {
  text-align: left;
  width: 468px;
  height: auto;
}
#artmCategory a.readmoreoncategorylink:link, 
#artmCategory a.readmoreoncategorylink:visited, 
#artmCategory a.readmoreoncategorylink:hover, 
#artmCategory a.readmoreoncategorylink:active {
  text-align: left;
  font-size: 10px;
  font-weight: normal;
  margin: 0px 0px 4px 0px;
  padding: 4px 0px 0px 0px;   
  float: left;
  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;
  font-size: 10px;
  font-weight: normal;
  width: 142px;
  margin: 0px 0px 4px 0px;
  padding: 4px 0px 0px 25px;
  z-index: 1;
}

#artmCategory .artmCategoryArticleList {
  padding: 0px 0px 5px 0px;
  margin: 0px 0px 5px 0px;
  position: relative;
  border-top: 1px #C6C6C6 solid;
  border-bottom: 1px #C6C6C6 solid;
}
#artmCategory .artmCategoryArticleList .artmCategoryArticleItem { 
  position: relative;
  padding: 5px 0px 5px 0px;
  margin: 0px;
}
#artmCategory .artmCategoryArticleItem .text {
  padding: 0px;
  margin: 0px;
}
#artmCategory .artmCategoryArticleItem a.readmorelink:link, 
#artmCategory .artmCategoryArticleItem a.readmorelink:hover, 
#artmCategory .artmCategoryArticleItem a.readmorelink:active, 
#artmCategory .artmCategoryArticleItem a.readmorelink:visited { 
  position: relative;
  font-size: 10px;
  font-weight: normal;
  margin: 0px 0px 4px 0px;
  padding: 4px 10px 0px 0px;
  z-index: 1;
}

#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;
  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: 468px;
}
#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: 468px;
  border-top: solid 1px #878787;
  border-bottom: solid 1px #878787;
  color: #000000;
  margin: 0px 0px 10px 0px;
}
#artmArticle #artmArticleSummary ul {   /* Article page Summary list block style */
  margin: 0px 0px 0px 25px;
  padding: 5px 0px 5px 0px;
}
#artmArticle #artmArticleContent {   /* Article page Article content block style */
}
.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: #808080;
}
/********** END: Article page block **********/
/********** START: Article search page block **********/
#artmSearch {         /* Article Search main block style */
  text-align: left; 
  padding: 0px;
  margin: 0px;
  width: 468px;
}
#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;
  padding: 5px 0px 5px 0px;
  margin: 0px 0px 15px 0px;
  text-align: left;
  border-bottom: 1px #CCCCCC solid;
}
#artmSearch .artmSearchArticle {   /* Article Search Article item block style */
  padding: 5px 0px 5px 0px;
  margin: 0px 0px 15px 0px;
  text-align: left;
  border-bottom: 1px #FFF solid;
}
#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 .views {
  text-align: right;
  color: #999999;
  width: 100%;
}
.artmSearchRightCorner {
}
.artmSearchRightCorner .AdItem {
}
/********** END: Article search page block **********/

/********** START: Section Page Block **********/
#SectionPageContent {
    width: 468px;
}

/********** 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 **************************/
.ConfH1HolderN{
border-bottom:4px solid #000000;
padding:0 0 10px;
}
.ConfH2HolderN{
padding:0 0 15px 0;
}
.ConfHome1aN{
width:460px;
float:left;
}
.ConfHome1bN{
width:290px;
float:left;
line-height:normal;
color:#232323;
}
.ConfHome1bN .modulebodyN{
padding: 0 5px 0 5px;
}
.ConfHome1bN  .moduleheaderN {   
    padding: 15px 5px 10px;	
}
.ConfHome2aN{
width:240px;
float:left;
}
.ConfHome2bN{
width:242px;
float:left;
display:inline;
margin:0 12px;
}
.ConfHome2cN{
width:244px;
float:left;
display:inline;
}
.moduleheaderN {   
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    color:#39272a;
    line-height:normal;
    font-weight: bold; 
    padding: 18px 5px 10px;	
}

.modulebodyN{
padding:5px;
}
.modulebodyN p{
margin:0 0 10px;
clear:both;
}

.modulebodyN img{
padding:1px;
border:3px solid #463838;
}
.modulebodyN a{
	font-weight:bold;
}
.box1 {
	position:relative;
	width:300px; 
	height:250px;
	background-color:#FFF;
}
.box2 {
	position:relative;
	width:299px; 
	height:249px;
	background-color:#fff;
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}
.box3 {
	position:relative;
	width:508px; 
	height:248px;
	background-color:#FFF;
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-left: solid 1px #CCC;
}
.H2a {
	position:relative; 
	float:left;
	width:253px; 
	height:124px;
	background-color:#FFF;
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-left: solid 1px #CCC;        
}
.H2b {
	position:relative; 
	float:left;
	width:253px; 
	height:124px;
	background-color:#FFF;
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;       
}
.H2c {
	position:relative; 
	float:left;
	width:253px; 
	height:124px;
	background-color:#FFF;
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-left: solid 1px #CCC;        
}
.H2d {
	position:relative; 
	float:left;
	width:253px; 
	height:124px;
	background-color:#FFF;
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
        
}
.box5 {
	position:relative; 
	float:right;
	width: 125px; 
	height:125px;
	margin: 3px 20px 0px 0px;
}
.H3a {
	position:relative; 
	float:left;
	width:253px; 
	height:248px;
	background-color:#fff;
	border-top: solid 1px #CCC;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}
.H3b {
	position:relative; 
	float:left;
	width:254px; 
	height:248px;
	background-color:#fff;
	border-top: solid 1px #CCC;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}
.H3c {
	position:relative;
	width:300px; 
	height:250px;
	background-color:#fff;
}
.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: 163px;
	margin: 0px 0px 0px 0px;
                     background-color:#FECD00;
	text-align: left;
                     font-family:arial;
	color: #040404;
}
.NewsLetter p {
	font-weight:bold;
	margin:0px;
	padding:0px;
}
.NewsLetter .head {
	font-weight:bold;
                     font-size:20px;
                      color:#d70303;
                      letter-spacing:-1px;
                      font-family:impact;
	margin:0px;
	padding:8px 0px;
                     text-align:center;
}

.NewsLetter td {
	padding:2px 5px 5px 5px;
}
.NewsLetter .input {
         float:left;
   	margin:0px;
	width:120px; 
         _width:120px;
         padding-left:5px;
	height:14px;
	border-style:none;
	background-color:#fff;
	color:#999999;
}
.NewsLetter .button {
                     font-weight:bold;
	margin:0px 0px 0px 2px;
	padding-bottom:1px ;
	border:none;
	width:26px;
                     _float:left;
	background-color:#000;
	font-size:11px;
	color:#d70303;
}
.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: 18px;
    font-weight: bold; 
    padding: 0px 0px 0px 5px;
    font-family:arial;
    color:#5ca038;
}

.modulebody {
    padding: 0px 5px 0px 5px;
    font-family:arial;
    font-size:12px;
    color:#666666;
   font-weight:bold;
}
.modulebody p{
    font-family:arial;
    font-size:12px;
    color:#666666;
    font-weight:normal;
}
.modulebody img{
   float:right;
  margin-left:5px;
}
.modulebody A {
    font-weight: bold;
}

.Error404
{
  width: 400px;
  height: 300px;
}

.pollQuestion
{
  padding: 3px 5px 2px 10px;
  font-weight: bold;
}
.pollVotes
{
  padding: 3px 5px 2px 10px;
}
.pollBar
{
  height: 15px;
  background-color: #458926;
}


/*** CONFERENCE SITE STYLES ****/

#Header TD.ConfLogo {
    text-align:left;
}
#Header TD.ConfGraphicHeader {
 
}
#Header TD.ConfDate {
    text-align:right;
}

#ConfPageContent {
  position: relative; 
  background-color: #FFFFFF;
  clear: both;
  padding: 0px;
  margin: 0px 0px 0px 0px;
  width: 100%;
}

#ConfPageContentBodyTD {
  background-color: #FFFFFF; 
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  vertical-align: top;
  width: 800px;
}

#ConfPageContentBodyHome{
  position: relative;
  min-height: 610px;
  height: auto !important;
  height: 610px;
  text-align: left;
  padding: 0px 0px;
}
#ConfPageContentBody {
  position: relative;
  min-height: 610px;
  height: auto !important;
  height: 610px;
  text-align: left;
  padding:  0px 10px  0px 15px;
}

#ConfPageContentRightColumn {
  text-align: center;
  background-color:#8ac75a;
  width: 180px;
}
#ConfPageContentRightColumn  .ContentRightColumn {
  background-color:#8ac75a;
position:relative;
top:-23px;
padding:0 0px;
}
#ConfPageContentRightColumn  .ContentRightColumn  .img{
  
margin: 4px 0 0 0;
}

#ConfHome1a
{
  border: 0px solid #000000;
  width: 502px;
  min-height: 250px;
  height: auto !important;
  position: relative;
  float: left;
}

#ConfHome1b {
	MIN-HEIGHT: 250px;
	FLOAT: left;
	WIDTH: 301px;
	POSITION: relative;
	HEIGHT: 250px! important;
	background-color: #000000;
	text-align: center;
	font: bold 13px verdana;
	color: #FECD00;
}

#ConfHome1b  .object{
	margin:13px 0px 13px 0px;
}
#ConfHome2a
{
  min-height: 250px;
  height: auto !important;
  position: relative;
  float: left;
  margin-top:14px;
  padding-left:10px;
}

#ConfHome2b
{
  width: 249px;
  min-height: 250px;
  height: auto !important;
  position: relative;
  float: left;
}

#ConfHome2c
{
  border-left:1px solid #CDD2D5;
  width: 287px;
  min-height: 250px;
  height: auto !important;
  position: relative;
  float: left;
  margin-top:30px;
  padding-left:12px;
}

#ConfHome3a
{
  width: 791px;
  min-height: 250px;
  height: auto !important;
  height: 250px;
  position: relative;
  clear:both;
margin-left:-15px;
  border-top:1px solid #000000;
}
#ConfHome3a .sponser{
    margin:12px 0px 0px 12px;
}
#ConfHome3aHome{
  width: 791px;
  min-height: 250px;
  height: auto !important;
  height: 250px;
  position: relative;
  clear:both;
  margin-left:0px;
  border-top:1px solid #000000;
}

#ConfHome3aHome .sponser{
   margin:12px 0px 0px 12px;
}
.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:#8AC75A;
  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: #427a24;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}
a.session_link 
{
	color: #427a24;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}

.SessionDate
{
  color:#8AC75A;
  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: Classes created for How Design Conference 2010 site*******/
/********** START: Page layout block **********/
#PageLayoutN {
	margin: 0px auto;
	background-color:#ffffff;
	line-height:18px;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:12px;
}
#PageLayoutContentN {       /* This block includes active part of the page and separates it empty space around */
  padding: 0px 0 25px;
  margin: 0px auto;      /* this makes the block aligned with center in FF, Safari, etc */
  text-align: center;      /* this makes the block aligned with center in IE */
  width: 990px;
}
#PageLayoutN a:link,
#PageLayoutN a:active,
#PageLayoutN a:visited, 
#PageLayoutN a:hover{
  text-decoration: none;   /* default link text decoration, works for all links until it's redefined */
  color: #0076ad;               /* default link text color, works for all links until it's redefined */
}
#PageLayoutN a:hover{
  text-decoration: underline;   /* default link text decoration, works for all links until it's redefined */
  color: #00a5c8;               /* default link text color, works for all links until it's redefined */
}

/********** END: Page layout block **********/

/********** START: Header block **********/
#HeaderN {                  /* Header block */
  margin: 0px;
  padding: 0px;
  background: url('/upload/images/Header-bg.gif') left top no-repeat #00a5c8;
  height:152px;
  border-bottom:1px solid #ffffff;
}
#HeaderN .ConfLogoN {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float:left;
	width:256px;
}
#HeaderN .ConfDateN {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float:right;
	width:230px;
}
#HeaderMenuN {              /* Header Menu block */
  height:29px;
  line-height:29px;
  margin: 0px 0 0px;
  background-color:#eeeeee;
  text-align: left;
  vertical-align:middle;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  text-transform:uppercase;
  border-top:4px solid #000000;
  border-bottom:4px solid #000000;
  clear:both;
}

#HeaderMenuN .Item a:link, 
#HeaderMenuN .Item a:visited, 
#HeaderMenuN .Item a:active {
  display: block;
  font-size:12px;
  font-weight:bold;
  background-color:#eeeeee;
  color:#212121;
  padding: 0px 15px;
  text-decoration: none;   /* Header Menu Item link text decoration */
}
#HeaderMenuN .Item a:hover{
  background-color:#424242;
  color:#ffffff;
}
#HeaderMenuN .Item .Active a:link, 
#HeaderMenuN .Item .Active a:hover, 
#HeaderMenuN .Item .Active a:visited, 
#HeaderMenuN .Item .Active a:active {
  text-decoration: none;   /* Header Menu Item link text decoration */
}

#HeaderMenuN .separator {
  padding: 0px;
  border-color: #CCCCCC;        /* Header Menu separator border color, sould be the same as the color of the Header Menu border */
  text-align: center;          /* Header Menu Item text align */
}
/********** END: Header block **********/

/*** CONFERENCE SITE STYLES ****/
#ConfPageContentN {
  background-color: #FFFFFF;
  clear: both;
  padding: 0px 0 0;
  margin: 10px 0px 5px 0px;
}

#ConfPageContentBodyTDN {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  vertical-align: top;
  width: 760px;
}

#ConfPageContentBodyHomeN {
  height: auto !important;
  height:400px;
  text-align: left;
  padding: 0px 10px 0px 0px;
}
#ConfPageContentBodyN {
  min-height:400px;
  height: auto !important;
  height:400px;
  text-align: left;
  padding: 0px 10px 0px 0px;
}
#ConfPageContentRightColumnN {
  text-align: center;
  width: 230px;
  height:auto;
  background-color:#eeeeee;
  padding: 0px 0px 0px 0px;
  margin:0px;
}
#ConfPageContentRightColumnN .NewsLetter{
	margin: 0px 0px 0px 0px;
	text-align: center;
	color:#ffffff;
	font-weight:bold;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	background: url('/upload/images/Blue-RightRailButton.gif') bottom left repeat-x #2aa6c0;
}
#ConfPageContentRightColumnN .NewsLetter p {
	font-weight:normal;
	margin:0px;
	padding:10px 0 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:19px;
	line-height:bold;
	color:#ffffff;
}
#ConfPageContentRightColumnN .NewsLetter td {
	padding:2px 16px 14px;
}
#ConfPageContentRightColumnN .NewsLetter .input {
    float:left;
	line-height:normal;
	text-transform:none;
	width: 149px;
	height: 16px;
	margin: 0px;
	padding: 5px 3px 2px;
	color:#333333;
	border-top: 1px solid #c3c3c3;
	border-right: 1px solid #c2c3c3;
	border-bottom: 1px solid #c3c3c3;
	border-left: 1px solid #c3c3c3;
	background-color:#ffffff;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	position:relative;
	top:-5px;
}
#ConfPageContentRightColumnN .NewsLetter .button {
	background-color:#00a5c8;
	border-color:#62c8dd #0091b2 #005f7d;
	border-style:solid;
	border-width:2px;
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	height:25px;
	margin:0 0 0 5px;
	padding:0px;
	text-align:center;
	width:35px;
	position:relative;
	top:-5px;
	cursor:pointer;
}
#PageLayoutN a.register:link,
#PageLayoutN a.register:active,
#PageLayoutN a.register:visited,
#PageLayoutN a.register:hover{
display:block;
background: url('/upload/images/RegisterBtn-bg.gif')  no-repeat center bottom #9de25a ;
width:100%;
margin:0px auto 0px;
color:#231f20;
font-family: Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
text-transform:uppercase; 
text-decoration:none;
padding:14px 0px 12px;
line-height:normal;
min-height:32px;
height:auto !important;
height:32px;
}
#PageLayoutN a.BlueButton:link,
#PageLayoutN a.BlueButton:active,
#PageLayoutN a.BlueButton:visited,
#PageLayoutN a.BlueButton:hover{
display:block;
background: url('/upload/images/Blue-RightRailButton.gif')  no-repeat center bottom #2aa6c0;
width:100%;
margin:0px auto;
color:#ffffff;
font-family: Arial, Helvetica, sans-serif;
font-size:19px;
font-weight:normal;
text-transform:uppercase; 
text-decoration:none;
padding:10px 0px 14px;
line-height:normal;
min-height:30px;
height:auto !important;
height:30px;
}
#PageLayoutN a.GreenButton:link,
#PageLayoutN a.GreenButton:active,
#PageLayoutN a.GreenButton:visited,
#PageLayoutN a.GreenButton:hover{
display:block;
background: url('/upload/images/Green-RightRailButton.gif')  no-repeat center bottom #90d34e ;
width:100%;
margin:0px auto;
color:#231f20;
font-family: Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
text-transform:uppercase; 
text-decoration:none;
padding:10px 0px 14px;
line-height:normal;
min-height:30px;
height:auto !important;
height:30px;
}

#PageLayoutN a.Webcasts:link,
#PageLayoutN a.Webcasts:active,
#PageLayoutN a.Webcasts:visited,
#PageLayoutN a.Webcasts:hover{
display:block;
background: url('/upload/images/Green-RightRailButton.gif')  no-repeat center bottom #90d34e ;
width:100%;
margin:0px auto;
color:#2f2d2e;
font-family: "Arial Black", Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:normal;
text-decoration:none;
padding:10px 0px 15px;
line-height:normal;
min-height:33px;
height:auto !important;
height:33px;
line-height:24px;
}
#ConfPageContentBodyTDN #ConfHome3a
{
  min-height: 250px;
  height: auto !important;
  height: 250px;
  border-top:4px solid #000000;
  border-bottom:4px solid #000000;
  text-align:left;
  width:100%;
  margin-left:0px;
}
#ConfPageContentBodyTDN #ConfHome3a .sponser{
    margin:0px;
}
#ConfPageContentBodyTDN #ConfHome3a .moduleheader {
color:#424242;
font-size:18px;
font-weight:bold;
text-transform:uppercase;
padding:15px 5px 15px 5px;
}
/*************************************/

/********* START: Search block *****************/
#SearchFormHolderN{
color:#ffffff;
font-weight:bold;
line-height:normal;
padding:10px 15px;
background:url('/upload/images/SearchBox-bg.gif') left bottom no-repeat #5a5a5a;
min-height:60px;
height:auto !important;
height:60px;
text-align:left;
margin: 0 0 0px;
}
#SearchFormHolderN p{
margin:0px;
font-size:16px;
color:#ffffff;
font-weight:bold;
text-transform:uppercase;
line-height:normal;
padding:0px 0px 4px;
}
#searchForm {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-weight:normal;
display:inline;
text-transform:none;
}
#searchForm .input {
color:#231f20;
border-top: 1px solid #948f90;
border-right: 1px solid #938e8f;
border-bottom: 1px solid #948f90;
border-left: 1px solid #948f90;
background-color: #ffffff;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
height:16px;
margin:0;
padding:5px 3px 2px;
text-align:left;
width:150px;
}
#searchForm .button {
background-color:#545454;
border-top:2px solid #969696;
border-right:2px solid #444a4b;
border-bottom:2px solid #1d3035;
border-left:2px solid #444a4b;
color:#ffffff;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;
height:25px;
margin:0 0 0 5px;
padding:0 0 0px;
position:relative;
text-align:center;
top:0;
width:35px;
cursor:pointer;
}

/********* END: Search block ***********/

/********** START: Footer block **********/
#PageLayoutContentN #Footer {
  border-top: none;
  border-bottom: none;
  color: #000000;
  padding:0 0 0px 0;
  text-align:center;
  background:none;
}
#PageLayoutContentN #FooterMenu { 
  padding-top:5px;
  text-align: center;   /* this makes the block aligned with center in IE */
  margin-:0px auto;    /* this makes the block aligned with center in FF, Safari, etc */
}
#PageLayoutContentN #FooterMenu .Item {
  margin: 0px 0px;
  display: inline;
}
#PageLayoutContentN #FooterMenu .Item a:link,
#PageLayoutContentN #FooterMenu .Item a:active,
#PageLayoutContentN #FooterMenu .Item a:visited {
  text-decoration: none;   /* Footer Menu Item link text decoration */
  font-family:arial;
  font-size: 12px;           /* Footer Menu Item link text font size */
  color: #000000;
  padding:0 5px;
 }
#PageLayoutContentN #FooterMenu .Item a:hover{
  text-decoration: underline;
}
/********** END: Footer block **********/

/******END:How Design Conference 2010 Site Styles********/






