﻿/*  News layout
//
//
//
//  Front Page
//-------------------------------------------------------------*/
a.newsFrontPage_item
{
    display: block;
    padding: 8px;
    margin-top: 4px;
    margin-bottom: 4px;
}

a.newsFrontPage_item_alt
{
    text-align: right;
    background: #eee;
}

a:hover.newsFrontPage_item
{
    text-decoration: none;
    background: #eeeeee; 
}

a.newsFrontPage_item .title
{
    padding: 0px;
	margin: 0px;
	font-weight: bold;
	letter-spacing: -2px;
	font-weight : bold;	
	color : #315d85;
	line-height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

a.newsFrontPage_item .date
{
    font-size: 1.0em;
    color: #666;
    padding-bottom: 4px;
}
a.newsFrontPage_item .title
{
    font-size: 2.4em;
    padding-bottom: 4px;
}

a.newsFrontPage_item .desc
{
    color: #666;
    padding-bottom: 4px;
}

a.newsFrontPage_item .info
{
}

/*  Paging
//-------------------------------------------------------------*/
.pagingContainer
{
    padding: 8px;
}

.pagingContainer .currentPage
{
    float: left;
}

.pagingContainer .links
{
    float: right;
}

/*  Full story view
//-------------------------------------------------------------*/
.fullStorySummary
{
    border: solid 1px #fff;
    background: #fff;
    margin-top: 12px;
}

.fullStorySummary td
{
    padding-right: 16px;
    padding-bottom: 6px;
}

/*  Loading
//-------------------------------------------------------------*/
.loadingDim
{
    -moz-opacity:.70; 
    filter:alpha(opacity=70); 
    opacity:.70;
    background: #ffffff;
    position: absolute;
}

.loading
{
    position: absolute;
    margin-left: 10px;
    margin-top: 10px;
    z-index: 2;
    background: url(/-/images/load.gif) 4px 4px no-repeat #ffffff;
    padding: 10px;
    padding-left: 36px;
    border: solid 1px #cccccc;
    text-align: center;
}

/*  Subscribe Panel
//-------------------------------------------------------------*/
.n1ewsSubscribePanel
{
    width: 100%;
    height: 100%;
    position: absolute;
    background: #fff;
    -moz-opacity:.80; 
    filter:alpha(opacity=80); 
    opacity:.80;
}

.newsSubscribePanel
{
    width: 350px;
    background: #ccc;
    position: absolute;
    margin-top: -26px;
    margin-left: 250px;
}

.newsSubscribePanelInner
{
    border: solid 1px #999999;
    background: #fff;
    position: relative;
    left: -5px;
    top: -3px;
    width: 350px;
}

.newsSubscribePanelInner .title
{
    font-weight: bold;
    padding: 8px;
    border-bottom: solid 1px #ccc;
}

.newsSubscribePanelInner .content
{
    padding: 8px;
}

.newsSubscribePanelInner input[type="text"]
{
    border: solid 1px #999999;
    width: 200px;
}

.newsSubscribePanelInner a.closebox
{
    display: block;
    width: 10px;
    height: 10px;
    margin-top: 8px;
    margin-right: 8px;
    background: url(/-/images/closebox_normal.gif);
    float: right;
}


/*  Email to friend
//-------------------------------------------------------------*/
.emailToFriendTable td
{
    padding-bottom: 6px;
}

.emailToFriendTable input[type="text"]
{
    background: url(/-/images/inputBackground.gif);
    border: solid 1px #999999;
    padding: 2px;
    font-family: Arial;
    font-size: 1.2em;
    width: 200px;
}

.emailPreview
{
    border: solid 1px #999999;
    padding-left: 20px;
    padding-right: 20px;
}

.newsSubmit
{
    border: solid 1px #999999;
    background: #eee;
    font-family: Arial;
    font-weight: bold;
    padding: 6px;
    cursor: default;
    cursor: pointer;
    width: 100px;
}

.newsSubmit:hover
{
    border: solid 1px #315d85;
    background: #fff;
}