﻿.category-list td
{
    width: 25%;
    text-align: center;
    padding: 13px;
    border-bottom: solid 2px #E1E1E1;
}

body
{
    background-color: #FFFFFF;
    margin: 0;
    text-align: center;
    font: 14px Trebuchet,Arial, Helvetica, sans-serif;
    color: #666;
}



form
{
    padding: 0;
    margin: 0;
}
#wrapper
{
    width: 964px;
    background-color: #fff;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    height: 88px;
}
.sidebar
{
    width: 250px;
}
h3
{
    font: 22px Trebuchet, Arial, Verdana, sans-serif;
    color: #555;
    margin: 0;
    padding: 0;
}
h3.header
{
    /*background-color: #E1E1E1;*/
    padding: 7px 10px;
}
h3.header a
{
    color: #1D5C90;
    text-decoration: none;
}
a.side-link
{
    display: block;
    padding: 7px 25px;
    color: #666;
    font-size: 11px;
    text-decoration: none;
    border-bottom: solid 1px #E1E1E1;
}
a.side-link:hover
{
    /* for example */
    background-color: #eee;
}

a.mybooks
{
    padding: 0px 15px;
    font-size: 18px;
    text-decoration: none;
    color: #7ebde9;
}
a.mybooks:hover
{
    color: #e87f21;
}

mypaging
{
    padding: 0px 15px;
    font-size: 14px;
    text-decoration: none;
    color: #7ebde9;
}
mypaging:hover
{
    color: #e87f21;
}


img.padright
{
    padding-right: 10px;
}



.separator
{
    background-color: #E1E1E1;
    height: 2px;
    font-size: 2px; /* fix for IE6 */
}



/* header styles */
#header
{
    margin: 20px 25px 0px 25px;
    padding: 0; /*background-image: url('Images/header-bg-rev.jpg');*/
    background-repeat: no-repeat;
    
}
#header table
{
    width: 100%;
}
#header td
{
    padding: 0 5px; /*font: 19px "Trebuchet", Arial, Verdana, sans-serif;         color:#b0b0b0;*/
}



/* nav styles */
.nav
{
    margin: 0px 25px 0px 25px;
    padding: 0;
    background-image: url( 'Images/main-nav-gradient.gif' );
    background-repeat: repeat-x;
    height: 37px;
    font-weight: normal;
}

.nav table
{
    width: 100%;
    height: 30px;
}


.nav td
{
    padding: 0 5px;
    font: 15px "Trebuchet" , Arial, Verdana, sans-serif;
    color: #b0b0b0;
}

.nav a
{
    font-size: 11px;
    display: block;
    float: left;
    color: #fff;
    text-decoration: none;
    height: 35px;
    padding-right: 6px;
    padding-left: 7px;
    vertical-align: top;
    line-height: 35px;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #b7daeb;
}
.nav a:hover
{
    background-color: #e87f21;
    color:#fff;
}


/* main stripe styles */
#stripe
{
    border-bottom: solid 4px #E1E1E1;
    border-top: solid 4px #E1E1E1;
    padding: 3px 0;
    margin-bottom: 3px;
}
#stripe table
{
    width: 100%;
}


/* main styles */
#main
{
    margin: 0px 25px 0px 25px;
    border-right-color: #7ebde9;
    border-bottom-color: #7ebde9;
    border-left-color: #7ebde9;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
}
#main table
{
    width: 100%;
}
#main tr.alt-row td
{
    padding-top: 3px;
}
#main .content
{
    padding: 17px 6px 17px 23px;
}
.content a
{
    color: #e87f21;
}
#main .leftSidebar
{
    width: 245px;
    background-color: #fff;
    padding: 3px;
    border-color: #7ebde9;
    border-width: 1px;
    border-right-style: solid;
    padding: 17px 0 0 30px;
}
#main .rightSidebar
{
    width: 245px;
    background-color: #fff;
    border-color: #7ebde9;
    border-width: 1px;
    border-left-style: solid;
     border-left-width:2px;
    padding: 0px 10px 0px 10px;
}

#main .treeview table
{
    width: auto;
}


/* footer styles */
#footer
{
    margin: 0px 25px;
    border-color: #7ebde9;
    border-width: 1px;
    border-style: solid;
    padding: 0 0 0 30px;
    font: 15px "Trebuchet" , Arial, Verdana, sans-serif;
    color: #b0b0b0;
    text-align: center;
}

/* programming notes styles */
#comments
{
    background-color: #ddf7a9;
    margin: 0px 25px;
    height: 200px;
    padding: 17px 0 0 30px;
}
.subnav
{
    margin: 0px 25px 0px 25px;
    padding: 0 0 0 30px;
    background-image: url( 'Images/second-level-nav.gif' );
    background-repeat: repeat-x;
    height: 56px;
    border-top-color: #FFFFFF;
    border-top-width: 1px;
    border-top-style: solid;
}
h4
{
    padding: 3px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #666666;
    background-color: #e3edf7;
    background-repeat: no-repeat;
    font-weight: bold;
}
.formfield
{
    border: 1px solid #C2C4D7;
    height: 18px;
    background-image: url( 'Images/form-bg.gif' );
    background-repeat: repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
}
.horizontalrule
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #7ebde9;
}
.project-status-border
{
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-color: #dadada;
    border-bottom-color: #dadada;
}
hr
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
}

.detail-table
{
    border-left: solid 1px #E0E0E0;
}
.detail-table th, .detail-table td, .submit-table td
{
    padding: 8px 4px;
    text-align: left;
    width: 33%;
}
.detail-table th, .detail-table td
{
    border-right: solid 1px #E0E0E0;
}
.two-column th + th, .two-column td + td
{
    width: 67%;
}
.four-column th, .four-column td
{
    width: 25%;
}
.five-column th, .five-column td
{
    width: 20%;
}
.six-column th, .six-column td
{
    width: 16%;
}
.detail-table th
{
    border-top: solid 1px #E0E0E0;
    border-bottom: solid 1px #E0E0E0;
    background-color: #E0E0E0;
}
.detail-table td
{
    border-bottom: solid 1px #E0E0E0;
}
.row-highlight
{
    background-color: #F9F9F9;
}
.detail-topper td
{
    border-top: solid 1px #E0E0E0;
}
.detail-footer td
{
    background-color: #E0E0E0;
}
.detail-table input, .detail-table select
{
    font-size: 11px;
    color: #666;
}
.detail-table input
{
    width: 280px;
}

.radioButtonList td
{
    border-width: 0;
    padding: 1px;
}
.radioButtonList input
{
    width: 30px;
}

td.NoWrap
{
    white-space: nowrap;
    width: 1%;
}

hr.separator
{
    color: #499ede;
}

.itemlist
{
    width: 100%;
    background-color: #fff;
    border-width: 0;
}
.itemlist tr
{
    border-bottom: solid 1px #499ede;
}
.itemlist td
{
    padding: 5px;
     
}

.itemlist a
{
    color: #7ebde9;
    text-decoration:none;
}

.itemlist a:hover
{
color: #e87f21;
}


.selecteditem
{
    background-color: #ffc;
}
.hovereditem
{
    background-color: #e8eef7;
}

.mypaging tr td
{
 border-style:none;
}

h2
{
 color:#e87f21
 }
 
 h3
{
 color:#e87f21
 }
 
a
{
    color: #7ebde9;
    text-decoration:none;
     font-weight:bold;
}

 a:hover
{
color: #e87f21;
}

a.home
{
    color: #7ebde9;
    text-decoration:none;
     font-weight:bold;
}

 a.home:hover
{
color: #e87f21;
}

.orange
{
 color: #e87f21;
 }
 
 td.topBorder {
  border-top-color:Black;
  border-top-style:solid;
   border-top-width:3px;
  }
  
  
  /* Blog */
  .blog .blog-list .blog-entry .post-date
  {
    font-weight:bold;
  }
  
  .blog .blog-list .blog-entry .post-title
  {
   padding-top:0px;
   margin-top:0px;
  }
  
  .blog .blog-list .blog-entry
  {
   padding-bottom:20px;
   margin-bottom: 20px;
   border-bottom:solid 1px #7ebde9;
  }
