
/*------------------------------------------------------------------------
# Soapbox -> Typography CSS (v1.0)
# ------------------------------------------------------------------------
# Copyright (C) 2009 PICNet, Inc. All Rights Reserved.
# Author: Ryan Belisle
# Website:  http://www.picnet.net
-------------------------------------------------------------------------*/

/* ------------------------------------------------------------------------
/* !TINYMCE Editor Specific Styles */
/* ----------------------------------------------------------------------*/
body#tinymce,
body#tinymce table				{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 1.5em; }



/* ------------------------------------------------------------------------
/* !GLOBAL */
/* ----------------------------------------------------------------------*/

/* !Link */
a,
a:active,
a:visited						{ color: #0068fa; text-decoration: none; }
a:hover 						{ color: #012e6d; text-decoration: underline; }
a img 						{}


/* !Heading */
h1,
h2,
h3,
h4,
h5,
h6							{ font-weight: bold; }

h1 							{ color: #002d6d; }
h2 							{ color: #002d6d; }
h3 							{ color: #15701b; }
h4							{ color: #00a433; }
h5 							{ color: #666; }
h6							{ color: #000; }


/* !Type margin.padding */
p,
pre,
code,
blockquote,
ul,
ol,
table.tableStyle				{}


/* !Unordered Lists */
ul							{}
ul li						{ background: url(../images/bullet.gif) no-repeat 18px .75em; }

ul.plainList					{}
ul.plainList li				{}


/* !Ordered Lists */
ol							{}
ol li						{}


/* !Definition Lists */
dl							{}
dl dt						{}
dl dd						{}


/* !HR */
hr							{ border-color: #ccc; }


/* !Code Highlight */
pre							{ background: #f2f2f2; border-color: #ccc; }
code							{}


/* !Blockquote */
blockquote					{ background: #f2f2f2; }


/* !Address */
address						{ background: #f2f2f2; border-color: #ccc; }


/* !Sup/Subscript */
sup,
sub							{ color: #15701b; }


/* !Sample */
samp							{ background: #f2f2f2; }


/* !Table: Alternating Row Colors for Tables, Comments, etc. */
.row1 td,
.odd  						{ background: #f2f2f2; border-color: #ccc; }
.rowTitle1 td					{ background: #f2f2f2; }
.row2 td,
.even 						{ background: #fafafa; border-color: #ccc; }
.rowTitle2 td					{ background: #fafafa; }
.row1:hover td,
.row2:hover td,
.odd:hover,
.even:hover					{ background: #ffffcc; }
.rowTitle1:hover td,
.rowTitle2:hover td				{}


/* !Table: Common for tableStyle and resultsTBL */
table.tableStyle thead th,
table.tableStyle tr td,
table.resultsTBL thead th,
table.resultsTBL tr td						{} /* for padding change */

table.tableStyle thead th,
table.resultsTBL thead th					{ color: #fff; background: #333; }
table.tableStyle thead th a,
table.resultsTBL thead th a,
table.tableStyle thead th a:active,
table.resultsTBL thead th a:active,
table.tableStyle thead th a:visited,
table.resultsTBL thead th a:visited			{ color: #fff; }
table.tableStyle thead th a:hover,
table.resultsTBL thead th a:hover				{}
table.tableStyle caption,
table.resultsTBL caption						{ color: #6c8cc7; border-color: #ccc; }


/* !Table: Content Table Style */
table.tableStyle							{}
table.tableStyle thead th					{}
table.tableStyle thead th a,
table.tableStyle thead th a:active,
table.tableStyle thead th a:visited			{}
table.tableStyle thead th a:hover				{}
table.tableStyle tr td						{}
table.tableStyle tr.row1 td					{}
table.tableStyle tr.row2 td					{}
table.tableStyle tr.row1:hover td,
table.tableStyle tr.row2:hover td				{}
table.tableStyle caption						{}


/* !Img */
img.imgLeft				{}
img.imgRight				{}
img.imgLeftBorder			{ border-color: #ccc; }
img.imgRightBorder			{ border-color: #ccc; }
img.noBorder				{}
img.imgBorder				{ border-color: #ccc; }


/* Misc */
.noPad					{}
.noMrg					{}
.left					{}
.right					{}

hr							{ border-style: dotted; border-width: 2px 0 0 0; height: 1px; }