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

/***** rowhow_v3/style.css start *****/

body {
    background: #e7ecf2;
    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;
}

#files-index #page, #help #page{
	width: 100%;
}

#files-index #menu, #files-index #header , #help #menu, #help #header{
	display: none;
}

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

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

.headermenu {
    color: #eeeeee;
}

#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;
    height: 31px;
}

#menu ul {
    list-style: none;
    margin: 0;
    padding: 0 10px;
    text-indent: 0;
}

#menu ul li {
    float: left;
    text-align: center;
    border-right: 1px solid #eee;
    width: 162px;
}

#menu ul li.last {
    border-right: 0px solid #eee;
}

#menu ul li a {
    display: block;
    line-height: 31px;
    color: #333;
    text-decoration: none;
}

#menu ul li a:hover {
    text-decoration: underline;
}

.navbar {
    border: none;
    background: #d5d5d5;
    font-size: 0.9em;
    color: #999999;
    padding-left: 10px;
    padding-right: 10px;
}


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

#content {
    padding: 10px;
}

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

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

#header a {
    color: #eeeeee;
}

.sideblock a {
    text-decoration: none;
}

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

.navbar a {
    color: #999999;
}

#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: #5d748e;
    background-image: url('sideblock-back.jpg');
    background-position: top left;
    background-repeat: repeat-x
}

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

h1{
    color: #003366;
}

.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;
}
/***** rowhow_v3/style.css end *****/

