/* ================================

*/   

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color: #000000;
    font-family: Verdana;
    text-decoration: none;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: normal;
    font-size: 8.5pt;
    color: #000000;
    font-family: Verdana;
    text-decoration: none;
}

    
A.OtherTabs:link {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color:#cccccc;
}
    
/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana;
    font-size:  20px;
    font-weight:    normal;
    color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana;
    font-size: 14px;
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;

}

.NormalRed
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
}
        
/* GENERIC */
H1  {
    font-family: Verdana;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H4  {
    font-family: Verdana;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
    font-family: Verdana;
    font-size:  12px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Verdana; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Verdana; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;

	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Main Menu */

.MainMenu_MenuContainer {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;  
	background-color: transparent;

}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:16;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: White;
	font-family: Century; 
	font-size: 9pt; 
	font-weight: bold;
	font-style: normal; 
	border-left: #000000 0px solid; 
	border-bottom: #000000 1px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #000000; 
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	text-align: center; 
	width: 5; 
	height: 21;
}

.MainMenu_SubMenu {
	z-index: 100; 
	cursor: pointer; 
	cursor: hand; 
	background-color: black; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #404040 1px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 1px solid;  
	border-right: #404040 0px solid; 
	background-color: White; 
	height: 1px;
}

.MainMenu_MenuItemSel {
	background-color: transparent; 
	cursor: pointer; 
	cursor: hand; 
	color: #FF4F4F;
	font-family: century; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #000000 1px solid; 
	border-bottom: #000000 1px solid; 
	border-top: #000000 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;

}
.whitebg {
	background-color: #FFFFFF;
}
.divider {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #339999;
}
.body {
	font-family: "century gothic";
	font-size: 8pt;
}
.hdivider {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8388C5;
}
}
.navhook {
	background-image:   url(navhook.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.navbg {
	background-image:   url(navbg.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.bottomlinkscolor {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6666FF;
}
.tablebg {
	background-image:  url(tablebg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.headerbg {
	background-image:  url(header.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}
.housebg {
	background-image:  url(TuscanTower.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.tabletext {
	font-family: "century gothic";
	font-size: 10pt;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;

}
.descriptiontxt {
	font-family: "century gothic";
	font-size: 9pt;
	text-align: left;
}
.pageborder {
	border-top: 1px none #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;

}
.skinobject {

    font-weight: normal;
    font-size: 14pt;
    color: #000000;
    font-family: "Times New Roman", Times, serif;
    text-decoration: underline;
}
a.skinobject:link {

    font-weight: bold;
    font-size: 8.5pt;
    color: #E5E5E5;
    font-family: Verdana;
    text-decoration: none;
}
a.skinobject:hover {

    font-weight: bold;
    font-size: 8.5pt;
    color: #E5E5E5;
    font-family: Verdana;
    text-decoration: none;
}
a.skinobject:active {

    font-weight: bold;
    font-size: 8.5pt;
    color: #E5E5E5;
    font-family: Verdana;
    text-decoration: none;
}
a.skinobject:visited {

    font-weight: bold;
    font-size: 8.5pt;
    color: #E5E5E5;
    font-family: Verdana;
    text-decoration: none;
}
.background {
	background-repeat: repeat;
	background-position: center top;
	background-image: url(bodybg.jpg);


}
.menubackground {
	background-color: #20453B;
}
.menutop {
	background-image: url(menutop.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.menubottom {
	background-image: url(menubottom.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.bottombackground {
	background-image: url(bottombg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #FFFFFF;
	text-align: center;
}
.bottomlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;

}
A.bottomlinks:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
}
A.bottomlinks:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
}
A.bottomlinks:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
}
A.bottomlinks:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
}
.informationheader {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: bold;
}
.informationtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
}
.bodytext {
	font-family: verdana;
	font-size: 13px;
}
.welcomeheader {
	font-family: Verdana;
	font-size: 22pt;
	font-weight: normal;
}
.welcomesubhead {
	font-family: verdana;
	font-size: 16px;
	font-weight: bold;

}
.welcometext {
	font-family: verdana;
	font-size: 12px;
}
.bodylinks {
	font-family: verdana;
	font-size: 8.5pt;
	color: #9E0B0B;
	text-decoration: underline;
}
.headertext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
}

