body	{ background-image:url(../images/gui/bg.gif) }
table	{ font-family: Tahoma, Verdana, Arial; font-size:11px; color:#333333 }

a:link		{ color:#333333; text-decoration:underline; }
a:active	{ color:#333333; text-decoration:underline; }
a:visited	{ color:#333333; text-decoration:underline; }
a:hover		{ color:#333333; text-decoration:none; }

h1		{ font-family:Arial, Helvetica, sans-serif; font-size:16px; text-transform:uppercase; font-weight:bold; color:#36406f; display:inline; border-bottom:1px dotted #333333; }
h2		{ display:inline; font-size:14px; font-weight:bold; }
h3		{ display:inline; font-size:14px; font-weight:bold; }
h4		{ display:inline; font-size:14px; font-weight:bold; color:#36406f; border-bottom:1px dotted #36406f;  }
h5		{ display:inline; font-size:12px; font-weight:bold; color:#333333; border-bottom:1px dotted #333333; line-height:30px }

hr		{ height:1px; color:#cccccc; }

.heading2	{ font-family:Arial, Helvetica, sans-serif; font-size:13px; text-transform:uppercase; font-weight:bold; font-style:italic; color:#333333; }
.heading3	{ font-family:Arial, Helvetica, sans-serif; font-size:12px; text-transform:uppercase; font-weight:bold; font-style:italic; color:#36406f; }

.content	{ line-height:16px; }
.box_content	{ padding:0 12 7 12; line-height:16px }

a.products:link		{ color:#36406f; text-decoration:none; font-size:14px; font-weight:bold; width:100%; padding:10 10 10 10; border:1px solid #999999; background-color:#ececec; }
a.products:visited	{ color:#36406f; text-decoration:none; font-size:14px; font-weight:bold; width:100%; padding:10 10 10 10; border:1px solid #999999; background-color:#ececec; }
a.products:active	{ color:#36406f; text-decoration:none; font-size:14px; font-weight:bold; width:100%; padding:10 10 10 10; border:1px solid #999999; background-color:#ececec; }
a.products:hover	{ color:#36406f; text-decoration:none; font-size:14px; font-weight:bold; width:100%; padding:10 10 10 10; border:1px solid #999999; background-color:#ececec; }

.products_table		{ font-size:11px; }

.field_submit   {
        font-size:11px;
        border:1px solid #716F64;
        padding:2px;
}

.field_text {
        font-size:11px;
        padding:3px;
        height:21px;
        width:100%;
        background-color:#FFFFFF !important;
        border:1px solid #7F9DB9;
}

.field_dropdown         {
        font-size:11px;
        padding:3px;
        height:23px;
        background-color:#FFFFFF !important;
        border:1px solid #7F9DB9;
}

.field_textarea {
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-size:11px;
        padding:3px;
        height:36px;
        width:100%;
        overflow:auto;
        background-color:#FFFFFF !important;
        border:1px solid #7F9DB9;
}

