
<!--
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #FFFFFF;
	background-image: url(images/background_img_interior.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
}
#footer{
	width:100%;
	height:73px;
	background-image: url(images/footer_fill.jpg);
	position: fixed;
	bottom: 0px;
}
.table_xrepeat {
	background-repeat: repeat-x;
}

.header_links {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
}

a.link:link {
	color: #333333;
}
a.link:visited {
	color: #333333;
}
a.link:hover {
	color: #666666;
}
a.link:active {
	color: #333333;
}

a.left_link:link {
	color: #333333;
}
a.left_link:visited {
	color: #333333;
}
a.left_link:hover {
	color: #333333;
}
a.left_link:active {
	color: #333333;
}


a.sort_link:link {
	color: #FFF;
}
a.sort_link:visited {
	color: #FFF;
}
a.sort_link:hover {
	color: #FFF;
}
a.sort_link:active {
	color: #FFF;
}

a.left_link_sub:link {
	color: #333333;
	font-size: 12px;
	margin: 10px;
}
a.left_link_sub:visited {
	color: #333333;
	font-size: 12px;
	margin: 10px;
}
a.left_link_sub:hover {
	color: #333333;
	font-size: 12px;
	margin: 10px;a
}
a.left_link_sub:active {
	color: #333333;
	font-size: 12px;
	margin: 10px;
}

a.dashboard_link:link {
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
}
a.dashboard_link:visited {
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
}
a.dashboard_link:hover {
	font-size: 16px;
	color: #EBEBEB;
	text-decoration: none;
}
a.dashboard_link:active {
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
}
a.header_links:link {
	color: #333333;
}
a.header_links:visited {
	color: #333333;
}
a.header_links:hover {
	color: #666666;
}
a.header_links:active {
	color: #333333;
}
.body_text {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 12pt;
}
.body_text_bold {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 12pt;
	font-weight: bold;
}
.footer_text {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-weight: bold;
	line-height: 13pt;
}
a.td_header:link {
	color: #FFF;
}
a.td_header:visited {
	color: #FFF;
}
a.td_header:hover {
	color: #CCC;
}
a.td_header:active {
	color: #FFF;
}
.body_text_red {
	color: #ad1e0e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12pt;
}
.red_link {
	font-family: Arial, Helvetica, sans-serif;
	color: #ad1e0e;
	font-size: 12px;
	font-weight: bold;
}
a.red_link:link {
	color: #ad1e0e;
}
a.red_link:visited {
	color: #ad1e0e;
}
a.red_link:hover {
	color: #333333;
}
a.red_link:active {
	color: #ad1e0e;
}
.error_message{
	color: #ad1e0e;
	font-size: 13px;
	font-weight: bold;
}
.success_message{
	color: #009933;
	font-size: 13px;
	font-weight: bold;
}

.ftp_text{
	color: #009933;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
}

/* ------------------
 styling for the login table 
   ------------------   */


body
{
	line-height: 1.6em;
}

#rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 14px;
	margin: 50px;
	width: 700px;
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner th
{
	font-size: 14px;
	font-weight: normal;
	padding: 8px;
	background: #CC0000 url('images/gradhead.png') repeat-x;
	border-top: 2px solid #CC0000;
	border-bottom: 1px solid #fff;
	color: #FFF;
}
#rounded-corner td
{
	padding: 8px;
	background: #EBEBEB;
	border-top: 1px solid #fff;
	color: #333;
}
.rounded-q2 { 
	border-left: 2px solid #FFF;
	line-height: 1.4em;
}

#rounded-corner tfoot td.rounded-foot-left
{
	background: #EBEBEB url('images/botleft.png') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #EBEBEB url('images/botright.png') right bottom no-repeat;
	border-left: 2px solid #FFF;
}


.table {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 14px;
	color: #999;
	padding: 2px;
	width: 100%;
	text-align: left;
}

/* ------------------
 styling for the admin home table 
   ------------------   */
   
#admin-table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 14px;
	width: 980px;
	text-align: left;
	border-collapse: collapse;
}
#admin-table th
{
	font-size: 14px;
	font-weight: normal;
	padding: 8px;
	text-align: left;
	background: #CC0000 url('images/gradhead.png') repeat-x;
	border-top: 2px solid #CC0000;
	border-bottom: 1px solid #fff;
	color: #FFF;
}
#admin-table td
{
	padding: 0px;
	background: #EBEBEB;
	border-top: 1px solid #fff;
	color: #333;
}
#admin-table tfoot td.rounded-foot-left
{
	background: #EBEBEB url('images/botleft.png') left bottom no-repeat;
}
#admin-table tfoot td.rounded-foot-right
{
	background: #EBEBEB url('images/botright.png') right bottom no-repeat;
}
#admin-table td.right_column { 
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 16px;
	border-left: 2px solid #FFF;
	padding: 8px;
}
/* ------------------
 styling for the Left Nav Table 
   ------------------   */
 #leftnav-table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 14px;
	margin: 0px;
	width: 204px;
	text-align: left;
	border-collapse: collapse;
}
#leftnav-table th
{
	font-size: 14px;
	font-weight: normal;
	padding: 6px;
	background: #999 url('images/gradhead_grey.png') repeat-x;
	border-top: 0px solid #CC0000;
	border-bottom: 1px solid #fff;
	color: #FFF;
}
#leftnav-table td
{
	padding: 5px 5px 5px 10px;
	background: #EBEBEB;
	border-top: 1px solid #fff;
	color: #333;
}
#leftnav-table tbody tr:hover td
{
	background: #CCC;
	color: #333;
}

/* ------------------
 styling for the message table
   ------------------   */

body
{
	line-height: 1.2em;
}

#message
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 0px;
	width: 98%;
	text-align: left;
	border-collapse: collapse;
}

#message th
{
	padding: 8px;
	font-weight: normal;
	text-align: left;
	font-size: 14px;
	color: #fff;
	border-bottom: 1px solid #EBEBEB;
	background: #999 url('images/gradhead_grey.png') repeat-x;
}
#message td
{
	padding: 8px;
	background: #FFF;
	color: #333;
}
#message tfoot td.rounded-foot-left
{
	background: #FFF url('images/botleft_white.png') left bottom no-repeat;
}
#message tfoot td.rounded-foot-right
{
	background: #FFF url('images/botright_white.png') right bottom no-repeat;
}

/* ------------------
 styling for the Dashboard tables
   ------------------   */

body
{
	line-height: 1.2em;
}

#dashboard
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 0px;
	width: 96%;
	text-align: left;
	border-collapse: collapse;
}

#dashboard th
{
	padding: 8px;
	font-weight: normal;
	text-align: left;
	font-size: 14px;
	color: #fff;
	border-bottom: 1px solid #EBEBEB;
	background: #999 url('images/gradhead_grey.png') repeat-x;
}
#dashboard td
{
	padding: 8px;
	background: #FFF;
	border-bottom: 1px solid #EBEBEB;
	color: #333;
}
#dashboard tfoot td.rounded-foot-left
{
	background: #FFF url('images/botleft_white.png') left bottom no-repeat;
}
#dashboard tfoot td.rounded-foot-right
{
	background: #FFF url('images/botright_white.png') right bottom no-repeat;
}


/* ------------------
 styling for the announcement table
   ------------------   */

body
{
	line-height: 1.2em;
}

#announcement
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 0px;
	width: 98%;
	text-align: left;
	border-collapse: collapse;
}

#announcement th
{
	padding: 8px;
	font-weight: normal;
	text-align: top;
	font-size: 14px;
	color: #FFF;
	border-left: 1px solid #EBEBEB;
	background: #989898 url('images/gradhead_grey.png') repeat-x;
}
#announcement td
{
	padding: 8px;
	background: #FFF;
	border-bottom: 1px solid #EBEBEB;
	border-left: 1px solid #EBEBEB;
	color: #333;
}
#announcement tfoot td.rounded-foot-left
{
	background: #FFF url('images/botleft_white.png') left bottom no-repeat;
}
#announcement tfoot td.rounded-foot-right
{
	background: #FFF url('images/botright_white.png') right bottom no-repeat;
}
.announcement-q2 { 
	border-left: 1px solid #EBEBEB;
}

/* ------------------
 styling for the FAq table
   ------------------   */

body
{
	line-height: 1.2em;
}

#faq
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 0px;
	width: 98%;
	text-align: left;
	border-collapse: collapse;
}

#faq th
{
	padding: 8px;
	font-weight: normal;
	text-align: top;
	font-size: 14px;
	color: #333;
	border-bottom: 1px solid #EBEBEB;
	background: #FFF;
}
#faq td
{
	padding: 8px;
	background: #FFF;
	color: #333;
}
#faq tfoot td.rounded-foot-left
{
	background: #FFF url('images/botleft_white.png') left bottom no-repeat;
}
#faq tfoot td.rounded-foot-right
{
	background: #FFF url('images/botright_white.png') right bottom no-repeat;
}
.faq-q2 { 
	
}

/* ------------------
 styling for the marketing tools table
   ------------------   */

body
{
	line-height: 1.2em;
}

#marketing
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 0px;
	width: 98%;
	text-align: left;
	border-collapse: collapse;
}

#marketing th
{
	padding: 8px;
	font-weight: normal;
	text-align: top;
	font-size: 14px;
	color: #FFF;
	background: #989898 url('images/gradhead_grey.png') repeat-x;
}
#marketing td
{
	padding: 8px;
	background: #FFF;
	border-bottom: 1px solid #EBEBEB;
	color: #333;
}
#marketing tfoot td.rounded-foot-left
{
	background: #FFF url('images/botleft_white.png') left bottom no-repeat;
}
#marketing tfoot td.rounded-foot-right
{
	background: #FFF url('images/botright_white.png') right bottom no-repeat;
}
.marketing-q2 { 
	border-left: 1px solid #EBEBEB;
}

/* ------------------
 styling for the edit Table
   ------------------   */

body
{
	line-height: 1.2em;
}

#edit-table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 0px;
	width: 98%;
	text-align: left;
	border-collapse: collapse;
}

#edit-table th
{
	padding: 8px;
	font-weight: normal;
	text-align: top;
	font-size: 14px;
	color: #FFF;
	background: #989898 url('images/gradhead_grey.png') repeat-x;
}
#edit-table td
{
	padding: 8px;
	background: #FFF;
	border-bottom: 1px solid #EBEBEB;
	color: #333;
}
#edit-table tfoot td.rounded-foot-left
{
	background: #FFF url('images/botleft_white.png') left bottom no-repeat;
}
#edit-table tfoot td.rounded-foot-right
{
	background: #FFF url('images/botright_white.png') right bottom no-repeat;
}
.edit-table-q2 { 
	border-left: 1px solid #EBEBEB;
}

/* ------------------
 styling for the Account table
   ------------------   */

body
{
	line-height: 1.2em;
}

#account
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 0px;
	width: 98%;
	text-align: left;
	border-collapse: collapse;
}

#account
{
	padding: 8px;
	font-weight: normal;
	text-align: top;
	font-size: 14px;
	color: #FFF;
	background: #989898 url('images/gradhead_grey.png') repeat-x;
}
#account td
{
	padding: 6px;
	background: #FFF;
	border-bottom: 1px solid #EBEBEB;
	color: #333;
}
#account td.top
{
	padding: 6px;
	background: #666;
	text-align: top;
	font-size: 14px;
	border-bottom: 1px solid #EBEBEB;
	color: #FFF;
	border-left: 1px solid #EBEBEB;
}
#account tfoot td.rounded-foot-left
{
	background: #FFF url('images/botleft_white.png') left bottom no-repeat;
	padding: 6px;
}
#account tfoot td.rounded-foot-right
{
	background: #FFF url('images/botright_white.png') right bottom no-repeat;
	padding: 6px;
}
#account tbody tr:hover td
{
	background: #CCC;
}
.account-q2 { 
	border-left: 1px solid #EBEBEB;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 12pt;
}

/* ------------------
 styling for the form accounts table
   ------------------   */

body
{
	line-height: 1.2em;
}

#form
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 0px;
	width: 80%;
	text-align: left;
	border-collapse: collapse;
}

#form th
{
	padding: 4px;
	font-weight: normal;
	text-align: top;
	font-size: 14px;
	color: #FFF;
	background: #989898 url('images/gradhead_grey.png') repeat-x;
}
#form td
{
	padding: 4px;
	background: #FFF;
	border-bottom: 1px solid #EBEBEB;
	color: #333;
}
#form tfoot td.rounded-foot-left
{
	background: #FFF url('images/botleft_white.png') left bottom no-repeat;
}
#form tfoot td.rounded-foot-right
{
	background: #FFF url('images/botright_white.png') right bottom no-repeat;
}
.form-q2 { 
	border-left: 1px solid #EBEBEB;
}