/* -----------------------------------*/
/* ---->>> CRL JOURNAL CSS <<<--------*/
/* -----------------------------------*/

/* overall tag settings */

body {
	font: 85% verdana,helvetica,sans-serif;
	color: #000;
	padding: 20px;
	margin: 0;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	}

img {
	border: none;
	text-decoration: none;
}

em cite {
	font-style: normal;
}

dd {
	margin-bottom: 1.5em;
	margin-top: .5em;
}

dt {
	margin-top: 1.5em;
	margin-botom: .5em;
	font-weight: bold;
}

/* clearing divs */

div.clear_left {
	clear: left;
	height: 0px;
	overflow: hidden;
}

div.clear_both {
	clear: both;
	height: 0px;
	overflow: hidden;
}

div.clear_right {
	clear: right;
	height: 0px;
	overflow: hidden;
}

div.clear_with_space {
	clear: both;
	height: 20px;
	overflow: hidden;
}


/* template settings */

#wrapper {
	margin: auto;
	
}

#top {
	display: none;
	
}

#header {
	display: none;
}

#container {
	
}

#left {
	display: none;
}

#main {

}


#right {
	display: none;
}

#footer {
	display: none;
}

#bottom {
	display: none;
}


/* header */





/* left column */


/* main column */

#main h1 {
	font-size: 21px;
	margin: 0 0 15px 0;
}

#main h2 {
	font-size: 17px;
	margin: 30px 0 15px 0;
}

#main h3 {
	font-size: 17px;
	margin: 30px 0 15px 0;
	font-weight: normal;
}

#main h4 {
	font-size: 15px;
	margin: 30px 0 15px 0;
	font-weight: normal;
}


#main p {
	margin: 15px 0;
	line-height: 1.3;
}

#main ul {
	margin: 15px 0;
}

#main ul li {
	margin: 7px 0 7px 2em;
}


/* right column */





/* footer */


/* botton */



/* missing info on form */


/* category applications */


/* order action */


/* confirmations */

div.controls {
	display: none;
}

p.print_notice {
	display: none;
}

div.category_application div.status {
	float: right;
	padding: 0 0 0 5px;
}

#main div.confirmation h3 {
	margin: 0 0 5px;
	padding: 0;
}

div.category_application dl dt {
  padding: 20px 0 5px;
  margin: 1px 0;
}

div.category_application dl dd {
  padding: 5px 0 20px;
  margin: 1px 0;
}