
/*------------------------------- Site details --------------------------------------------------------------------------*/
.logo { width: 120px; text-align: center; }
.img_container { padding-right: 15px; padding-top: 20px; }
.img { border: 1px solid #b1b1b1; }
.site_detail { padding: 6px 0 6px 6px; }

.sitelink { font-family: arial; font-size: 14px; font-weight: bold; color: #40aafd; }
.sitelink a:link,
.sitelink a:active,
.sitelink a:visited { text-decoration: underline; color: #40aafd;  }
.sitelink a:hover { text-decoration: none; color: #40aafd; }

.siteblock_bg { background: url("/images/shared/siteblock_bg.png") repeat-x; }
.siteblock_bg2 { background: url("/images/shared/siteblock_bg2.jpg") repeat-x; }
/*------------------------------------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------ header ----------------------------------------------------------------------------------------------------------*/
.header-bg { background: url("/images/header/header-bg2.jpg") no-repeat; height: 133px; width: 764px; border: 0px solid #b1b1b1;}
.header_block-bg { background: url("/images/header/header_block_bg.jpg") no-repeat; height: 133px; width: 764px; border: 0px solid #b1b1b1;}
.header_txt { font-family: arial; font-size: 36px; font-weight: bold; color: #6dbfff; margin-left: 10px;}
.header_txt a:link,
.header_txt a:hover,
.header_txt a:active,
.header_txt a:visited { color: #6dbfff; text-decoration: none; }
.header_txt1a { font-family: arial; font-size: 20px; font-weight: bold; color: #6dbfff; margin-left: 10px;}
.header_txt2 { font-family: arial; font-size: 14px; font-weight: normal; color: #b0b0b0; margin-left:80px;margin-top: -5px;}
.header_txt2a { font-family: arial; font-size: 18px; font-weight: bold; color: #b0b0b0; margin-top: -5px;}
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*------------------------------- text classes ------------------------------------------------------------------*/

H1 { font-family: arial; font-size: 12px; font-weight: normal; color: #6dbfff; }

.txt12_bl { font-family: arial; font-size: 12px; font-weight: normal; color: #6dbfff; }
.txt12_bl a:link,
.txt12_bl a:active,
.txt12_bl a:visited { text-decoration: underline; color: #6dbfff; }
.txt12_bl a:hover { text-decoration: none;  color: #6dbfff; }

.txt14_n { font-family: arial; font-size: 14px; font-weight: normal; color: #a59e9e; }
.txt14_n a:link,
.txt14_n a:active,
.txt14_n a:visited { text-decoration: underline; color: #a59e9e; }
.txt14_n a:hover { text-decoration: none;  color: #a59e9e; }

.txt36_n { font-family: arial; font-size: 36px; font-weight: normal; color: #6dbfff; }
.txt36_n a:link,
.txt36_n a:active,
.txt36_n a:visited { text-decoration: underline; color: #b0b0b0; }
.txt36_n a:hover { text-decoration: none;  color: #b0b0b0; }

.no_sites { margin-top: 20px; color: #999; font-weight: bold;}

.favlink_icon { height:12px; }
.favlink { font-family: arial; font-size: 14px; font-weight: normal; color: #6dbfff;  }
.favlink a:link,
.favlink a:active,
.favlink a:visited { text-decoration: underline; color: #6dbfff; }
.favlink a:hover { text-decoration: none;  color: #6dbfffe; }

/*------------------------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------- general-----------------------------------------------------------------*/
.page_outer { width: 800px; background-color: #f3f3f3; margin: 0 auto 0; padding-top: 10px; }
.alpha_links { padding-left: 8px; margin-top: 0px; padding-top: 0px }

.border_box { border: 0px solid #b1b1b1; padding: 0px; margin-top: 0px;  }

.shadow {
border:1px solid silver;
font:10pt arial;
position:relative;
display:inline;
background:white;
z-index:100
}

.shadow_inner {
overflow:hidden;
position:absolute;
top: -1000px;
filter:alpha(Opacity=10); /*modify to change the shade solidity/opacity, same as below*/
opacity:0.1; /*firefox 1.5 opacity*/
-moz-opacity:0.1; /*mozilla opacity*/
-khtml-opacity:0.1; /*opacity*/
z-index:10
}

/*------------------------------------------------------------------------------------------------------------------------------------*/