
/*********************************************
***************TABBED NAVIGATION
**********************************************/
.tabBar {
	padding: 0px;
	margin: 0px;
}

#uaiTabs a{
	background: rgb(234,234,234) url('http://images.clutterfreebox.com/images/tabs/left-gray.gif') left top no-repeat;
	text-decoration: none;
	padding-left: 12px;
}

#uaiTabs a span{
	background: url('http://images.clutterfreebox.com/images/tabs/right-gray.gif') right top no-repeat;
	text-decoration: none;
	padding-right: 12px;
	color: black;
}

#uaiTabs a:hover{
	background: rgb(40,94,166) url('http://images.clutterfreebox.com/images/tabs/left-blue.gif') left top no-repeat;
	text-decoration: none;
	padding-left: 12px;
}


#uaiTabs a:hover span{
	background: url('http://images.clutterfreebox.com/images/tabs/right-blue.gif') right top no-repeat;
	padding-right: 12px;
	color: white;
}

.selected{
	margin-left:3px;
	border: 1px solid gray;
	border-bottom: 0px;
	padding: 3px;
	float:left;
	background-color: #669ACC;
	width: 100px;
	text-align: center;
}

.selected a{
	color: white;
}

.unselected{
	margin-left:3px;
	border: 1px solid gray;
	border-bottom: 0px;
	padding: 3px;
	float:left;
	background-color: rgb(230,230,230);
	width: 100px;
	text-align: center;
}

.unselectedHighlight a{
	color: #669ACC;
}

.unselectedHighlight{
	margin-left:3px;
	border: 1px solid gray;
	border-bottom: 0px;
	padding: 3px;
	float:left;
	background-color: rgb(245,245,245);
	width: 100px;
	text-align: center;
}

.left {
	float:left;
}
.right {
	float:right;
}
.center {
	margin-left:auto;
	margin-right:auto;
}
.clear {
	clear:both;
	margin:0px;
}

/*********************************************
***************FORMS
**********************************************/
fieldset {
	width: 320px;
	padding: 5px;
	border:1px solid gray;
	background-color: white;
}

legend {
	background-color: #FAF4E4;
	padding: 1px;
}

.formLabel {
	font-size: 12px;
	font-weight: bold;
	color: #297f2f;
}

.smallLabel {
	font-size: 11px;
	color: rgb(60,60,80);
}

.formLabelLeft{
	text-align:left;
	color: rgb(60,60,80);
	width: 120px;
}
.cfbBoxForm td {
	padding: 5px;
}
/*
.button {
	color: #EEEEEE;
	background-color: rgb(40,94,166);
	border-color: rgb(30,84,146);
	font-size: 12px;
	font-weight: bold;
}
*/

/*
.smallButton {
	color: #EEEEEE;
	background-color: rgb(40,94,166);
	border-color: rgb(30,84,146);
	font-size: 10px;
	font-weight: bold;
}
*/

.grayBox {
	margin:0px;
	border: 1px solid gray;
	padding: 8px;
}

.grayBorder th {
	background-color: rgb(240,240,250);
	padding: 6px;
}

.grayBorder{
	border: 1px solid gray;
	border-bottom: 0px;
	border-spacing: 0px;
}

.grayBorder td {
	border-bottom: 1px solid gray;
	padding: 3px;
}

.blueRow {
	background-color: rgb(240,240,250);
}

.grayRow {
	background-color: rgb(230,230,230);
}

/* KListing */
.klisting table {
	border-spacing: 0px;
}

.klisting td {
	font-size: 11px;
}

.klisting th {
	background-color: rgb(40,94,166);
	color: white;
}

.klisting th a {
	color: white;
}

.klisting a {
	font-size: 11px;
}

/* KReport */
table.kReport td {
	color: black;
}

td.reportTitle{
	background-color: rgb(200,200,200);
	color: rgb(100,100,100);
}

td.reportTitle a{
	color: rgb(50,50,50);
}

table.kReport tr {
	background-color: #EEEEEE;
}

table.kReport td {
	font-size: 11px;
}

/*********************************************
***************CLIENT BOXES
**********************************************/
.boxTable {
	border-width: 1px;
	border-style: outset;
	border-color: rgb(205, 205, 205);
	border-collapse: collapse;
	background-color: white;
	/* width:680px; */
}

.boxTable td{
	background-color: rgb(245, 245, 245);
	border-width: 1px;
	padding: 3px;
	border-style: inset;
	border-color: gray;
	background-color: rgb(245, 245, 245);
	-moz-border-radius: ;
	font-size: 12px;
}

.boxTable th{
	background-color: #FAF4E4;
	border-width: 1px;
	border-style: inset;
	border-color: gray;
	font-size:11px;
	text-align:center;
}

#myAccountContent {
	width: 940px;
	padding: 0 17px 0 8px;
	margin: 0;
}
#myAccountContent .myAccountLayout {
	width: 940px;
	margin: 0 auto;
}
#myAccountNav {
	width: 235px;
}
#boxesHeader {
	margin-bottom: 15px;
}
#boxListing td {
	padding: 5px 8px 30px 8px;
	width: 120px;
	vertical-align: top;
}
#boxListing a {
	font-size: 12px;
}
#boxListing h2 {
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 3px;
}

#boxView label {
	font-size : 13px;
	font-weight: bold;
	line-height: 16px;
	color : #297f2f;
	margin: 0;
	padding: 6px 0 0 0;
	display: block;
}
#boxView .boxImage label {
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #000;
	padding: 6px 0 0 0;
	display: block;
}
.boxImage div {
	margin: 4px 0;
}
#boxInfo {
	width: 100%;
	margin: 20px auto;
	background-color: #e5f1e7;
	border-collapse: collapse;
}
#boxInfo td {
	padding: 5px 10px;
	border: 1px solid #fff;
}
#editBoxButtons {
	margin: 10px 0;
	text-align: center;
}
#boxHistory {
	margin: 10px 0;
	background-color: #e5f1e7;
	padding: 10px;
}
.boxTag {
	margin: 4px 0;
}
/* Tabs */

   #tabbedMenu {
	    float:left;
	    width:100%;
	    font-size:93%;
	    line-height:normal;
	    background:#FFFFFF url("http://images.clutterfreebox.com/images/tabs/bg.gif") repeat-x bottom;
    }
    
    #tabbedMenu{
	    margin: 0;
	    margin-top: 14px;
	    padding: 0;
    }
	
    #tabbedMenu li {
    	float: left;
    	margin: 0;
    	padding: 0;
    	list-style: none;
    }
    
    #tabbedMenu ul {
	    margin:0;
	    padding:10px 10px 0px;
	    list-style:none;
    }
    
    .unselectedTab a {
    	display: block;
    	background: url("http://images.clutterfreebox.com/images/tabs/left-side-tab.gif") no-repeat left top;
    	padding: 10px 10px 1px;
    }
    
    .selectedTab a {
    	display: block;
    	background: url("http://images.clutterfreebox.com/images/tabs/left-side-tab.gif") no-repeat left top;
    	padding: 11px 10px 1px;
    }
    
    #tabbedMenu li {
    	float:left;
	background: url("http://images.clutterfreebox.com/images/tabs/right-side-tab.gif") no-repeat right top;
	margin-left: 5px;
	padding: 0;
    }
    
    #tabbedMenu li a {
    	color:rgb(18,83,17);
    	text-decoration: none;
    }
    
    .greenBox {
    	border:1px solid rgb(182,203,186);
    	border-top:none;
	margin:0px;
	padding:8px;
    }

tr.listingData2 {
	background-color: #FAF4E4;
}