 
body {
        font-family:arial,helvetica,clean,sans-serif;
        font-size:13px;
        font-size-adjust:none;
        font-style:normal;
        font-variant:normal;
        font-weight:normal;
        line-height:1.231;
        color: #112a6d;
}
pre {
        overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
        white-space: pre-wrap; /* css-3 */
        white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
        white-space: -pre-wrap; /* Opera 4-6 */
        white-space: -o-pre-wrap; /* Opera 7 */
        /* width: 99%; */
        word-wrap: break-word; /* Internet Explorer 5.5+ */
}
h1 {
        font-size:20px;
        font-weight:bold;
}
h2 {
        border-bottom:1px solid #999;
        display:block;
        font-size:1.5em;
}
a {
        text-decoration:none;
}
a:hover {
        color:blue;
        text-decoration: underline;
        text-underline-style: dotted;
}
a:visited {
        color:blue;
}

/* Forms */
input {
        width: 250px;
}
.left {
        text-align: right;
        width: 200px;
        padding-right: 20px;
}
br {
        clear: left;
}
abbr, acronym, .help {
  border-bottom: 1px dotted #555;
  cursor: help;
}


/* AREAS */

#header {
        margin: 0pt auto;
        background:url(http://networkdata.ics.uci.edu/images/title.png) no-repeat;
        background-position: top center;
        height:200px;
        width:760px;
}
#content {
        margin:0pt auto;
        width:760px;
}
#footer {
        margin:0pt auto;
        width:760px;
        padding-top:20px;
        text-align:right;
        clear:both;

}
#dataset_desc {
        width:480px;
        float:right;
}

#navlist {
        float:right;
        margin-top:150px;
        margin-right:10px;
}
#navlist li
{
 	display: inline;
        list-style-type: none;
        padding-left:15px;
}
#navlist a {
        color:#112a6d;
        font-weight:bold;
}
#featured {
        width: 440px;
        float: left;
        padding:10px 10px 10px 0px;
}
#featured h2, #news h2, #welcome h2 {
        margin-top:0px;
        border: 0px;
}
#welcome {
        margin: 40px 0 40px 0;
}
#news {
        width:280px;
        float:right;
        padding:10px;
        background-color: lavender;
}
.title {
        font-size: medium;
        font-weight: bold;
        margin: 5px 0 5px 0;
        }
.data {
        margin-left:240px;
        border:2px solid lavender;
        padding: 10px;
}
.dataset {
        padding-bottom: 20px;
	border-bottom: 1px solid lavender;
}
.desc_stats{
        font-size: small;
        text-align:right;
        font-style:italic;
}
.tags {
        font-size:small;
        color: green;
        text-align:right;
}
.date {
        color: #aaa;
 	font-size:small;
        text-align:right;
}
.info {
        float:right;
        padding: 8px;
}
.header {
        font-weight: bold;
        font-size:medium;
        margin-top: 25px;
        margin-bottom:5px;
}
.toolbar {
        background-color: lavender;
        padding: 10px;
        width:200px;
        float: left;
}
.toolbar dt {
        margin-top:10px;
        font-weight:bold;
}
.toolbar dt a {
        font-size:x-small;
}
.toolbar dd {
    margin-left:10px;
}
.content_extra {
        clear:both;
}
#dataset_download {
        background-color: lavender;
        float:right;
        padding:10px;
        font-size:medium;
}
.dataset_img {
        float:left;
        width:200px;
}



