/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}
/* end hide */

#flashcontent {
	height: 100%;
}

#wsNoFlashContainer{
	background-image:url(../wsImages/wsIndex/wsNoFlash.jpg);
	width:346px;
	height:480px;
	background-repeat:no-repeat;
	margin-top:30px;
	text-align:left;	
	margin:auto;
	color:#333333;
	font-size:12px;
}

#wsHiddenIntro{
	display:none;
}

#wsGoToIndexA {
	color:#006600;
}

#wsGetFlashA {
	color:#006600;
}

#wsEnterAccessibleA {
	color:#006600;
}

#wsMessage {
	padding-top: 117px;
	text-align:center;
}

#wsGetFlash {
	padding-top: 42px;
	padding-left: 16px;
	text-align:left;
}

#wsEnterAccessible {
	margin-top: -14px;
	padding-left: 148px;
	text-align:left;
}


body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/*******************************/
/* flash styles */

/* links in flash */
a{  
	color: #FFFF00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* Websemantic title text*/
.wsTitleText { 
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}
/*preloader definition text*/
.wsPreloaderTextBold { 
	font-family:Verdana;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
}
/*preloader definition text*/
.wsPreloaderText { 
	font-family:Verdana;
	font-size:12px;
	color:#cccccc;
}
/*preloader start button text*/
.wsPreloaderStartButton { 
	font-family:Verdana;
	font-size:96px;
	color:#999999;
	font-weight:bold;
	letter-spacing:4px;
}
/*'Mottos' under Websemantic title text*/
.wsMottoText { 
	font-family:Verdana;
	font-size:12px;
	color:#E2E2E2;
}
/*Motto text in images (Clarity, design, purpose)*/
.wsMottoImageText { 
	font-family:Verdana;
	text-align:center;
	font-size:96px;
	font-weight:bold;
	color:#ff0000;
	letter-spacing:-2px;
}
/* Node title text*/
.wsNavigationNode {
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
	letter-spacing:1px;
}
/* Node title text*/
.wsNavigationSubNode {
	font-family:Verdana;
	font-size:11px;
	color:#ffffff;
	text-align:center;
	letter-spacing:1px;
}
/* Text in tool tips*/
.wsToolTip {
	font-family:Verdana;
	font-size:10px;
	color:#666666;
	margin-left:5px;
	margin-right:5px;
	leading:3px;
}
/* Content title */
.wsContentTitle {
	font-family:Verdana;
	font-size:15px;
    color:#cccccc;
	text-align:left;
}
/* Content instruction */
.wsContentInstruction {
	font-family:Verdana;
	font-size:11px;
    color:#cccccc;
	text-align:right;
}
/* Captions for content images*/
.wsContentShowImageMap {
	font-family:Verdana;
	font-size:11px;
    color:#6699cc;
	text-align:left;
}
/* Show map / picture text*/
.wsContentImageCaption {
	font-family:Verdana;
	font-size:11px;
    color:#6699cc;
	text-align:right;
}
/* Loading feedback for content images changing to maps*/
.wsMapLoadingFeedbackCaption {
	font-family:Verdana;
	font-size:10px;
    color:#cccccc;
	text-align:center;
}
/* General text in main box*/
.wsGeneralText {
	font-family:Verdana;
	font-size:11px;
	color:#ffffff;
	leading:3px;
}
/* Text that has an action attached to it
.wsGeneralTextAction {
	color:#FFFF00;
}*/
