﻿body{
	font-family:Arial,Helvetica,Verdana,sans-serif;
	background: white;
	color:#7c868d;
}
div,td,table{
	font-family:Arial,Helvetica,Verdana,sans-serif;
}




.labelText{
    color:#00bfff;
}
.logo{
      margin: 0 auto;
    width: 960px;
}
.container1{
    display:block;
   	border:1px solid #ccc;
	border-radius:4px;
	box-shadow:0 0 5px #ddd;
	width:960px;
    margin:0 auto;
}





.submitButton,.add{
    background-color: #0095c8; 
    border-color: #0086B4;
    color: #fff;
    font-family: 'Open Sans',Helvetica,sans-serif;
    font-size: 0.875em;
    border-radius: 4px;
    padding: 0.7em 1.25em;
    border-width: 1px;
    line-height: 100%;
    border-style: solid;
    
}
.TextBox{
    border: 1px solid #ccc;
    border-radius: 6px;
    font-family:Arial,Helvetica,Verdana,sans-serif;

}

#top{
	background:rgba(0, 0, 0, .6);
	border-radius:5px;
	bottom:100px;
	display:none;
	color:#fff;
	font-size:15px;
	height:50px;
	line-height:50px;
	position:fixed;
	right:20px;
	text-align:center;
	width:50px;
	z-index:999;
}

#top:hover,
#top:focus{color:#fff;}
#top.fixed{display:block;}

.categoryRow td:first-child {
    background: url(../Images/blueminus.png) left no-repeat;
	
	cursor: pointer;

   
}
.expand td:first-child {
    background: url(../Images/blueplus.png) left no-repeat ;
	cursor: pointer;
    
  
}

.spacing{
   padding-bottom:10px;
}
.CheckBoxSpacing label{
    padding-left:5px;
}