a{
	color:#333333;
	font-size: 12px;
}

.homeSellBoxes{
	margin-top:50px;
	margin-left:3px;
	float:left;
	width:210px;	
	text-align: left;
	padding: 8px;
	/*background-color:#009900;*/
	
}
.homeSellBoxes a{
text-decoration:none;
height:100px;
display:block;
color:#999999;
}
.homeSellBoxes a:hover{
color:#CC0000;
}

body{
background-color:#EEEEEE;
background-image:url(../Images/Public/BodyBack.gif);
background-repeat:repeat-x;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}

.Preloader{
background-image:url(../Images/Public/PreLoader.gif);
background-position:center;
background-repeat:no-repeat;
background-color:#FFFFFF;
margin-left:1px;
width:225px;
height:50px;
display:none;
}
.HeadingBig {
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}

li {
	list-style-image: url(../Images/Public/Icons/ArrowRightGreyWhite.gif);

}


.DivMain {
width:966px;
margin-left:auto;
margin-right:auto;

}
.DivHeader{
height:240px;	
}
.HeaderTopNav{
	text-align:right;
	color:#FFFFFF;
	background-image:url(../Images/Public/Logos/ChilliHRLogo.gif);
	background-repeat:no-repeat;
	height:65px;
	padding-top:20px;
	
	
}

.HeaderTopNav a{
text-decoration:none;
color:#FFFFFF;
}

.HeaderNavButtons{
	float:right;
	margin-top:5px;

}

.HeaderNavButtons a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	padding-left: 10px;
	display:block;
	float:left;
	padding-top: 12px;
	/*background-color:#00CC00;*/
}
.highlightText {
	color: #990000;
	font-size: 12px;
}


.ButtonDevider{
	height: 40px;
	width:2px;
	background-position: left top;
	float:left;
}

#HeaderBigBanner {
height:145px;
width:956px;
border-top:solid 10px #000000;
border-left:solid 10px #000000;
background-color:#000000;
background-repeat:no-repeat;
}

.HeaderBottomBar{
background-color:#C1E7EE;
height:10px;
width:961px;

}

.ContentMainHolder{
background-color:#FFFFFF;
width:966px;
float:left;
background-image:url(../Images/Public/GrayBottomLeftMenu.gif);
background-repeat:repeat-y;
}

.MainContentBorder{
border-top:solid 2px #CCCCCC;
float:right;
display:block;
width:832px;
height:0px;
background-color:#EEEEEE;
}
.MenuSub {
display:block;
}
.whiteText {
	color: #FFFFFF;
}


.MenuSub a {
display:block;
text-decoration:none;
color:#990000;
font-weight:bold;
float:left;
padding:5px;
margin-right:3px;
border:solid 1px #CCCCCC;
background-color:#F4F4F4
}
.MenuSub a:hover {
color:#FFFFFF;
background-color:#CCCCCC;

}

.ContentInsideLeft{
width:330px;
float:left;

}

.ContentInsideRight{
	width:330px;
	float:left;

	margin-left: 20px;
}
.ContentLeft{
color:#FFFFFF;
float:left;
width:225px;
background-color:#000000;
}

.ContentLeftBanners{
background-color:#666666;
width:225px;
float:left;
border-bottom:solid 3px #666666;
}

.SideBox{
background-color:#EEEEEE;
width:200px;
margin-left:12px;
margin-top:5px;
margin-bottom:10px;
}

.ContentLeftLinks a{
background-image:url(../Images/Public/Icons/ArrowSquareBlack.gif);
background-repeat:no-repeat;
text-decoration:none;
padding-left:23px;
margin-left:10px;
height:30px;
display:block;
color:#cccccc;
font-weight:bold;
font-size:14px;
padding-top:2px;
}

.ContentLeft a:hover{
color:#FFFFFF;
text-decoration:underline;
}

.ContentRight{
	width:700px;
	height:auto;
	float:right;
	padding:20px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border-right:solid 1px #CCCCCC;

}
.ContentHeading{
	border-bottom:solid 4px #999999;
	font-family:Arial, Helvetica, sans-serif;
	color:#990000;
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:-10px;
	font-style: normal;
}
.ContentHeadingSmall{
border-bottom:solid 3px #999999;
	font-family:Arial, Helvetica, sans-serif;
	color:#990000;
	font-size:14px;
	font-weight:bold;
	margin-bottom:3px;
	font-style: normal;
	
}
.Footer{
	float:right;
	width:833px;
	padding-top:10px;
	background-color: #000000;
	margin-top:6px;
	
}
.FooterLeft{
	float:left;
	color:#999999;
	font-size:12px;
	padding-left: 10px;
	padding-top: 5px;
}
.FooterRight{
	font-size:10px;
	float:right;
	color:#999999;
	font-size:10px;
	text-align:right;
	padding-right:40px;
	padding-bottom: 5px;
	padding-top: 3px;
	margin-bottom: 5px;
	background-image:url(../Images/Public/Icons/ChilliBlack.gif);
	background-position:right;
	background-repeat:no-repeat;
}
.FooterLeft a{
color:#999999;
text-decoration:none;
}
.FooterRight a{
font-size:10px;
color:#999999;
}

.formWrapper{
width:100%;
float:left;
}
/*do not hide this element, 
else the server side error will not be visible
the JQuery validation will set css display:none automatically
*/
.formError{
color:#CC0000;
margin-bottom:10px;
width:100%;
}
.formLabel{
margin-bottom:5px;
margin-top:5px;
font-weight:bold;
width:100%;

}
.formField{
margin-top:5px;
width:100%;
text-align:left;
}
.formField input{
width:100%;
text-align:left;
}

.formField select{
width:100%;
text-align:left;
}

.Boxes {
	background-color: #FFFFFF;
	border: 1px solid #A40000;
	width: 200px;
}
.BoxesHeading {
	color: #FFFFFF;
	background-color: #A40000;
	padding: 3px;
	font-weight: bold;
	font-size: 14px;
}
.BoxesContent {
	padding: 2px;
	color: #666666;
}

.BoxesProduct {
	background-color:#CBEBED;
	border: 1px solid #8FBAC0;
	width: 343px;
	margin-bottom: 5px;
	display:block;
	float:left;
	
}
.BoxesProductHeading {
	color: #FFFFFF;
	background-color: #1F616F;
	padding: 3px;
	font-weight: bold;
	display:block;
	float:left;
	width:338px;
	font-size: 14px;
}
.BoxesProductContent {
	padding: 2px;
	display:block;
	float:left;
	width:339px;
	color: #143F47;

}

.BoxesProductContent hr {
color:#009999;
size:1px;
}

.BoxesProductData{
	padding: 2px;
	display:block;
	float:left;
	width:180px;
	font-size: 10px;

}

.BoxesProductSelect{
float:right;
padding-top:15px;
padding-right:15px;
}

.SubmitButton {
	color: #ffffff;
	background-color: #993300;
	cursor:pointer;
	padding:2px;

}
.submitButtonDiv{
float:right;
}

.paginatorWrapper{
width:430px;
height:60px;
border:solid 1px #CCCCCC;
background-color:#CCCCCC;
display:block;
text-align:center;
margin-left:auto;
margin-right:auto;
margin-top:10px;
margin-bottom:10px;
}
.paginatorTabWrapper{
	background-color:#666666;
	height:20px;
	padding:5px;
	text-align:center;

	
}
.paginatorLabel{
float:left;
width:100%;
font-weight:bold;
padding:3px;
}
.paginatorTab a{
float:left;
display:block;
padding:1px;
text-decoration:none;
border:solid 1px #ffffff;
background-color:#999999;
color:#FFFFFF;
width:20px;
text-align:center;
margin-left: 1px;
}
.paginatorTabActive a{
float:left;
display:block;
padding:1px;
text-decoration:none;
border:solid 1px #ffffff;
background-color:#990000;
color:#FFFFFF;
width:20px;
text-align:center;
margin-left: 1px;
}
.paginatorTab a:hover{
background-color:#ffffff;
color:#333333;
}

.flashMessages{
	
	background-color:#C5D6FC;
	border:solid 1px #CCCCCC;
	margin-bottom:10px;
	margin-top:10px;
	padding-left:50px;
	background-image:url(../Images/Public/Icons/FlashMessage.gif);
	background-repeat:no-repeat;
	background-position: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-weight:bold;

}
