#shortNewsWrapper {
	padding: 0;
	/*margin: 0 0 -11px -1px;*/
    margin: 0 10 0 10;
    height:30px;
}

#shortNewsWrapper2
{
	padding: 0 5 5 5;
	margin: 0px -1px 0px -1px;
}

.shortNewsTable, .shortNewsWrapper table, .shortNewsWrapper td, .shortNewsWrapper tr
{
	width: 100%;
	padding: 0;
	margin: 0;
	height:25px;
}

.shortNewsLeft
{
	background-image: url(../images/icons/shortnews_left.gif);
	background-repeat: no-repeat;
	width: 9px;
	padding: 0;
	margin: 0;
}

.shortNewsMiddle
{
	background-image: url(../images/icons/shortnews_middle.gif);
	background-repeat: repeat-x;
	text-align: left;
	overflow: hidden;
	margin: 0;
	padding: 0 0 6px 0;

    font-weight:bold;
    font-family: arial, helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    color:#0f3367;

}
.shortNewsTitle
{
	background-image: url(../images/icons/shortnews_middle.gif);
	background-repeat: repeat-x;
	text-align: left;
	overflow: hidden;
	margin: 0;
	padding: 0 0 6px 0;
    height:24px;
}

.shortNewsInsetLeft
{
	background-image: url(../images/icons/shortnews_inset_left.gif);
	background-repeat: no-repeat;
	width: 29px;
	padding: 0;
	margin: 0;
}

.shortNewsInsetMiddle
{
	background-image: url(../images/icons/shortnews_inset_middle.gif);
	background-repeat: repeat-x;
	width: 182px;
}

.shortNewsInsetMiddle form,
.shortNewsInsetMiddle table,
.shortNewsInsetMiddle tr,
.shortNewsInsetMiddle td
{
	margin: 0;
	padding: 0;
}

.shortNewsInsetMiddle input
{
	margin: 0;
}

.sshortNewsRight
{
	background-image: url(../images/icons/shortnews_right2.gif);
	background-repeat: no-repeat;
	width: 9px;
	padding: 0;
	margin: 0;
}


.shortNewsRight
{
	background-image: url(../images/icons/shortnews_right.gif);
	background-repeat: no-repeat;
	width: 9px;
	padding: 0;
	margin: 0;
}


.borderwrap{
	background: #90A0B0;
    /*background: red;*/
    margin:0 10 0 10;
}


/*table th,*/
.borderwrap table th {
	background: #4D6D96 url(../images/icons/forumheader-blue.gif) repeat-x;
    color: #FFF;
	font-size: 8pt;
	font-weight: bold;
	/*margin: 1px;*/
	padding: 4px;
    /*height:32px;*/
}

.borderwrap table td {
	padding: 3px;
}
.borderwrap #batchTH{
    width:50px;
}
.borderwrap #batchTD{
    margin:0px;
    padding:0px;
    width:50px;
    vertical-align:middle;
    text-align:left;
}


.row1, .row1 td{background: #EFEFEF;}
.row2, .row2 td{background: #fbfbfb;}
.row3, .row3 td{background: #D8DEEB;}
.row4, .row4 td{background: #FFFFFF;}
.fontsmallbold {
    width:100%;
    font-family: arial, helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    color:#0f3367;
    white-space:nowrap;
    padding-left: 5px;
    text-align:left;

}

a.fontsmallbold {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   font-weight: bold;
   /*color: #2D5893;*/
   color: #A9AFB6;
 }
.pagedListStatus {
    margin:10px;
}



/* News Post */
.container {
	background: #C0D3E6 url(../images/themes/theme_images/default/newsitem_top.gif)  repeat-x 0px -72px;
    margin-left:20px;margin-right:10px;margin-top:0px;
}

.container .container-right {
	padding-right: 5px;
	margin: 0;
	background: url(../images/themes/theme_images/default/newsitem_top.gif) no-repeat right;
}

.container .container-left {
	padding: 4px 0 4px 10px;
	background: url(../images/themes/theme_images/default/newsitem_top.gif) no-repeat;
}

head:first-child+body .container-left {
	height: 28px;
}

.container .container-controls, .container .container-controls:link, .container .container-controls:visited {
    width:300px;
	padding: 8px 15px 7px 5px;
	float: right;
	display: block;
	/*background: url(../images/themes/theme_images/default/buttons/newsitem_comment3.gif) no-repeat 0px 0px;*/
    /*background:red;*/
    color: #3a609e;
    line-height: 12px;
	text-decoration: none;
	text-align: right;
	/*text-transform: lowercase;*/
}
.container .container-controls .control-records {
    color: #000066;
    font-weight:bold;
}
.container .container-controls:active, .container .container-controls:hover {
	/*background: url(../images/themes/theme_images/default/buttons/newsitem_comment3.gif) no-repeat 0px -27px;*/
	text-decoration: none;
}

.container a {
	color: #1e3e64;
	background: transparent;
	text-decoration: none;
}

.container a:hover {
	text-decoration: underline;
	color: #222222;
	background: transparent;
}

.container-title {
	color: #000066;
	background: transparent;
	font-weight: bold;
	font-size: 110%;
	line-height: 110%;
    /*text-align:left;*/
}
.container-title a {
    text-decoration:none !important;
}

.container-postedby {
	color: #778ca4;
	background: transparent;
	line-height: 130%;
}

.container-content {
    border-left: 1px solid #ccdaeb;
	border-bottom: 1px solid #ccdaeb;
	border-right: 1px solid #ccdaeb;
	border-top: 0;
	/*margin: 0 0 10px 0;*/
    margin:10px;
    padding: 10px 7px 10px 7px;
    /*background: url(../images/themes/theme_images/default/newsitem_bg.gif) #e9eef7 repeat-x;*/
    background:#FFF;
    line-height: 138%;
    height:100%;
    text-align: left;
    margin-left:20px;
    margin-right:10px;
    margin-top:0px;
}

.alphabetical-link {
    background: #C0D3E6 url(../images/themes/theme_images/default/text_wrapper.gif)  repeat-x 0px -42px !important;
    margin-left:20px;
    margin-right:10px;
    margin-top:0px;
    margin-bottom:10px;
}

.alphabetical-link  .wrap-right {
	padding-right: 5px;
    margin:0px;
	background: url(../images/themes/theme_images/default/text_wrapper.gif) no-repeat right;
}

.alphabetical-link .wrap-left {
    background: url(../images/themes/theme_images/default/text_wrapper.gif) no-repeat;
    height:21px;
}
head:first-child+body .wrap-left {
	height: 21px;
}

.alphabetical-link a {
	color: #1e3e64;
	background: transparent;
	text-decoration: none;
}

.alphabetical-link a:hover {
	text-decoration: underline;
	color: #222222;
	background: transparent;
}

.alphabetical-link .title {
color: #000066;
background: transparent;
    /*background: red;;*/
font-weight: bold;
font-size: 110%;
line-height: 110%;
text-align:center;
}