Body {
	background-color: #cecece;;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
    margin-bottom: 0px;
	font-family:Arial;
	font-size:12px;
	color: #000000;
}

td {
	font-family:Arial;
	font-size:12px;
}


/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color: #333333;
    font-family:Arial;
    text-decoration: none;
}
/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color:#333333;
}
A.SelectedTab:visited {
    text-decoration:    none;
    color:#333333;
}
A.SelectedTab:active {
    text-decoration:    none;
    color:#333333;
}
A.SelectedTab:hover {
    text-decoration:    none;
    color:#FF0000;
}
/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: #333333;
    font-family:Arial;
    text-decoration: none;
}    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration: none;
    color:#333333;
}
A.OtherTabs:visited {
    text-decoration: none;
    color:#333333;
}
A.OtherTabs:active {
    text-decoration: none;
    color:#333333;
}
A.OtherTabs:hover {
    text-decoration: none;
    color:#FF0000;
}

/* GENERAL */
/* style for module titles */
.Head {
    font-family:Arial;
    font-size:  12px;
    font-weight: bold;
}
/* style of item titles on edit and admin pages */
.SubHead {
    font-family:Arial;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family:Arial;
    font-size:  12px;
    font-weight:    bold;
    color: black;
}
/* text style used for most text rendered by modules */
.Normal {
    font-family:Arial;
    font-size: 12px;
    font-weight: normal;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
    font-family:Arial;
    font-size: 12px;
    font-weight: normal;
}
.NormalRed {
    font-family:Arial;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}
.NormalBold {
    font-family:Arial;
    font-size: 12px;
    font-weight: bold
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
    font-family:Arial;
    font-size: 12px;
    font-weight: normal;
}    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #003366;
}
A.CommandButton:visited {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:active {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover {
    text-decoration:    underline;
    color: #ff0000;
}    
/* GENERIC */
H1 {
    font-family:Arial;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}
H2 {
    font-family:Arial;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}
H3 {
    font-family:Arial;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}
H4 {
    font-family:Arial;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}
H5, DT {
    font-family:Arial;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}
H6 {
    font-family:Arial;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}
TFOOT, THEAD {
    font-family:Arial;
    font-size:  12px;
    color: #003366;
}
TH {
    font-family:Arial;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}
A:link {
    text-decoration: underline;
    color: #333333;
}
A:visited {
    text-decoration: underline;
    color:  #333333;
}
A:active {
    text-decoration: underline;
    color: #333333;
}
A:hover {
    text-decoration: none;
    color: #FF0000;
}
SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}
BLOCKQUOTE, PRE {
    font-family:    Arial;
}
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 {
    color: #cccccc;
    height:1pt;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}
.ModuleTitle_MenuBar {
}
.ModuleTitle_MenuItem {
}
.ModuleTitle_MenuIcon {
}
.ModuleTitle_SubMenu {
}
.ModuleTitle_MenuBreak {
}
.ModuleTitle_MenuItemSel {
}
.ModuleTitle_MenuArrow {
}
.ModuleTitle_RootMenuArrow {
}
/*___________________________________________________________________________________________*/
/* Main Menu */

.MainMenu_MenuContainer {
	border: 0px;
	background-color: transparent;
	width: 168px;
	padding: 0px;
	padding-bottom: 0px;
}
.MainMenu_MenuBar {
}
.MainMenu_MenuItem {
	cursor: hand; 
	color: #333333; 
	font-family:Arial; 
	font-size: 12px; 
	font-weight: normal; 
	border: 1px #DADBE8 solid;
	padding: 1px;
	background-color: transparent;
}
.MainMenu_MenuIcon {
	cursor: hand; 
	background-color: #DADBE8; 
	border: 1px #DADBE8 solid;
	padding: 1px;
	width: 1px;
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #1360ae; 
	cursor: hand; 
	color: #FFFFFF; 
	font-family:Arial; 
	font-size: 12px; 
	font-weight: normal; 
	border: 1px #1360ae solid;
	padding: 1px;
}
.rootmenuitem {	
	background-repeat: no-repeat;
	background-color: transparent;;
	cursor: hand; 
	color: #FFFFFF; 
	font-family:Arial; 
	font-size: 12px; 
	font-weight: bold; 
	border: 0px #ffffff solid;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
	
	
/*	height: 25px;*/
	display:table-cell;
}
.rootmenuitemselected {
	background-repeat: no-repeat;
	background-color: #ffffff;
	cursor: hand; 
	color: #EEEEEE; 
	font-family:Arial; 
	font-size: 12px; 
	font-weight: bold; 
	border: 0px #ffffff solid; 
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
	
	
/*	height: 25px;*/
	display:table-cell;	
}
.rootmenuitembreadcrumb{
	background-repeat: no-repeat;
	background-color: #ffffff;	
	cursor: hand; 
	color: #333333; 
	font-family:Arial; 
	font-size: 12px; 
	font-weight: bold; 
	border: 0px #ffffff solid;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
	
	
/*	height: 25px;*/
	display:table-cell;
}
.submenuitembreadcrumb{
	cursor: hand; 
	color: #FFFFFF; 
	font-family:Arial; 
	font-size: 12px; 
	font-weight: normal; 
	border: 1px #1360ae solid;
	background-color: #1360ae;
	padding: 1px;
}
.submenu {
	z-index: 1000;
	background-color: #DADBE8; 
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color='#CCCCCC', Direction='90', Strength='1');*/
	border: 1px #DADBE8 solid;
	margin-left:0px;
	margin-top:0px;
}
.MainMenu_MenuBreak {
	display:none;
}
.MainMenu_MenuArrow {
	display:none;
}
.MainMenu_RootMenuArrow {
	display:none;
}
/*___________________________________________________________________________________________*/

a.links_bottom:visited{
    font-family:Arial;
    font-size:  12px;
	font-weight: bold;
    color: #555555;
	text-decoration:none;	
}
a.links_bottom:active{
    font-family:Arial;
    font-size:  12px;
	font-weight: bold;
    color: #555555;
	text-decoration:none;	
}
a.links_bottom:hover{
    font-family:Arial;
    font-size:  12px;
	font-weight: bold;
    color: #000000;
	text-decoration:underline;	
}
a.links_bottom:link{
    font-family:Arial;
    font-size:  12px;
	font-weight: bold;
    color: #555555;
	text-decoration:none;
}


a.links_vertical:visited{
    font-family:Arial;
    font-size:  12px;
	font-weight: bold;
    color: #1360ae;
	text-decoration:none;	
}
a.links_vertical:active{
    font-family:Arial;
   font-size:  12px;
	font-weight: bold;
    color: #1360ae;
	text-decoration:none;	
}
a.links_vertical:hover{
    font-family:Arial;
    font-size:  12px;
	font-weight: bold;
    color: #000000;
	text-decoration:underline;	
}
a.links_vertical:link{
    font-family:Arial;
    font-size:  12px;
	font-weight: bold;
    color: #1360ae;
	text-decoration:none;
}

.HomeContent { 
	background-image:  url(images/HomeBG.jpg);
	background-repeat: no-repeat;
}
.HomeBG { 
	background:  url(images/BodyBG.jpg) bottom right;
	background-repeat: no-repeat;
}

