body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0px;
	padding:0px;
	background: #FCFCFC;
}

/***************        Main Structure        **************************/

#container {
	width:100%;
	height:100%;
	margin-bottom:50px;
}

#container #header{
	width:100%;
	height:110px;
	background:#f3f3f3;
	clear:both;
	margin-bottom:20px;	
}
#container #header .logo{
	width:272px;
	height:100px;
	padding-top:10px;
	float:left;
}
#container #header .logo img{
	width:100%;
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px; 
	border-radius: 20px;
	border-bottom:1px solid #ccc;
}
#container #header .menu{
	width:55%;
	height:50px;
	margin-left:20px;
	margin-top:30px;
	float:left;
	text-align:center;
}
#container #header .menu a{
	text-decoration:none;
	color:#0e1b8d;
	padding-right:20px;
}
#container #header .myAcc{
	width:20%;
	height:50px;
	float:right;
	margin-top:30px;
	text-align:right;
	padding-right:10px;
}

#container #ContentCont{
	width:1100px;
	height:100%;
	margin:0 auto;
	margin-bottom:30px;
	clear:both;
}
#container #ContentCont #sidebar{
	float:left;
	width:20%;
	height:100%;
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px; 
	border-radius: 20px;
	border:1px solid #ccc;
	padding:10px;
	margin-bottom:30px;
}
#container #ContentCont #sidebar .menu{
	width:94%;
	padding:2% 3%;
	margin-bottom:5px;
	background: #DADADA;
}
#container #ContentCont #sidebar .menu a{
	color:#0e1b8d;
	font-size:14px;
	text-decoration:none;
	font-weight: bold;
		
}

#container #ContentCont #sidebar .menu .menu-sub{
	width:100%;
	padding-bottom:2%;
	padding-left: 4%;
	margin-bottom:5px;
	font-size:12px;
}
#container #ContentCont #sidebar .menu .menu-sub a{
	color:#0e1b8d;
	font-size:12px;
	text-decoration:none;
	padding-bottom:50px;
	margin-bottom:20px; 
		
}
/*
	#0e1b8d - blue
	#ce1326 - red
*/
#container #ContentCont #content{
	float:right;
	width:69%;
	height:94%;
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px; 
	border-radius: 20px;
	border:1px solid #ccc;
	padding: 3% 3%;
}
#container #ContentCont #content h1{
	color:#0e1b8d;
	text-align:center;
	margin-bottom:20px;
}

#container #footer{
	width:100%;
	height: 20px;
	clear:both;
	background:#069;
	margin-top:50px;
}
/***************   Home Page Login      **************************/
#LoginCont{
	width:15%;
	height:auto;
	margin:20px auto;
	padding:4%;
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px; 
	border-radius: 20px;
	border-bottom:1px solid #ccc;
	background:top center no-repeat  url('https://yourexteriorpros.com/dev/yep-takeoff-program/images/logo.png') #f4f4f4;
	padding-top:110px;
}

#LoginCont .FieldLable {
	color:#0e1b8d;	
}

#LoginCont input{
	margin-bottom:10px;
	padding:1%;
	width:98%;
}

#LoginCont .Buttons{
	background:#ef0000;
	border:1px solid #ef0000;
	width:100%;
	color:#fff;
	text-transform:uppercase;
	font-weight:700;
}
#LoginCont .LoginMSG{
	color:#ce1326;
	text-transform:uppercase;
	font-weight:700;
	font-size:16px;
	margin-bottom:10px;
}

/******************** Pages Forms  **************************/
.FormMSG{
	color:#ce1326;
	text-transform:uppercase;
	font-weight:700;
	font-size:16px;
	margin-bottom:10px;
}
#form_Content{

}

#form_Content .FieldLable{
	width:20%;
	float:left;
	background:#f4f4f4;
	padding-left:10px;
	margin-right:10px;
	font-size:14px;
}

#form_Content .Field{
	margin-bottom:10px;	
	width:60%;
	clear:right;
	float:left;
}

#form_Content .Field input, #form_Content .Field select{
	width:100%;
	height:30px;
	padding-left:10px;
	border:1px solid #f4f4f4;
}
#form_Content .Field select.multipleComb{
	width:300px;
	height:250px;
	padding-left:10px;
	border:1px solid #f4f4f4;
	font-size:14px;
}

#form_Content .Field select.multipleComb2{
	width:100%;
	height: auto;
	padding-left:10px;
	border:1px solid #f4f4f4;
	font-size:14px;
}

#form_Content .Field textarea{
	width:100%;
	height:120px;
	padding-left:10px;
	border:1px solid #f4f4f4;
}
#form_Content .FieldLableRow{
	width:82%;
	float:left;
	background:#f4f4f4;
	padding-left:1%;
	margin-right:10px;
	margin-bottom:10px;
	font-size:14px;
}

#form_Content .FieldRow{
	margin-bottom:10px;	
	width:100%;
	clear:right;
	float:left;
}

#form_Content textarea{
	width:82%;
	height:100px;
	border:1px solid #f4f4f4;
	padding:10px;
}

#form_Content .Buttons{
	background:#ce1326;
	border:1px solid #ce1326;
	width: auto;
	color:#fff;
	text-transform:uppercase;
	font-weight:700;
	margin-top:20px;
	margin-bottom:20px;
}
#Pagenatation{
	border:1px;
	font-size:12px;
	
}
#Pagenatation tr{
	
}
#Pagenatation th{
	border:0px;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	border-top:1px solid #999;
	background:#CCC;
	padding:2px;
}
#Pagenatation td {
	border:0px;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	padding:5px;
}
#Pagenatation td.rowPrev {background:#fff;
}
#Pagenatation td.rowNext {
	
}


table  {
    border-collapse: collapse;
}

table ,   td,   th {
    border: 1px solid black;
}

/*******************      FRONT HOME   **************************/


#container #header .menuFront{
	width:45%;
	height:50px;
	margin-top:30px;
	margin-left:50px;
	float:left;
	text-align:left;
}
#container #header .menuFront a{
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border:1px solid #0e1b8d;
	background:#0e1b8d;
	padding:5px 20px;
	margin-top:60px;
	color: #FFF;
	text-decoration:none;
}

#ContentContHomeFront{
	width:1100px;
	margin:0px auto;
	height: 450px;
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px; 
	border-radius: 20px;
	border:0px solid #ccc;
	padding:10px;	
}

.GeneralMSG{
	color:#fff;
	text-transform:uppercase;
	font-weight:700;
	font-size:16px;
	margin-bottom:10px;
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px; 
	border-radius: 20px;
	border:1px solid #ce1326;
	background:#ce1326;
	padding:10px;
}

#CategoryDisplay{
	width:100%;
	clear:both;
}
#CategoryDisplay .CatCont{
	width:25%;
	height:auto;
	margin-bottom:10px;
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px; 
	border-radius: 20px;
	border:1px solid #ce1326;
	float:left;
	margin-right:5%;
}
#CategoryDisplay .CatCont .title{
	margin-bottom:10px;
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px; 
	border-radius: 20px;
	border:1px solid #ce1326;
	background:#ce1326;
	padding:10px;
	text-align:center;
	color:#FFF;
	font-size:20px;	
}
#CategoryDisplay .CatCont .title a{
	text-decoration:none;
	color:#F8F8F8;
}

#CategoryDisplay .CatCont .imgCnt{
	width:100%;
	height:auto;
	text-align:center;
	padding:5px 0px;	
}
#CategoryDisplay .CatCont .title a:hover, #CategoryDisplay .CatCont .imgCnt img:hover{
	border:2px  solid #0e1b8d;
	border-bottom:0px;
	border-top:0px;
	background:#0e1b8d;
}
#CatLeftMenu{
	width:100%;
	padding:0px;
}
#CatLeftMenu .title{
	width:97%;
	margin-bottom:10px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	border:1px solid #ce1326;
	background:#ce1326;
	padding:5px 1%;
	text-align:center;
	color:#FFF;
	font-size:18px;
}

#CatLeftMenu .title a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	padding:2px 60px;
}
  

#SubCategoryDisplay{
	width:100%;
}

#SubCategoryDisplay .Subcategory{
	width:100%;
	height:290px;
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px; 
	border-radius: 20px;
	border:1px solid #0e1b8d;
	margin-bottom:20px;
}

#SubCategoryDisplay .Subcategory .SubCatCont{
	width:40%;
	float:left;
	height:250px;
	margin-bottom:10px;
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px; 
	border-radius: 20px;
	border:0px solid #0e1b8d;
}
#SubCategoryDisplay .Subcategory .SubCatCont .title{
	margin-bottom:10px;
	-moz-border-radius-top: 20px; 
	-webkit-border-radius-top: 20px; 
	border-radius: 20px;
	border:1px solid #0e1b8d;
	background:#0e1b8d;
	padding:10px;
	text-align:center;
	color:#FFF;
	font-size:20px;	
}
#SubCategoryDisplay .Subcategory .SubCatCont .title a{
	text-decoration:none;
	color:#F8F8F8;
}

#SubCategoryDisplay .Subcategory .SubCatCont .imgCnt{
	width:100%;
	height:auto;
	text-align:center;
	padding:5px 0px;	
}
#SubCategoryDisplay .Subcategory .SubCatOptions{
	width:50%;
	float:right;
	height: 250px;
	margin-bottom:10px;
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px; 
	border-radius: 20px;
	border:0px solid #0e1b8d;
}

#SubCategoryDisplay .Subcategory .SubCatOptions .Option1{
	width:30%;
	height:245px;
	float:left;
	margin-right:20px;
}

#SubCategoryDisplay .Subcategory .SubCatOptions .Option2{
	width:30%;
	height:245px;
	float:left;
}

#SubCategoryDisplay .Subcategory .SubCatOptions .Option3{
	width:30%;
	height:245px;
	float:right;
}
#SubCategoryDisplay .Subcategory .SubCatOptions .Option1 h2,
#SubCategoryDisplay .Subcategory .SubCatOptions .Option2 h2,
#SubCategoryDisplay .Subcategory .SubCatOptions .Option3 h2{
	color:#ce1326;
}

#SubCategoryDisplay .Subcategory .SubCatOptions .Option1 .OptioRow,
#SubCategoryDisplay .Subcategory .SubCatOptions .Option2 .OptioRow,
#SubCategoryDisplay .Subcategory .SubCatOptions .Option3 .OptioRow{
	width:100%;
	height:20px;
}

#SubCategoryDisplay .Subcategory .SubCatOptions .Option1 .OptioRow .ChkBox,
#SubCategoryDisplay .Subcategory .SubCatOptions .Option2 .OptioRow .ChkBox,
#SubCategoryDisplay .Subcategory .SubCatOptions .Option3 .OptioRow .ChkBox{
	float:left;
	width:15%;
	height:15px;
}


#SubCategoryDisplay .Subcategory .SubCatOptions .Option1 .OptioRow .lable,
#SubCategoryDisplay .Subcategory .SubCatOptions .Option2 .OptioRow .lable,
#SubCategoryDisplay .Subcategory .SubCatOptions .Option3 .OptioRow .lable{
	float: right;
	width:80%;
	clear:right;
}
#SubCategoryDisplay .Subcategory .SubCatOptions .Option1 .OptioRow .ChkBox #checkbox,
#SubCategoryDisplay .Subcategory .SubCatOptions .Option2 .OptioRow .ChkBox #checkbox,
#SubCategoryDisplay .Subcategory .SubCatOptions .Option3 .OptioRow .ChkBox #checkbox{
	width:10px;
	padding:0px;
	margin:0px;
	
}

#SubCategoryDisplay .Subcategory .SubCatOptions   #continueBTN{
	background:#0e1b8d;
	border:1px solid #0e1b8d;
	color:#fff;
	padding:7px;
	font-size:14px;
	text-transform:uppercase;
	float:right;
	margin-right:20px;
}
.HalfLeft{
	float:left;
	width:25%;
}

.HalfRight{
	float:right;
	width:72%;
}

.HalfRight .lbl{
	float:left;
	width:26%;
	margin-right:5px;
}
.HalfRight .ipt{
	float:left;
	width:30%;
	margin-right:5px;
}

.HalfRight .cmd1{
	float:left;
	width:13%;
	margin-right:5px;
}

.HalfRight .cmd2{
	float:left;
	width:27%;
	margin-right:5px;
}

#SearchBar{
	width:100%;
	height:30px;
	margin:5px 0px;
}

#SearchBar .sort{
	width:72%;
	float:left;
	margin-bottom: 10px;
	background: #E3E3E3;
	padding: 4px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;
	border:1px solid #E3E3E3;
}
#SearchBar .sort .Lable1{
	width:48%;
	float:left;
	font-size: 12px;
	font-weight: bold;
}

#SearchBar .sort .Cont1{
	width:48%;
	float:left;
}

#SearchBar .sort .Cont1 .dateR{
	width:44%;
	float: left;
	margin-right: 1%;
}

#SearchBar .sort .Lable2{
	width:20%;
	float:left;
	font-size: 12px;
	font-weight: bold;
}

#SearchBar .sort .Cont2{
	width:20%;
	float:left;
}

#SearchBar .sort .Lable3{
	width:20%;
	float:left;
	font-size: 12px;
	font-weight: bold;
}

#SearchBar .sort .Cont3{
	width:20%;
	float:left;
}
#SearchBar .sort .btn{
	background: #5968C1;
	color:#F7F0F0;
}


#SearchBar .field{
	width:25%x;
	float:right;	
}

/*  For close Ratio Report Page */
#SearchBar .sort .CRatioLable1{
	width:30%;
	float:left;
	font-size: 12px;
	font-weight: bold;
}

#SearchBar .sort .CRationCon1{
	width:30%;
	float:left;
}

#SearchBar .sort .CRatioLable2{
	width:50%;
	float:left;
	font-size: 12px;
	font-weight: bold;
	clear:  right;
}

#SearchBar .sort .CRationCon2{
	width:50%;
	float:left;
}

#CRcont{
	width:60%;
	height: 200px;
}

#CRcont .CRlable {
	width:40%;
	height: 30px;
	text-align: right;
	float: left;	
}

#CRcont .CRvalue {
	width:49%;
	height: 30px;
	padding-left: 1%;
	float: left;
}

.tblQuote {
	margin-top:10px;
}

#dataTable{
}

#dataTable tr{
}

#dataTable tr td{
}

#dataTable tr td textarea{
	height:30px;
}
/*
-moz-border-radius: 20px; 
	-webkit-border-radius: 20px; 
	border-radius: 20px;
	border:1px solid #0e1b8d;
	margin-bottom:20px;
	*/
	