/* CSS Document */
.signup{
	width:70%;
margin-top:14px;
border-color: #cccccc;
/*text-align:center;*/
margin-left:auto;
margin-left:auto;
	}
input[type="text"]{
	width:200px;
	padding:5px;
	border-color:#A3A3A3;
	margin-bottom:0px !important;
}
.signup tr, .signup td
{
 line-height: 40px;
}
.cancel{
	background-color: #2a3141;
    border: 0 none;
    border-radius: 6px;
    color: #ffffff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 39px;
    padding: 0px 8px;
    width: 97px;
	}
input[type="password"]{
	width:200px;
	padding:5px;
	border-color:#A3A3A3;
	margin-bottom:0px !important;
}
select {
    border: 1px solid #a3a3a3;
    width: 220px;
	background-color:#f9f9f9;
	}
textarea {
	 border: 1px solid #a3a3a3;
	}
.signup a {
    color: red;
    text-decoration: none;
}
.level1{
	padding-left:15px 0px;	
}
.level1{
	font-size:14px;
	
	font-weight:bold;
	cursor:pointer;
	
}

.level1 dt a{
	border-bottom:1px dashed #F60;
	padding:4px 0px 4px 15px;
	color:#069 !important;
	display:block;
	
}
.dheader4{
	/*margin-top: 10px !important;*/
	padding:5px;
	color:#303030;
	margin-bottom:5px;
	font-size:19px;!important;
	text-transform:capitalize;!important;
	font-weight:700;!important;
	padding-left: 10px;
	
}
.sidebar-nav {
    border-radius: 5px;
    /*box-shadow: 0 0 10px #bdbdbd;*/
    float: left;
    margin-bottom: 0;
    min-height: 300px;
    padding-bottom: 0;
	 padding-right: 12px;
    width: 20%;
}
.main{
	width:100%;
	}
	
.maincontent {
	float:left;
    padding: 0 10px;
    width: 77%;
}
.crrtable {
width:100%;
float:left;
margin-top:14px;
border-color: #cccccc
}
.ptab {
	
}
.ptab tr{
	line-height: 40px;
}
.ptab th{
    background:#DDF5F9;
	color:#000000;
    padding:4px;
    border-bottom:1px dotted #999;
    text-transform:capitalize;
	text-align:left;
	line-height: 40px;
}

.ptab td{
     padding:3px;
	 color:#000;
	  border-bottom:1px dotted #999;
}
.ptab2 {
	
	
}
.ptab2 tr{
	line-height: 40px;
}
.ptab2 th{
    background:#DDF5F9;
	color:#000000;
    padding:4px;
    border-bottom:1px dotted #999;
    text-transform:capitalize;
	text-align:left;
	line-height: 40px;
}

.ptab2 td{
     padding:3px;
	 color:#000;
	  
}


.ptab3{
	border:1px solid #c2c2c2;
	
}
.ptab3 tr{
	line-height: 40px;
}
.ptab3 th{
    background:#00a7e7;
	color:#000000;
    padding:4px;
    border-bottom:1px dotted #999;
    text-transform:capitalize;
	text-align:center;
	line-height: 40px;
	border-right:1px solid #c2c2c2;
	color:#ffffff;
}

.ptab3 td{
     padding:3px;
	 color:#000;
	 border-right:1px solid #c2c2c2;
	 border-bottom:1px solid #c2c2c2;
	  
}


.claer{
 clear:both;	
}
.maincontent h2 {
    border-bottom: 1px solid #999;
    padding-bottom: 15px;
}
h2{
	font-size: 20px !important;
    line-height: 24px;
	}
.ptab input[type="text"]{
	width:200px;
	padding:5px;
	margin-bottom:0px !important;
}
.navmenu
{	
	list-style:none outside none;
	padding-left: 10px;
	padding-top: 15px;

}
.navmenu li
{
	font-size: 18px ;
	margin-bottom: 10px;
    text-transform: capitalize;
	padding-left:20px;
	padding-top:2px;
    /*list-style-image: url("../images/li.style.png");*/
    font-weight: 200;
    letter-spacing: 0;
    line-height: 16px;
    padding-bottom: 6px;
    background: url("../images/arrow.png") no-repeat scroll left 5px top 8px rgba(0, 0, 0, 0);
    border: 1px solid #ccc;
    
	
}
.navmenu{
	margin:0px !important;
	}
h3{
	font-size:19px !important;
	font-weight:700 !important; 
	padding-bottom: 15px !important;
	border-bottom:1px solid #d5dbe0 !important;
}
.dheader4{
	border-bottom:3px solid #9c1818  !important;
	}
.submit{
    width: 97px;
}