/* CSS Document */

/*basics*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: white;
}


td{
        font: 8pt Verdana, Geneva, Arial, helvetica, sans-serif;
        color: #000000;
        margin: 0px;
        }


td.header {
        font: 8pt Verdana, Geneva, Arial, helvetica, sans-serif;
        color: #ffffff;
        background: #e38b0f;
        margin: 0px;
        }

.bheader {
        font: 8pt Verdana, Geneva, Arial, helvetica, sans-serif;
        color: #000000;
        background: #dedede;
        margin: 0px;
        }
.sheader {
        font: 8pt Verdana, Geneva, Arial, helvetica, sans-serif;
        color: #000000;
        background: #ffffff;
        margin: 0px;
        }

/*links*/
a:link {
        font-weight: normal;
		  text-decoration: underline;
        color: navy;
        }

a:visited {
        font-weight: normal;
        text-decoration: underline;
        color: #000000;
        }

a:hover, a:active {
        text-decoration: underline;
        color: red;
        }
        
/*Main/ Admin  Menu Items */
a:link.menuitem {
        font-weight: normal;
        text-decoration: none;
        color: #000000;
        }

a:visited.menuitem {
        font-weight: normal;
        text-decoration: none;
        color: #000000;
        }

a:hover.menuitem, a:active.menuitem {
        text-decoration: underline;
        color: #0f0f0f;
        }
/* Bottom Menu Items */
a:link.bottomlink {
        font-weight: normal;
        text-decoration: none;
        color: #000000;
        }

a:visited.bottomlink {
        font-weight: normal;
        text-decoration: none;
        color: #000000;
        }

a:hover.bottomlink, a:active.bottomlink {
        font-weight: normal;
        text-decoration: none;
        color: #ff0000;
        }


/*hiddens*/
span hidden {
        display: none;
}

.bodyline	{ border: 1px #000000 solid; }
input	{ border: 1px  solid; }
textarea	{ border: 1px  solid; }
select	{ border: 1px  solid; }


header_line_text {
        font: 12pt Verdana, Geneva, Arial, helvetica, sans-serif;
        color: #000000;
        margin: 0px;
        }

	/* Module Style 2*/
	.module_2 { width: 100%; color: #ffffff; margin-bottom: 10px; border: #e38b0f 1px solid; width: 100%; text-align: left;  }
	.module_2 H2 { background: #e38b0f; font-size: 1em; padding: 3px; margin: 0; border-bottom: #7FB6DD 1px solid; word-wrap: break-word;  }
	.module_2 H3 { background: #D0E5F8; font-size: xx-small; padding: 5px; margin: 0; border-bottom: #7FB6DD 1px solid; font-family: verdana; word-wrap: break-word;  }
	.module_2 .body { background: #FFF; padding: 8px; margin: 1px 0 0 0; word-wrap: break-word; }
	.module_2 HR { width: 95%; height: 1px; border: #7FB6DD solid; border-width: 1px 0 0 0; }

