/* ================================
    CSS Style for StalkzFlorist.com
    v1.0, 03/2006
    (C) Kenopy Solutions 2006
   ================================
*/

/* === Layout/ Specific Tags Formatting (table, span, hyperlinks div) === */
/* Border */
.bdr_r1
{
}

.bdr_r1c1
{
}

.bdr_r1c2
{
    background-image: url(images/bdr_t.gif);
    background-repeat: repeat-x;
}

.bdr_r1c3
{
}

/* -- */
.bdr_r2
{
}

.bdr_r2c1
{
    background-image: url(images/bdr_l.gif);
    background-repeat: repeat-y;
}

.bdr_r2c2
{
    background-color: white;
}

.bdr_r2c3
{
    background-image: url(images/bdr_r.gif);
    background-repeat: repeat-y;
}

/* -- */
.bdr_r3
{
}

.bdr_r3c1
{
}

.bdr_r3c2
{
    background-image: url(images/bdr_b.gif);
    background-repeat: repeat-x;
}

.bdr_r3c3
{
}

/* -- */
.f
{
}

.f_c1
{
}

.f_c2
{
}

.f_c3
{
}

/* -- */
.MainTable
{
}

/* -- */
.Header
{
}

.hdr_wlcm
{
    font-family: Verdana, Arial;
    font-size: 11px;
    color: #800000;
    font-weight: bold;
}

.hdr_l1
{
    font-family: Verdana, Arial;
    font-size: 10px;
    color: #808040;
    text-decoration: none;
    font-weight: bold;
}

.hdr_l1:hover {
    text-decoration: underline;
}

.hdr_l2
{
    font-family: Verdana, Arial;
    font-size: 11px;
    color: #800000;
    text-decoration: none;
    font-weight: bold;
}

.hdr_l2:hover {
    text-decoration: underline;
}

.rdolst_h1
{
    font-family: Verdana, Arial;
    font-size: 16px;
    color: black;
    text-decoration: underline;
    font-weight: bold;
}

.rdolst_l1
{
    font-family: Verdana, Arial;
    font-size: 12px;
    color: black;
    text-decoration: none;
    font-weight: normal;
}

.rdolst_l1:hover {
    color: #808040;
    text-decoration: underline;
}

/* -- */
.Content
{
}

.ctn_t1h1 {
    font-family: Arial, Verdana;
    font-size: 12px;
    color: black;
    text-decoration: none;
    line-height: 15pt;
    font-weight: bold;
}

.ctn_t1c1 {
    font-family: Arial, Verdana;
    font-size: 12x;
    color: black;
    text-decoration: none;
    line-height: 15pt;
    font-weight: normal;
}

.ctn_t2 {
    border: 2 solid black;
}

.ctn_statusOK {
    color: green;
}

.ctn_statusErr {
    color: red;
}


/* =============================================================== */
/* ===== Content Text formating ===== */

.ErrorText
{
    color: red;
    font-family: Verdana, Arial;
    font-size: 11px;
    font-weight: bold;
    /*line-height: 20pt*/
}

/* ===== General HTML Tags ===== */
BODY
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #949494;
	margin: 0px;
	padding: 0px;
	/*background-image: url(index.php_files/sitebkgrdnogray4.gif);*/
	/*background-repeat: repeat-y; */
}
img
{
	padding: 0px;
	margin: 0px;

}
H1 {
    background-color: white;
    color:  #800000;
    font-family: Verdana, Arial;
    font-size: 18px;
    font-weight: bold;
}
H2 {
    background-color: white; /* #999966 */
    color: #808040;
    font-family: Verdana, Arial;
    font-size: 14px;
    font-weight: bold;
}

H3 {
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}
H4 {
	FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}
H5 {
	FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}
DT {
	FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}
H6 {
	FONT-WEIGHT: normal;
    FONT-SIZE: 10px;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}
TFOOT {
	FONT-SIZE: 12px;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}
THEAD {
	FONT-SIZE: 12px;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}
TH {
	FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    VERTICAL-ALIGN: baseline;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}

td {
 font-family: arial,verdana,tahoma;
 font-size: 12px;
 /*color: #565859;*/
}


SMALL {
	FONT-SIZE: 8px
}
BIG {
	FONT-SIZE: 14px
}
BLOCKQUOTE {
	FONT-FAMILY: Lucida Console, monospace
}
PRE {
	FONT-FAMILY: Lucida Console, monospace
}
UL LI {
	LIST-STYLE-TYPE: square
}
UL LI LI {
	LIST-STYLE-TYPE: disc
}
UL LI LI LI {
	LIST-STYLE-TYPE: circle
}
OL LI {
	LIST-STYLE-TYPE: decimal
}
OL OL LI {
	LIST-STYLE-TYPE: lower-alpha
}
OL OL OL LI {
	LIST-STYLE-TYPE: lower-roman
}
HR {
	HEIGHT: 1pt; TEXT-ALIGN: left;
    color: black;
}

