﻿.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: 12px 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;
    
}
img.product { border: solid 1px #999; }
img.category 
{
    padding: 2px;
    border: solid 1px #3C7CB2;
    margin-bottom: 10px;
}
img.general 
{
    padding: 2px;
    border: solid 1px #3C7CB2;
    margin: 5px;
}
.separator 
{
    background-color: #E1E1E1;
    height: 2px; 
    font-size: 2px; /* fix for IE6 */
}
dl { margin-bottom: 5px; }
dt 
{
    font-size: 14px;
    font-weight: bold;
    color: #666;
    padding: 20px 0 5px 2px;
}
dd 
{
    margin-top: -1px;
    margin-left:0;
    padding: 5px 2px;
    border-top: solid 1px #E1E1E1;
    border-bottom: solid 1px #E1E1E1;
}
dd span 
{
    display: block;
    float: left;
    width: 150px;
}


/* header styles */
#header 
{
	margin: 20px 25px 0px 25px;
	padding: 0;
	/*background-image: url('Images/header-bg-rev.jpg');*/
	background-repeat: no-repeat;
	height: 73px;
}
#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: 38px;
	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: 38px;
	padding-right: 6px;
	padding-left: 7px;
	vertical-align: top;
	line-height: 38px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #b7daeb;
}
.nav a:hover {
	background-color: #e87f21;}


/* 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: #dddddd;
	border-bottom-color: #dddddd;
	border-left-color: #dddddd;
	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:#dddddd;
    border-width:1px;
    border-right-style:solid;
    padding: 17px 0 0 30px;
}
#main .rightSidebar 
{
	width: 245px;
	background-color: #fff;
	border-color: #dddddd;
	border-width: 1px;
	border-left-style: solid;
	padding: 0;
}

#main .treeview table { width: auto; }


/* footer styles */
#footer 
{
    margin: 0px 25px;
    border-color:#dadada;
    border-width:2px;
    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: #dddddd;
}
.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;  }

.AvailableControls li
{
    display: inline;
    float: left;
    padding: 6px;
}
