html
{
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}

body
{
    background-color: rgb(233,233,233);
    color: #333;
    font-family: arial, helvetica, sans-serif;
}

html,
body
{
    margin: 0px;
    padding: 0px;
    height: 100%;
}

.page
{
    margin: 0px auto;
    width: 839px;
    background-color: white;
    background-image: url(background.gif);
    background-repeat: repeat-y;
    background-position: 0 0;
    text-align: left;
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

.logo
{
    position: absolute;
    left: 0px;
    top: 0px;
    margin: 0px;
    padding: 0px;
    z-index: 100;  
    background-color: white;     	
 /*   line-height: 0;
    font-size: 10px;*/
}
.logo table, .logo tr, .logo td {
 	border-collapse: collapse;
 	height: 128px;
    width: 223px;
    text-align: center;
    vertical-align: middle;
    background-color: white;
}

/*
.logo,
.logo img
{
    width: 223px;
    height: 128px;
    display: block;
    line-height: 0;
    font-size: 10px;
}*/

/*
.logo img
{
    display: block;
    line-height: 0;
    font-size: 10px;
}


.logo > .floating { *display:table for Mozilla & Opera*

	display: table;
	position: static;
}

.floating { *for IE*
	height: 100%;
	position: relative;
	margin: auto;
      overflow: hidden;
}

.floating div { *for IE*
	position: absolute;
	top: 50%;
	left: 50%;
}

.floating > div { *for Mozilla and Opera*
	display: table-cell;
	vertical-align: middle;
	position: static;

}

.floating div img {
	position: relative;
	top: -49.5%;
	left: 0 !important;
	left: -50%;
}
*/

a
{
    color: rgb(102,102,102);
}

.content
{
    padding-left: 248px;
    width: 567px;
    padding-bottom: 0px;
    clear: both;
    min-height: 820px;
    height: auto !important;
    height: 820px;
}


.standaloneHeadlines {
 	margin-top: 0px;
    padding-top: 72px;
    border-bottom: 1px solid rgb(204,204,204);
    padding-bottom: 1px;
    margin-bottom: 21px;
}

.notaloneHeadlines {
 	margin: 0px;
    margin-bottom: 16px;
}

h1, h2
{
    padding: 0px;
    margin: 0px;
    color: rgb(132,132,132);
    font-size: 19px;
    font-family: arial, sans-serif;
    font-weight: bold;
 
}

h1 img, h2 img
{
    display: block;
    height: 27px;
}

h1 {	
	margin-bottom: 1px;
}


body p.comment
{
    color: rgb(200,50,50);
    letter-spacing: 1px;
    padding: 4px;
    padding-left: 8px;
    border-left: 1px dotted rgb(200,50,50);
    margin-top: 40px;
    margin-bottom: 18px;
}

.innerContent p,
.innerContent h3,
.innerContent table,
.related p,
.relatedinfobox p
{
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 18px;
    font-size: 78%;
    line-height: 1.29em;
    clear: both;
}

.innerContent table p
{
    font-size: 12px;
}

.innerContent h3
{
    margin-top: 28px;
    margin-bottom: 6px;
    padding: 0px;
    font-size: 14px;
    font-weight: bold;
    width: 399px;
    overflow: hidden;
	 color: rgb(132,132,132);
}

.innerContent h3 img
{
    display: block;
    padding: 0px;
    margin: 0px;
}

.footnote
{
    font-size: 10px;
}

.navigation /*p.navigation*/
{
    margin: 0px;
    padding: 0px;
    position: absolute;
    left: 0px;
    top: 128px;
    width: 224px;
}

.navigationChapter
{
    display: block;
    border-top: 1px solid rgb(204,204,204);
    padding-left: 24px;
    padding-right: 19px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-repeat: no-repeat;
    font-size: 10px;
    text-decoration: none;
}

.navigationChapter
{
    width: 223px;
}

.navi\gationChapter
{
    width: 180px;
}

.navigationHome
{
    background-image: url(arrow-gray.gif);
    background-position: 210px 8px;
}

.navigationHome:hover
{
    background-image: url(arrow-red.gif);
    color: rgb(204,0,0);
}

.navigationBelowHome,
.navigationBelowHomeFirst
{
    background-image: url(arrow-gray.gif);
    background-position: 10px 8px;
}

.navigationBelowHome:hover,
.navigationBelowHomeFirst:hover
{
    background-image: url(arrow-red.gif);
    color: rgb(204,0,0);
}

.navigationBelowHomeLast
{
    background-image: url(arrow-gray-down.gif);
    background-position: 8px 10px;
}

.navigationBelowHomeLastActive
{
    background-image: url(arrow-red-down.gif);
    background-position: 8px 10px;
    color: rgb(204,0,0);
}

.navigationBelowHomeLastActiveSingle
{
    background-image: url(arrow-red.gif);
    background-position: 10px 8px;
    color: rgb(204,0,0);
    border-bottom: 1px solid rgb(204,204,204);
}

.navigationBelowHomeLast:hover
{
    background-image: url(arrow-red-down.gif);
    color: rgb(204,0,0);
}

.navigationBelowHomeFirstAndLastActive:hover
{
    background-image: url(arrow-red-down.gif);
    color: rgb(204,0,0);
}

.subNavigation
{
    display: block;
    width: 223px;
    border-top: 1px dashed rgb(204,204,204);
    border-bottom: 1px solid rgb(204,204,204);
	padding-top: 3px !important;
	padding-top: 4px;
    padding-bottom: 4px;
}

.subNavigationHeader
{
    background-image: url(arrow-gray-down.gif);
    background-position: 16px 6px;
    background-repeat: no-repeat;
}

.subNavigationHeader:hover
{
    background-image: url(arrow-red-down.gif);
}

.subNavigationHeaderActive
{
    background-image: url(arrow-red-down.gif);
    background-position: 16px 6px;
    background-repeat: no-repeat;
    color: rgb(204,0,0);
}

.subNavigationHeaderActive,
.subNavigationHeader
{
    margin-bottom: 1px;
}

.subNavigationChapter,
.subSubNavigation
{
    display: block;
    padding: 0px 24px 0px 32px;
    font-size: 10px;
    text-decoration: none;
    line-height: 15px;
	margin-top: 1px;
}

.subSubNavigation
{
    padding-left: 44px;
    width: 170px;
}

a.subNavigationChapter,
a.subSubNavigation
{
    width: 222px;
}

a.subNavi\gationChapter
{
    width: 167px;
}

a.subSubNavi\gation
{
    width: 155px;
}

.subNavigationChapter:hover,
.subSubNavigation:hover,
.subNavigationActive
{
    color: rgb(204,0,0);
}

.subNavigationActive
{
    background-image: url(arrow-red.gif);
    background-position: 18px 4px;
    background-repeat: no-repeat;
}

.subSubNavigationActive
{
    background-image: url(arrow-red.gif);
    background-position: 32px 4px;
    background-repeat: no-repeat;
}

.subSubNavigationActive
{
    color: rgb(204,0,0);
}


.introImage
{
    margin-left: -24px;
    margin-bottom: 19px;
}

.introImage img
{
    display: block;
}

#footer
{
    position: absolute;
    bottom: 0px !important;
    bottom: -1px;
    height: 26px !important;
    width: 100%;
    color: rgb(102,102,102);
    font-size: 10px;
    border-top: 1px solid rgb(204,204,204);
    background-color: #fff;
    background-image: url(background.gif);
    background-repeat: repeat-y;
    background-position: 0 0;
    overflow: hidden;
}

.copyright,
.meta
{
    position: absolute;
    left: 23px;
    top: 7px !important;
    top: 9px;
    line-height: 10px;
    overflow: hidden;
}

.meta
{    
    width: 224px;
    text-align: center;
    left: 0px;
}

.copyright
{
    left: 248px;
    width: 610px;
}

#footer a
{
    text-decoration: none;
}

#footer a:hover
{
    color: rgb(204,0,0);
}

.related
{
    width: 138px;
    height: 150px;    
    position: relative;
    left: 429px;
    overflow: hidden;    
}



/*
infoboxshowacrobat
{
    display: block;
    text-decoration: none;
    width: 117px;
    
    width: 138px;
    height: 50px;    
    position: relative;
    left: 429px;
    overflow: hidden;    

    padding-top: 3px;
    padding-bottom: 0;
    padding-left: 18px;
    font-size: 10px;
    background-image: url(arrow-gray.gif);
    background-repeat: no-repeat;
    background-position: 4px 6px;
}

infoboxshowacrobat:hover
{
    color: rgb(204,0,0);
    background-image: url(arrow-red.gif);
}*/


.relatedinfobox
{
    width: 138px;
    height: 150px;
    height: 2000px;
    position: relative;
    left: 429px;  
}

.infobox {
	width: 123px;
	border: 1px solid #CCCCCC;
	padding: 5px;
	position: relative;
	left: 3px;		
}

.relatedinfoboxshowacrobat
{
    display: block;
    text-decoration: none;
    width: 117px;

    padding-top: 3px;
    padding-bottom: 0;
    padding-left: 18px;
    font-size: 10px;
    /*background-image: url(arrow-gray.gif);*/
	 background-image:url(arrow-blue.gif);
    color: #336699 ; /*#0066CC;*/
    background-repeat: no-repeat;
    background-position: 4px 6px;
}

.relatedinfoboxshowacrobat:hover
{
    color: rgb(204,0,0);
    background-image: url(arrow-red.gif);
}


.innerContent
{
    width: 399px;
    background-color: #fff;
    margin-top: -150px;    
    padding-bottom: 100px;    
}

.innerContentWithInfobox
{
    margin-top: -2000px;    
    padding-bottom: 2000px;
}

.innerContent a
{
    color: rgb(102,102,102);
    text-decoration: underline;
}

.innerContent a:hover
{
    color: rgb(204,0,0);
}

.related a
{
    display: block;
    text-decoration: none;
    width: 117px;

    padding-top: 3px;
    padding-bottom: 0;
    padding-left: 18px;
    font-size: 10px;
    /*background-image: url(arrow-gray.gif);*/
	 background-image:url(arrow-blue.gif);
    color: #336699 ; /*#0066CC;*/
    background-repeat: no-repeat;
    background-position: 4px 6px;
}

.related a:hover
{
    color: rgb(204,0,0);
    background-image: url(arrow-red.gif);
}

.image
{
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 10px;
    color: rgb(102,102,102);
}

.image img
{
    display: block;
    margin-bottom: 4px;
}

a img
{
    border: 0px;
}


.fullContent
{
    background-color: transparent;
    text-align: center;
    background-image: none;
    padding-top: 100px;
}

#navigationShade, #navigationIFrame
{
    position: absolute;
    left: 224px;
    top: 124px;  
    width: 251px;
    display: none;
    z-index: 2999;
}


#navi\gationShade, #navigation\IFrame
{
    background-image: url(gray-60.png) !important;
    background-color: transparent !important;

    filter: alpha(opacity=60);
    background-image: none;
    background-color: #ccc;
}

#navigationHomeSub
{
    position: absolute;
    left: 229px;
    top: 128px;   
    width: 240px;   
    display: none;
    overflow: hidden;
    border-bottom: 1px solid rgb(204,204,204);
    z-index: 3000;
}

.navigationHome,
.navigationBelowHomeFirst,
#navigationHomeSub
{
    text-transform: uppercase;
}

#navigationHomeSub .navigationChapter
{   
   width: 202px;
    height: 24px;
    overflow: hidden;
}

#navigationHomeSub .navi\gationChapter
{   
    width: 195px;
    height: 13px;
}

#navigationHomeSub .navigationChapter:hover
{
    color: rgb(204,0,0);
    background-color: rgb(242,242,242);
}

#navigationHomeSub a
{
    background-color: #fff;
    border-left: 1px solid rgb(204,204,204);
    border-right: 1px solid rgb(204,204,204);
}


.zoomable
{
    cursor: pointer;
}

.zoomImage
{
    position: absolute;
    left: 110px;
    top: 110px;
    width: 400px;
    height: 300px;
    display: none;
    z-index: 1701;
    
    cursor: pointer;
}

#zoomImageCloseButton {
 	position: absolute;
    left: 110px;
    top: 110px;
    width: 13px;
    height: 13px;
	display: none;
	z-index: 1702;
	
	cursor: pointer;
}

#zoomImageShade
{
    position: absolute;
    left: 100px;
    top: 100px;
    width: 410px;
    height: 310px;
    display: none;
    z-index: 1700;
}

#zoomIma\geShade
{
    background-image: url(black-05.png) !important;
    background-color: transparent !important;

    filter: alpha(opacity=5);
    background-image: none;
    background-color: #000;
}


/* Table module */

table.normalTable
{
    border-collapse: collapse;
    width: 399px;
    margin-top: 21px;
    margin-bottom: 16px;
}

table.extensive
{
    width: 567px;
}

.normalTable th,
.normalTable td
{
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: top;
    text-align: left;
}

.normalTable th
{
    background-color: rgb(132,132,132);
    color: #fff;
}


.normalTable .alternate td
{
    background-color: rgb(248,248,248);
}

.normalTable td
{
    background-color: #fff;
    border-bottom: 1px dashed rgb(204,204,204);
}


table.separateColumns td.alternate
{
    background-color: #fff;
}

table.separateColumns td
{
    background-color: rgb(248,248,248);
}


.normalTable th a, .normalTable th a:hover
{
	text-decoration: none;
    background-color: rgb(132,132,132);
    color: #fff;
}


.tablePaddingSmall th,
.tablePaddingSmall td
{
    padding-left: 7px;
    padding-right: 7px;
}

ul li,
ol li
{
    font-size: 12px;
    margin-bottom: 8px;
    font-size: 78%;
    line-height: 1.29em;
}

ul li
{
    list-style-type: square;
}










/* Home NewsLinks module */

.homeNewsLinks, .homeNews
{
    background-color: rgb(245,245,245);
    border-top: 1px solid rgb(142,6,20);
    border-bottom: 1px solid rgb(142,6,20);
    padding-top: 3px;
    padding-bottom: 5px;
    position: relative;    
    width: 567px;
}

.homeNewsLinks h3, .homeNews h3
{
    margin-top: 0;
    margin-left: 16px;
    margin-bottom: 2px;
}

.homeNewsLinks a, .homeNewsLinks span, .homeNews a, .homeNews span
{
    display: block;
    font-size: 12px;
    margin-left: 16px;
    padding-left: 8px;    
    margin-top: 3px;
    background-image: url(arrow-gray.gif);
    background-repeat: no-repeat;
    background-position: 0 4px;
    color: rgb(50,50,50);
    text-decoration: none;            
}

.homeNewsLinks a:hover, .homeNews a:hover
{
    background-image: url(arrow-red.gif);
}

.homeNewsLinks .homeNewsCol1 {
	float: left;
   width: 283px;
	overflow: hidden;
}

.homeNewsLinks .homeNewsCol2 {
	float: right;
   clear: right;
   width: 283px;
	overflow: hidden;
}

.homeNewsLinks:after {
	 content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}



/* Homepage module */

/* changed */
.homeNavigation
{
    position: absolute;   
    z-index: 2000;
    left: 0;
    top: 0;    
    width: 223px;	
    height: 312px;	
}

.homeNavigationShade
{
    position: absolute;   
    z-index: 1000;
    left: 0px;
    top: 128px;    
    width: 223px;	
    height: 312px;    
}

.homeNavigationShadeWhite20
{
   background-image: url(white-20.png) !important;
   background-color: transparent !important;

   filter: alpha(opacity=20);
   background-image: none;
   background-color: #FFFFFF;        
}

.homeNavigationShadeBlack20
{
   background-image: url(black-20.png) !important;
   background-color: transparent !important;

   filter: alpha(opacity=20);
   background-image: none;
   background-color: #000000;      
}

.homeNavigationShadeBlack45
{
   background-image: url(black-45.png) !important;
   background-color: transparent !important;

   filter: alpha(opacity=45);
   background-image: none;
   background-color: #000000;      
}

*+html .homeNaviga\tionShade
{
    filter: none;
}



.home h1, .home h2
{
    display: none;
}

div.topnav
{
    display: block;
    position: absolute;
    left: 0;
    top: 200px;
    width: 223px;
    height: 23px;
    font-size: 10px;
    padding-left: 23px;
    padding-top: 5px;
    text-decoration: none;
    background-image: url(arrow-white.gif);
    background-repeat: no-repeat;
    background-position: 210px 8px;
    color: white;
    overflow: hidden;
    z-index: 40;
    background-color: transparent;
    text-transform: uppercase;
    cursor: pointer;
}

div.topna\v
{
    width: 200px;
    height: 18px;
}

#topnav1, .topnav1 { z-index: 3000; top: 129px; }
#topnav2, .topnav2 { z-index: 3000; top: 153px; }
#topnav3, .topnav3 { z-index: 3000; top: 177px; }
#topnav4, .topnav4 { z-index: 3000; top: 201px; }
#topnav5, .topnav5 { z-index: 3000; top: 225px; }
#topnav6, .topnav6 { z-index: 3000; top: 249px; }
#topnav7, .topnav7 { z-index: 3000; top: 273px; }
#topnav8, .topnav8 { z-index: 3000; top: 297px; }
#topnav9, .topnav9 { z-index: 3000; top: 321px; }
#topnav10, .topnav10 { z-index: 3000; top: 345px; }
#topnav11, .topnav11 { z-index: 3000; top: 369px; }
#topnav12, .topnav12 { z-index: 3000; top: 393px; }
#topnav13, .topnav13 { z-index: 3000; top: 417px; }

.navshade,
.navshadeSimple
{
    display: none;
    position: absolute;
    left: 227px;
    top: 1px;
    width: 307px; /* changed 151px; */
    height: 438px;
}

.nav\shade
{
    background-image: url(white-20.png) !important;
    background-color: transparent !important;

    filter: alpha(opacity=20);
    background-color: white;
    background-image: none;
}

.navshadeSimple
{
    background-image: url(chessboard.gif);
    background-repeat: repeat;
}

#navshade1, #navshadeSimple1 { left: 224px; }
#navshade2, #navshadeSimple2 { left: 532px; /* changed 376px; */ }

#navshade3,
#navshadeSimple3
{
    display: none;
    position: absolute;
    top: 1px;
    left: 528px;
    width: 566px; /* changed 310px; */
    height: 438px;
}

#nav\shade3
{
    background-image: url(white-45.png) !important;
    background-color: transparent !important;

    filter: alpha(opacity=45);
    background-color: white;
}

#navshadeSimple3
{
    background-image: url(chessboard.gif);
    background-repeat: repeat;
}

.navshadeTopnav
{
    position: absolute;
    left: 0;
    display: block;
    z-index: 0;
    height: 23px;
    width: 223px;
    background-image: url(chessboard-light.gif);
    background-repeat: repeat;
}

.navshadeTop\nav
{
    background-image: url(white-13.png) !important;
    background-color: transparent !important;

    filter: alpha(opacity=13);
    background-image: none;
    background-color: #fff;
}

div.subnav
{
    display: none;
    position: absolute;
    width: 307px; /* changed 151px; */
    height: 23px;
    font-size: 10px;
    padding-left: 15px;
    padding-top: 5px;
    background-color: white;
    color: black;
    font-size: 10px;
    text-decoration: none;
    background-image: url(arrow-gray.gif);
    background-repeat: no-repeat;
    background-position: 294px 8px;  /* changed 138px 8px; */
    filter: alpha(opacity=86);
    -moz-opacity: .86;    
	 opacity: .86;
    cursor: pointer;
}

div.subna\v
{
    width: 292px; /* changed 136px; */
    height: 18px;
}

.subnav1 { left: 224px; }
.subnav2 { left: 532px; /* changed 376px */ }

.toppos1 { top: 129px; }
.toppos2 { top: 153px; }
.toppos3 { top: 177px; }
.toppos4 { top: 201px; }
.toppos5 { top: 225px; }
.toppos6 { top: 249px; }
.toppos7 { top: 273px; }
.toppos8 { top: 297px; }
.toppos9 { top: 321px; }
.toppos10 { top: 345px; }
.toppos11 { top: 369px; }
.toppos12 { top: 393px; }
.toppos13 { top: 417px; }
.toppos0 { top: 105px; }
.toppos-1 { top: 81px; }
.toppos-2 { top: 57px; }
.toppos-3 { top: 33px; }
.toppos-4 { top: 9px; }



div.final,
div.final:hover,
div.final:active
{
    background-image: none;
}


.navshade,
.navshadeSimple,
.navshadeTopnav
{
    z-index: 2;
}

.subnav,
.info
{
    z-index: 150;
}

body.home p.navigation
{
    top: 300px;
}

body.home div.introImage
{
    position: absolute;
    left: 24px;
    top: 0;
    width: 839px;
    height: 440px;
    z-index: 0;
}

body.home a.navigationChapter,
body.home span.subNavigation
{
    display: none;
}


a.homeHead,
a.homeHead:link,
a.homeHead:visited,
a.homeHead:hover,
a.homeHead:active
{
    position: absolute;
    font-weight: bold;
    color: white;
    font-size: 18px;
    display: block;
    text-decoration: none;
    cursor: pointer;
    width: 300px;
    letter-spacing: -1px;
}

.home div.content
{
    min-height: 690px; /*590px;*/
    height: auto !important;
    height: 690px; /*590px;*/
}

.home .related
{
    display: none;
}

.home .innerContent
{
    width: 399px;
    background-color: #fff;
    margin-top: 0;
    padding-top: 460px;
    padding-bottom: 0;
}




#selectorShade
{
    position: absolute;
    left: 0;
    top: 128px;
    width: 223px;
    height: 279px;
    z-index: 1000;
}

#selectorS\hade
{
    background-image: url(white-13.png) !important;
    background-color: transparent !important;

    filter: alpha(opacity=13);
    background-color: #fff;
    background-image: none;
}






p.introduction
{
    border-top: 1px dashed rgb(204,204,204);
    border-bottom: 1px dashed rgb(204,204,204);
    padding-top: 12px;
    padding-bottom: 11px;
}



/* Content Navigation module for overview pages */

.contentNav
{
    position: relative;
    top: -5px;
    margin: 0;
    padding: 0;
}

.contentNav li
{
    display: block;
    margin: 0;
    padding: 0;
    height: 19px;
    margin-bottom: 13px;
}

.contentNav li a
{
    padding-left: 16px;
    background: #fff url(arrow-gray.gif) no-repeat 2px 4px;
    font-size: 12px;
    text-decoration: none;
}

.contentNav li a:hover
{
    background-image: url(arrow-red.gif);
}




/* Tabs module (gallery) */

.tabContainer
{
    position: relative;
    margin: 0;
    padding: 0;
    width: 567px;
    overflow: hidden;
    z-index: 100;
}

.tabs
{
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 700px;
    height: 14px;
    font-size: 10px;
}

.tabs li
{
	list-style-type: none;
    position: relative;
    float: left;
    background: #ccc;
    margin: 0;
    padding: 0;
    height: 16px;
    background: #ccc url(tab-bg.gif) no-repeat right top;
}

.tabs li a
{
    float: left;
    display: block;
    height: 16px;
    padding: 2px 20px 0px 20px;
}

.\tabs li a
{
    padding: 0;
    text-decoration: none;
}

.tabs li a img
{  
    margin: 0;  
}

.tabs li a div
{
    display: block;
    margin: 0;
    padding: 2px 20px 0px 20px;
}
/*
.tabs .tabarea  {
	padding: 0px;
	margin: 0px;
}

.tabs .tabarea img {
    display: inline;    
    padding: 0px;
    margin: 0px;
}*/

.tabs .tab1
{
    z-index: 109;
    border-left: 1px solid #ccc;
}

.tabs .tab1 a div
{
    padding-left: 5px;
}

.tabs .tab1 a
{
    padding-left: 5px;
}

.\tabs .tab1 a
{
    padding-left: 0px;
}

.tabs .tab2
{
    z-index: 108;
    left: -15px;
}

.tabs .tab3
{
    z-index: 107;
    left: -30px;
}

.tabs .tab4
{
    z-index: 106;
    left: -45px;
}

.tabs .tab5
{
    z-index: 105;
    left: -60px;
}

.tabs .tab6
{
    z-index: 104;
    left: -75px;
}

.tabs .tab7
{
    z-index: 103;
    left: -90px;
}

.tabs .tab8
{
    z-index: 102;
    left: -105px;
}

.tabs .tab9
{
    z-index: 101;
    left: -120px;
}

.tabs li a.lastChild
{
    background: url(tab-last-bg.gif) no-repeat right top;
}

.tabs .selected a
{
	cursor: default;
}

.tabs .selected a.lastChild
{
    background: url(tab-last-selected-bg.gif) no-repeat right top;
}

.tabs .selected
{
    background: #fff url(tab-selected-bg.gif) no-repeat right top;
    z-index: 120;
}

.tabContent
{
    position: relative;
    top: -1px;
    border: 1px solid #ccc;
    width: 567px;
    margin: 0;
    margin-bottom: 10px;    
	padding: 0px;
	padding-left:8px;
	padding-top: 23px;
    z-index: 10;
}

.tabCon\tent 
{
    width: 557px;
}

/*
.imagegallery {
	padding: 0px;
	margin: 0px;	
	margin-top: -15px;
}

.imagegallerytable {
	padding: 0px;
	margin: 0px;	
}

.imagegallerytable tr td {
	margin: 0px;
	padding: 0px;
	padding-right: 6px;
	padding-bottom: 6px;
	text-align: left;
	vertical-align: top;
}

.imagegallerytable img
{
   border: 1px solid #CCCCCC;
}

*/


/* Image Gallery */

.imagegallery {
	padding: 0px;
	margin: 0px;	
	margin-top: -15px;	
}

.imagegallerytable {
	padding: 0px;
	margin: 0px;			
}

.imagegallerytable tr td {
	margin: 0px;
	padding: 0px;	
	text-align: center;
	vertical-align: middle;
	width: 103px;
	height: 77px;	
	border: 1px solid #CCCCCC;   		
}


.imagegallerytable tr td.imagegallerypaddercol {
	width: 6px;		
	border: none;
}

.imagegallerytable tr.imagegallerypadderrow td {
	height: 6px;		
	border: none;
}




.imagegallerytable a:hover img
{
    filter: alpha(opacity=50);
    -moz-opacity: .5;
}


ul.galleryThumbs
{
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: -15px;
}

ul.galleryThumbs li
{
	list-style: none;
    float: left;
    margin-top: 0px;
    margin-bottom: 6px;
}

ul.galleryThumbs li img
{
    display: block;
}

ul.galleryThumbs li div a:hover img
{
    filter: alpha(opacity=50);
    -moz-opacity: .5;
}

ul.galleryThumbs li div
{
    margin-right: 6px;
    margin-top: 0px;
    border: 1px solid #CCCCCC;
}



.eventsdate {
	width: 155px;
}

.eventstitle {
	width: 412px;
}





/* News module */

table.news
{
    margin: 0;
    margin-bottom: 21px;
    border-collapse: collapse;
    width: 399px;
    padding: 0;
}

.news td
{
    text-align: left;
    vertical-align: top;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    color: rgb(102,102,102);
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 0;
}

.news td.newsdate
{
	width: 100px;
}

.news a
{
    display: block;
   /*
    background-image: url(arrow-gray.gif);
    background-position: 2px 5px;
    background-repeat: no-repeat;
    */
    margin-right: 20px;
    padding-left: 16px;
    text-decoration: none;
    color: rgb(102,102,102);
    line-height: 17px;
}

.news a:hover
{
	/*
    background-image: url(arrow-red.gif);
    */
    color: rgb(204,0,0);
}

.news a.arrowed
{
    display: block;
    background-image: url(arrow-gray.gif);
    background-position: 2px 5px;
    background-repeat: no-repeat;
    margin-right: 20px;
    padding-left: 16px;
    text-decoration: none;
    color: rgb(102,102,102);
    line-height: 17px;
}

.news a.arrowed:hover
{
    background-image: url(arrow-red.gif);
    color: rgb(204,0,0);
}

.news .lastNewsCell {
	text-align: right;
}

.news img {
	border: 1px solid #CCCCCC;
}


/* Date */
#DateDisplay {	
	font-family: Arial,Helvetica,sans-serif;
    font-size: 78%;
    line-height: 1.29em;		
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: left;	
	background-color: rgb(132,132,132);
	margin-bottom: 18px;
	padding: 5px;		
	width: 389px;	
}



#pagetable {
	width: 100%;	
	min-height: 100%;
    height: auto !important;
    height: 100%; 
}


#pagetablecell {	
	font-size:100%;
	text-align: center;
	min-height: 100%;
    height: auto !important;
    height: 100%; 
}



/* Form */
.contentSearchLabelInput {

}

.contentSearchLabelInput select {
	display: block;
}

#contentSearch {
	width: 383px;	
	border: 1px solid #ADC2C6;
	padding: 7px;
	background-color: #FAFAFA;
	font-family: arial, helvetica, sans-serif;
	font-size: 70%;
    line-height: 1.29em;
    color: #336699;
}

#contentSearch select {		
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;    
    color: #000000;
    width: 383px;
}





/* for editing and administration */
#showEditAdmin
{
    position: absolute;
    top: 3px;
    right: 3px;       
    background-color: #E9E9E9;
}

#showEditAdmin a
{
    font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}

#showEditAdmin a:hover
{
    text-decoration: none;
    color: #CC0000;
}

#editAdminArea {
	position: absolute;
	top: 3px;
    right: 3px;
    width: 150px;    
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    visibility: hidden;
    border: 1px solid #CCCCCC;
    background-color: #C9C9C9;
    padding-left: 5px;
    padding-right: 5px;
    padding: 5px;
}


#editAdminArea a {
	display: block;
	margin-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: none;
    color: #003060;
}

#editAdminArea a:hover {
    text-decoration: none;    
   	color: #006090;
}


#editAdminHeader {
	background-color: #7B8B9A;
	color: #FFFFFF;
	font-weight: bold;
	width: 150px;
	height: 19px;
	padding-top: 4px;
	padding-left: 3px;	
	margin-bottom: 5px;
}

#aaaeditAdminPageInfo {
	font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;    
   color: #003060;
	width: 145px;
	border: 1px solid #5B85AD;
	padding: 3px;
	margin: 7px 0px 0px 0px;
	background-color:#E9E9E9;
}

#editAdminPageInfo {
	font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;    
   color: #003060;
	width: 151px;
	border: 1px solid #5B85AD;
	padding: 0px;
	margin: 7px 0px 0px 0px;
	background-color:#E9E9E9;
}

#editAdminPageInfoHeader {
	display: block;
	margin: 0px;
	padding: 3px;		
	background-color:#5B85AD;
	color: #E9E9E9;
}

#editAdminPageInfoInfo {
	display: block;
	margin: 0px;
	padding: 3px;	
	cursor: pointer;
}

#editAdminNews {
	font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;    
   color: #003060;
	width: 151px;
	border: 1px solid #990000;
	margin: 7px 0px 0px 0px;
	padding: 0px;	
	background-color:#E9E9E9;
}

#editAdminNewsHeader {
	display: block;
	margin: 0px;
	padding: 3px;	
	background-color:#990000;
	color: #E9E9E9;
}

#editAdminNewsNews {
	display: block;	
	margin: 0px;
	padding: 3px;	
	margin-bottom: 0px !important;
	cursor: pointer;
}


#closeButton {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 13px;
	height: 13px;
	background-image: url(close-button.gif);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    cursor: pointer;
}


#editHistory {
	position: absolute;
	top: 3px;
   right: 3px;
   visibility: hidden;
	font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;    
   color: #003060;
	width: 250px;
	height: 400px;
	border: 1px solid #5B85AD;
	padding: 3px;
	/*margin: 7px 0px 0px 0px;*/
	background-color:#E9E9E9;
	
	overflow: -moz-scrollbars-vertical !important;
   overflow: auto;
   overflow-y: auto;   
}

#editHistory table {
	border: 0;
	width: 90%;
}

#editHistory table tr td {
	text-align: left;
	vertical-align: top;	
	padding: 3px 0px 3px 0px;
	border-bottom: 1px dashed #5B85AD;
}




/* Failure Show */
#failureShow {
	position: absolute;
	top: 150px;
    left: 268px;
    width: 300px;    
    height: 200px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    visibility: visible;
    border: 1px solid #CC0000;
    background-color: #E9E9E9;   
    z-index: 100000;
}

#failureShow p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
   color: #333333;
}

#failureShowHeader {
	background-color: #CC0000; /*#7B8B9A;*/
	color: #FFFFFF;
	font-weight: bold;
	width: 297px;
	height: 19px;
	padding-top: 4px;
	padding-left: 3px;	
	margin-bottom: 5px;
}

#failureShowButton span
{    
	position: absolute;
	bottom: 7px;
	left: 88px;		
	display: block;
    background-color: transparent;
    border: 1px solid rgb(91,133,173);
    margin-top: 5px;
    margin-bottom: 0;   
    padding-left: 1px;
    padding-top: 1px;
    width: 124px;
    height: 16px;
    text-align: center;
}

#failureShowButton span a
{   	
	display: block;
    background-color: rgb(91,133,173);    
    text-align: center;
    padding-top: 1px;    
    text-decoration: none;
    color: white;
    font-size: 10px;
    width: 123px;
    height: 14px;
}

#failureShowButton span a:hover
{
    color: rgb(91,133,173);
    background-color: white;
}

#failureShow #closeButton {	
	top: 4px;	
	right: 4px;
}

/* Success Show */
#successShow {
	position: absolute;
	top: 150px;
    left: 268px;
    width: 300px;    
    height: 200px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    visibility: visible;
    border: 1px solid rgb(91,133,173);
    background-color: #E9E9E9;   
    z-index: 100000;
}

#successShow p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
   color: #333333;
}

#successShowHeader {
	background-color: rgb(91,133,173); /*#7B8B9A;*/
	color: #FFFFFF;
	font-weight: bold;
	width: 297px;
	height: 19px;
	padding-top: 4px;
	padding-left: 3px;	
	margin-bottom: 5px;
}

#successShowButton span
{    
	position: absolute;
	bottom: 7px;
	left: 88px;		
	display: block;
    background-color: transparent;
    border: 1px solid rgb(91,133,173);
    margin-top: 5px;
    margin-bottom: 0;   
    padding-left: 1px;
    padding-top: 1px;
    width: 124px;
    height: 16px;
    text-align: center;
}

#successShowButton span a
{   	
	display: block;
    background-color: rgb(91,133,173);    
    text-align: center;
    padding-top: 1px;    
    text-decoration: none;
    color: white;
    font-size: 10px;
    width: 123px;
    height: 14px;
}

#successShowButton span a:hover
{
    color: rgb(91,133,173);
    background-color: white;
}

#successShow #closeButton {	
	top: 4px;	
	right: 4px;
}



/* Editing buttons */



#editAdminArea span
{
    display: block;
    background-color: transparent;
    border: 1px solid rgb(91,133,173);
    margin-top: 5px;
    margin-bottom: 0;   
    padding-left: 1px;
    padding-top: 1px;
    width: 150px;
    height: 16px;
}


#editAdminArea span a
{
    display: block;
    background-color: rgb(91,133,173);
    padding-left: 9px;
    padding-top: 1px;    
    text-decoration: none;
    color: white;
    font-size: 10px;
    width: 140px;
    height: 14px;
}


#editAdminArea span a:hover
{
    color: rgb(91,133,173);
    background-color: white;
}


 

/* Create Popup Menu */

#CreateMenuShade {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 138px;	 
	visibility: hidden;
	z-index: 9999;
    
	background-image: url(gray-60.png) !important;
	background-color: transparent !important;

	filter: alpha(opacity=60);
	background-image: none;
	background-color: #ccc;
}

#CreateMenu {
	position: absolute;	
	top: 0px;
	right: 0px;
	padding: 0px;		
	width: 127px;
	background-Color: #FFFFFF;	
	z-Index: 10000;
	visibility: hidden;
	border-top: 1px solid #CCCCCC;
}

#CreateMenu a {
	display: block;
	font-family: Arial, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-align: left;		
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
	margin: 0px;
	text-decoration: none;
	background-color: #FFFFFF;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#CreateMenu a:hover {	
	color: #CC0000;	
	text-decoration: none;
	background-color: #F2F2F2;		
}


#navigationIFrame {
	border:none; 
	display:none; 
	z-index:0;
}



.actions {	
	margin-bottom: 18px;
	width: 567px;
}

.actionstop {	
	margin-bottom: 18px;
	width: 567px;
}

.actionsbottom {	
	margin-top: 18px;
	width: 567px;
}

.actionswide {
	width: 567px;
}

.failure {
	color: #cc0000;
}



#wait {
	position: absolute;	
	width: 147px;
	height: 147px;
	visibility: hidden;		
	z-index: 100000;		
	border:1px solid #336699; 	
 	background-color: #7B8B9A; 
}

#wait table {	
	width: 147px;
	height: 147px;
}

#wait td {
	text-align: center;
	width: 147px;
	height: 147px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}


#contentSearchShow {
	visibility: hidden;
	display: none;
}


/* Search module */

.search
{
    position: absolute;
    bottom: 0;
    height: 20px;
    width: 200px;
}

.search p
{
    position: absolute;
    left: 48px;
    bottom: 46px !important;
    bottom: 37px;
    height: 17px;
    margin: 0;
    padding: 0;
}

.sea\rch p
{
    bottom: 43px;
}

.searchfield,
.searchbutton
{
    margin: 0;
    padding: 0;
}

.searchfield
{
    width: 109px;
    margin-right: 1px;
    height: 17px;
    color: #666;
    font-size: 9px !important;
    font-size: 10px;
    border: 1px solid #ccc;
    vertical-align: middle;
    padding: 1px;
    background-color: transparent;
}

.sea\rchfield 
{
    width: 105px;
    height: 13px;
}

*+html .searchfield
{
	font-size: 10px !important;
}

.searchbutton,
.searchbuttonMore
{
    position: relative;
    top: 0 !important;
    top: 0px;
    left: -4px;
    width: 17px;
    height: 17px;
    border: 0;
    vertical-align: middle;
    font-size: 14px;
    color: #666;
}

.searchbuttonMore
{
    width: 24px;
}

.sea\rchbutton
{
    top: 1px;
}

*+html .searchbutton
{
	top: 1px !important;
}

.innerContent .searchbutton
{
    margin-left: 1px;
    position: relative;
    top: 0 !important;
}

.link span.searchUrl
{
    color: #999;
    font-size: 11px;
    width: 394px;
    height: 11px;
    overflow: hidden;
    text-decoration: underline;
    display: block;
}

h3.searchResultTitle {
	padding-left: 18px;    
    background-image: url(arrow-gray.gif);
    background-repeat: no-repeat;
    background-position: 4px 6px;
    margin-top: 0px;
    color: #848484;
}







/* Inline multimedia module */

.inlineMultimedia
{
    width: 567px;
    height: 101px;
    border: 1px solid rgb(214,214,214);
    position: relative;
    margin-bottom: 21px;
    overflow: hidden;
}

.inlineMultimedia .thumb
{
    position: absolute;
    left: 0;
    top: 0;
    width: 158px;
    height: 101px;
    display: block;
}

.inlineMultimedia h3
{
    position: absolute;
    left: 167px;
    top: 4px;
    width: 399px;
    margin-top: 0;
    margin: 0;
    padding: 0;
	 color: #848484;
	 font-size: 12px;
}

.inlineMultimedia .play
{
   position: absolute;
   top: 77px;
	right: 7px;
}

.multimediaDescription {	
	position: absolute;
    left: 167px;
    top: 23px;
    width: 396px;
    height: 70px;
    margin-top: 0;
    margin: 0;
    padding: 0;
    font-size: 11px;
}

.multimediaInfo {	
	position: absolute;
    left: 167px;
	 bottom: 5px;
    width: 175px;
    margin-top: 0;
    margin: 0;
    padding: 0;
    font-size: 11px;
}


/* Inline youtube multimedia module */

.inlineYouTubeMultimedia
{
    width: 399px;
    height: 90px;
    border: 1px solid rgb(214,214,214);
    position: relative;
    margin-bottom: 21px;
    overflow: hidden;
	 cursor: pointer;
}

.inlineYouTubeMultimedia .thumb
{
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    height: 90px;
    display: block;
}

.inlineYouTubeMultimedia h3
{
    position: absolute;
    left: 127px;
    top: 4px;
    width: 399px;
    margin-top: 0;
    margin: 0;
    padding: 0;
	 color: #848484;
	 font-size: 12px;
}

.inlineYouTubeMultimedia .play
{
   position: absolute;
   bottom: 7px;
	right: 7px;
}

.inlineYouTubeMultimedia .multimediaDescription {	
	position: absolute;
    left: 127px;
    top: 23px;
    width: 396px;
    height: 70px;
    margin-top: 0;
    margin: 0;
    padding: 0;
    font-size: 11px;
}







#popupDivShade
{
    position: absolute;
    display: none;
    width: 679px;
    height: 552px;
    z-index: 190000;
}

#popupDiv\Shade
{
    background-image: url(gray-30.png) !important;
    background-color: transparent !important;

    filter: alpha(opacity=30);
    background-color: #999;
    background-image: none;
}

*+html #popupDiv\Shade
{
    filter: none;
}

#popupDiv
{
    position: absolute;
    display: none;
    width: 624px;
    height: 474px;
    z-index: 190001;
    padding-top: 61px;
    padding-left: 39px;
    background-image: url(popupdiv-back.gif);
    background-repeat: repeat-y;
    border-bottom: 1px solid rgb(204,204,204);
}

body div #popupDiv h2
{
    background-color: rgb(123,139,154);
    color: #fff;
    width: 648px;
    height: 26px;
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 5px;
    position: absolute;
    left: 0;
    top: 0;
}

#popupDiv h3 img
{
    height: 19px;
}

body div #popupDiv .innerContent
{
    margin-left: 15px;
}

body div #popupDiv .innerContent
{
    margin-bottom: 0;
    padding-bottom: 10px;
}

#closeButtonPopupDiv
{
    position: absolute;
    top: 5px;
    z-index: 3000;
    left: 640px;
}

.popupDivWrapper
{
    position: absolute;
    left: 14px;
    top: 47px;
    width: 648px;
    height: 468px;
    padding-top: 20px;
    overflow: -moz-scrollbars-vertical !important;
    overflow: auto;
    overflow-y: auto;
    background-color: white;
    border-right: 1px solid rgb(204,204,204);
}

body .popupDivWrapper #introImageKBase,
body .popupDivWrapper .introImage,
body .popupDivWrapper .innerContent
{
    left: 0;
    margin-left: 0;
    padding-left: 0;
}

.popupDivWrapper .caption
{
	font-size: 10px;
   color: rgb(102,102,102);
   margin: 0;
   padding: 0;
   position: relative;
   top: -15px;   
}

.popupDivWrapper .caption strong, .popupDivWrapper .innerContent .image strong
{
	color: #000;
	font-size: 10px;
}

#popupDivContent {
	font-size: 12px;
}

#popupDivContent a {
	font-size: 12px;
	color: rgb(102,102,102);
   text-decoration: underline;
}

#popupDivContent a:hover {
	 color: rgb(204,0,0);
}
 

a.link
{
    position: relative;
    margin-bottom: 17px;
    height: 87px;
    width: 399px;
    clear: both;
    display: block;
    text-decoration: none;
    cursor: pointer;
    background-color: #fff;
    clear: both;
}

a.link:hover
{
    background-image: url(illustrated-link-back.gif);
    background-repeat: repeat-y;
    background-position: 100% 0;
}

a.link:hover span
{
    background-color: rgb(245,245,245);
}

a.link:hover span
{
    background-image: url(../images/illustrated-link-back.gif);
    background-repeat: no-repeat;
    background-position: 100% 0;
}

a.link span
{
    width: 394px;
    height: 79px;
    display: block;
    font-size: 12px;
    padding: 4px;
    padding-left: 6px;
    color: #333;
}


a.link strong
{
    margin-bottom: 9px;
    font-size: 14px;
    line-height: 4px;
    color: rgb(132,132,132);
    display: block;
    padding-left: 14px;
    background-image: url(../images/arrow-gray.gif);
    background-repeat: no-repeat;
    background-position: 2px 6px;
}


/* Shopping buttons module */

.shoppingButtons
{
    position: relative;
    top: -1px;
    /*left: 1px;*/
    display: block;
    /*width: 287px;*/
	 width: 223px;
    /*height: 120px;*/
    /*padding-left: 47px;*/
	 padding-left: 0px;
    padding-top: 10px !important;
    padding-top: 15px;
    margin-top: 0;
    z-index: 1234;
}

.shoppin\gButtons
{
    /*width: 125px;*/
}

.shoppingButtons span
{
    display: block;
    background-color: transparent;
    border: 1px solid rgb(91,133,173);
    margin-top: 5px;
    margin-bottom: 0;

    height: 19px;
    padding-left: 1px;
    padding-top: 1px;
    width: 127px;
}

.shoppin\gButtons span
{
    width: 124px;
    height: 16px;
}

.shoppingButtons span a
{
    display: block;
    background-color: rgb(91,133,173);
    padding-left: 19px;
    width: 123px;
    height: 15px;
    padding-top: 1px;
    text-decoration: none;
    color: white;
    font-size: 10px;

}

.shoppingShade
{
    position: absolute;
    top: 273px;
    left: 0;
    width: 223px;
    height: 166px;
    z-index: 0;
    background-image: url(chessboard-light.gif);
    background-repeat: repeat;
}

.shoppin\gShade
{
    background-image: url(white-05.png);
    background-color: transparent !important;
    background-color: white;
    filter: alpha(opacity=5);
}

.shoppin\gButtons span a
{
    width: 104px;
    height: 14px;
}

.shoppingButtons span a:hover
{
    color: rgb(91,133,173);
    background-color: white;
}

body.home .shoppingButtons
{
    top: 145px;
}


/*image gallery, flash videos*/
#divContentShade
{
    position: absolute;
    display: none;
    width: 679px;
    height: 552px;
    z-index: 1900;
}

#divContentS\hade
{
    background-image: url(gray-30.png) !important;
    background-color: transparent !important;

    filter: alpha(opacity=30);
    background-color: #999;
    background-image: none;
}

*+html #divContentS\hade
{
    filter: none;
}


#divContent
{
    position: absolute;
    display: none;
    width: 624px;
    height: 474px;
    z-index: 190001;
    padding-top: 53px; /*61px;*/
    padding-left: 7px;  /*39px;*/
    background-color: #FFFFFF;
    /*border-bottom: 1px solid rgb(204,204,204);*/
}

body div #divContent h2
{
    background-color: rgb(123,139,154);
    color: #fff;
    width: 648px;
    height: 26px;
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 5px;
    position: absolute;
    left: 0;
    top: 0;
}


.related_hidden
{
	height:150px;
	z-index:-5;
}


#closeButtonDivContent
{
    position: absolute;
    top: 5px;
    z-index: 3000;
    left: 640px;
}


#divContentInnerContent {
	font-size: 12px;
}

.innerContentImage {
	border: 1px solid #CCCCCC;
}

#imagepreloader {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
}


/* Navigation - Blue Buttons */

.areaChoiceSharingApproved
{
  position: relative;  
  height: auto;
  padding: 0px 0px 0px !important;  
  margin: 0px 0px 0px 0px; 
  top: 7px;
  left: 21px;
  width: 224px;
}

body.home .areaChoiceSharingApproved 
{
  position: absolute;  
  height: auto;  
  padding: 0px 0px 0px !important;  
  margin: 0px;
  top: 460px;
  left: 21px;
}

.navigation-bluebox
{
	border: 1px #5B85AD solid;
	padding: 1px;
	background-color: White;
	width: 179px;
	margin: 0px 0px 7px 0px;
}
.blueboxitem
{
	display: block;
	margin-bottom: 0px;
	list-style-type: none;
}
.blueboxitem a
{

	border-bottom: 1px #8DAAC6 solid;
	height: 23px;
	line-height: 22px;
	color: White;
	background-color: #5B85AD;
	text-indent: 15px;
	display: block;
	font-size: 11px;
	text-decoration: none;
}
.blueboxitem a.last
{
	border-bottom: 0px red solid;
}
.blueboxitem a:hover
{
	background-color: #F3F6F9;
	color: #5B85AD;
}

.areaChoiceSharingApproved .acapos1 {
	position: absolute;
	top: 0px;
}

.areaChoiceSharingApproved .acapos2 {
	position: absolute;
	top: 34px;
}

.areaChoiceSharingApproved .acapos3 {
	position: absolute;
	top: 62px;
}

/*sharing/Follow button*/

#sharing {
    color:white;
    /*display:block;*/
    font-size:10px;
    height:21px;
    padding:0px;    
    text-decoration:none;    
    border: none;    
    z-index: 1236;
}

#sharing span {
    margin-top: 0px;
    text-indent: 6px;
}

#sharelayer a {
    text-decoration:none;
    background-color:#FFFFFF;
    color:#333333;
    display:block;
    font-size:10px;
    height:16px;
    padding:0px;
    text-decoration:none;
    width:157px;
    text-indent: 20px;
    line-height: 16px;
    background-image: url("shareicons.jpg");
    background-repeat: no-repeat;
    float:left;
	width:76px;
    margin-left:6px;
    margin-top:4px;
    border:none;
}

#sharelayer {
    background-color: #ffffff;
    font-family:arial,helvetica,sans-serif;
    border-left: 1px #cccccc solid;
    border-right: 1px #cccccc solid;
    border-bottom: 1px #cccccc solid;
    border-top:0px;
    color: #333333;
    clear:both;
    height:86px;
    position:relative;
    width:181px;
    line-height:16px;
	 z-index: 10000;
	 display: block;
}

#sharebutton { 
    background-image: url("share.gif");
    background-repeat: no-repeat;
    display: block;
    height:21px;
    margin:0;
    padding:0;
    line-height:21px;
    width:183px;
 color:#333333; 
    text-indent:23px;
}
    
#follow {
    color:white;
    display:block;
    font-size:10px;
    height:21px;
    padding:0px;
    position:absolute;
    text-decoration:none;
    margin:0px;
    left:25px;
    border: none;
    margin-top: 42px;
    z-index: 1235;
}

#follow span {
    margin-top: 0px;
}

#followlayer {
    background-color: #ffffff;
    font-family:arial,helvetica,sans-serif;
    border-left: 1px #cccccc solid;
    border-right: 1px #cccccc solid;
    border-bottom: 1px #cccccc solid;
    border-top:0px;
    color: #333333;
    clear:both;
    height:40px;
    position:relative;
    width:181px;
    font-weight:bold;
    line-height:16px;
	 z-index: 10000;
	 display: block;
}

#followlayer a {
    text-decoration:none;
    background-color:#FFFFFF;
    color:#333333;
    display:block;
    font-size:10px;
    height:16px;
    padding:0px;
    text-decoration:none;
    width:157px;
    text-indent: 20px;
    line-height: 16px;
    background-image: url("shareicons.jpg");
    background-repeat: no-repeat;
    float:left;width:76px;
    margin-left:6px;
    margin-top:4px;
    border:none;
    font-weight:normal;
}

#followbutton { 
    display: block;
    height:21px;
    margin:0;
    padding:0;
    line-height:21px;
    width:179px;
}  
      
.home #sharebutton {
    border:0;
}

.home #sharing {
	
}

.home #followbutton {
    border:0;
}

.home #follow {
	left:0px;
    top:141px;
   margin-left:1px;
}

#approvedStamp {	
	left: 39px;
}



#debug, #debugjs {
	position: absolute;
	top: 10px;
	left: 10px;		
	width: 980px;
	height: 100px;
	padding: 3px;
	background-color: #000000;
	border: 1px solid #FF0000;
	color: #FFFFFF;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	visibility: hidden;	
	z-index: 1000000;				
	/*overflow: -moz-scrollbars-vertical !important;*/
	overflow: auto;
	overflow-y: auto;
}
