/* 
content_styles.css 
List all the styles that are avaiable in TinyMCE
*/

/** Common attributes */
body{font: 14px/18px Helvetica, Arial, sans-serif;}
p{margin:0 0 10px 0;line-height:18px;}
/* Lists */
ul{margin:10px;margin-top:5px;padding:5px;}
ul li{padding:5px;}
ol#terms ul{margin:0 0 0 14px; list-style:none;}
ol#terms li{margin:0 0 18px 0; color:#000;}
ol#terms ul li{text-indent:-1.5em; margin:0; padding:0;}

ul.price-list{
margin:0;
padding:0;
}
li.price-list{
margin:0;
padding:0;
}

/* Links */


/* Headings */
h1,h2,h3,h4{
margin:12px 0 4px 0;
line-height:140%;
color:#000;
}

/** Background colours and Foreground colours */
.blue-fg{color:#336699;}
.blue-bg{background-color:#336699;}

.black-fg{color:#000;}
.black-bg{background-color:#000;}

.grey-pale-fg{color:#DDD;}
.grey-pale-bg{background-color:#DDD;}
.grey-light-fg{color:#CCC;}
.grey-light-bg{background-color:#CCC;}
.grey-fg{color:#666;}
.grey-bg{background-color:#666;}
.grey-dark-fg{color:#999;}
.grey-dak-bg{background-color:#999;}

.red-fg{color:#CC0000;}
.red-bg{background-color:#CC0000;}

.green-pale-fg{color:#fbfcf6;}
.green-pale-bg{background-color:#fbfcf6;}

.green-pale-fg{color:#fbfcf6;}
.green-pale-bg{background-color:#f2f8e7;}
.green-lighter-fg{color:#f8fbf3;}
.green-lighter-bg{background-color:#f8fbf3;}
.green-light-fg{color:#EDF5DF;}
.green-light-bg{background-color:#EDF5DF;}
.green-fg{color:#669933;}
.green-bg{background-color:#669933;}

.gold-fg{color:#b39d47;}
.gold-bg{background-color:#b39d47;}

/** Font sizes and line heights */
.font-size-smallest{font-size:10px; line-height:8px;}
.font-size-small{font-size:12px; line-height:16px;}
.font-size-normal{font-size:14px; line-height:16px;}
.font-size-medium{font-size:16px;}
/* Same size as h2 */
.font-size-large{font-size:18px;line-height:22px;} 
/* Same size as h1 */
.font-size-larger{font-size:20px;line-height:22px;}
.font-size-largest{font-size:28px;line-height:30px;}

/** Table styles */
table{width:908px;}
table th{font-size:16px;color:#666;padding:4px; text-align:center;}
table td{padding:6px; padding-left:12px;width:50px;}
table td img{margin-left:25%;_margin:0;}
.light-tr{}
tr.light-tr td,tr.light-tr th{background-color:#f7faf0;}
td.green-pale-bg{width:130px;}
th.area-table-heading{
text-align:left;
padding-left:12px;
}

/** Removal of common attributes */
.no-padding{padding:0;margin:0;}
.no-list-style{list-style:none;}
.no-float{float:none;}
.no-margin-left{margin-left:0;}
.no-margin-right{margin-right:0;}
.no-margin-top{margin-top:0;}
.no-margin-bottom{margin-bottom:0;}
.display-block{display:block;}
.display-inline{display:inline;}
.display-inline-block{display:inline-block;}
.display-none{display:none;}

/* Borders */
.border-all{border:1px solid #000;}
.border-color-grey{border-color:#666;}

/* inline content style */
.margin-20{margin:20px;}
.margin-bottom-20{margin-bottom:20px;}

.line-height-20{line-height:20px;}
.line-height-18{line-height:18px;}
.line-height-16{line-height:16px;}
.line-height-14{line-height:14px;}
.line-height-12{line-height:12px;}
.line-height-10{line-height:10px;}

