/*
 *
 * Ephox EditLive! Style Sheet Library
 * Copyright (c) 1999-2007 Ephox Corp. All rights reserved.
 * This software is provided "AS IS," without a warranty of any kind.
 * 
 * This file provides a baseline style sheet with basic styles.
 * 
 */

body {
	font-family: Verdana;
	font-size: 10pt;
	color:#333333;
	line-height:1.5em;
}

p {
	margin: 0px;
	padding: 6px 0px 6px 0px;
}

h1 {
	padding:16px 0px 8px 0px;
	margin: 0px;
	color:#000000;
	font-size:18pt;
	font-weight:normal;
}

h2 {
	margin:0px;
	padding: 12px 0px 4px 0px;
	font-size:18pt;
	font-weight:normal;
	color:#000000;
}

h3 {
	margin: 0px;
	padding: 8px 0px 4px 0px;
	font-size:14pt;
	color:#404040;
	font-weight:bold;
}

h4 {
	margin: 0px;
	padding: 8px 0px 4px 0px;
	font-size:10pt;
	color:#000000;
	font-weight:bold;
}

img{
	border-style:none;
}

table{
	border-collapse: collapse;
	border: 1px solid black;
	font-size:10pt;
}

td{
	vertical-align: top;
	border-style: solid;
	border-width: 1px;
	border-color: black;
}

th{
	vertical-align: middle;
	border-style: solid;
	border-width: 1px;
	border-color: black;
}

td p{
	margin-top: 0px;
	margin-bottom: 0px;
}

th p{
	margin-top: 0px;
	margin-bottom: 0px;
}

hr{
	width: 80%;
	height: 1px;
	border-width: 0;
}
/*
 *
 * Ephox EditLive! Style Sheet Library
 * Copyright (c) 2007 Ephox Corp. All rights reserved.
 * This software is provided "AS IS," without a warranty of any kind.
 * 
 * This file provides all formatting information for the theme.
 * 
 */
 
/*
 *
 *
 * DIV-based Styles
 *
 *
 */



/*Contrast Call Out Styles*/
div.Panel{
	border: 1px solid;
	width:20em;
	margin: 0px 10px 0px 10px;
}

div.Panel h1{
	font-size: 10pt;
	margin: 0px;
	padding:5px;
}

div.Panel p{
	padding:5px;
	margin:0px;
}

/*Navigation Panel Styles*/
div.NavigationPanel{
	border: 1px solid;
	width:20em;
	margin: 0px 10px 0px 10px;
}

div.NavigationPanel h1{
	margin: 0px;
	padding:5px;
	font-size: 10pt;
}

div.NavigationPanel ul{
	margin: 0px;
	padding: 2px 5px 2px 35px;
}

div.NavigationPanel li{
	margin: 0px;
	padding: 3px;
}

div.NavigationPanel a{
	text-decoration: none;
}

div.NavigationPanel a:hover{
	text-decoration: none;
	text-decoration:underline;
}

div.NavigationPanel div, div.NavigationPanel p{
  	margin: 0px;
	padding: 5px;
}

/*
 *
 *
 * Table-based Styles
 *
 *
 */

/*Outline table*/ 
table.Simple{
	border-left-style:none;
	border-right-style:none;
	border-top: 1px solid;
	border-bottom: 1px solid;
}

table.Simple th{
	border-top-style:none;
	border-left-style:none;
	border-right-style:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding:3px;
}

table.Simple td{
	border-style:none;
	padding:3px;
}

/*Column Layout table for highlighting content in a table*/
table.Shaded{
	border-style:none;
}

table.Shaded th{
	border-style:none;
	padding: 3px;
	text-align:center;
	font-size:10pt;
}

table.Shaded td{
	border-width:1px;
	padding: 3px;
}

/*
 *
 * Ephox EditLive! Style Sheet Library
 * Copyright (c) 1999-2007 Ephox Corp. All rights reserved.
 * This software is provided "AS IS," without a warranty of any kind.
 * 
 * This file provides all colour information for the theme.
 * 
 */

/*Constrast Call Out Styles*/
div.Panel{
	border-color: #777777;
}

div.Panel h1{
	background-image: url(images/largeContrastTitleBar.png);
	background-color: #323232;
	color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: center;
	background-attachment: scroll;
}

/*Navigation Panel Styles*/
div.NavigationPanel{
	border-color: #D4D4D4;
}

div.NavigationPanel h1{
	background-image: url(images/largeTitleBar.png);
	color: #FFFFFF;
	background-color: #5E657B;
	background-repeat: repeat-x;
	background-position: center;
	background-attachment: scroll;
}

div.NavigationPanel a{
	color: #2B3D72;
}

div.NavigationPanel a:hover{
	color: #8599D3;
}

div.NavigationPanel ul{
	list-style-image: url(images/bluearrow.png);
}


/*
 * Table-based Styles
 */

/*Outline table*/ 
table.Simple{
	border-color: #D4D4D4;
}

table.Simple th{
	border-color: #D4D4D4;
}



/*Column Layout table for highlighting content in a table*/

table.Shaded th{
	background-image: url(images/largeContrastTitleBar.png);
	background-color: #323232;
	color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: center;
	background-attachment: scroll;
}

table.Shaded td{
	border-color: #D4D4D4;
}

/*
 * HR styles
 */
 
hr {
	color: #747F9D;
	background-color: #747F9D;
}

/*
 * List styles
 */
 
/*Note that these styles use images we cannot redistribute - sphere_10 and square_10 from the Icon Shock collection*/

ul.Arrow{
	list-style-image: url(images/bluearrow.png);
}

ul.Tick{
	list-style-image: url(images/blue32tick.png);
}
 
ul.Blue{
	list-style-image: url(images/sphere_10.png);
}