/* CSS stylesheet for the Au-Authm Action Newspaper Online Edition */

/* ----------- main page ------------ */

body {
	background-color: #FFFFFF;
	margin: 0px;
	text-align: center;
}

iframe {
	width:100%
}

table {
	width: 100%;
	border: 0px;
}

a:link {
	color: #0172C2;
	text-decoration: underline;
}

a:visited {
	color: #0172C2;
	text-decoration: underline;
}

a:active {
	color: #0172C2;
	text-decoration: underline;
}

a:hover {
	color: #464646;
	text-decoration: none;
}

.table-main {
	margin: 0px;
	width: 800px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	height: 100%;
}

.img-border {
	border: 1px solid #999999;
}

/* ----------- header section ------------- */

.header {
	background-image: url(images/header-title.jpg);
	width: 680px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #336699;
	background-repeat: no-repeat;
	vertical-align: bottom;
	height: 100px;
	text-align: right;
	background-color: #E2ECF5;
	background-position: center center;

}

.header-titleBkg {
	background-color: #456586;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	height: 20px;
}

.dateTime {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

/* ------------- navigation ---------------- */

.navBkg {
	background-color: #E2ECF5;
	height: 20px;

}

.navTable {
	width: auto;
	height: auto;
}

.navTd {
	text-align: center;
	width: 75px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #466486;
}

.navText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #466486;
}

a.navText:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #466486;
	text-decoration: none;
}

a.navText:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #466486;
	text-decoration: none;
}

a.navText:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #466486;
	text-decoration: none;
}

a.navText:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #464646;
	text-decoration: none;
}

/* ---------middle section - beginning --------- */

/* middle section - news section */

.newsBkg-01 {
	width: 580px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	background-color: #FFFFFF;
	vertical-align: top;
	padding: 10px 10px 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;

}

.newsBkg-02 {
	width: 260px;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 0px;
}

.newsBkg-03 {
	width: 210px;
	vertical-align: top;
}

.title-mainArticle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #464646;
	font-weight: bold;
	padding-top: 10px;

}
.table-story {
	width: 450px;
}


.credit-01 {

	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #464646;
}

.credit-02 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #464646;
}

.text-mainArticle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #464646;
}

.link-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.photo-Table {
	width: 150px;
	margin-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E2ECF5;
	margin-bottom: 15px;
}

.photoCredit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #666666;
	text-align: right;
}

.photoCaption {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #666666;
}

.title-sections {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #466486;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #466486;
	padding: 5px;
	height: 24px;
}

.bullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #464646;
	padding-top: 5px;
	vertical-align: top;
	padding-right: 5px;
}

.title-smallArticle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #464646;
	font-weight: normal;
	padding-top: 5px;
	background-position: top;
}

.text-smallArticle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #464646;
	padding-left: 5px;
}

/* middle section - calendar/information section */

.info-Bkg {
	width: 180px;
	background-color: #E2ECF5;
	text-align: center;
	vertical-align: top;
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}

.title-calendar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #466486;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #466486;
	padding-top: 17px;
	padding-bottom: 5px;
}

.text-calendar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #466486;
	vertical-align: top;
}

.title-info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #336699;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #336699;
	padding-top: 17px;
	padding-bottom: 5px;
}

.text-info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #336699;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* middle section - calendar of events */

.events-Bkg {

	width: 180px;
	text-align: center;
	vertical-align: top;
	padding-right: 10px;
	padding-left: 10px;
}

/* middle section - photo gallery section */

.galleryTable {
	width: 120px;
}

.gallery-caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

/* ------------- middle section - end -------------*/

/* footer */

.copyright {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	background-color: #456586;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	width: 20px;
	height: 30px;


}

/* ----------------- end main page ----------------- */
