@charset "utf-8";

* {
    font-family: Verdana, "Bitstream Vera Sans", sans-serif;
}

#saveError {
    background-color: #FFAEAE;
    margin: 10px;
}

.catagory_header {
    display: block;
    border-bottom: 1px solid black;
    margin-bottom: 3px;
    padding-left: 5px;
    font-size: 20px;
    clear: both;
}

.small_header {
    clear: both;
    display: block;
    background-color: rgb(153, 204, 255);
    margin: 5px 0 5px 0;
    padding-left: 5px;
}

#item_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.single_item {
    padding-left: 5px;
}

.single_item_link {
    display: block
}

.single_item:hover {
    background-color: #EEE;
}

body {
    margin-top: 0px;
}

#header {
    background-image:url('../images/header-background.png');
    background-repeat: no-repeat;
    width: 984px;
    height: 105px;
    margin: 0px auto 5px auto;
}

#highlight {
    background-image:url('../images/highlight.png');
    background-repeat: no-repeat;
    width: 725px;
    height: 290px;
}

#moreHighlight {
    background-image:url('../images/more_button.png');
    background-repeat: no-repeat;
    width: 110px;
    height: 50px;
    position: relative;
    top: 190px;
    left: -5px;
    float: right;
}

#titleHighlight {
    padding-left: 10px;
    margin-left: 37pt;
    padding-bottom: 5px;
    padding-top: 10px;
    font-size: 14pt;
    width: 550px;
    height: 25px;
    border-bottom: 1px dashed;
}

#textHighlight {
    padding-left: 36pt;
    padding-top: 3pt;
    font-size: 10pt;
    width: 565px;
    float: left;
}

#highlightLink {
    display: block;
    width: 130px;
    height: 45px;
}

#panelHolder {
    border-left: 1px solid;
    border-color: rgb(153, 204, 255);
    width: 757px;
    float: right;
    min-height: 650px;
    margin-bottom: 5px;
}

#content {
    width: 958px;
    min-height: 640px;
    margin: 0px auto;
}

#content_container {
    margin: 0px auto;
    width: 984px;
}

#footer p {
    margin: 0px auto;
    padding-top: 10px;
    width: 200px;
    text-align: center;
}

#footer {
    background-image:url('../images/footer-background.png');
    width: 984px;
    height: 34px;
    margin: 5px auto;
    font-style: italic;
    font-size: 10pt;
    clear: both;
}

#logo {
    /*background:url('../images/header_ppllogo.png');
    background-repeat: no-repeat;*/
    float: left;
    position: relative;
    top: 8px;
    left: 20px;
    width: 235px;
    height: 82px;
}

#menu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    /*height: 30px;*/
}

#menu ul li a:hover, #menu ul .header-selected {
    background-color: rgb(51, 51, 255);
    cursor: pointer;
}

#menu ul li a {
    height: 35px;
    display: block;
}

#menu ul li {
    float: left;
    /*min-width: 100px;*/
    text-align: center;
    height: 35px;
}

#menu {
    position: relative;
    top: 19px;
    left: 20px;
    float: right;
    width: 716px;
    height: 35px;
    margin-right: 20px;
    padding: 0px;
}

#submenu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    width: 200px;
    margin-left: 0px;
}

#submenu ul .sub1 {
    display: none;
    width: 200px;
}

#submenu ul .sub1on {
    width: 200px;
}

#submenu .selected {
    width: 200px;
    color: #FFFFFF;
    background-color: rgb(0, 153, 255);
}

#submenu .selected .divcat, #submenu .selected a {
    color: #FFFFFF;
}

#submenu ul .divcat:hover, #submenu ul a:hover {
    background-color: #EEE;
    cursor: pointer;
    color: black;
}

#submenu .selected .divcat:hover, #submenu .selected a:hover {
    color: #FFFFFF;
    background-color: rgb(0, 153, 255);
}

#submenu ul li {
    width: 200px;
    font-size: 10pt;
    padding: 0px 0px;
    margin: 5px 0px;
}

#submenu ul .sub1 a {
    padding-left: 40px;
    width: 155px;
    padding-right: 5px;
}

#submenu ul .sub1on a {
    padding-left: 40px;
    width: 160px;
}

#submenu ul li a, #submenu ul li .divcat {
    color: black;
    display: block;
    text-decoration: none;
    width: 180px;
    padding-left: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
}

#submenu {
    float: left;
    width: 200px;
    border-right: 1px solid;
    border-color: rgb(153, 204, 255);
    margin-right: -1px;
    margin-bottom: 5px;
}

#university {
    float: right;
    color: #FFFFFF;
    margin-right: 10px;
    position: relative;
    top: 6px;
    height: 43px;
}

#charm_logo {
    float: right;
    color: #FFFFFF;
    margin-right: 15px;
    position: relative;
    top: 6px;
    height: 43px;
    /*width:45px;*/
}

img {
    border: none;
}

#menu ul li img {
    margin-top: 2px;
}

#home {
    width: 90px;
}

#research {
    width: 115px;
}

#papers {
    width: 90px;
}

#media {
    width: 90px;
}

#talks {
    width: 80px;
}

#software {
    width: 115px;
}

#help {
    width: 80px;
}

#people {
    width: 100px;
}

#login {
    padding-top: 6px;
    padding-right: 5px;
}

#scroller {
    position: relative;
    margin: 0px auto;
    border: 1px solid;
    border-color: rgb(41, 171, 226);
    width: 689px;
    height: 170px;
    padding-left: 11px;
    overflow: hidden;
}

#outsidescroller {
    position: relative;
    margin-top: 10px;
    /*width: 745px;*/
    width: 745px;
    left: -20px;
}

#outermainscroller {
    overflow: hidden;
    width: 715px;
    height: 270px;
}

.insideBox {
    float: left;
    background-image:url('../images/insideBox.png');
    background-repeat: no-repeat;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 14px;
    margin-top: 10px;
    /*border: 1px solid green;*/
    width: 150px;
    height: 150px;
    position: relative;
    z-index: 4;
    top: 0px;
    left: 0px;
}

#insidescroller {
    width: 1300px;
    height: 226px;
}

#box1 {
    border-color: red;
}

#box2 {
    border-color: red;
}

#box3 {
    border-color: blue;
}

#box4 {
    border-color: red;
}

#box5 {
    border-color: red;
}

#box6 {
    border-color: red;
}

#redboxsolid {
    border-style: solid;
    border-width: 3px;
    border-color: red;
    text-align: center;
}

#blueboxsolid {
    border-style: solid;
    border-width: 3px;
    border-color: blue;
    text-align: center;
}

.arrow {
    position: absolute;
    top: 15px;
    width: 34px;
    height: 146px;
    z-index: 5;
}

#previous {
    background-image:url('../images/leftarrow.png');
    background-repeat: no-repeat;
    left: 0px;
}

#next {
    background-image:url('../images/rightarrow.png');
    background-repeat: no-repeat;
    left: 710px;
}

#outerleft {
    float: left;
    width: 715px;
}

#charmmain {
    background-image:url('../images/charmbackground.png');
    background-repeat: no-repeat;
    width: 715px;
    height: 270px;
    position: relative;
    top: -270px;
    left: 715px;
}

#researchmain {
    background-image:url('../images/agendabackground.png');
    background-repeat: no-repeat;
    width: 715px;
    height: 270px;
    position: relative;
}

#researchsummary {
    padding-top: 10px;
    padding-left: 15px;
    width: 620px;
    font-size: 11pt;
}

#mscroller {
    width: 1430px;
    height: 270px;
}

#firstbox {
    top: 236px;
    left: 330px;
}

#secondbox {
    top: 236px;
    left: 335px;
}

.indexbox:hover, .showgrey {
    background-color: grey;
}

.indexbox {
    cursor: pointer;
    border: 1px solid black;
    width: 20px;
    height: 12px;
    position: relative;
    float: left;
    z-index: 1;
}

#recent {
    background-image:url('../images/recentactivity.png');
    background-repeat: no-repeat;
    width: 715px;
    height: 131px;
    clear: both;
}

#recentlink {
    display: block;
    width: 700px;
    height: 120px;
}

#charmheading {
    float: left;
    font-size: 30pt;
    position: relative;
    top: 20px;
    left: 30px;
    /*text-transform: uppercase;*/
}

#charmtag {
    float: left;
    clear: left;
    font-size: 18pt;
    position: relative;
    top: 35px;
    left: 30px;
}

#charmblurb {
    float: left;
    clear: left;
    width: 530px;
    position: relative;
    top: 55px;
    left: 30px;
}

#charmdownload {
    float: right;
    background-repeat: no-repeat;
    width: 346px;
    height: 74px;
    position: relative;
    top: 25px;
    left: -25px;
}

#charmdownloadlink {
    /*display: block;
    width: 335px;
    height: 64px;*/
}

.cimage {
    position: relative;
    top: 1px;
    left: 2px;
}

#sepline {
    float: right;
    height: 733px;
    width: 220px;
    border-left: 1px solid;
    border-color: rgb(41, 171, 226);
    padding-left: 5px;
    margin-top: 3px;
}

#search {
    /*border: 1px solid green;*/
    margin-left: 10px;
}

#recentactivity {
    margin-top: 10px;
    width: 220px;
    /*height: 300px;*/
    /*border: 1px solid;*/
}

.rightheading {
    font-size: 10pt;
    font-family: "Lucida Grande", "Lucida Grande Unicode", Verdana, "Bitstream Vera Sans", sans-serif;
    text-transform: uppercase;
    margin-left: 10px;
}

.recentline {
    width: 210px;
    border-top: 1px solid;
    border-color: rgb(41, 100, 200);
    margin-left: 10px;
    margin-top: 10px;
}

.rightlist {
    padding: 0px;
    margin-top: 10px;
    list-style: none;
    margin-left: 10px;
}

.rightlist li {
    padding: 0px;
    margin-bottom: 8px;
    margin-left: 0px;
    font-size: 8pt;
    color: rgb(27, 20, 100);
}

.rightlist li span:hover {
    /*background-color: rgb(41, 100, 200);*/
    /*background-color: rgb(27, 50, 150);
    color: white;*/
    text-decoration: underline;
    cursor: pointer;
}

.rightlist li span {
    color: black;
    font-size: 8pt;
}

/*#linkslist {
    background-color: lightblue;
    list-style: none;
}

#linkslist li {

    margin-left: 0px;
}

#linkslist li span:hover {
    background-color: rgb(27, 50, 150);
    color: white;
}*/

#mailinglist {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 5px;
}

a {
    text-decoration: none;
}

.panel {
    display: none;
}
