﻿/*Default.aspx*/

#Newspaper
{
    width:530px;
}

#TblCurrentIssue
{
	width:530px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
	border:none;
}

#CurrentIssueLogo
{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
    width:275px;
	height:90px;
    background-image:url(/images/newspaper/this_week_jangle_title_bg_line.jpg);
	background-repeat:repeat-x;
}

#CurrentIssueLogo img
{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border:none;
}

#CurrentIssueNo
{
    width:110px;
	height:90px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
    background-image:url(/images/newspaper/this_week_jangle_title_bg_line.jpg);
	background-repeat:repeat-x;
    text-align:center;
}

#CurrentIssueWeek
{
    width:145px;
	height:60px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
    background-image:url(/images/newspaper/this_week_jangle_title_bg_line.jpg);
	background-repeat:repeat-x;
	text-align:center;
}

#CurrentIssue
{
    clear:both;
    width:530px;
}

#CurrentIssueImage
{
    clear:both;
    float:left;
    width:205px;
	text-align:right;
}

#FeaturedArticle
{
    float:left;
    width:290px;
	vertical-align:top;
	padding:0px 10px 10px 20px;
	text-align:left;
}

#FeaturedArticle img
{
	border:none;
}


#FeatureTitle
{
    padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	width:185px;
    height:30px;
    vertical-align:middle;
}

.PDFIcon
{
    margin: 0px 0px 0px 0px;
    padding-left: 0;
    list-style: none;
}

.IconForm
{
    margin: 0px 0px 0px 20px;
    padding-left: 0;
    list-style: none;
}

.IconFormForm
{
    padding:3px 0px 3px 18px;
    background-image: url(/images/formicon_small.gif);
    background-repeat: no-repeat;
    background-position:center;
    background-position: 0 4px;
}


.IconFormPDF
{
    padding:3px 0px 3px 18px;
    background-image: url(/images/pdficon_small.gif);
    background-repeat: no-repeat;
    background-position:center;
    background-position: 0 4px;
}

#NewsSectionTitle
{
    clear:both;
}


#NewsSection
{
    clear:both;
    margin-top:5px;
    margin-bottom:5px;
    padding-bottom:15px;
	text-align:left;
}

#NewsSection ul {
    margin: 0px 0px 0px 10px;
    padding-left: 0;
    list-style: none;
    }
	
#NewsSection li {	
    padding-left: 14px;
    background-image: url(/images/bullet.gif);
    background-repeat: no-repeat;
    background-position:center;
    background-position: 0 4px;
    font-size:12pt;    
    }

#NewsSection a:link {
	color: #000000;
	text-decoration: none;
}

#NewsSection a:visited {
	color: #000000;
	text-decoration: none;
}

#NewsSection a:hover {
	color: #000000;
	text-decoration: underline;
}

/* PassIssues */

.tblPastIssue
{
    border-collapse: collapse;
    margin:10px;
}

.tblPastIssue td
{
    border:solid 1px #CCCCCC;
}

.tdPastIssueVolume
{
    width:520px;
    height:30px;
    text-align:left;
    vertical-align:middle;
    padding:5px;
}

.tdPastIssueText
{
    width:520px;
    min-height:115px;
    text-align:left;
    vertical-align:top;
    padding:20px;
}

/* #### FORM & TABLES ##### */
.top
{
    text-align:center;
    background-color:#336699;
    color:#FFFFFF;
    padding:3px;
}

.label
{
    width: 171px;
    text-align:right;
    padding:4px;
    background-color:#E1E1E1;
    vertical-align:top;
}

.label_req
{
    width: 168px;
    text-align:right;
    padding:4px;
    background-color:#E1E1E1;
    vertical-align:top;
    border-right:solid 3px #CC0000;
}

.field
{
    width: 373px;
    padding:4px;  
    vertical-align:top;
    background-color:#EEEEEE;
}

.note
{
    width:552px;
    padding:4px;  
    text-align:left;
    background-color:#EEEEEE;
}

.bottom
{
    width:560px;
    text-align:center;
    background-color:#E1E1E1;
}

/* #### CLASSIFIED ##### */

#CardIcon
{
    width:377px;
    border-collapse:collapse;
}

#CardIcon td
{
  text-align:center;
  padding:0px;
  border:solid 1px #CCCCCC;
}


/* #### LInks ##### */

.link
{
    width: 500px;
    margin-left:30px;
    border-collapse:collapse;
}

.link th
{
   font-weight:bold;
   width:250px;
   border:solid 1px #CCCCCC;
   text-align:center;
}


.link td
{
    width:250px;
   border:solid 1px #CCCCCC;
}

.link img
{
   border:none;
   text-align:center;
}

/* Columns */
#ColTitle{
border-bottom:dotted 1px #CCCCCC;
margin-bottom:5px;
font-size:13pt;
font-weight:bolder;
color:#3366CC;
padding-left:5px;
}

#ColSubTitle{
font-size:11pt;
font-weight:bolder;
color:#333333;
padding-left:5px;
}

tblArticleImage
{
    width:530px;
}

#tblArticleImage td
{
    width:530px;
 text-align:center;
}


.ColAuthor
{
    font-size:11pt;
    font-weight:bolder;
	padding-left:10px;
	color:#3366CC;
}

#ColProfile
{
    clear:both;
    width:508px;
    padding:10px;
    background-color:#FBFBFB;
    border:solid 1px #E1E1E1;
}

.FormNote{
font-size:smaller
}
    

