@charset "utf-8";
/* CSS Document */

/*remove all border styles from template*/
#wrapper, #header, #leftCol, #mainCol, #rightCol, #footer{
	border:none;
}


/*branding styles to change colors of app, overwrite these styles */
.mainColorStyleBg1{
	background-color:#990000;
}

.mainColorStyleBg2{
	background-color:#CC0000;
}


/****  main body styles  ****/

body{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../core_images/pageBg2.jpg);
	background-color:#CCC5B3;
	font-size:12px;
}

#wrapper{
	background-color:#9A9077;
}

#header{
	height:105px;
        /*background-image:url(../core_images/kwTools_banner_bg.png);
	background-repeat:repeat-x;*/
}

#header #appTitle{/*ie6 hack exists*/
	position:relative;
	top:0;
	padding-left:30px;
	margin-bottom:0px;
}


#header #appTitle h1{
	color:#FFCC00;
}

#header #appTitle .appDesc{
	color:white;
	margin-top:-30px;
	margin-left:75px;
	font-size:1em;
}


#header #brandingBg{
	/*background-image:url(../core_images/kwTools_banner.png);
	background-repeat:no-repeat;*/
	height:105px;
}

#header #kwLogo{
	margin-top:20px;
	margin-right:10px;
	float:right;
}

.brandingBorder{/*branding style*/
	height:4px;
}

#footer{
	background-color:black;
	height:10px;
	border-top:1px solid white;
}

#legal{
	font-size:.7em;
}

#legal a{
	color:#CCCCCC;
}

.focusBox{
	margin-left:5px;
}

.focusBox h3{
	color:white;
	padding:2px;
	padding-left:5px;
}

.focusBox .content{
	border:1px solid gray;
	margin-top:2px;
	padding:5px;
}

.contentTop{
	/*unused in base*/
	
}

.contentBottom{
	/*unused in base*/
}

/****  end main body styles  ****/

/** default nav branding  **/
