#headframe
{
    position:relative;
    width:980px;
    height:283px;
}


#headframe #HeadLinePicture
{
    position:absolute;
    left:10px;
    top:6px;
    width:646px;
    height:271px;
}

#headframe .MainPicture
{
    position:absolute;
  
    left:0px;
    top:0px;
    width:646px;
    height:271px;
    cursor:pointer;
    -moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#headframe .MainPicture .infolink
{
    position:absolute;
    display:block;
    left:0px;
    top:0px;
    width:646px;
    height:271px;
}

#headframe .MainPicture .infofield
{
    filter:alpha(opacity=68);
    opacity:0.68;
    position:absolute;
    width:646px;
    top:191px;
    left:0px;
    height:80px;
    background-color:#000000;
    
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-right-radius: 5px;
   	-webkit-border-bottom-left-radius: 5px;
    
}

#headframe .MainPicture .infotitle
{
    position:absolute;
    top:203px;
    left:15px;
    width:618px;
    height:20px;
    color:white;
    font-size:15px;
    font-weight:bold;
    white-space: nowrap;
    overflow:hidden;
}

#headframe .MainPicture .infodesc
{
    position:absolute;
    top:223px;
    left:15px;
    width:618px;
    height:48px;
    font-size:12px;
    font-weight:normal;
    color:#A7A7A7; 
}

#headframe #HeadLeft
{
    position:absolute;
    background: url('/images/news/prev.png') no-repeat;
    
    left:0px;
    top:84px;
    width:30px;
    height:30px;
    
    cursor:pointer;
}

#headframe #HeadRight
{
    position:absolute;
    background: url('/images/news/next.png') no-repeat;
    
    left:616px;
    top:84px;
    width:30px;
    height:30px;
    
    cursor:pointer;
}


#PictureTheDay
{   
    position:absolute;
    left:663px;
    top:6px;
    width:309px;
    height:271px;
}

#PictureTheDay .DailyPicture
{
    position:absolute;
    left:0px;
    top:0px;
    width:309px;
    height:271px;
    cursor:pointer;
    -moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#PictureTheDay .DailyPicture .infolink
{
    position:absolute;
    left:0px;
    top:0px;
    width:309px;
    height:271px;
}

#PictureTheDay .infofield
{
    filter:alpha(opacity=68);
    opacity:0.68;
    position:absolute;
    width:309px;
    top:238px;
    left:0px;
    height:33px;
    background-color:#000000;
    
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-right-radius: 5px;
   	-webkit-border-bottom-left-radius: 5px;
    
}

#PictureTheDay .infotitle
{
    position:absolute;
    top:245px;
    left:0px;
    width:309px;
    height:20px;
    text-align:center;
    color:white;
    font-size:15px;
    font-weight:bold;
    white-space: nowrap;
    overflow:hidden;
}


#PictureTheDay #PictureLeft
{
    position:absolute;
    background: url('/images/news/prev.png') no-repeat;
    
    left:0px;
    top:84px;
    width:30px;
    height:30px;
    
    cursor:pointer;
}

#PictureTheDay #PictureRight
{
    position:absolute;
    background: url('/images/news/next.png') no-repeat;
    
    left:279px;
    top:84px;
    width:30px;
    height:30px;
    
    cursor:pointer;
}



#headbelow
{
    position:relative;
}

#headcontent
{
    position:relative;
    width:656px;
}

#headsidebar
{
    float:right;
    position:relative;
    width:317px;

}

#headsidebar #side_content
{
    position:relative;
}


#NewsArticles
{
    position:relative;
    height:296px;
}

#NewsArticles .Article
{
    position:absolute;
    width:212px;
    height:121px;
    
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-right-radius: 5px;
   	-webkit-border-top-left-radius: 5px;
}

#NewsArticles #Art1
{
    left:10px;
}

#NewsArticles #Art2
{
    left:227px;
}

#NewsArticles #Art3
{
    left:444px;   
}

#NewsArticles .Article .infofield
{
    filter:alpha(opacity=68);
    opacity:0.68;
    position:absolute;
    width:212px;
    top:92px;
    left:0px;
    height:29px;
    background-color:#000000;
}

#NewsArticles .Article .infodate
{
    position:absolute;
    top:97px;
    left:7px;
    width:200px;
    height:20px;
    text-align:left;
    color:#A7A7A7;
    font-size:11px;
    font-weight:normal;
    white-space: nowrap;
    overflow:hidden;
    text-transform: uppercase; 
}

#NewsArticles .Article .infolink
{
    position:absolute;
    left:0px;
    top:0px;
    display:block;
    width:212px;
    height:121px;
}

#NewsArticles .Article .infodate .comments
{
    display:block;
    float:right;
    color:white;
    font-size:11px;
    padding-left:14px;
    background: url('/images/news/comments.gif') no-repeat;
    background-position: 0px 4px;
    padding-top:1px;
    
}

#NewsArticles .ArtContent
{
    position:absolute;
    width:212px;
    height:170px;
    top:121px;
}

#NewsArticles #ArtC1
{
    left:10px;
}

#NewsArticles #ArtC2
{
    left:227px;
}

#NewsArticles #ArtC3
{
    left:444px;   
}

#NewsArticles .ArtContField
{
    position:relative;
    height:169px;
    background: #F7F7F7 url('/images/news/windowfade.png') repeat-x;
    border-left: 1px solid #E3E0E0;
    border-right: 1px solid #E3E0E0;
    border-bottom: 1px solid #E3E0E0;
    
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-right-radius: 5px;
   	-webkit-border-bottom-left-radius: 5px;
}

#NewsArticles .ArtContField .HeightSizer
{
    position:relative;
    margin-left:7px;
    margin-top:8px;
    margin-right:7px;
    overflow:hidden;
}

#NewsArticles .ArtContField .ArtContTitle
{
    position:relative;
    margin-bottom:4px;
    color:#303030;
    font-size:12px;
    font-weight:bold;
    text-align:justify;
}

#NewsArticles .ArtContField .ArtContTitle a,
#NewsArticles .ArtContField .ArtContTitle a:link
{ 
    /*color:#303030;*/
    color:#0052A3;
    font-size:12px;
    font-weight:bold;
    text-align:justify;
    text-decoration:none;
}

#NewsArticles .ArtContField .ArtContTitle a:hover
{ 
    /*color:#3E6C99;
    font-size:12px;
    font-weight:bold;
    text-align:justify;*/
    text-decoration:underline;
}

#NewsArticles .ArtContField .ArtContTitle a:visited
{ 
    color:#5c7489;
    /*font-size:12px;
    font-weight:bold;
    text-align:justify;*/
}

#NewsArticles .ArtContField .ArtContDescr
{
    position:relative;
    /*color:#5D5C5C;*/
    color:#000000;
    font-size:11px;
    font-weight:normal;
    text-align:justify;
}

#NewsList
{
    margin-left:10px;
    margin-right:0px;
}

#NewsList #FirstTitle
{ 
    background: url('/images/news/topbar.png') repeat-x;
    height:27px;
}

#NewsList #FirstTitleLeft
{    
    background: url('/images/news/topbarleft.png') no-repeat;
    height:27px;
}

#NewsList #FirstTitleRight
{    
    background: url('/images/news/topbarright.png') no-repeat;
    background-position: top right;
    height:27px;
    
    color:#222222;
    font-weight:bold;
    font-size:12px;
    padding-top:2px;
    line-height: 25px;
    padding-left:10px;
}


#NewsList .newstitle
{
    position:relative;
    height:22px;
    margin-left:9px;
}

#NewsList .newstitle img
{
    margin-top:5px;
    margin-bottom:1px;   
}

#NewsList .newstitle .titledate
{
    position:absolute;
    font-size:11px;
    white-space:nowrap;
    left:16px;
    top:2px;
    color:#646464;
    width:65px;
}

#NewsList .newstitle .titlelink
{
    position:absolute;
    width:535px;
    left:68px;
    top:2px;
}

#NewsList .newstitle a:active,
#NewsList .newstitle a:link,
#NewsList .newstitle a 
{
    color:#0052A3;
    font-weight: bold;
    text-decoration:none;
}

#NewsList .newstitle a:visited 
{
    color:#899baa;
    font-weight: bold;
    text-decoration:none;
}

#NewsList .newstitle a:hover 
{
    font-weight: bold;
    text-decoration:underline;
}

#NewsList .newstitle .titlecomments
{
    position:absolute;
    text-align:right;
    width:25px;
    left:600px;top:2px;
    font-size:11px;
    color:#646464;    
}

#NewsList .newstitle .titlecomments a:link,
#NewsList .newstitle .titlecomments a,
#NewsList .newstitle .titlecomments a:visited,
#NewsList .newstitle .titlecomments a:active
{
    color:#646464;
    text-decoration:none;
    font-size:11px;
    font-weight:normal;
}
#NewsList .newstitle .titlecomments a:hover
{
    color:#646464;
    text-decoration:underline;
}




#NewsList .InTitle
{ 
    background: url('/images/news/midbar.png') repeat-x;
    height:27px;
}

#NewsList .InTitleLeft
{    
    background: url('/images/news/midbarleft.png') no-repeat;
    height:27px;
}

#NewsList .InTitleRight
{    
    background: url('/images/news/midbarright.png') no-repeat;
    background-position: top right;
    height:27px;
    
    color:#222222;
    font-weight:bold;
    font-size:12px;
    line-height: 25px;
    padding-left:10px;
}

#NewsList #NewsPagination
{
    margin-top:7px;
    margin-left:8px;
    overflow:visible;
    height:25px;
    line-height:24px;
    margin-bottom:7px;
}

#NewsList #NewsRSS
{
    float:right;
    display:block;
    width:25px;
    height:17px;
    margin-top:5px;
    background: url('/images/forum/rss.png') no-repeat;
}

#NewsList #NewsRSS a,
#NewsList #NewsRSS a:link,
#NewsList #NewsRSS a:visited
{
    display:block;
    width:17px;
    height:17px;
    background: url('/images/forum/rss_gray.png') no-repeat;
}

#NewsList #NewsRSS a:hover
{
    background: url('/images/forum/rss.png') no-repeat;
}


#headsidebar #KeepInToch
{
    text-align:center;
    color:#363636;
    font-weight:bold;
    
}

#headsidebar #ShareButtons
{
    height:70px;
}

#headsidebar #ShareButtons a,
#headsidebar #ShareButtons a:link,
#headsidebar #ShareButtons a:visited
{
    display:block;
    width:58px;
    padding-top:45px;
    font-size:12px;
    font-weight:bold;
    color:#727272;
    text-shadow: #FFFFFF 1px 1px 0px;
    text-align:center;   
}

#headsidebar #ShareButtons a:hover
{
    color:#222222;
    text-decoration: none;
}

#headsidebar #ShareButtons a#Facebook{background: url('/images/news/icon_facebook_color.png') no-repeat center 10px;}
#headsidebar #ShareButtons a#Facebook:hover{background: url('/images/news/icon_facebook_gray.png') no-repeat center 10px;}
#headsidebar #ShareButtons span#CFacebook{width:0px;overflow:hidden;background: url('/images/news/icon_facebook_gray.png') no-repeat center 10px;}

#headsidebar #ShareButtons a#Twitter{background: url('/images/news/icon_twitter_color.png') no-repeat center 10px;}
#headsidebar #ShareButtons a#Twitter:hover{background: url('/images/news/icon_twitter_gray.png') no-repeat center 10px;}
#headsidebar #ShareButtons span#CTwitter{width:0px;overflow:hidden;background: url('/images/news/icon_twitter_gray.png') no-repeat center 10px;}

#headsidebar #ShareButtons a#LinkedIn{background: url('/images/news/icon_linkedin_color.png') no-repeat center 10px;}
#headsidebar #ShareButtons a#LinkedIn:hover{background: url('/images/news/icon_linkedin_gray.png') no-repeat center 10px;}
#headsidebar #ShareButtons span#CLinkedIn{width:0px;overflow:hidden;background: url('/images/news/icon_linkedin_gray.png') no-repeat center 10px;}

#headsidebar #ShareButtons a#YouTube{background: url('/images/news/icon_youtube_color.png') no-repeat center 10px;}
#headsidebar #ShareButtons a#YouTube:hover{background: url('/images/news/icon_youtube_gray.png') no-repeat center 10px;}
#headsidebar #ShareButtons span#CYouTube{width:0px;overflow:hidden;background: url('/images/news/icon_youtube_gray.png') no-repeat center 10px;}

#headsidebar #ShareButtons a#RSS{background: url('/images/news/icon_rss_color.png') no-repeat center 10px;}
#headsidebar #ShareButtons a#RSS:hover{background: url('/images/news/icon_rss_gray.png') no-repeat center 10px;}
#headsidebar #ShareButtons span#CRSS{width:0px;overflow:hidden;background: url('/images/news/icon_rss_gray.png') no-repeat center 10px;}


#headsidebar #ShareMore 
{
    text-align:center;
    padding:2px;
}

#headsidebar #ShareMore a,
#headsidebar #ShareMore a:link,
#headsidebar #ShareMore a:visited
{
    color:#7A7A7A;
    text-decoration: none;
    font-weight:normal;
}

#headsidebar #ShareMore a:hover
{
    color:black;
    text-decoration: none;
}

.a2a_menu
{
    min-width: 310px !important;
}


.TabWindow
{
    padding:4px;
}

.TabUpperBar
{
    position:relative;
    height:28px;
    line-height:25px;
    z-index:100;
}

.TabUpperBar .TabOuter
{
    float:left;
    border:1px solid #D9D9D9;
    border-bottom:0px;
    overflow:visible;
    margin-right:2px;
    
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-right-radius: 5px;
   	-webkit-border-top-left-radius: 5px;
}

.TabUpperBar .TabInner
{
    border:1px solid #FFFFFF;
    border-bottom:0px;
    background-color:#E1E1E1;
    overflow:visible;
    
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-right-radius: 5px;
   	-webkit-border-top-left-radius: 5px;
}

.TabUpperBar a,
.TabUpperBar a:link,
.TabUpperBar a:visited
{
    display:block;
    height:25px;
    line-height:25px;
    padding-left:8px;
    padding-right:8px;
    color:#707070;
    text-shadow: #FFFFFF 1px 1px 0px;
}

.TabUpperBar a:hover
{
    color:#222222;
    text-decoration: underline;
}

.TabUpperBar .TabSel a,
.TabUpperBar .TabSel a:link,
.TabUpperBar .TabSel a:visited
{
    color:#222222;
    background-color:#FFFFFF;
    text-decoration: none;
    height: 26px;
}


.TabContent
{
    background-color:#FFFFFF;
    border:1px solid #D9D9D9;
    margin-top:-1px;
    z-index:10;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
   	-webkit-border-bottom-left-radius: 5px;
           
}

.TabContent .TabTopSpace
{
    overflow:hidden;
    height:4px;
    
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
}

.TabContent .TabBottomSpace
{
    overflow:hidden;
    height:4px;
    
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-right-radius: 5px;
   	-webkit-border-bottom-left-radius: 5px;
}


.TabContent .TabForumRow
{
    position:relative;
    
}

.TabContent .TabForumRow .Image
{
    float:left;
    width:34px;
    text-align:center;
    padding-top:7px;    
}

.TabContent .TabForumRow .Title
{
    padding-left:6px;
    white-space: nowrap;
    border-left: 1px solid #F5F5F5;
}

.TabContent .TabForumRow .Title a,
.TabContent .TabForumRow .Title a:link
{
    font-weight:bold;
    color:#0052a3;
}

.TabContent .TabForumRow .Title a:visited
{
    font-weight:bold;
    color:#5C7489;
}

.TabContent .TabForumRow .Title a:hover
{
    text-decoration: underline;
}

.tla_links
{
    padding:6px;
    padding-top:3px;
}

.tla_links .tla_left
{
    float:left;
    width:145px;
    margin-right:2px;
}

.tla_links a,
.tla_links a:link,
.tla_links a:visited
{
    display:block;
    font-weight:normal;
    font-size:12px;
    color:#505050;
}

.tla_links a:hover
{
    color:#303030;
}

.tla_links .tla_img
{
    text-align:center;
    padding-bottom:2px;
}

.TabTags
{
    padding:8px;
    text-align:justify;
}

.TabComments
{
    padding:8px;
}
