html, body
{
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	height: 100%;
}

img
{
	border: 0;
}

/* LINKS */

a:link, a:hover, a:visited, a:active, a.ignore:link, a.ignore:visited, a.ignore:active
{
	color: #378EBD;
	font-size: 9pt;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a.ignore
{
	padding-right: 2px;
	padding-left: 2px;
}

a.ignore:hover
{
	background-color: #378EBD;
	color: #FFFFFF;
	font-size: 9pt;
	text-decoration: none;
}

a.small
{
	color: #378EBD;
	font-size: 8pt !important;
	text-decoration: none;
}

a.language
{
	color: #FFFFFF !important;
	font-size: 8pt !important;
	text-decoration: none;
	background-color: #378EBD;
	padding: 2px;
}


a.important{
	text-decoration: none;
}

a.important:hover
{
	border: 1px solid #009900;
	padding: 2px;
	text-decoration: none;
}

a.important2:link, a.important2:visited, a.important2:active
{

	font-size: 9pt !important;
	text-decoration: none;
	padding: 2px;
	font-weight: bold;
	border: 1px solid #009900;	
}

a.important2:link, a.important2:visited, a.important2:active
{
	background-color: #FF0000;
	color: #FFFFFF !important;	
	text-decoration: none;
}

a.important2:hover
{
	background-color: #FFFFFF;
	color: #378EBD !important;
	border: 1px solid #009900;	
	font-weight: normal;
	text-decoration: none;
}

a.download:hover{
	color: red;
	text-decoration: underline;
}

/*	
a.ignore:link, a.ignore:hover, a.ignore:visited, a.ignore:active
{
	font-weight: bold !important;
	margin-right: 10px;
}

a.correction:visited, a.correction:active, a.correction:link
{ 
	color: #009900;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
	padding-right: 2px;
	padding-left: 2px;
}

a.correction:hover
{
	color: #FFFFFF;
	background-color: #006699;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 2px 0px 2px;
}*/


a.close:link, a.close:visited, a.close:active
{
	color: #CCCCCC;
	font-size: 8pt;
	text-decoration: underline;
}

a.close:hover
{
	background-color: #000000;
	color: #FFFFFF;
	font-size: 8pt;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
}

a.close
{
	margin-right: 2px;
	margin-bottom: 2px;
}

a.announcement:link, a.announcement:visited, a.announcement:active
{
	color: #FF0000;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}

a.announcement:hover
{
	text-decoration: underline;
}

/* HEADER */
#header
{
	background:  url(bg2.jpg) repeat-x;
	width: 100%;
}

#header img
{
	margin: 0pt auto;
}

#logo{
	background: url(logo2.jpg) scroll top center no-repeat;
	height: 104px;
}


#wrapper
{
	width: 100%
}
/* MAIN/DEMO */

#largermain
{
	margin-top: 20px;
	width: 100%;
	position: relative;
	text-align: center;
}

#extcontents
{
	width: 610px;
	height: 463;
	display: block;
	margin: 0 auto;
	padding: 5px;
	text-align: left !important;
}

#maincontents
{
	text-align: left !important;
	width: 610px;
	margin: 20px auto;
	padding: 0px;
}

#democontent
{	
	width: 100%;
	position: relative;
	margin-top: 125px;
	text-align: center;
}



#nav
{
	margin-bottom: 20px;
	font-size: 9pt;
	width: 508px;
}

#nav span
{
	text-decoration: none;
}


#more, #extmore
{
	position: relative;
	z-index: 100;
	margin: 0 auto;
	text-align: left;
}

#more
{
	width: 508px;
	padding-top: 20px;
}


#extmore span, #more span
{
	font-size: 9pt;
}

#largerdemotxt
{
	height: 550px;
	width: 600px;
	overflow: auto;
	border: 1px dotted #378EBD;
	padding: 2px 2px 2px 2px;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #666666;	
}

#description, #demodescription, .correction, #hint, #hintcontent
{
	color: #000000;
	font-size: 9pt;
}

#hint
{
	position: relative;
	height: 60px;
	color: #378EBD !important;
	margin-left: 25px;
	text-align: left;
}

#hintcontent
{
	width: 400px;
	font-size: 8pt !important;
	position: relative;
	font-style: italic;
	margin-left: 10px;
}

#hintcontent p
{
	margin: 2px 0px 0px 0px;
}

#description
{
	margin-top: 100px;
	display: block;
}


#languageoptions
{
	text-align: right;
	margin-right: 20px;
}


#wordtype
{
	font-style: italic;
	color: #D4D4D4 !important;
}

#morecontainer ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 100;
}

#morecontainer
{
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 10000;
	width: 80px;
	vertical-align: top;
}

#morecontainer #languages
{
	background-color: #FFFFFF;
}

#morecontainer #selectedlang
{
	font-size: 8pt;
	font-style: italic;
	margin-left: 5px;
}

#morecontainer #languages ul
{
	list-style: none;
	padding: 4px 5px 5px 5px;
	margin: 0;
	border: 1px dotted #009900; 
	z-index: 10000
	background-color:#FFFFFF;
}


#demoTxt
{
	border: 1px dotted #378EBD;
	padding: 2px 2px 2px 2px;
	font-weight: bold;
	background-color: #F1FEF3;
	color: #666666;
	width: 410px
}

#demo
{
	background-image:  url(demo.jpg);
	background-repeat: no-repeat;
	height: 58px;
	position: relative;
	margin: 0 auto;
}

#demo_textbox_div
{
	position: absolute;
	top: 16px;
	left: 67px;
	
}

#closeCorrections
{
	text-align: right;
}

/*#correctionsContainer ul{
	padding: 0; 
	margin: 0; 
	margin-top: -6px; 
	border-top-width: 0; 
	padding-top: 0; 
	margin-bottom: 0; 
	border-bottom-width: 0; 
	padding-bottom: 0;
	list-style: none; 
	background-color: transparent;
}

.correctiontext, .noerrortext{
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	margin-left: 5px;
	margin-right: 10px;
}

.correctiontext
{
	color: #000000;
}

.noerrortext
{
	color: #009900;
}*/

.word
{
	color: #CCCCCC !important;
	background-color: #FFFFFF;
	font-size: 12pt;
	font-weight: bold;
	padding: 2px 2px 2px 2px;
}

.worddescription
{
	font-size: 8pt;
	color: #D4D4D4 !important;
}

.standouttext
{

	color: #378EBD !important;
}


/* FOOTER */
#footer
{
	margin-top: 65px !important;
	position: relative;
	text-align: center;
	width: 100%;
}

#footer #new
{
	color: #FF0000 !important;
}

#footercontents
{
	margin: 0 auto;
	width: 600px;
}

.footertext
{
	font-size: 8pt;
	color: #000000;
	text-align: center;
	margin-top: 10px;
}

.formDemoTextFieldDescriptor{
	color: #000000;
	font-weight: bold;
	font-size: 8pt;
}