﻿
/*
  PARTY PLAN IT STYLE SHEET
*/


* { border-width: 0px; font-family: Arial,Helvetica,sans Serif; font-size: 11pt; color: black; margin: 0px; padding: 0px; }

body { background-image: url('Images/bg-blue-floral.png'); }

h1, h2, h3 { margin: 0px; font-weight: bold; }

h1 { font-size: 14pt; font-weight: bold; color: #4c88c7; }
h2 { color: #DE3B72; font-size: 12pt; }
h3 { font-size: 8pt; color: #4c88c7; }

a:link { color: #45556A; }
a:visited { color: #45556A; }
a:active { color: #45556A; }
a:hover { color: Red; font-weight: normal; }

.aspxTextbox { border: 1px solid #808080; background-color: #FFFFCC; }
.aspxButton { border: thin outset #C0C0C0; }

.divImageWithCaption { font-size: 10pt; color: #5A67D6; text-align: center; }

.divImageWithCaption img { margin: 4px; border: 1px solid #658f20; }
.divImageWithCaption p { color: #5A67D6; margin-right: 4px; margin-left: 4px; }

.ORANGE { color: #F3871F; }

.BLUE { color: #5A67D6; }

.GOLD { color: #F3D379; }

.DIVOUTLINE { border-style: dashed; border-width: 1px; }
.ServicesList { list-style-type: disc; list-style-position: inside; margin-left: 25px; list-style-image: url('Images/gift-tiny.png'); }
.ServicesList li { margin-top: 25px; margin-bottom: 25px; font-size: 14pt; padding-left: 10px; color: #DE3B72; font-weight: bold; }
