/**************************************
 * THEME NAME: uniaccred_v3
 *
 * Files included in this sheet:
 *
 *   uniaccred_v3/style.css
 **************************************/

/***** uniaccred_v3/style.css start *****/


html {
    margin: 0;
    padding: 0;
}
body {
    background: #ffffff;
    text-align:center;
    background-image: url(back.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 0.8em;
    margin: 0;
    padding: 0;
}

input, select, textarea, table {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 1em;
}

#header {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
}

#header table td.title {
    color: white;
    font-family: Arial Narrow, Arial, Helvetica, sans-serif;
    font-size: 2em; 
    padding-bottom: 10px;
}


#page {
    margin: 0 auto;
    text-align: left;
    width: 1000px;
    background: #ffffff;
}

#menu {
    background: #999999;
    background-image: url(menu-back.jpg);
    background-position: top center;
    background-repeat: repeat-x;
}

#header-menu {
    font-size: 0.85em;
    color: white;
    margin: 0 auto;
    text-align: right;
    width: 1000px;
}

#header-menu a {
    color: white;
}


.navbar {
    border: none;
}


#footer {
    font-size: 0.7em;
    text-align: center;
    background: #fff;
    color: #999999;
}

#header table, #footer table {
    width: 100%;
}

#content {
    padding: 10px;
}

a:link, a:visited, a:active {
    color: #000000;
    text-decoration: underline;
}

a:link:hover, a:active:hover, a:visited:hover {
    color: #bb131a;
    text-decoration: none; 
}

#header a {
    color: #eeeeee;
}

.sideblock a {
    text-decoration: none;
}

.sideblock a:hover {
    text-decoration: underline;
}


#course-view .section td.side,  #course-view .section td.content {
    border: none;
}

#course-view .section td.left {
    display: none;
}

.logininfo {
    margin-top: 5px;
    font-size: 1em;
}

.generalbox {
    border: none;
}

.sideblock .header {
    color: white;
    background: #bb131a;
    background-image: url('sideblock-back.jpg');
    background-position: top left;
    background-repeat: repeat-x
}

ul.section li {
    margin-bottom: 10px;
}

h1{
    color: #bb131a;
}

.sideblock .content {
    font-size: 1em;
}

.sideblock li.post {
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.sideblock li.post .head .date,  .sideblock li.post .head .name{
    font-size: 0.9em;
    color: #999;
}

.sideblock li.post .head .date {
    float: right;
}

.sideblock li.post .info {
    text-align: left;
}

.sideblock li.post .info a {
    display: block;
    font-size: 0.9em;
}

.sideblock .header, .sideblock h2 {
    font-size: 1em;
}

.coursebox .name {
    font-size:1.5em;
    font-weight:bold;
}
/***** uniaccred_v3/style.css end *****/


