/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: white;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding-bottom: 2px;
	border-bottom: solid #cccccc 1;
	padding-left: 2px;
}

#navBar{
	float: left;
	width: 148px;
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #cccccc;
	border-bottom: 0px solid #cccccc;
	margin-left: 1px;
	heightxx: 630px;
	borderx: 1px solid;
}

#headlines{
	float:left;
	width: 145px;
	border-left: 1px solid #cccccc;
	position: relative;
	font-size: 9px;
	xheight: 730px;
	vertical-align: top;
	padding-left: 3px;
}

#content{
	float: left;
	width: 475px;
	background-color: #ffffff;
}

#contentWithNoRightBar{
	float: left;
	width: 620px;
	background-color: #ffffff;
	padding-left: 5px;
}

#contentWithNoLeftAndRightBar{
	float: left;
	width: 780px;
	background-color: #ffffff;
	padding-left: 5px;
}


/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
	border-bottom: 1px solid #CCC;
	color: #cccccc;
	width: 780px;
	background-color: #617CA7;
	text-align: left;
	padding-bottom: 3px;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
}

#globalNavXXX img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 2 2 2 2;
	color: #E8E8EC;
	font-weight: bold;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 10px 10px 0px 10px;
	font-size: 9pt;
	border-top: dashed #cccccc 1px;
	text-align: justify;
}

.feature h3{
	padding: 0px 0px 5px 0px;
}

.feature img{
	float: left;
	border: 1px solid #000000;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}

.feature .title {
font-weight: bold;
font-size: 10pt;
color: #333333;
}

.feature .author {
	font-style: italic;
	color: #333333;
}

.feature .date {
font-weight: bold;
font-size: 8pt;
color: #888888;
}

/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 12px;
	color: #666666;
	text-align: center;
	border-top: 1px solid #cccccc;
	background-color: #F2F2F2;
	padding-top: 2px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 9pt;
	left: 1px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	color: #003399;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 4px 0px 4px 10px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}


.menuTitle, .menuTitle a {
	padding: 5px;
	color: #ffffff;
	background-color: #617CA7;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}

#membersMenu ,
#membersMenu a,
#membersMenu a:link,
#membersMenu a:visited
 {
	background-color: #9B0000;
	color: #ffffff;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines p{
	padding: 5px 0px 5px 0px;
}
#wrapper {
	width: 780px;
	margin: auto;
	background-color: #F2F2F2;
	padding: 0 2 0 2;
	border: solid #cccccc 1px;
}
.sectionTitle {
	color: #333333;
	text-align: center;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: solid #666666 1px;
	background-color: #CCCCCC;
	padding-bottom: 2px;
	padding-top: 2px;
}
.sectionContent {
	color: #000000;
	background-color: #eeeeee;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #CCC;
}

#headlines .sectionContent {
padding-left: 5px;
}

#headlines .sectionContent p {
padding-left: 10px;
margin: 0;
padding: 2px;
}


.sectionTable {
	margin-bottom: 3px;
}
.story img {

	float: left;
	padding: 0px 10px 10px 0px;
	border: solid #fffff 5px;
}
.feature h4 {
	padding: 5px 0px 0px 0px;
	font-size: x-small;
	color: #999999;
}
.breaking table {
	margin-bottom: 3px;
	margin: 1px;
}
.breakingTitle {
	color: #CCCCCC;
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: solid #666666 1px;
	background-color: #617CA7;
	padding-bottom: 2px;
	padding-top: 2px;
	font-size: 14px;
}
.breakingContent {
	text-align: justify;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #CCC;
}


.sendMailResult {
text-weight: bold;
text-align: center;
color: green;
}

.pbThumbnail .thumb {
border: 1px solid gray;
width: 140px;

}

.pbThumbnail {
text-align: center;
}

.pbThumbName {
margin-top: 15px;
font-size: 7pt;
}

/* CR 914 CLASS WEBSITE STYLES */

.mainTitle , .subTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	color: #006699;
	font-weight: bold;
}

.mainTitle {
margin-bottom: 10px;
}
 .subTitle {
 font-size: 10pt;
 }
 
 .mainContent p {
 margin-top: 0px;
 }
 
.additionalInfoTable {
width: 420px;
border: 0px solid #cccccc;
margin-left: 20px;
margin-top: 10px;
margin-bottom: 20px;
}

.additionalInfoTable td {
vertical-align:middle;
font-size: 8pt;
}

.mainContent {
	text-align:justify;
	font-size: 9pt;
	padding: 20px 15px 20px 15px;
}

.cronicleTitle , .cronicleSubTitle  {
font-weight: bold;
font-size: 14pt;
text-align: center;
}

.cronicleSubTitle {
font-size: 10pt;
}
.cronicleSubTitle2 {
font-weight: bold;
font-size: 10pt;
}

.cronicleSubTitle3 {
font-weight: bold;
font-size: 10pt;
padding-left: 10px;
}

.fleetsTable {
border: medium none ; 
border-collapse: collapse;
}
.fleetsTable td  {
background-color: #617CA7;
color: white;
font-size: 8pt;
padding: 9px 2px 9px 5px;
font-weight: bold;
}

.fleetsTable  .doubleline {
padding: 4px 2px 4px 5px;
}

.fleetsTable .withLink {
color: #617CA7;
font-weight: bold;
background-color: white;
}

.fleetsHeader td {
color: white;
font-weight: bold;
background-color: #495F85;
font-size: 9pt;
}

.fleetsTable .year {
background-color: #617CA7;
}

.fleetsTable .numbers {
background-color: #dddddd;
font-weight: normal;
color: black;
}


.thumbsListTable td {
text-align: center;
font-size: 7pt;
color: #617CA7;
padding-top: 20px;
}

.thumbsListTable img {
margin-bottom: 5px;
}

.thumbsListTable p {
margin-top: 0;
margin-bottom: 10px;
}

.mainIntro {
font-size: 8pt;
}

#classMembersArea .mainTitle, #classMembersArea .subTitle {
color: #9B0000;
}

#gallery img {
border: 1px solid black;
margin-bottom: 10px;
}

#gallerypicture p {
text-align: center;
padding-top: 10px;
}

#gallery {
text-align: center;
}

#gallery .mainTitle {
text-align: left;
float: left;
padding-left: 40px;
}

#gallery .browser {
text-align: right;
font-weight: bold;
margin-bottom: 0px;
line-height: 30px;
padding-right: 40px;
}

p .nospacing {
margin-top: 0px;
margin-bottom: 0px;
}




#SiteUserlist {
width: 3500px;
}

#module125 .albumName {
font-weight: bold;
font-size: 13pt;
}

#module125 .itemInfo {
margin-left: 10px;

}

#module125 .links {
width: 80%;
margin-left: 60px;
}




/* TAB STYLES */


.tab {
display: inline;
padding-left: 10px;
padding-right: 10px;
margin-left	: 10px;

border: 1px solid #000000;
border-bottom: 0px;
background-color: #CACACA;
cursor: pointer;
}


.tabSelected {
display: inline;
padding-left: 10px;
padding-right: 10px;
margin-left	: 10px;
padding-top: 2px;

border: 2px solid #000000;
background-color: #EFF0F5;
font-weight: bold;
border-bottom: 0px;
}

.tabContent {
display: none;
background-color: #EFF0F5;
border: 1px solid #003366;
padding: 10px;
margin-left: 5px;
margin-right: 5px;
}
