/* Note: The ".exclude" is to to give Visual Studio any errors when compiling. ".exclude" must be removed when uploading to server */


/*page*/

html,body {
	background:#FFFFFF;
	height:100%;
}

.skinheader{padding:10px;background:#FFFFFF;}
.skinuser{padding:5px;background:#CCC;text-align:right;}
.skincontentstable{}
.leftpane{background:#EEE;width:200px;}
.contentpane{background:#FFF;}
.rightpane{background:#EEE;width:200px;}

/*panes*/
.leftpane{width:200px;padding:10px 10px 0 10px;}
.contentpane{width:100%;padding:10px 10px 0 10px;}
.rightpane{width:200px;padding:10px 10px 0 10px;background-color:#FFFFFF}

/*text*/
.normal,div,span,p,td,th,li,a{font-family:Arial, Helvetica, sans-serif;font-size:12px;color:#777777;}
.head
{
    font-size:14px;
    background-color:#FFFFFF;
    font-family:Arial, Helvetica, sans-serif;
    color:#777777;
    font-weight:normal
}
.subhead
{
    font-size:14px;
    font-family:Arial, Helvetica, sans-serif;
    color:#333333;
    font-weight:normal
}

/*links & buttons*/
a:link{color:#777777;text-decoration:none;}
a:visited{color:#777777;text-decoration:none;}
a:hover{color:#69C603;text-decoration:none;}
a:active{color:#777777;text-decoration:none;}

.StandardButton{background:#69C603;border:1px #777777 outset;}
.SlimButton{background:#69C603;border:1px #777777 outset;}

a.CommandButton{font-size:14px;color:#FFCC00;font-weight:normal;}
.controlpanel {font-size:14px;}
a.CommandButton:link{color:#777777;text-decoration:none;}
a.CommandButton:visited{color:#777777;text-decoration:none;}
a.CommandButton:hover{color:#777777;text-decoration:none;}
a.CommandButton:active{color:#777777;text-decoration:none;}

a.skinuser:link{color:#000;text-decoration:none;}
a.skinuser:visited{color:#000;text-decoration:none;}
a.skinuser:hover{color:#C00;text-decoration:underline;}
a.skinuser:active{color:#C00;text-decoration:underline;}

/*menu*/
.MainMenu_MenuContainer{background:transparent;width:1px;}
.MainMenu_MenuContainer td{cursor:default;font-size:3px;width:1px;}
.MainMenu_MenuIcon{display:none;}
.MainMenu_RootMenuArrow{display:none;}
.MainMenu_MenuItem{font-family:Arial, Helvetica, sans-serif;color:#FFF;font-size:12px;font-weight:normal;padding:2px 15px 2px 7px;border:1px #C00 solid;border-width:1px 0;}
.submenuitembreadcrumb{font-family:Arial, Helvetica, sans-serif;color:#FF0;font-size:12px;font-weight:normal;padding:2px 15px 2px 7px;border:1px #C00 solid;border-width:1px 0;}
.submenuitemselected{font-family:Arial, Helvetica, sans-serif;color:#FF0;font-size:12px;font-weight:normal;padding:2px 15px 2px 7px;background:#F00;border:1px #C00 solid;border-width:1px 0;}
.MainMenu_MenuArrow{font-size:11px;padding:2px 0 2px 10px;height:24px;border:#C00 solid;border-width:1px 1px 1px 0;}
.submenu{z-index:1000;border:0;padding:0;background:#C00;}
.rootmenuitem{background:transparent;}
.rootmenuitem td{padding:0 10px 0 9px;height:40px;cursor:pointer;cursor:hand;border-right:1px #A00 solid;}
.rootmenuitem td span{font-family:Arial, Helvetica, sans-serif;color:#FFF;font-size:12px;font-weight:bold;}
.rootmenuitembreadcrumb{background:transparent;}
.rootmenuitembreadcrumb td{padding:0 10px 0 9px;height:40px;cursor:pointer;cursor:hand;border-right:1px #A00 solid;}
.rootmenuitembreadcrumb td span{font-family:Arial, Helvetica, sans-serif;color:#FF0;font-size:12px;font-weight:bold;}
.rootmenuitemselected{background:#F00;}
.rootmenuitemselected td{padding:0 10px 0 9px;height:40px;cursor:pointer;cursor:hand;border-right:1px #A00 solid;}
.rootmenuitemselected td span{font-family:Arial, Helvetica, sans-serif;color:#FF0;font-size:12px;font-weight:bold;}
.MainMenu_MenuBreak{display:none;}

/* jamuse CSS */
.topLink {
	font-size: 13px;
	text-decoration: none;
}
.topLink:link {
	color: #777777;
	text-decoration: none;
}
.topLink:visited {
	color: #777777;
	text-decoration: none;
}
.topLink:hover {
	color: #69C603;
	text-decoration: none;
}
.subText {
    font-size: 11px;
	color: #777777;
}
.subLink {
	font-size: 11px;
	text-decoration: none;
}
.subLink:link {
	color: #777777;
	text-decoration: none;
}
.subLink:visited {
	color: #777777;
	text-decoration: none;
}
.subLink:hover {
	color: #69C603;
	text-decoration: none;
}
.topLinkSpacer {
	width:12px;
}
.subLinkSpacer {
	width:1px;
}
.subLinkSpacerChar {
	color:#F75804;
}



/* ------------------------ Content Boxes ------------------------ */

.smallTitle {
    font-size:14px;
    color:#333333;
    text-decoration:none;
}
.largeTitle {
    font-size:14px;
    font-weight:normal;
    color:#333333;
    text-decoration:none;
}
.xlTitle {
    font-size:18px;
    font-weight:normal;
    color:#333333;
    text-decoration:none;
}
.xlDescription {
    font-size:18px;
    font-weight:normal;
    text-decoration:none;
}
.description {
    font-size:14px;
    font-weight:normal;
    text-decoration:none;
}    
.description:visited {
    color:#777777;
}
.smallDescription {
    font-size:12px;
    font-weight:normal;
    text-decoration:none;
}
.smallDescription:visited {
    color:#777777;
}
.smallDetails {
    font-size:10px;
    color:#777777;
    text-decoration:none;
}
.largeDetails {
    font-size:12px;
    color:#777777;
    text-decoration:none;
}

/* ------------------------ Side Box ------------------------ */
.grayBoxHeading {
	font-size:14px;
	color:#777777;
	text-decoration:none;
}

/* ----------------------- Museworx.com specific styles ----------------*/

.museworxLink {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #888888;
}
.museworxLink:link {
	color: #888888;
	text-decoration: none;
}
.museworxLink:visited {
	color: #888888;
	text-decoration: none;
}
.museworxLink:hover {
	color: #F66719;
	text-decoration: underline;
}
.copytext {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #888888;
	font-size: 10;
}

a:link {color: #FF6600;	text-decoration: none;}
a:visited {	text-decoration: none;	color: #FF6600;}
a:hover {text-decoration: none;	color: #003399;}
a:active {text-decoration: none;color: #FF6600;}
a:link.color1 {color: #FFFFFF;	text-decoration: none; font-family:Arial, Helvetica, sans-serif; font-size:10;}
a:visited.color1 {text-decoration: none;color: #FFFFFF;}
a:hover.color1 {text-decoration: none;	color: #FF6600;}
a:active.color1 {text-decoration: none;color: #FFFFFF;}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.style6 {color: #CC6600; font-weight: bold; font-size: 24px;}
.style11 {font-size: 10px; color: #FFFFFF; on }
.style12 {color: #000066}
.style13 {color: #43618f; font-size: 18px;  }
.style16 {font-size: 14px; font-weight: bold; color: #43618f; }
.style17 {color: #333333}
.style18 {color: #000066; font-weight: bold; }
.style21 {
	color: #666666;
	text-align: left;
}
.style22 {
	color: #666666;
	font-size: 12px;
	line-height: 1.5;
	text-align: justify;
}
.style23 {font-size: 14px;	color: #333333;}
.style24 {font-size: 14px; color: #000066; }
.style26 {color: #666666; font-size: 12px; }
.style27 {font-size: 22px;	color: #666666;	font-weight: bold;}
.style31 {
	color: #666666;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.style32 {color: #a1c9e8; font-size: 12px; font-weight: bold;}
.style33 {color: #43618f; font-size: 24px; font-weight: bold;}
.style34 {font-size: 14px}
.style35 {color: #FF0000;	font-weight: bold;}
.style36 {font-size: 10px; color: #CCCCCC}
.tour {
	font-size: 16px;
	color: #F63;
}
#CollapsiblePanel1 .CollapsiblePanelTab {
	font-size: 36px;
	color: #006;
}
.TabbedPanelsTabGroup { 
  font: Arial; font-size: 18px; color:#03C

}
.headline {
	font-size: 24px;
	color: #666666;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.style37 {
	font-size: 16px;
	color: #43618f;
}
.style41 {	color: #43618f;	font-size: 10px;}
.style42 {
	color: #ffffff;
	font-size: 36px;
	font-weight: bold;
}
.style43 {
	color: #43618f;
	font-size: 16px;
	font-weight: bold;
}
.style44 {
	color: #43618f;
	font-size: 12px;
	font-weight: normal;
}

