/* @override http://isadev/erase/css/typography.css */

/* Most Common Changes
------------------------------------------------------ */
body { color: #333; }
hr { border-color: #000000; }
b { color: #006c67; }

a:link { color: #006c67;	}
a:visited {	color: #40918d; }
a:hover {	color: #005652; }
a:active { color: #006c67; }

h1 { color: #222; }
h2 { color: #444; }
h3 { color: #005652; }
h4 { color: #777; }
h5 { color: #888; }
h6 { color: #999; }

table.style1, table.style1 td, table.style1 th { border-color: #666; }
table.style1 tr.even td { background-color: #ccc; }
table.style1 th { color: #000; }

table.style2, table.style2 td, table.style2 th { border-color: #666; }
table.style2 tr.even td { background-color: #ccc; }
table.style2 th { color: #000; }

fieldset { border-color: #000000; }
legend { color: #000000; }


/*
------------------------------------------------------ */
a:link { text-decoration: underline; }
a:visited {	text-decoration: underline; }
a:hover {	text-decoration: none; }
a:active { text-decoration: underline; }

h1, h2, h3, h4, h5, h6 { line-height: 1.15em; }
h1 { font-size: 2.25em; }
h2 { font-size: 2em; margin: 1em 0 0 0; font-weight: normal;}
h3 { font-size: 1.60em; margin: 1em 0 0 0;}
h4 { font-size: 1.5em; margin: 1em 0 0 0; font-weight: normal; }
h5 { font-size: 1.3em; margin: 1em 0 0 0;}
h6 { font-size: 1.2em; margin: 1em 0 0 0; font-weight: normal; }
hr { margin: 1.5em 0 .25em 0; }


/* Table Style 1 & 2
-------------------------------------------------------- */
table.style1 {
	margin: 1em 0;
	border-style: solid;
	border-width: 1px 1px 0 0;
}
table.style1 td, 
table.style1 th {
	border-style: solid;
	border-width: 0 0 1px 1px;
	padding: 2px 1em;
}

table.style2 {
	margin: 1em 0;
	border-style: solid;
	border-width: 1px 1px 0 0;
}
table.style2 td, 
table.style2 th {
	border-style: solid;
	border-width: 0 0 1px 1px;
	padding: 2px 1em;
}


/* Forms
-------------------------------------------------------- */

fieldset { border-style: solid; border-width: 1px; padding: 2em; margin: 1em 0; }
legend { padding: 0 .25em; font-size: 2em; font-weight: bold; }

.customList h3{ color: #006c67; font-size: 1.5em; } 
.right { float: right; padding: 0 0 10px 10px; }
.left { float: left; padding: 0 10px 10px 0; }


/* Colored Boxes
-------------------------------------------------------- */

.box { padding: 10px;	border: solid 1px #000;	background: #ccc; margin-bottom: 5px; }
.box h2 { font-size: 1.25em; font-weight: bold; margin: 0; color: #333;}
.box h3 { font-size: 1.15em; font-weight: normal; margin: 0; color: #333;}

.green { background: #e5f0f0; border-color: #006c67; }
.green h2, .green h3 { color: #006c67; }

.purple { background: #ece9f2; border-color: #472783; }
.purple h2, .purple h3 { color: #472783; }

.blue { background: #e5edf4; border-color: #004d96; }
.blue h2, .blue h3 { color: #004d96; }


/* Misc
-------------------------------------------------------- */
.noMargin { margin: 0; }
h2.small { font-size: 1.5em; font-weight: 200; color: #000; margin-top: 2px; }
.description { color: #444; margin: 2px 0 0 0; }
.border { border: #006c67 solid 1px; padding: 2px; }

.eraseHeading { border: solid #7fb5b3 1px; margin: 20px 50px; }

ul.tabs {

	margin: 20px 10px 20px 20px;
	padding: 0 20px 0 0;
	border: #006c67 solid;
	border-width: 0 1px 0 0; 
}

ul.tabs li { border: #006c67 solid;	border-width: 0 0 1px 0; list-style: none; }
ul.tabs li.last { border: 0; }
ul.tabs li.no-ltr a { color: #006c67; font-weight: bold;  padding-left: 10px; line-height: 25px; font-size: 18px; }
ul.tabs a span.ltr { font-size: 24px; padding: 0 10px 0 10px; color: #006c67; font-weight: bold; }

ul.tabs a, 
ul.tabs a:link, 
ul.tabs a:visited,
ul.tabs a:hover,
ul.tabs a:active {
	text-decoration: none;
}


ul.tabs a { display: block; padding: 10px 0 4px 0;	text-decoration: none; color: #333; border: 0; }
ul.tabs a:hover { background: #f2f8f7; }
ul.tabs a.current { background: #d9e9e8; }
ul.tabs a.current:hover { background: #f2f8f7;  }

.panes div { padding: 20px 0; }
.panes h2 { color: #006c67; margin: 0; }
.panes ul li { list-style: none; margin: 6px 0 0 0; background: url(../img/bullet.png) no-repeat 0 5px; padding: 0 0 0 20px; }
.panes ul { margin: 0; }
.panes p { margin: 6px 0 0 0; }

.panes .player { padding: 0; }

.small { font-size: .9em; }

