/* CSS Document */
/* Copyright © 1997-2008 Bizymoms. All rights reserved. */

/* Page Properties CSS */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
body {
	background-color: #c8c8c8;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/* End */

/* Page Links CSS */
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0071d1;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0071d1;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0071d1;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0071d1;
	text-decoration: underline;
}

a.gray_normal_links:link {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
a.gray_normal_links:visited {
	color: #666666;
	font-size: 12px;
	text-decoration: none;
}
a.gray_normal_links:hover {
	color: #666666;
	font-size: 12px;
	text-decoration: underline;
}
a.gray_normal_links:active {
	color: #666666;
	font-size: 12px;
	text-decoration: underline;
}

a.blueunderline_small_links:link {
	font-size: 11px;
	color: #0071d1;
	text-decoration: underline;
}
a.blueunderline_small_links:visited {
	color: #0071d1;
	font-size: 11px;
	text-decoration: underline;
}
a.blueunderline_small_links:hover {
	color: #0071d1;
	font-size: 11px;
	text-decoration: none;
}
a.blueunderline_small_links:active {
	color: #0071d1;
	font-size: 11px;
	text-decoration: none;
}

a.blue_small_links:link {
	font-size: 11px;
	color: #0071d1;
	text-decoration: none;
}
a.blue_small_links:visited {
	color: #0071d1;
	font-size: 11px;
	text-decoration: none;
}
a.blue_small_links:hover {
	color: #0071d1;
	font-size: 11px;
	text-decoration: underline;
}
a.blue_small_links:active {
	color: #0071d1;
	font-size: 11px;
	text-decoration: underline;
}

a.blueunderline_normal_links:link {
	font-size: 12px;
	color: #0071d1;
	text-decoration: underline;
}
a.blueunderline_normal_links:visited {
	color: #0071d1;
	font-size: 12px;
	text-decoration: underline;
}
a.blueunderline_normal_links:hover {
	color: #0071d1;
	font-size: 12px;
	text-decoration: none;
}
a.blueunderline_normal_links:active {
	color: #0071d1;
	font-size: 12px;
	text-decoration: none;
}

a.red_small_links:link {
	font-size: 11px;
	color: #bd0f0f;
	text-decoration: none;
}
a.red_small_links:visited {
	font-size: 11px;
	color: #bd0f0f;
	text-decoration: none;
}
a.red_small_links:hover {
	font-size: 11px;
	color: #bd0f0f;
	text-decoration: underline;
}
a.red_small_links:active {
	font-size: 11px;
	color: #bd0f0f;
	text-decoration: underline;
}
/* End */

/* Page Text CSS */
.lightgray_heading {
	font-size: 18px;
	color: #bbbbbb;
}
.black_small_text {
	font-size: 11px;
	color: #333333;
}
.darkgray_heading {
	font-size: 18px;
	color: #666666;
}
.darkblue_heading {
	font-size: 14px;
	font-weight: bold;
	color: #2c5a8b;
}
.black_normal_text {
	font-size: 12px;
	color: #333333;
}
.lightblue_normal_text {
	font-size: 12px;
	color: #81aecd;
}
.gray_small_text {
	font-size: 11px;
	color: #666666;
}
.red_small_text {
	font-size: 11px;
	color: #cc0000;
}
.footer_text {
	font-size: 11px;
	color: #333333;
}
.footer_drop_down_bullet {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
/* End */

/* Page Form CSS */
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.button {
	background-image: url(../images/profile-button-back-rep.jpg);
	background-repeat: repeat-x;
	border: 1px outset;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}
/* End */

/* Header Drop Down Menu Styles */
#mainMenu {
	height: 28px;	/* Height of main menu */		
	position: relative;	/* Don't change this position attribute */
	visibility: hidden;
}
#mainMenu a {
	/* Don't change these two options */
	position: absolute;
	bottom: 0px;
}

#submenu {		
	font-family: Arial, Helvetica, sans-serif;	/* Font  of sub menu items */
	font-size: 12px;
	color: #cccccc;
	padding-top: 5px;
	visibility: hidden;
	width: 100%;	/* Don't change this option */
	height: 28px;
	background-image: url(../images/profile-dropdownmenu-back.jpg);
	background-repeat: no-repeat;
}

#submenu div {
	white-space: nowrap;	/* Don't change this option */
}

/* Style attributes of active menu item */
#mainMenu .activeMenuItem {
	cursor: pointer;	/* Cursor like a hand when the user moves the mouse over the menu item */
}
/* Style attributes of inactive menu items */
#mainMenu .inactiveMenuItem {
	cursor: pointer;	/* Cursor like a hand when the user moves the mouse over the menu item */
}

#submenu a {
	text-decoration: none;	/* No underline on sub menu items - use text-decoration:underline; if you want the links to be underlined */
	padding-left: 2px;	/* Space at the left of each sub menu item */
	padding-right: 2px;	/* Space at the right of each sub menu item */
	color: #0071d1;	/* Text color */
}
#submenu a:hover {
	color: #0071d1;	/* Red color when the user moves the mouse over sub menu items */
	text-decoration: underline;
}
/* END */
