/* Base Weblog (base-weblog.css) */

/* basic elements */

html {
    margin: 0;
    /* setting border: 0 hoses ie6 win window inner well border */
    padding: 0;
}


body { margin-top: 0px; margin-bottom: 0px;margin-left:0px; margin-right:0px; background-color:  #fefefe; color: #222222;  font-size:100%;
    /* setting border: 0 hoses ie5 win window inner well border */
    padding: 0;
        } 

a { text-decoration: underline;} 
a:link { color: #0000aa; } 
a:visited { color: #800080; } 
img{border:0px;}


form { margin: 0; padding: 0; }
a img { border: 0; }

h4, h5, h6 { font-weight: normal; }
h4, h5, h6, p, ol, ul, pre, blockquote {
    margin-top: 10px;
    margin-bottom: 10px;
}


/* standard helper classes */

.clr {
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {
}
* html .pkg { }
/* no ie mac ¥*/
* html .pkg {  }
.pkg { }
/* */


/* page layout */

body { text-align: center; } /* center on ie */

#container {
    position: relative;
    margin: 0 auto; /* center on everything else */
    width: 900px;
    text-align: left;
}
#container-inner { position: static; width: auto; }

#banner { }
#banner-inner { }

#pagebody { }
#pagebody-inner { }

#alpha, #beta, #gamma, #delta {
 /* ie win bugfix */

}

#delta { float: right; }

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner {

}


/* banner user/photo */

.banner-user {
    float: left;
    overflow: hidden;
    width: 64px;
    margin: 0 15px 0 0;
    border: 0;
    padding: 0;
    text-align: center;
}

.banner-user-photo {
    display: block;
    margin: 0 0 2px 0;
    border: 0;
    padding: 0;
    background-position: center center;
    background-repeat: no-repeat;
    text-decoration: none !important;
}

.banner-user-photo img {
    width: 64px;
    height: auto;
    margin: 0;
    border: 0;
    padding: 0;
}


/* content */

.content-nav {
    margin: 5px;
    text-align: center;
}

.date-header,
.entry-content {
    position: static;
    clear: both;
}

.entry,
.trackbacks,
.comments,
.archive {
    position: static;
    overflow: hidden;
    clear: both;
    width: 100%;
    margin-left: 0px;    margin-right: 0px; margin-bottom: 0px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed {
    font-size: 88%;
        clear: both;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more {
    clear: both;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content {
    clear: both;
    margin: 5px 10px 5px 10px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text {
    margin-left: 0px;    margin-right: 20px;
        width: 240px;
}

#comment-bake-cookie {
    margin-left: 0px;    margin-right: 20px;
    vertical-align: middle;
}

.comments-open-header {
    clear: both;
}

#comment-post {
    font-weight: bold;
}

img.image-full { width: 100%; }

.image-thumbnail {
    float: left;
    width: 115px;
    margin: 0 10px 10px 0;
}

.image-thumbnail img {
    width: 115px;
    height: 115px;
    margin: 0 0 2px 0;
}


/* modules */

.module {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.module-content {
    position: relative;
    margin: 5px 10px 10px 10px;
}

.module-list,
.archive-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.module-list-item {
    margin-top: 5px;
    margin-bottom: 5px;
}

.module-presence img { vertical-align: middle; }
.module-powered .module-content { margin-bottom: 10px; }
.module-photo .module-content { text-align: center; }
.module-wishlist .module-content { text-align: center; }

.module-calendar .module-content table {
    border-collapse: collapse;
}

.module-calendar .module-content th,
.module-calendar .module-content td {
    width: 14%;
    text-align: center;
}

.typelist-thumbnailed { margin: 0 0 20px 0; }

.typelist-thumbnailed .module-list-item {
    display: block;
    clear: both;
    margin: 0;
}

/* positioniseverything.net/easyclearing.html */
.typelist-thumbnailed .module-list-item:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .typelist-thumbnailed .module-list-item { display: inline-block; }
/* no ie mac ¥*/
* html .typelist-thumbnailed .module-list-item { height: 1%; }
.typelist-thumbnailed .module-list-item { display: block; }
/* */

.typelist-thumbnail {
    float: left;
    min-width: 60px;
    width: 60px;
    /* no ie mac ¥*/width: auto;/* */
    margin: 0 5px 0 0;
    text-align: center;
    vertical-align: middle;
}

.typelist-thumbnail img { margin: 5px; }

.module-galleries .typelist-thumbnail img { width: 50px; }

.typelist-description {
    margin: 0;
    padding: 5px;
}

.module-featured-photo .module-content,
.module-photo .module-content {
    margin: 0;
}

.module-featured-photo img { width: 100%; }

.module-recent-photos { margin: 0 0 15px 0; }
.module-recent-photos .module-content { margin: 0; }
.module-recent-photos .module-list {
    display: block;
    height: 1%;
    margin: 0;
    border: 0;
    padding: 0;
    list-style: none;
}

/* positioniseverything.net/easyclearing.html */
.module-recent-photos .module-list:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .module-recent-photos .module-list { display: inline-block; }
/* no ie mac ¥*/
* html .module-recent-photos .module-list { height: 1%; }
.module-recent-photos .module-list { display: block; }
/* */

.module-recent-photos .module-list-item {
    display: block;
    float: left;
    /* ie win fix ¥*/ height: 1%; /**/
    margin: 0;
    border: 0;
    padding: 0;
}

.module-recent-photos .module-list-item a {
    display: block;
    margin: 0;
    border: 0;
    padding: 0;
}

.module-recent-photos .module-list-item img {
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 0;
}


/* mmt calendar */

.module-mmt-calendar { margin-bottom: 15px; }
.module-mmt-calendar .module-content { margin: 0; }
.module-mmt-calendar .module-header { margin: 0; }
.module-mmt-calendar .module-header a { text-decoration: none; }
.module-mmt-calendar table { width: 100%; }

.module-mmt-calendar th { text-align: left; }

.module-mmt-calendar td {
    width: 14%;
    height: 75px;
    text-align: left;
    vertical-align: top;
}

.day-photo {
    width: 54px;
    height: 54px;
}

.day-photo a {
    display: block;
}

.day-photo a img {
    width: 50px;
    height: 50px;
}




/* Vicksburg II (theme-vicksburg.css) */

/* basic page elements */

body {
    font-size: 100%;
}

a { text-decoration: none; }
a:hover { text-decoration: none; }
a:link { color: #0000aa; } 
a:visited { color: #800080; } 

#banner a { text-decoration: none; }
#banner a:hover { text-decoration: underline; }

.module-content a { text-decoration: none; color: #36414d; }
.module-content a:hover { text-decoration: underline; background: #eeeeee; }
.module-content a:link { color: #0000aa; } 
.module-content a:visited { color: #800080; } 

h1, h2, h3, h4, h5, h6 {
    font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
}

.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header {
    /* ie win (5, 5.5, 6) bugfix */
    p¥osition: relative;
    width: 100%;
    w¥idth: auto;


    margin-top: 0px;
    padding-left: 10px;
    color: #666666;
    font-size: 88%;


}

.module-header a,
.module-header a:hover,
.trackbacks-header a,
.trackbacks-header a:hover,
.comments-header a,
.comments-header a:hover,
.comments-open-header a,
.comments-open-header a:hover
.archive-header a,
.archive-header a:hover {
    color: #fff;
}

.entry-more-link,
.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed {
    font-size: 11px;
}

.commenter-profile img { vertical-align: middle; }


/* page layout */

body {
    min-width: 900px;
    color: #222222;
    background: #fefefe;
}
a { text-decoration: none; } 
a:hover { text-decoration: underline; } 


#container {
    width: 900px;
    margin-bottom: 20px;
    background: #fefefe;
}

#container-inner {
    border-width: 0px;
    border-style: solid;
    border-color: #c0c0c0;
}

#banner {
}

#banner-inner {
    
}

.banner-user {
    width: 70px;
    margin-top: 5px;
    font-size: 10px;
}

.banner-user-photo { border: 1px solid #fff; }

#banner-header {
    color: #222222;
    font-size: 100%;
}

#banner-description {
    color: #222222;
    font-size: 100%;
}


#alpha {  }
#beta { width: 200px; background: #fefefe; }
#gamma, #delta { width: 180px; background: #e6ecf2; }

#beta-inner,
#gamma-inner,
#delta-inner {

}

.date-header {
 font-size:88%; text-align:left; vertical-align:middle; margin-left:0px; margin-top:5px; margin-bottom:0px;
 font-weight: bold;
 text-transform: uppercase;
}

.entry-header {
    margin-top: 10px;
    border-left: 5px solid #b7d2ff;
    padding-left: 10px;
    color: #000000;
    font-size: 100%;
}

.entry-content,
.comment-content,
.trackback-content {
    width:600px;
	font-size: 100%;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 30px;
    line-height: 180%;
}

.entry-tags {
    margin: 0 0 0px 0px;
}

.entry-tags-header,
.entry-tags-list,
.entry-tag { display: inline; font-size: 80%; }

.entry-tags-list {
    list-style:none;
    padding: 0px;
}

.entry-footer,
.comment-footer,
.trackback-footer {

width:600px;
margin-left:0px;
 margin-right:0px;
    margin-bottom:20px;
    border-top: 0px solid #dae0e6;
    padding-top: 0px;
    color: #666;
    font-size: 100%;
    text-align: right;
}

.entry-navi {

width:600px;
   border-top: 0px solid #dae0e6;
    padding-top: 5px;
    color: #666;
    font-size: 70%;
    text-align: center;
}

.comment-content,
.trackback-content,
.comment-footer,
.trackback-footer {
    margin-left: 10px;
}

.content-nav { margin-top: 0; }

#trackbacks-info {
    width:500px;
    margin-left: 0px;    margin-right: 20px;
    border: 1px dashed #a3b8cc;
    padding: 0 5px;
    color: #292e33;
    font-size: 60%;
    text-align: center;
    background: #e6ecf2;
}

.comments-open-footer {
    margin-left: 0px;    margin-right: 20px;
}

/* modules */

.module {
    margin: 0 0 15px 0;
    border-bottom: 0px solid #fefefe;
    background: #fefefe;
}

.module-content {
    margin: 0px 0px 10px 0px;
    border: 0px solid #cfd4d9;
    padding: 0px 0px 0px 0px;
    font-size: 88%;
    line-height: 180%;
}

.module-search input { font-size: 80%; }
.module-search #search { width: 160px; }

.module-mmt-calendar .module-content table,
.module-calendar .module-content table { font-size: 10px; }

.module-powered { border-width: 0; }
.module-powered .module-content {
    margin-bottom: 0;
    border: 1px dashed #a3b8cc;
    padding-bottom: 10px;
    color: #292e33;
    background: #fff;
}

.module-photo { background: none; }
.module-photo img { border: solid 1px #fff; }

.module-list {
    margin: 0 0px 0px 0px;
    list-style: none;
}

.module-list .module-list {
    margin: 5px 0 0 0;
    padding-left: 0px;
    list-style: none;
}

.module-list-item {
    margin-top: 0;
    color: #444444;
    line-height: 180%;
}

.typelist-thumbnailed .module-list {
    margin: 0 0 10px 0;
    list-style: none;
}

.typelist-thumbnailed .module-list-item {
    margin: 1px 0;
    padding: 0;
    background: #f3f6f9;
}

.typelist-thumbnail {
    background: #fff;
}

.module-photo img { border: 1px solid #fff; }

.module-featured-photo { width: 398px; }
.module-featured-photo .module-content {
    margin: 0;
    border-width: 0;
    padding: 0;
}
.module-featured-photo img { width: 398px; }

.module-recent-photos .module-content { padding: 10px 0 0 19px; }
.module-recent-photos .module-list { margin: 0; }
.module-recent-photos .module-list-item {
    width: 64px; /* mac ie fix */
    margin: 0 10px 10px 0;
    padding: 0;
    background: none;
}

.module-recent-photos .module-list-item a {
    border: #cfd4d9 1px solid;
    padding: 1px;
    background: #fff;
}

.module-recent-photos .module-list-item a:hover {
    border-color: #36414d;
    background: #fff;
}

.module-tagcloud .module-list {text-align: center; }
.module-tagcloud .module-list { list-style: none; }
.module-tagcloud .module-list-item { display: inline; }
.module-tagcloud li.taglevel1 { font-size: 19px; }
.module-tagcloud li.taglevel2 { font-size: 17px; }
.module-tagcloud li.taglevel3 { font-size: 15px; }
.module-tagcloud li.taglevel4 { font-size: 13px; }
.module-tagcloud li.taglevel5 { font-size: 11px; }
.module-tagcloud li.taglevel6 { font-size: 9px; }


/* calendar tweaks */

.layout-calendar #alpha { width: 260px; }
.layout-calendar #beta { width: 420px; }

.layout-calendar #gamma,
.layout-calendar #delta {
    width: 190px;
}

.layout-calendar #gamma-inner,
.layout-calendar #delta-inner {
    border: 0;
    padding: 0;
}

.module-mmt-calendar { width: 398px; }
.module-mmt-calendar .module-content {
    margin: 0;
    border-width: 0;
    padding: 0px;
}

.module-mmt-calendar table {
    width: 378px;
    background: #a3b8cc;
}

.module-mmt-calendar th {
    color: #fff;
    border-top: 1px solid #fff;
    border-right: 1px solid #f3f6f9;
    border-bottom: 1px solid #cfd4d9;
    padding: 2px;
    text-align: right;
    font-weight: bold;
}

.module-mmt-calendar td {
    border-top: 1px solid #fff;
    border-right: 1px solid #f3f6f9;
    border-bottom: 1px solid #cfd4d9;
    padding: 2px;
    text-align: right;
    font-weight: normal;
    background: #e6ecf2;
}

th.weekday-7, td.day-7, td.day-14, td.day-21, td.day-28, td.day-35, td.day-42 {
    border-right: none;
}

.module-mmt-calendar td { height: 70px; }

.day-photo {
    width: 49px;
    height: 49px;
}

.day-photo a {
    border: #cfd4d9 1px solid;
    padding: 1px;
    background: #fff;
}

.day-photo a:hover {
    border-color: #36414d;
    background: #fff;
}

.day-photo a img {
    width: 45px;
    height: 45px;
}


/* artistic tweaks */

.layout-artistic #alpha { width: 260px; }
.layout-artistic #beta { width: 420px; }

.layout-artistic #gamma,
.layout-artistic #delta {
    width: 190px;
}

.layout-artistic #gamma-inner,
.layout-artistic #delta-inner {
    border: 0;
    padding: 0;
}


/* moblog1 tweaks */

.layout-moblog1 #alpha {
    margin: 0;
    width: 180px;
    background: #e6ecf2;
}

.layout-moblog1 #alpha-inner {
    padding: 10px 10px 0 10px;
    border-width: 2px 0 2px 2px;
    border-style: solid;
    border-color: #fff;
}

.layout-moblog1 #beta {
    margin: 15px 15px 0 15px;
    width: 150px;
    background: none;
}

.layout-moblog1 #beta-inner {
    padding: 0;
    border-width: 0;
}

.layout-moblog1 .module-recent-photos .module-content { padding: 0px 0 0 0px; }


/* moblog2 tweaks */

.layout-moblog2 #alpha {
    margin: 0;
    width: 86px;
    background: #e6ecf2;
}

.layout-moblog2 #alpha-inner {
    padding: 10px 10px 0 10px;
    border-width: 2px 0 2px 2px;
    border-style: solid;
    border-color: #fff;
}

.layout-moblog2 #beta {
    margin: 15px 15px 0 15px;
    width: 260px;
    background: none;
}

.layout-moblog2 #beta-inner {
    padding: 0;
    border-width: 0;
}

.layout-moblog2 #delta {
    width: 154px;
}

.layout-moblog2 .module-recent-photos {
    border: 0;
    background: none;
}

.layout-moblog2 .module-recent-photos .module-content {
    padding: 0;
    border: 0;
}

.layout-moblog2 .module-recent-photos .module-list-item { margin: 0 0 10px 0; }


/* timeline tweaks */

.layout-timeline #alpha { width: 260px; }
.layout-timeline #beta { width: 420px; }

.layout-timeline #gamma,
.layout-timeline #delta {
    width: 190px;
}

.layout-timeline #gamma-inner,
.layout-timeline #delta-inner {
    border: 0;
    padding: 0;
}


/* one-column tweaks */

.layout-one-column body { min-width: 520px; }
.layout-one-column #container { width: 520px; }
.layout-one-column #banner { width: 510px; } /* necessary for ie win */


/* two-column-left tweaks */

.layout-two-column-left #alpha {
    margin: 0;
    width: 200px;
    background: #e6ecf2;
}

.layout-two-column-left #alpha-inner {
    padding: 10px 10px 0 10px;
    border-width: 2px 0 2px 2px;
    border-style: solid;
    border-color: #fff;
}

.layout-two-column-left #beta {
    margin: 15px 15px 0 15px;
    width: 480px;
    background: none;
}

.layout-two-column-left #beta-inner {
    padding: 0;
    border-width: 0;
}


/* three-column tweaks */

.layout-three-column #alpha {
    margin: 0;
    width: 180px;
    background: #e6ecf2;
}

.layout-three-column #alpha-inner {
    padding: 10px 10px 0 10px;
    border-width: 2px 0 2px 2px;
    border-style: solid;
    border-color: #fff;
}

.layout-three-column #beta {
    margin: 15px 15px 0 15px;
    width: 150px;
    background: none;
}

.layout-three-column #beta-inner {
    padding: 0;
    border-width: 0;
}


/*
 *  Preliminary styles added by Jay for Vicksburg II
 *     for review by Luke/Walt and rest of team
 */

/* All or multiple templates
    Suppress underlines on linked entry titles */
.entry-header a { text-decoration: none; }
    /* Suppress the prev/next nav */
.content-nav { margin: 0px; display: none; }

/* Search results templates */
.mt-search-results .search-results-header {
    border: 2px solid #669;
    background-color: #36414d;
    color: #eee;
    padding: 5px;
}
.mt-search-results .search-results-container { margin-left:10px; }
.mt-search-results form#search-form { width: 400px; margin: 0px auto 20px auto; }
.mt-search-results form#search-form input#search { width: 80%; }
.mt-search-results form#search-form p#search-options { text-align:center; }

/* Entry tag display */
div.entry-tags { margin:10px 10px; 10px 10px; }
ul.entry-tags-list { font-size: 100%;
    list-style:none;
    padding: 0px;
}
h4.entry-tags-header,
ul.entry-tags-list,
li.entry-tag { display: inline; }

/* Main index styles
    Suppress date header on main index */
.main-index .date-header { display: none; }

/* Comment preview and individual entry
    Widen the comment form */
form textarea#comment-text { width:400px; }

/* All archive templates
    Informational "where am I?" module at top of sidebar */
.module-welcome p { font-size: 12px; }
.module-content p.first { margin-top:0px; margin-right:0px;  }

/* Date-based and category archives
    Archive title banner at top of page, below blog banner */
.master-archive-index #archive-title,
.individual-entry-archive #archive-title,
.date-based-archive #archive-title,
.category-archive #archive-title {

    /* ie win (5, 5.5, 6) bugfix */
    p¥osition: relative;
    width: 100%;
    w¥idth: auto;

    margin-top: 10px;
    border-left: 5px solid #b7d2ff;
    padding-left: 10px;
    color: #222222;
    font-size: 88%;

}

/* Experimental comment styles
    Not currently in use anywhere in default templates
    For testing only... */
#comments-experimental .comment, #comments-experimental .comment .comment-inner {
    width:36em;
}

#comments-experimental .comment {
    padding: 0px;
    margin: 10px 15px;
    background-color:#eef;
    border:2px solid #bbb;
}

#comments-experimental .comment .comment-inner {
    position:relative;
    margin:-5px 0 0 -3px;
    background:#f3f3ff;
    border:1px solid #003;
}

#comments-experimental .comment:hover .comment-inner {
    border:1px solid #000;
    background-color: #fff;
}

#comments-experimental .comment a {
    text-decoration: none;
    border-bottom: 1px dotted #36414d;
}

#comments-experimental .comment:hover a {
    color: #333;
    border-bottom: 1px solid #666;
}

#comments-experimental .comment .comment-content {
    margin-right: 25px;
    margin-left: 25px;
    margin-bottom: 15px;
}

#comments-experimental .comment-footer-experimental {
    margin-right: 15px;
    font-size: 10px;
    text-align: right;
}

#comments-experimental .comment .comment-header {
    font-size: 16px;
    margin: 5px auto 5px 10px;
    text-shadow: #99A 2px 2px 1px #66F;
    color: #666;
}

#comments .comment-header { display: none; }
#comments .comment-footer-experimental { display: none; }
#comments-experimental .comment-footer { display: none; }





ul.listtop { width: 800px; height:80px; margin-top: 0px; margin-bottom: 0px; margin-right: auto; margin-left: auto; padding-left:0px; padding-right:0px; list-style-type:none; border-left: 1px solid #c0c0c0; border-right: 1px solid #c0c0c0; font-size:100%; background-color: #fefefe; vertical-align:middle; }

img.toplogo { margin-top: 5px; border: none; }

li.listtoplogo { width:100px; height:80px; float:left; text-align: center; vertical-align:middle; }
.listtoplogo a { width:100px; height:80px; display: block; text-decoration:none; text-align: center; }
.listtoplogo a:hover { background-color: #fefefe; } 

li.listtopnone { width:510px; height:80px; float:left; }


li.listtop1 { width:190px; height:78px; float:left; font-size:80%; text-align: center; vertical-align:middle; }
.listtop1 a { width:150px; height:78px; display: block; padding-top: 25px; color:#191950; }


li.listtop2 { width:100px; height:78px; float:left; font-size:80%; text-align: center; vertical-align:middle; line-height: 180%;  }
.listtop2 a { width:100px; height:78px; display: block; padding-top: 18px; color:#191950; }
.listtop2 a:hover { text-decoration: underline;  } 

li.listtop3 { width:100px; height:78px; float:left; font-size:80%; padding-top: 0px; text-align: center; vertical-align:middle; }
.listtop3 a { width:100px; height:78px; display: block; padding-top: 27px; color:#191950;  }
.listtop3 a:hover { text-decoration: underline;  } 




ul.listmain { width: 900px; height:25px; margin-top: 0px; margin-bottom: 3px; margin-left: auto; margin-right: auto;padding-left:0px; padding-right:0px; list-style-type:none;  text-align: center; vertical-align:middle; font-size:100%; }


li.listmainwhite { width:112px; height:25px; float:left; list-style-type:none; text-align: center; vertical-align:middle; font-size:88%; padding-top: 0px; }
.listmainwhite a { width:112px; height:25px; display: block; color:#202020; text-decoration:none; border-right:1px solid #c0c0c0; border-left: 1px solid #c0c0c0; border-top: 1px solid #c0c0c0; border-bottom: 1px solid #c0c0c0; font-weight: bold; padding-top: 3px; background-color:#ffffff;color:#222222; }
.listmainwhite a:hover { background-color:#002299;color:#ffffff; } 


ul.listlink { width: 900px; height:20px; margin-top: 2px; margin-bottom: 5px; margin-left: auto; margin-right: auto;padding-left:0px; padding-right:0px; list-style-type:none;  text-align: center; vertical-align:middle; font-size:100%; }

li.listlinkitem { width:180px; height:30px; float:left; list-style-type:none; text-align: center; vertical-align:middle; font-size:88%; padding-top: 0px; }
.listlinkitem a { width:180px; height:30px; display: block; text-decoration:none; border-right:1px solid #c0c0c0; border-left: 1px solid #c0c0c0; border-top: 1px solid #c0c0c0; border-bottom: 1px solid #c0c0c0; font-weight: bold; padding-top: 2px; background-color:#ffffff;color:#222222; }
.listlinkitem a:hover { background-color:#002299;color:#ffffff; } 


ul.datalink { width: 600px; height:20px; margin-top: 40px; margin-bottom: 5px; margin-left: auto; margin-right: auto;padding-left:0px; padding-right:0px; list-style-type:none;  text-align: center; vertical-align:middle; font-size:100%; }

li.datalinkitem { width:300px; height:30px; float:left; list-style-type:none; text-align: center; vertical-align:middle; font-size:88%; padding-top: 0px; }
.datalinkitem a { width:300px; height:30px; display: block; text-decoration:none; border-right:1px solid #c0c0c0; border-left: 1px solid #c0c0c0; border-top: 1px solid #c0c0c0; border-bottom: 1px solid #c0c0c0; font-weight: bold; padding-top: 2px; background-color:#ffffff;color:#222222; }
.datalinkitem a:hover { background-color:#002299;color:#ffffff; } 

li.datalinkthis { width:300px; height:30px; float:left; list-style-type:none; text-align: center; vertical-align:middle; font-size:88%; padding-top: 0px; }
.datalinkthis a { width:300px; height:30px; display: block; text-decoration:none; border-right:1px solid #c0c0c0; border-left: 1px solid #c0c0c0; border-top: 1px solid #c0c0c0; border-bottom: 1px solid #c0c0c0; font-weight: bold; padding-top: 2px; background-color:#002299;color:#ffffff; }
.datalinkitem a:hover { background-color:#002299;color:#ffffff; } 


h1.gps { width:680px; height: 20px; margin-top: 20px; margin-bottom: 2px;margin-left: auto; margin-right: auto; padding-top: 0px; padding-bottom: 2px;padding-left:0px; padding-right:0px; font-size:80%; text-align:left; vertical-align:bottom; font-weight: normal; }
.gps a:hover { background-color:#D7EFFF; text-decoration: underline;  }

h3 { font-size:100%; text-align:left; vertical-align:middle; margin-left:0px; margin-top:20px; margin-left: 10px; }

h4 { font-size:92%; text-align:left; vertical-align:middle; margin-top:15px; margin-left: 5px;  }



table.mainsubpage { width:900px; margin-top: 0px; margin-bottom: 0px;margin-left: auto; margin-right: auto; padding-top: 0px; padding-bottom: 0px;padding-left:0px; padding-right:0px; font-size:100%; line-height: 180%; font-weight: normal; background-color:#fefefe; border-top: 0px solid #c0c0c0; border-left: none; border-right: none;  }

td.listsubdiv { width:158px; margin-top: 0px; margin-bottom: 0px;margin-left:0px; margin-right:0px; padding-top: 0px; padding-bottom: 0px;padding-left:0px; padding-right:0px; background-color: #fefefe; border: none; vertical-align:top; }

td.listleftdiv { width:100px; margin-top: 0px; margin-bottom: 0px;margin-left:0px; margin-right:0px; padding-top: 5px; padding-bottom: 0px;padding-left:0px; padding-right:0px; background-color: #ffffff; border: none; vertical-align:top; border: 1px solid #c0c0c0; }

td.listrightdiv { width:200px; margin-top: 0px; margin-bottom: 0px;margin-left:0px; margin-right:0px; padding-top: 5px; padding-bottom: 0px;padding-left:0px; padding-right:0px; background-color: #ffffff; border: none; vertical-align:top; text-align:center; border: 1px solid #c0c0c0; }



div.feeds { width:160px; font-size:70%; text-align:center; margin-top: 3px; margin-bottom: 3px;margin-left: auto; margin-right: auto;  color:#202020; }
.feeds a { font-weight: normal;color:#0000aa; } 
.feeds a:hover { font-weight: normal;color:#0000aa; background-color: #dddddd; text-decoration: none; } 

td.tableimage { width:704px; margin-top: 0px; margin-bottom: 0px;margin-left:0px; margin-right:0px; padding-top: 0px; padding-bottom: 0px;padding-left:10px; padding-right:0px; background-color: #fefefe; border: none; vertical-align:top; }

td.mainblock { width:700px; margin-top: 0px; margin-bottom: 0px;margin-left:auto; margin-right:auto; padding-top: 0px; padding-bottom: 0px;padding-left:20px; padding-right:20px; font-size:100%; line-height: 180%; font-weight: normal; background-color:#fefefe; vertical-align:top; border: 1px solid #c0c0c0; }

td.mainblockwork { width:704px; margin-top: 0px; margin-bottom: 0px;margin-left:0px; margin-right:0px; padding-top: 0px; padding-bottom: 0px;padding-left:20px; padding-right:20px; font-size:100%; line-height: 180%; font-weight: normal; background-color:#fefefe; vertical-align:top; border: none; }

td.below { height: 20px; margin-top: 0px; margin-bottom: 0px;margin-left:0px; margin-right:0px; padding-top: 0px; padding-bottom: 0px;padding-left:0px; padding-right:0px; background-color: #fefefe; font-size:60%;text-align:right; }

div.belowdiv { width:900px; height: 40px; margin-top: 2px; margin-bottom: 0px;margin-left:auto; margin-right:auto; padding-top: 10px; padding-bottom: 0px;padding-left:0px; padding-right:0px; background-color: #003E7B; font-size:60%;text-align:right; color:#ffffff; vertical-align:top; border: 1px solid #c0c0c0; }
.belowdiv a { text-decoration: none; } 
.belowdiv a:hover { text-decoration: underline; } 
.belowdiv a:link { color: #B7DBFF; } 
.belowdiv a:visited { color: #EDB7FF; } 

ul.listsub { width:150px; position: margin-top: 5px; margin-bottom: 0px;margin-left:5px; margin-right:0px; padding-top: 0px; padding-bottom: 0px;padding-left:0px; padding-right:0px; list-style:none; font-size:88%; background-color: #fefefe; text-align: left; vertical-align:middle; }

li.listsubitem { width:150px; height:40px; display:block; margin-top: 0px; margin-bottom: 0px;margin-left:0px; margin-right:0px; padding-top: 0px; padding-bottom: 0px;padding-left:0px; padding-right:0px; font-size:80%; text-decoration:none; border-right: none; border-left: none; border-top: none; border-bottom: 1px solid #c0c0c0; font-weight: bold; }
.listsubitem a { width:150px; height:40px; display:block; padding-top: 10px; padding-left:10px; color:#444444; text-decoration:none;  }
.listsubitem a:hover { background-color:#b7d2ff; } 

li.listsubthis { width:150px; height:40px; display:block; border-right: none; border-left: none; border-top: none; border-bottom: 6px solid #b7d2ff; font-weight: bold; font-size:80%; }
.listsubthis a { width:150px; height:40px; display:block; padding-top: 10px; padding-left:10px; color:#222222; text-decoration:none; }


hr.line1 { width:720px; border-color:#eeeeee; }



p.mainblockp { width:630px; margin-top: 15px; margin-bottom: 25px;margin-left:auto; margin-right:auto; padding-top: 0px; padding-bottom: 0px;padding-left:0px; padding-right:0px; font-size:88%; line-height: 180%; font-weight: normal; }
.mainblockp a:hover { background-color: #eeeeee; text-decoration: underline;  }

p.maintextp { width:630px; margin-top: 20px; margin-bottom: 20px;margin-left:auto; margin-right:auto; padding-top: 0px; padding-bottom: 0px;padding-left:10px; padding-right:15px; font-size:88%; line-height: 180%; font-weight: normal; }

div.samplered { width:550px; margin-top: 20px; margin-bottom: 20px;margin-left:40px; padding-top: 0px; padding-bottom: 0px;padding-left:10px; padding-right:15px; font-size:88%; line-height: 180%; font-weight: normal; border-right:1px solid #c0c0c0; border-left: 1px solid #c0c0c0; border-top: 1px solid #c0c0c0; border-bottom: 1px solid #c0c0c0; background-color: #FFECEC; }

div.sampleblue { width:550px; margin-top: 20px; margin-bottom: 20px;margin-left:40px; padding-top: 0px; padding-bottom: 0px;padding-left:10px; padding-right:15px; font-size:88%; line-height: 180%; font-weight: normal; border-right:1px solid #c0c0c0; border-left: 1px solid #c0c0c0; border-top: 1px solid #c0c0c0; border-bottom: 1px solid #c0c0c0; background-color: #F4FAFF; }

p.sampletextp { width:500px; margin-top: 20px; margin-bottom: 20px;margin-left:auto; margin-right:auto; padding-top: 0px; padding-bottom: 0px;padding-left:10px; padding-right:15px; font-size:88%; line-height: 180%; font-weight: normal; }

p.signature { width:640px; margin-top: 5px; margin-bottom: 20px;margin-left:auto; margin-right:auto; font-size:70%; line-height: 120%; text-align:right; }

p.signatureworks { width:560px; margin-top: 10px; margin-bottom: 20px;margin-left:auto; margin-right:auto; font-size:70%; line-height: 120%; text-align:right; }

ul.imagecaption { width: 550px; height:25px; position:absolute; top: 130px;left:20px; list-style:none;padding:0; background-color: #fefefe;}
li.titleimage { display:block; float:left;width:200px; height:25px; margin:0px; text-align: center;}
li.titlenone { display:block; float:left; width:20px; height:25px; margin:0px;}

ul.imagemain { width: 550px; position:absolute; top: 20px;left:40px; list-style:none;padding:0; background-color: #fefefe;}
li.imagelarge { display:block; float:left; width:200px; height:320px; margin:20px;}


ul.imagecamera { width: 550px; margin-left: auto; margin-right: auto; list-style:none; padding:0; background-color: #fefefe; }
li.imagecamerali { display:block; float:left; width:200px; height:200px; margin:0px;}
li.imagecameranone { display:block; float:left; width:30px; height:200px; margin:0px;}

table.imagebooks { width: 600px; height:100px; margin-left: auto; margin-right: auto; list-style:none; padding:0; background-color: #fefefe; }
td.imagebooksimg { width:80px; height:80px; margin:0px; text-align:center; vertical-align:middle; font-size:70%; line-height: 140%; border: 1px solid #e0e0e0; }
td.imagebooksdetail { width:520px; height:80px; margin:0px; text-align:left; vertical-align:top; font-size:100%; padding:10px; line-height: 140%; border: 1px solid #e0e0e0; }

table.imagecard { width: 600px; margin-left: auto; margin-right: auto; list-style:none; padding:0; background-color: #fefefe; }
td.imagecardtag { width:5px; height:20px; margin:0px; text-align:left; vertical-align:middle; font-size:100%; line-height: 140%; border: 1px solid #e0e0e0; background-color:#000000;color:#ffffff; font-weight: bold; }
td.imagecardimg { width:495px; height:20px; margin:0px; text-align:left; vertical-align:middle; font-size:100%; line-height: 140%; border: 1px solid #e0e0e0; }

.imagecardimg a { width:495px; height:20px; display: block; color:#000000; text-decoration:none; padding-top:7px; font-weight: normal; }
.imagecardimg a:hover { background-color:#FFECEC;color:#000000; font-weight: normal; } 

td.imagecarddetail { width:100px; height:20px; margin:0px; text-align:center; vertical-align:middle; font-size:80%; line-height: 140%; border: 1px solid #e0e0e0; background-color:#000000;color:#ffffff; font-weight: bold; }


table.imageposter { width: 660px; height:140px; margin-top: 10px; margin-bottom: 10px;  margin-left: auto; margin-right: auto; list-style:none; padding:0; background-color: #fefefe; }
td.imageposterimg { width:110px; height:110px; margin:0px; text-align:center; vertical-align:middle; font-size:70%; line-height: 140%; }
td.imageposterdetail { width:440px; height:160px; margin:0px; text-align:left; vertical-align:top; font-size:88%; line-height: 180%; }
td.imagepostertitle { width:110px; height:30px; text-align:center; vertical-align:middle; font-size:80%; background-color: #ffffff; font-weight: normal; }


table.imageweb { width: 760px; height:80px; margin-top: 2px; margin-bottom: 5px; margin-left: auto; margin-right: auto; list-style:none; padding:0; background-color: #fefefe; border: 1px solid #c0c0c0; background-image : url('http://aceartacademy.net/com/images/shelf.jpg'); }
td.imagewebtitle { width:600px; height:15px; text-align:center; vertical-align:middle; font-size:100%; background-color: #000000; color:#ffffff; font-weight: bold; }
td.imagewebimg { width:76px; height:76px; text-align:center; vertical-align:bottom; font-size:70%; }
td.imagewebnone { width:76px; height:15px; margin:0px; text-align:center; vertical-align:top; font-size:70%; }




div.question { width:75px; height:15px; font-size:70%; text-align:center; vertical-align:middle; padding-top: 0px; } 
.question a { width:75px; height:15px; display: block; color:#ff0000; text-decoration:none; }
.question a:hover { background-color:#fff4f4;color:#ff0000; } 


table.imagephoto { width: 560px; margin-left: auto; margin-right: auto; list-style:none; padding:0; background-color: #fefefe; }
td.imagephotoimg { width:105px; height:110px; margin:0px; text-align:center; vertical-align:middle; font-size:70%; line-height: 140%; }
td.imagephotodetail { width:105px; height:30px; margin:0px; text-align:center; vertical-align:middle; font-size:70%; line-height: 140%; }


img.tableimageimg { margin-top: 0px; margin-bottom: 0px;margin-left:15px; margin-right:0px; vertical-align:middle; padding-top: 2px; padding-bottom: 0px;padding-left:0px; padding-right:0px; }

img.imageposter { margin-top: 15px; margin-bottom: 15px;margin-left:auto; margin-right:auto; vertical-align:middle; padding-top: 0px; padding-bottom: 0px;padding-left:0px; padding-right:0px; }

div.imagecenter { width: 800px; margin-top: 15px; margin-bottom: 15px;margin-left:auto; margin-right:auto; vertical-align:middle; padding-top: 0px; padding-bottom: 0px;padding-left:0px; padding-right:0px;text-align:center; }

div.imagecenterphoto { width: 800px; margin-top: 100px; margin-bottom: 100px;margin-left:auto; margin-right:auto; vertical-align:middle; padding-top: 0px; padding-bottom: 0px;padding-left:0px; padding-right:0px;text-align:center; }



ul.imagenonetext { width:560px; margin-top: 0px; margin-bottom: 0px;margin-left:30px; margin-right:20px; padding-top: 20px; padding-bottom: 0px;padding-left:0px; padding-right:20px; font-size:88%; line-height: 180%; font-weight: normal; }

p.photocontactform { width:540px; position:absolute; top: 350px;left:40px;  margin-top: 0px; margin-bottom: 0px;margin-left:40px; margin-right:0px; padding-top: 0px; padding-bottom: 0px;padding-left:0px; padding-right:0px; font-size:88%; line-height: 180%; font-weight: normal; }


table.profile { width: 740px; height: 160px; margin-left: auto; margin-right: auto; margin-top: 0px; margin-bottom: 20px; font-size:100%; text-align:center; vertical-align:middle; border: none; }
td.profilealphabet { width: 580px; height: 35px; text-align:left; vertical-align:top; border: 1px solid #c0c0c0; padding: 5px; font-size: 80%; }
td.profileindex { width: 50px; height: 35px; text-align:center; vertical-align:top; border: 1px solid #c0c0c0; padding: 0px; font-size: 80%; }
.profileindex a { width:50px; height:35px; display:block; margin-top: 0px; margin-bottom:  0px;margin-left: 0px; margin-right: 0px; text-align:center; vertical-align:middle; padding-top: 0px; padding-bottom: 0px;padding-left:0px; padding-right:0px; text-align:left; vertical-align:middle; background-color:#fefefe; color:#222222; }
.profileindex a:hover { width:50px; height:35px; margin-top: 0px; margin-bottom: 0px;margin-left:0px; margin-right:0px; padding-top: 0px; padding-bottom: 0px;padding-left:0px; padding-right:0px; text-align:left; vertical-align:middle; text-decoration:none; background-color:#b7d2ff; color:#222222; } 

p.profileindexp { width:40px; height: 25px; margin-top: 0px; margin-bottom: 0px;margin-left:0px; margin-right:0px; padding-top: 7px; padding-bottom: 7px;padding-left:7px; padding-right:7px; background-color: #fefefe; font-size:88%;vertical-align:middle; text-align:center; }

td.profilewebsite { width: 580px; height: 120px; text-align:left; vertical-align:top; border: 1px solid #c0c0c0; padding-left: 15px; padding-top: 10px; font-size: 88%; position: relative; }
td.profilenone { width: 50px; height: 160px; text-align:left; vertical-align:top; border: none; }
td.profilephoto { width: 120px; height: 160px; text-align:left; vertical-align:top; border: 1px solid #c0c0c0; padding: 5px; margin-left: 50px; margin-right: 0px; }

table.bookinfo { width: 700px; height: 70px; margin-left: auto; margin-right: auto; margin-top: 20px; margin-bottom: 20px; font-size:88%; text-align:center; vertical-align:middle; border: none; }

td.bookimage { width: 70px; height: 70px; text-align:center; vertical-align:middle; border: 1px solid #c0c0c0; padding: 5px; }

td.booknone { width: 3px; height: 70px; text-align:center; vertical-align:middle; border: none; padding: 3px; }

td.booktitle { width: 627px; height: 35px; text-align:left; vertical-align:middle; border: 1px solid #c0c0c0; padding: 3px; font-size:88%; }

td.bookclick { width: 60px; height: 35px; text-align:center; vertical-align:middle; border: 1px solid #c0c0c0; padding: 3px;  font-size:80%; }



img.bookimageleft { margin-right: 35px; margin-bottom: 10px; float:left; }
img.bookimageright { margin-left: 35px; margin-bottom: 10px; float:right; }

em.profilename1 { position: absolute; font-size:130%; text-align:left; vertical-align:middle; font-weight: bold; margin-left: 10px; }
em.runperiodictasks { position: absolute; font-size:60%; text-align:left; vertical-align:middle;color:#dddddd; }

em.small200 { font-size:200%; line-height: 120%; font-weight: bold; color: red; }
em.small60 { font-size:60%; line-height: 120%; font-weight: normal; }

em.fontred { color:#ff0000; font-weight: normal; font-style:normal; }

table.detail { width: 740px; margin-left: auto; margin-right: auto; margin-top: 20px; margin-bottom: 20px; font-size:88%; text-align:center; vertical-align:middle; border: none; }
td.year { width: 80px; height: 30px; text-align:center; vertical-align:middle; border: 1px solid #c0c0c0; padding: 10px; font-size:88%; }
td.text { width: 650px; height: 30px; text-align:left; vertical-align:middle; border: 1px solid #c0c0c0; padding: 10px;  font-size:88%; line-height: 170%; }
td.centertext { width: 650px; height: 30px; text-align:center; vertical-align:middle; border: 1px solid #c0c0c0; padding: 10px;  font-size:88%; line-height: 170%; }

table.seo { width: 700px; margin-left: auto; margin-right: auto; margin-top: 20px; margin-bottom: 20px; font-size:88%; text-align:center; vertical-align:middle; border: none; }
th.keyword { width: 150px; height: 30px; text-align:center; vertical-align:middle; border: 1px solid #c0c0c0; padding: 10px;  font-size:88%; line-height: 170%; }
th.searchengine { width: 100px; height: 30px; text-align:center; vertical-align:middle; border: 1px solid #c0c0c0; padding: 10px;  font-size:88%; line-height: 170%; }
td.keywords { width: 150px; height: 30px; text-align:center; vertical-align:middle; border: 1px solid #c0c0c0; padding: 10px;  font-size:88%; line-height: 170%; }
td.searchengines { width: 100px; height: 30px; text-align:center; vertical-align:middle; border: 1px solid #c0c0c0; padding: 10px;  font-size:88%; line-height: 170%; }

table.chapter { width: 520px; margin-left: auto; margin-right: auto; font-size:100%; border: 1px solid #c0c0c0; }
td.number { width: 10px; height: 30px; text-align:left; vertical-align:middle; border: none; padding: 5px; font-size:80%; }
td.chapter2 { width: 200px; height: 30px; text-align:left; vertical-align:middle; border: none; padding: 10px; font-size:88%; }
td.chapterA { width: 100px; height: 30px; text-align:center; vertical-align:middle; border: 1px solid #c0c0c0; padding: 10px; font-size:88%; }
td.chapterB { width: 100px; height: 30px; text-align:center; vertical-align:middle; border: 1px solid #c0c0c0; padding: 10px; font-size:88%; }
td.chaptercontents { width: 320px; height: 30px; text-align:left; vertical-align:middle; border: none; padding: 10px; font-size:88%; }

table.tableonethird { width:600px; margin-top: 10px; margin-bottom: 10px;margin-left: 30px; padding-top: 0px; padding-bottom: 0px;padding-left:0px; padding-right:0px; font-size:80%; line-height: 180%; font-weight: normal; border: 0px solid #c0c0c0; }

td.tableonethirdtd { width:150px; font-size:100%; line-height: 180%; font-weight: normal; text-align: left; vertical-align:middle; }

table.week { width: 630px; margin-left: auto; margin-right: auto; list-style:none; padding:0; background-color: #fefefe; }
td.weekdaygreen { width:100px; height:20px; margin:0px; text-align:center; vertical-align:middle;font-weight: bold; font-size:80%; line-height: 140%; background-color: #00B328; color: #fefefe; }
td.weekdayteal { width:90px; height:20px; margin:0px; text-align:center; vertical-align:middle;font-weight: bold; font-size:80%; line-height: 140%; background-color: #009992; color: #fefefe; }
td.weekdayblue { width:90px; height:20px; margin:0px; text-align:center; vertical-align:middle;font-weight: bold; font-size:80%; line-height: 140%; background-color: #2D00C8; color: #fefefe; }
td.weekdaypurple { width:90px; height:20px; margin:0px; text-align:center; vertical-align:middle;font-weight: bold; font-size:80%; line-height: 140%; background-color: #7E0099; color: #fefefe; }
td.weekdaypink { width:90px; height:20px; margin:0px; text-align:center; vertical-align:middle;font-weight: bold; font-size:80%; line-height: 140%; background-color: #F20092; color: #fefefe; }
td.weekdayred { width:90px; height:20px; margin:0px; text-align:center; vertical-align:middle;font-weight: bold; font-size:80%; line-height: 140%; background-color: #DB3100; color: #fefefe; }
td.weekdayorange { width:90px; height:20px; margin:0px; text-align:center; vertical-align:middle;font-weight: bold; font-size:80%; line-height: 140%; background-color: #FF6000; color: #fefefe; }
td.weekdaybrown { width:90px; height:20px; margin:0px; text-align:center; vertical-align:middle;font-weight: bold; font-size:80%; line-height: 140%; background-color: #7B5C00; color: #fefefe; }
td.weekdaywhite { width:90px; height:20px; margin:0px; text-align:center; vertical-align:middle;font-weight: bold; font-size:80%; line-height: 140%; border: 1px solid #c0c0c0; }
td.weekcontents { width:90px; height:40px; margin:0px; text-align:center; vertical-align:middle; font-size:88%; line-height: 140%; border: 1px solid #c0c0c0; }


table.linkinfo560 { width: 560px; height: 80px; margin-left: auto; margin-right: auto; margin-top: 20px; margin-bottom: 20px; font-size:100%; text-align:center; vertical-align:middle; border: none; }
td.linktitle560 { width: 477px; height: 80px; text-align:left; vertical-align:middle; border: 0px solid #c0c0c0; padding: 3px; font-size:100%; }
td.linkimage { width: 80px; height: 80px; text-align:center; vertical-align:middle; border: 0px solid #c0c0c0; padding: 5px; }
td.linknone { width: 3px; height: 80px; text-align:center; vertical-align:middle; border: none; padding: 3px; }


table.bookinfo560 { width: 560px; height: 70px; margin-left: auto; margin-right: auto; margin-top: 20px; margin-bottom: 20px; font-size:88%; text-align:center; vertical-align:middle; border: none; }

td.booktitle560 { width: 487px; height: 35px; text-align:left; vertical-align:middle; border: 1px solid #c0c0c0; padding: 3px; font-size:88%; }
td.bookimage { width: 70px; height: 70px; text-align:center; vertical-align:middle; border: 1px solid #c0c0c0; padding: 5px; }

td.booknone { width: 3px; height: 70px; text-align:center; vertical-align:middle; border: none; padding: 3px; }

td.booktitle { width: 657px; height: 35px; text-align:left; vertical-align:middle; border: 1px solid #c0c0c0; padding: 3px; font-size:88%; }

td.bookclick { width: 60px; height: 35px; text-align:center; vertical-align:middle; border: 1px solid #c0c0c0; padding: 3px;  font-size:80%; }


ul.articlelist { width: 600px; height:150px; margin-top: 10px; margin-bottom: 20px; list-style-type:none;  margin-left: auto; margin-right: auto;padding-left:0px; padding-right:0px; text-align: left; vertical-align:middle; font-size:100%; }

ul.articlelist2 { width: 760px; height:70px; margin-top: 10px; margin-bottom: 10px; list-style-type:none;  margin-left: auto; margin-right: auto;padding-left:0px; padding-right:0px; text-align: left; vertical-align:middle; font-size:100%; }

ul.articlelist3 { width: 760px; height:95px; margin-top: 10px; margin-bottom: 10px; list-style-type:none;  margin-left: auto; margin-right: auto;padding-left:0px; padding-right:0px; text-align: left; vertical-align:middle; font-size:100%; }

ul.articlelist4 { width: 760px; height:120px; margin-top: 10px; margin-bottom: 10px; list-style-type:none;  margin-left: auto; margin-right: auto;padding-left:0px; padding-right:0px; text-align: left; vertical-align:middle; font-size:100%; }

ul.articlelist5 { width: 760px; height:160px; margin-top: 10px; margin-bottom: 10px; list-style-type:none;  margin-left: auto; margin-right: auto;padding-left:0px; padding-right:0px; text-align: left; vertical-align:middle; font-size:100%; }

ul.articlelist8 { width: 760px; height:260px; margin-top: 10px; margin-bottom: 10px; list-style-type:none;  margin-left: auto; margin-right: auto;padding-left:0px; padding-right:0px; text-align: left; vertical-align:middle; font-size:100%; }

li.articlelistli { width:300px; height:30px; float:left; list-style-type:none; text-align: left; vertical-align:middle; font-size:88%; padding-top: 0px; }
.articlelistli a { width:300px; height:30px; display: block; text-decoration:none; border-right:0px solid #c0c0c0; border-left: 0px solid #c0c0c0; border-top: 0px solid #c0c0c0; border-bottom: 0px solid #c0c0c0; font-weight: normal; padding-top: 2px; background-color:#ffffff; }
.articlelistli a:hover { background-color:#D7EFFF ;color:#222222; } 


table.exceltable { width: 580px; margin-left: auto; margin-right: auto; margin-top: 5px; margin-bottom: 20px; font-size:100%; text-align:center; vertical-align:middle; border: none; }
td.exceltabletd { width: 140px; height: 100px; text-align:center; vertical-align:middle; border: 5px solid #ffffff; }
.exceltabletd a { width:140px; height:100px; display: block; text-decoration:none; border-right:5px solid #ffffff; border-left: 5px solid #ffffff; border-top: 5px solid #ffffff; border-bottom: 5px solid #ffffff; font-weight: normal; background-color:#ffffff; }
.exceltabletd a:hover {  border-right:5px solid #D7EFFF; border-left: 5px solid #D7EFFF; border-top: 5px solid #D7EFFF; border-bottom: 5px solid #D7EFFF; } 
td.exceltabletitle { width: 140px; height: 20px; display: block; text-decoration:none; text-align:center; vertical-align:middle; border: 5px solid #ffffff; font-size:88%; line-height: 170%; }
.exceltabletitle a { width:140px; height:20px; display: block; text-decoration:none; border-right:5px solid #ffffff; border-left: 5px solid #ffffff; border-top: 5px solid #ffffff; border-bottom: 5px solid #ffffff; font-weight: normal; background-color:#ffffff;color:#222222; }
.exceltabletitle a:hover {  border-right:5px solid #D7EFFF; border-left: 5px solid #D7EFFF; border-top: 5px solid #D7EFFF; border-bottom: 5px solid #D7EFFF;color:#222222; } 