/* Content styling
   Used for the editor preview and and page body content */

* { margin: 0; padding: 0;  }
html { font-size: 100%;	}

.pagebody {
/*	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;*/
	font-family: Arial, "Lucida Grande", Verdana, Helvetica, sans-serif;
	color: #666;
	line-height: 1.5;
	}

body.pagebody {
	/* Editor page body has an ID of pagebody to inherit these styles */
	/* Font size equivalents: 62.5% => 10px, 68.75% => 11px, 75% => 12px - match with div.pagbody */
	font-size: 75%;
	margin: 10px;
	background-color: #FFFFFF;
	}
div.pagebody {
	/* Content DIV in the website */
	font-size: 1.2em;
	}
#panel div.pagebody {
	/* Admin pagebody preview */
	font-size: 120%;
	background-color: #FFFFFF;
	padding: 5px 10px;
	}

/* Default styles */
.pagebody h1 {
	font-size: 2.0em;
	font-weight: bold;
	text-transform: uppercase;
	}
.pagebody h2 {
	font-size: 1.6em;
	font-weight: normal;
	margin: 0 0 0.3em 0;
	padding: 0;
	text-align: left;
	color: #3b5c95;
	text-transform: uppercase;
	}
.pagebody h3 {
	font-size: 1.4em;
	font-weight: normal;
	margin-bottom: 0.3em;
	text-align: left;
	line-height: 1.3;
	color: #00adef;
	text-transform: uppercase;
	}
.pagebody h4 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 1.8em;
	margin-bottom: 0.3em;
	text-align: left;
	line-height: 1.3;
	border-bottom: 1px solid #999;
	text-transform: uppercase;
	}
.pagebody h5 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 2em;
	margin-bottom: 0.3em;
	text-align: left;
	line-height: 1.3;
	text-transform: uppercase;
	}
.pagebody h3.library_heading {
	background-color: #EDEDED;
	padding: 5px;
	}
.pagebody ol,
.pagebody ul {
	margin: 0 0 1em 2em;
	}
.pagebody ul {
	list-style-type: disc;
	}
.pagebody li {
	margin-bottom: 0.3em;
	}
.pagebody p {
	margin-bottom: 1em;
	font-size: 100%;
	}
.pagebody hr {
	border: 0px none transparent;
	border-top: 1px dashed #999999;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	height: 1px;
	}
.pagebody img {
	border: 0;
	}
.pagebody input, 
.pagebody select, 
.pagebody textarea,
.pagebody label {
	font-size: 100%;
	}
.pagebody pre {
	font-size: 11px;
	}

/* Custom styles */
.pagebody .quote {
	font-style: italic;
	color: #CC0000;
	display: block;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 1em;
	}
.pagebody .callout-left {
	display: block;
	float: left;
	width: 32%;
	padding: 1%;
	margin-right: 2%;
	background-color: #ECECEC;
	clear: right;
	font-weight: bold;
	}
.pagebody .callout-right {
	display: block;
	float: right;
	width: 32%;
	padding: 1%;
	margin-left: 2%;
	background-color: #ECECEC;
	clear: left;
	font-weight: bold;
	}
.pagebody .callout-full {
	display: block;
	padding: 13px 10px 16px 16px;
	background: url("../images/bg_callout.gif") repeat-x 0 0;
	}
.pagebody .callout-full strong {
	color: #00adef;
	}
.pagebody img.right {
    margin-left: 10px;
    margin-bottom: 10px;
    }
.pagebody img.left {
    margin-right: 10px;
    margin-bottom: 10px;
    }


/* Table styles */
.pagebody table {
	width: 100%;
	margin-bottom: 1em;
	}
.pagebody th {
	text-align: left;
	border-bottom: 1px solid #999999;
	font-size: 1.1em;
	font-weight: bold;
	padding: 2px;
	}
.pagebody td {
	text-align: left;
	border: 1px solid #CCCCCC;
	font-size: 1.1em;
	padding: 2px;
	}
.pagebody table p {
	padding: 0;
	margin: 0;
	font-size: 100%;
	}
body.pagebody table th, 
body.pagebody table td {
	font-size: 82%;
	}
div.pagebody table {
	border-collapse: collapse;
	}
div.pagebody table tbody tr:hover {
	background-color: transparent !important;
	}


/* Content layout styles */
.pagebody .left_column {
    width: 48%;
    float: left;
    }
.pagebody .right_column {
    width: 48%;
    float: right;
    }


/* Search results */
dl#search_results {
    }
dl#search_results dt {
    margin-top: 1em;
    }
dl#search_results dd {
    }
dl#search_results .highlight {
    color: #0b4755;
    }
dl#search_results a {
	font-weight: bold;
	}
dl#search_results a .highlight {
    color: inherit;
    }
dl#search_results dd em {
    color: #999999;
    font-style: normal;
    display: block;
	font-size: 95%;
    }


/* Standard link styles */
.pagebody a:link 	  { color: #00adef; text-decoration: none; }
.pagebody a:visited   {	color: #00adef; text-decoration: none; }
.pagebody a:hover	  { color: #00adef; text-decoration: underline; }
.pagebody a:active    { color: #00adef; text-decoration: none; }



/* new styles */

	.title1 {	font-size: 2.4em;
	font-weight: bold; color:#3b5c95;}
	.title2 {	font-size: 1.4em;
	font-weight: bold; color:#00adef;}
	.text {font-size: 1.1em; color: #666666; font-family: Arial, "Lucida Grande", Verdana, Helvetica, sans-serif;}
	.formtitle {	font-size: 1.1em;
	font-weight: bold; color:#00adef;}