/* A Trade and Value, Corp. Design */
/* Please refrain from copying the contents of this style sheet */
/* Articles related css starts here */


.homeMotTitle{
font-size: 12pt;
font-weight: bold;
color: #7b7b7b;
margin-top: 15px;
margin-left: 10px;
}

.homeRedact{
font-family: Arial, Times;
font-size: 11pt;
color: #4b4b4b;
}
.homeRedact p{
padding-left: 10px;
padding-right: 5px;
}
.homePickerHolder{
width: 550px; 
border: #ebebeb 1px solid;
padding-top: 20px;
padding-left: 7px;
}
.homePicker{
width: 245px; 
height: 100px; 
float: left; 
margin-top: 0px; 
margin-left: 10px;
margin-bottom: 0px;
}
.homePicker img{
width: 50px; 
height: 50px; 
float: left; 
border: #4990cd 1px solid;
}
.homePicker p{
width: 180px; 
float: left; 
margin-left: 5px; 
margin-top: 0px;
font-size: 10pt;
}
.homePicker a:link, .homePicker a:active, .homePicker a:visited{
font-size: 10pt;
}
.homePicker a: hover{
font-size: 10pt;
}
.homeCover{
margin: 0px auto;
margin-top: 50px;
margin-left: 40px;
}
.articleTitle{
font-size: 13pt;
font-weight: bold;
color: #4b4b4b;
margin-top: 15px;
margin-left: 5px;
}


/* LINK BOXES STYLES  */

/* This style is used for the large Link Box located on the Home Page under 
the box with the list of articles
The other style below: hSpLgInside is for the div located inside the box 

================

*/

.hSpLg{
width:560px; 
height: 100px; 
border: #9b9b9b 1px solid;
}

.hSpLg a:link, .hSpLg a:active, .hSpLg a:visited{
font-family: Times, Arial;
font-size: 10pt;
font-weight: normal;
text-decoration: none;
color: #4b4b4b;
}

.hSpLg a:hover{
font-family: Times, Arial;
font-size: 10pt;
font-weight: normal;
text-decoration: underline;
color: #ff9900;
}
.hSpLg li{
margin-left: 5px;
list-style: none;
}

.hSpLgInside{
width: 560px; 
height: 20px; 
/*background-color: #4990cd;*/ 
background-image: url(../images/elements/main-nav.png); 
background-repeat: x;
}

/* ====================


CHRONICLES AND ARTICLES PAGE


======================== */


.monthlyArticlePicker{
width: 550px; 
border: #ebebeb 1px solid;
padding-top: 10px;
padding-bottom: 5px;
margin-top: 20px; 
}
.monthlyArticlePicker img{
width: 50px; 
height: 50px; 
float: left;
margin-right: 5px;
border: #4990cd 1px solid;
}
.monthlyArticle a:link, .monthlyArticle a:active, .monthlyArticle a:visited{
font-size: 10pt;
}
.monthlyArticle a: hover{
font-size: 10pt;
}
.articlePicker{
width: 100%; 
height: 100px; 
float: left; 
margin-top: 0px; 
margin-right: 10px;
margin-left: 5px;
margin-bottom: 0px;
}
.articlePicker p{
width: 490px;
margin-left: 5px; 
margin-top: 0px;
font-size: 10pt;
}

/* ========================

EVENTS PAGE


======================= */

.monthlyEventPicker{
width: 550px; 
/*border: #ebebeb 1px solid; */
padding-top: 10px;
padding-bottom: 5px;
margin-top: 20px; 
}
.eventItem{
width: 250px;
float: left;
margin-top: 1px;
margin-right: 10px;
margin-left: 10px;
margin-bottom: 1px;
border-bottom: #19386e 1px dashed;
font-size: 10pt;
}
.eventItem a: link, .eventItem a: active, .eventItem a: visited{
font-size: 10pt;
font-weight: bold;
text-decoration: none;
color: #4b4b4b;
}
.eventItem a: hover{
font-size: 10pt;
font-weight: bold;
text-decoration: underline;
color: #4b4b4b;

}
.eventTitle{
font-size: 12pt;
font-weight: bold;
color: #19386e
}

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

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



