@charset "utf-8";
@import "/SharedResources/JS/lightwindow/css/lightwindow.css";

/* CSS Document */

/* Aggregator module */

.arootdiv{
width:100%;
}
.atablediv {
display:  table;
width:100%;
background-color:white;
border-spacing:10px;/*cellspacing:poor IE support for  this*/
border-collapse:separate;
}
.acelldiv {
float:left;/*fix for  buggy browsers*/
display:  table-cell;
/*width:50%;*/
background-color:white;
/*border-left:#B8DBED solid 1px;*/
}
.arowdiv  {
display:  table-row;
/*width:auto;*/
}
/*
div.arowdiv > div:first-child.acelldiv
{
	border-left:none;
}
*/
/* News Archive */

.NewsListTitle, .NewsHeadline, .XCommentsHead{
	font-weight: bold;
	line-height: 200%;	
	font-size:14px;
}

.NewsListArchive{
	line-height: 200%;	
}

.NewsListHeadline{
	font-weight: bold;
}

.NewsListDate, .NewsDate, .XCommentsDate{
	line-height: 200%;	
	font-size:10px;
	color:#999999;
}

.NewsListItem, .XCommentsComment
{
margin-top:15px;
margin-bottom:15px;
}

/* Form */

.FormErrorLabel
{
	color:#990000;
	font-weight:bold;
}

.FormElementLineDiv
{
	margin-top:10px;
	margin-bottom:10px;
}

.FormRadioLabelDiv{
	display:inline;
}

/* Pagination */

.XPagination{
	text-align:center;
	line-height:40px;
}

/* LightWindow (r2) */

.XLightWindow{
	display:none;
}

/* Comments (r2) */

.XCommentsError, .XCommentsLogIn{
	text-align:center;
}

/* Forum (r2) */

.XForumSubjectName{
	text-align:left;
	vertical-align:middle;
}

.XForumSubjectCount, .XForumSubjectLatest{
	text-align:center;
	vertical-align:middle;
}

.XForumTitle{
	text-align:center;
	font-weight:bold;
}

table.XForum{
	width:100%;
}

/* Poll Module */

.PollQuestion{
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
}

.PollElement{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
}

.PollElementCode{
	padding-top:5px;
	padding-bottom:5px;
}

.PollElementSubmit{
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;	
}

.PollRadio{
	display:inline;
}

.PollLabel{
	padding-left:5px;
	display:inline;
}

/* XForm (new version - r2) */

/* AddThis */

.addthis_toolbox .two_column 
{
    width: 216px;
    padding: 10px 0 10px 0px;
    border: 3px solid #eee;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.addthis_toolbox .two_column a 
{
    padding: 4px 0 4px 34px;
    position: relative;
    width: 66px;
    display: block;
    text-decoration: none;
    color: blue;
}

.addthis_toolbox .two_column a:hover
{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #B4D3F8;
    text-decoration: none;
}

.addthis_toolbox .two_column span
{
    position: absolute;
    left: 14px;
    top: 4px;
}

.addthis_toolbox .two_column  .top
{
    padding: 0 0 10px 0;
    border-bottom: solid 1px #eee;
    margin-bottom: 10px;
    margin: 0 20px 10px 20px;
}

.addthis_toolbox .two_column  .more
{
    border-top: solid 1px #eee;
    padding: 10px 0 0 0;
    margin: 10px 20px 0 20px;
    text-align: center;
}

.addthis_toolbox .two_column  .more a
{
    padding: 4px 0;
    width: auto;
}

.addthis_toolbox .two_column .more span
{
    display: none;
}

.addthis_toolbox .two_column .column1
{
    width: 100px;
    float: left;
}

.addthis_toolbox .two_column .column2
{
    width: 100px;
    float: left;
}

.addthis_toolbox .two_column .clear
{
    clear: both;
    padding: 0;
    display: block;
    height: 0;
    width: 0;
}
