/* default style for pages */
@import url(main_default.css);

/* EY-specific styles */

h1, h2, h3, h4, h5, p {
    margin: 0;
}

h1, h2, .heading {
    font-size: 16px;
}

h1 {
    padding: 8px 0;
}
h2 {
    padding: 5px 0;
}
h3 {
    /* font-size: 14px; */
    font-weight: normal;
}
h4, h5 {
    font-size: 12px;
}

h3, h4, h5, p {
    padding: 3px 0;
}

.smallNegative, .plainNegative, .smallNegativeBold, .plainNegativeBold {
    color: #000000;
    background: #cccccc;
}

.heading, .subheading, .smallNegativeBold, .plainNegativeBold {
    font-weight: bold;  
}
.plain, .plainNegative, .plainNegativeBold, .subheading {
    font-size: 12px;
}
.small, .smallNegative,.smallNegativeBold {
    font-size: 11px;
}


#mainarea #events, #mainarea #network, #mainarea .searchresult, #mainarea #registernewuser, #mainarea #editprofile {
    font-size: 11px;
}

 
.navigationbox {
    border: 1px solid #999999;
    margin: 15px 0 10px 0;
    padding: 0;
    font-size: 12px;
    background-color: #F0F0F0;
}
.navigationbox h3 {
    font-size: 12px;
    font-weight: bold;
    background: #cccccc;
    padding: 3px 10px;
    margin: 1px;
}
.navigationbox h3 a, .navigationbox h3 a:visited {
    color: black;
}
.navigationbox p {
    padding: 4px 9px;
}
.navigationbox a:visited {
    color: #336699;
}

#networkdegrees ul {
    margin: 1px;
    padding: 5px 15px;
}

#networkdegrees ul li, .rhs p {
}
#networkdegrees ul li {
    padding: 0;
    margin: 0;
    list-style-type: square;
}

/*
ul#rightmenu {
    background-color: #F0F0F0;
}
*/

.navigationbox form {
    margin: 5px 5px 15px 8px;
    padding: 0;
}
.navigationbox form input {
    border: 1px solid #cccccc;
}

#searchString {
    width: 150px;
    height: 15px;
    border: 1px solid #999999;
    border-right: none;
    margin: 0;
}
#searchButton {
}

.verysmall {
    font-size: 7pt; 
}
.verysmallWhite {
    font-size: 7pt; 
    color: #ffffff;
}
.verysmallWhite a {
    color: #ffffff;
}
.verysmallWhite a:hover {
    color: #ffffff;
    text-decoration: underline; 
}

#calloutblock {
    margin: 20px 0;
}


/* need to verify these */
.blueBg {
    background-color: #336699;
}
.blackBg{
    background-color: #000000;
}
.whiteBg{
    background-color: #ffffff;
}
.lightGreyBg {
    background-color: #e6e6e6;
}
.greyBg {
    background-color: #999999;
}


/* login pages */
#loginbox h3 {
    padding-left: 0;
}
body.login .navigationbox {
    margin: 30px auto;
    width: 220px;
    text-align: left;
}

body.login  #mainarea {
    width: 900px;
}
body.login  #content {
    text-align: center;
}
#loginbox #j_username, #loginbox #j_password, body.login .navigationbox #j_username, body.login .navigationbox #j_password {
    width: 178px;
}
#loginbox label, #loginbox #login-button {
    clear: both;
}



.cellbackground {
    background-color: #F7F7F2;
}

.outsetborder {
    border:  1px solid #c8c8c8;
    padding: 0px;
}


.callout {
    border-top: #999999 2px solid; 
    border-bottom: #999999 2px solid; 
    font-weight: bold; 
    font-size: 12px; 
    color: #999999; 
    line-height: 170%; 
    padding: 10px;
}



.titleimage, .leadtextimage {
    margin: 0.3em 0.5em 0.3em 0.5em;
}
.bodytextimage {
    margin: 0.5em;
}

.thumblist .titleimage,.thumblist .leadtextimage {
    margin: 0;
}
.thumblist .bodytextimage {
    margin: 0;
}
    
.separator { width: 100%; clear: both; padding: 0; margin: 0; }

/* fix to avoid presence of <p></p> aroudn leadText incuring more space before and after */
.leadText {
    margin: 5px 0;
}
.leadText  p  {
    margin: 5px 0;
}

.extra  { margin: 30px 3px; }
.extra .articleHeadingLevel2 {margin-bottom: 5px; border-bottom: 1px solid #cccccc; }
.extra p.entry { margin: 3px; padding: 0; }
.extra .separator {height: 1px; margin: 3px; margin-right: 20px; border-bottom: 1px solid #cccccc; }



span.a_button, a.button, a.a_button { 
    color: #336699;
    text-decoration: none; 
    background: url(../images/btn_empty.gif) no-repeat;
    background-position: top left;
    margin: 2px 0 0 1px;
    padding: 2px 0 0 5px;
    font-size: 11px; 
    line-height: 14px;
    display: block; 
    float: left;
    width: 64px;
    height: 18px;
    text-align: left;
}
.button a:hover, a.button:hover, a.a_button:hover {
    text-decoration: none; 
}

#my-tags, #tags-cloud a.readmore, #mini-tag-cloud {
    padding-top: 3px;
    padding-left: 8px;
}
#my-tags #tagList {
    /* float: left; */
    clear: both;
}
#my-tags #tagList, #my-tags #quickProfileTags {
    width: 195px;
}
#my-tags #quickProfileTags input#mytags {
    width: 123px;
    border-color: #cccccc;
}


#eventslist {
    clear: both;
}
#eventslist #events .item .calendar-item {
    background:url(../images/calendaryellow.png) no-repeat scroll 0 0 transparent;
    color:#000000;
    height: 35px;
    font-size: 10px;
    width: 39px;
}
#eventslist #events .item .details {
    float: left;
    width: 160px;
    margin: 0 0 5px 8px;
}
#eventslist #events .item .calendar-item span.weekday {
    display: none;
}
#eventslist #events .item .calendar-item span.daynumber, #eventslist #events .item .calendar-item span.month {
    font-size: 1em;
    line-height: 17px;
}
#eventslist #events .item h5 {
    padding-top: 0;
    font-weight: normal;
    font-size: 11px;
}


