/* ================================
    CSS STYLES FOR Retro 97 SKIN
   ================================
*/   

Body
{
    scrollbar-base-color: #efebef;
    scrollbar-face-color: White; 
    scrollbar-track-color: #CAB280; 
    scrollbar-arrow-color: Black;
    scrollbar-highlight-color: Black; 
    scrollbar-3dlight-color: #DFCF8F; 
    scrollbar-shadow-color: Black;
    scrollbar-darkshadow-color: #A4A2A2;
}

.RightPane  
{


}
.LeftPane  
{


}

.ContentPane  
{ 

}

/* Background Textures */

.Marble
{    
    BACKGROUND-IMAGE:url(bkg.jpg);
    BACKGROUND-REPEAT: repeat;
}

.Mahogany
{   
    BACKGROUND-IMAGE:url(97.jpg);
    BACKGROUND-REPEAT: repeat;
}

/* Main Menu */

.MainMenu_MenuContainer 
{
	width:100%;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	border-bottom: #fffc00 0px solid; 
	border-left: #fffc00 0px solid; 
	border-top: #fffc00 0px solid; 
	border-right: #fffc00 0px solid;
	background: transparent;
	text-align:center;
}

.MainMenu_MenuBar 
{
	cursor: pointer; 
	cursor: hand;
}

.MainMenu_MenuItem {
	cursor: pointer;
	color:White; 
	cursor: hand; 
	font-size: 10pt;
    font-family: Tahoma;
	font-weight: bold; 
	text-decoration: none; 
	border-bottom: #fffc00 0px solid; 
	border-left: #fffc00 0px solid; 
	border-top: #fffc00 0px solid; 
	border-right: #fffc00 0px solid;
}

.MainMenu_MenuIcon 
{
	cursor: pointer; 
	cursor: hand; 
	background-color: #CAB280; 
	border-bottom: #fffc00 0px solid; 
	border-left: #fffc00 0px solid; 
	border-top: #fffc00 0px solid; 
	border-right: #fffc00 0px solid;
	text-align: center; 
	width: 20;
	height: 20;
}

.MainMenu_SubMenu 
{
	z-index: 999; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #CAB280; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#9A8141', Direction=135, Strength=3) ;
}

.MainMenu_MenuBreak 
{
	border-bottom: #0060ff 0px solid; 
	border-left: #0060ff 0px solid; 
	border-top: #0060ff 0px solid;  
	border-right: #0060ff 0px solid;
	background-color: #CAB280;
}

.MainMenu_MenuItemSel 
{
	cursor: pointer; 
	cursor: hand;
	color: black;
	background-color: #CAB280;  
	font-size: 10pt;
    font-family: Tahoma;
	font-weight: bold; 
	text-decoration:none ; 
	border-bottom: #000000 1px solid; 
	border-top: #000000 1px solid;
	border-left: #0060ff 0px solid;
	border-right: #0060ff 0px solid;
}

.MainMenu_MenuArrow 
{
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-top: #99CCFF 0px solid; 
	border-bottom: #99CCFF 0px solid; 
	border-right: #99CCFF 0px solid;
	border-left: #99CCFF 0px solid;

}

.MainMenu_RootMenuArrow 
{
	font-family: none; 
	font-size: 2pt;
	cursor: hand;
	border-bottom: #FF8080 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid;  
	border-right: #FF8080 0px solid;
	text-decoration:none;
	overflow:hidden;
	width:1;
}

/* Top Bar Settings */

.TopBarlinks, A.TopBarlinks:link, A.TopBarlinks:active, A.TopBarlinks:visited
{
	font-size: 10pt;
    font-family: Tahoma;
    font-weight: bold; 
    color:White;
	background-color: transparent;
}

A.TopBarlinks:hover
{
    color:Black;
    text-decoration:none;
    font-size: 10pt;
    font-family: Tahoma;
    background-color: #CAB280;
}

.Date
{
	font-size: 10pt;
    font-family: Tahoma;
    font-weight: bold; 
    color:#50808F;
	background-color: transparent;
	padding-right:15px;

}

.Breadcrumb, A.Breadcrumb:link, A.Breadcrumb:visited, A.Breadcrumb:active
{
	color: White;
	font-weight: bold;
    font-size: 10pt;
    font-family: Tahoma;
    text-decoration: none;
	background-color:transparent;

}

.Breadcrumb:hover
{
	font-size: 10pt;
    font-family: Tahoma;
	color: Black;
	text-decoration:underline;
}


/* Module Menu */
/* controls the style of the DotNetNuke menu in the modules */

.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid;
	background: Transparent;
	text-align:left;
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;

}

.ModuleTitle_MenuItem 
{
	cursor: pointer; 
	cursor: hand; 
	font-family: Tahoma;	font-size: 10pt;	font-style: normal;	line-height: normal;	font-weight: bold;	color:White;	background-color: #CAB280;	text-decoration: none;
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand;
	background-color: #CAB280; 
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid;
	text-align:center;
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 999; 
	cursor: hand;
	background-color: #CAB280; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#9A8141', Direction=135, Strength=3) ;
}

.ModuleTitle_MenuBreak {

	border-bottom: White 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: White 1px solid;  
	border-right: #EEEEEE 0px solid; 
	height: 1px;
	background-color: #CAB280;
}

.ModuleTitle_MenuItemSel {

	cursor: hand;
	color: black;
	background-color: #CAB280; 
	font-family: Tahoma;	font-size: 10pt;	font-style: normal;	line-height: normal;	font-weight: bold;	text-decoration: none;
	border-bottom: #000000 1px solid; 
	border-top: #000000 1px solid;
	border-left: #0060ff 0px solid;
	border-right: #0060ff 0px solid;

}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: hand; 
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt;  
	cursor: hand;
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid;
}

	

/* Container Title */

.Tealtitle
{
	font-family: Tahoma;
    font-size:  20px;
    font-weight:    normal;
    color: #50808F;
    padding-bottom:5px;
    padding-left:12px;
}

/* Footer */

.FooterTexture 
{
    font-weight: bold;
    color: #50808F;
    font-size: 10pt;
    font-family: Tahoma;
    text-decoration: none;
    width:100%;
    background-image:url(footer_texture.jpg);
    background-repeat:repeat;
    text-align:center;      
}

.Footer 
{
    font-weight: bold;
    font-size: 10pt;
    color:#50808F;
    background-color:transparent;
    font-family: Tahoma;
    text-decoration: none;
	text-align:center;
}

A.Footer:link, A.Footer:visited, A.Footer:active 
{
    font-weight: bold;
    font-size: 10pt;
    font-family: Tahoma;
    background-color:transparent;
    text-decoration:none;
    color:#50808F;
    text-align:center;
}

A.Footer:hover 
{
    font-size: 10pt;
    font-family:Tahoma;
	font-weight: bold;
    text-decoration: none;
    color:Black;
    background-color:transparent;
    text-align:center;
    text-decoration:none;
}
