@charset "utf-8";
.BorderOnly {
	border: 6px solid #000;
}
#MainFAQ {
	font-size: 14px;
}

.RedCell {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #330000;
	text-align: center;
	padding: 6px;
}
.FirstPhrase {
	font-weight: bold;
}
.WindowsXPMarkeer {
	color: #000000;
	background-color: #003366;
}
.MacMaarker {
	color: #000000;
	background-color: #660000;
}

.SoftwareCellBG {
	color: #000000;
	background-image: url(images/softwarebg.gif);
	background-repeat: repeat-x;
	background-position: center;
	background-color: #FFFFFF;
}

.Softwarename {
	color: #000000;
	background-color: #FFFFFF;
}

#ToolTable td {
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 80%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}

body  {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #300;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#mainContent ul li {
	font-size: .8em;
}

.thrColFixHdr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/containterbg.jpg);
	background-repeat: repeat-y;
	box-shadow: 7px 7px 8px #111111;
	-webkit-box-shadow: 7px 7px 8px #111111;
	-moz-box-shadow: 7px 7px 8px #111111;

filter:progid:DXImageTransform.Microsoft.Shadow(color='#111111',direction='120',strength='10');
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;

} 
.thrColFixHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFF;
	background-image: url(images/header3.png);
	background-repeat: no-repeat;
	height: 107px;
	background-position: top;
	
} 
#HeaderNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #600;
	text-decoration: none;
	background-image: url(images/spacer.gif);
	background-repeat: repeat;
	text-align: center;
	font-weight: bold;
	padding-top: 82px;
	z-index: 10000;
	padding-left: 35px;
}
.thrColFixHdr #container #Mandatory {
	color: #000;
	background-image: url(images/minervaleft.png);
	height: 45px;
	background-repeat: no-repeat;
	text-align: right;
	font-size: 80%;
	line-height: 130%;
	padding-right: 10px;
	font-weight: normal;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #CA6701;
		-moz-border-radius: 16px 16px 0px 0px;
	-webkit-border-radius: 16px;
-webkit-border-bottom-right-radius: 0px;
-webkit-border-bottom-left-radius: 0px
}
.thrColFixHdr #container #Mandatory a:link {
	color: #300;
	text-decoration: none;
	background-image: url(images/spacer.gif);
}
.thrColFixHdr #container #Mandatory a:visited {
	color: #300;
	text-decoration: none;
	background-image: url(images/spacer.gif);
}
.thrColFixHdr #container #Mandatory a:hover {
	color: #039;
	text-decoration: underline;
	background-image: url(images/spacer.gif);
}


#HeaderNav a:link {
	font-weight: normal;
	color: #600;
	text-decoration: none;
	background-image: url(images/spacer.gif);
}
#HeaderNav a:visited {
	font-weight: normal;
	color: #600;
	text-decoration: none;
	background-image: url(images/spacer.gif);
}
#HeaderNav a:hover {
	font-weight: normal;
	color: #F90;
	text-decoration: underline;
	background-image: url(images/spacer.gif);
}

.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* padding keeps the content of the div away from the edges */
	background-image: url(images/spacer.gif);
	font-size: 80%;
	text-align: left;
	padding-top: 20px;
	padding-right: 8px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-color: #CCC;
}
#SideBar1Headline {
	font-weight: bold;
	text-align: center;
}
#sidebar1 a {

}

#sidebar1  a:link {
	color: #300;
	text-decoration: none;
	background-image: url(images/spacer.gif);
}
#sidebar1  a:visited {
	color: #300;
	text-decoration: none;
	background-image: url(images/spacer.gif);
}
#sidebar1  a:hover {
	color: #03C;
	text-decoration: underline;
	background-image: url(images/spacer.gif);
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 230px; /* padding keeps the content of the div away from the edges */
	background-image: url(images/spacer.gif);
	background-repeat: repeat;
	padding-top: 20px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	text-align: left;
}
#sidebar2 .PictureCaption {
	text-align: center;
}
#sidebar2 .QuickLink {
	text-align: center;
}
.NewsItem ul {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .8em;
	
}

#sidebar2 p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 75%;
	padding-right: 2px;
	padding-left: 2px;
	line-height: 110%;
}
#sidebar2 img {
	padding: 2px;
	border: 1px solid #000;
	margin-left: 2px;
}


.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 225px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 10px;
} 
label {
	font-size: 1em;
}

.thrColFixHdr #FlashPapermainContent {
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 10px;
}
#mainContent p {
	font-size: .8em;
	line-height: 110%;
	background-image: url(transparent.gif);
}
#mainContent li {

}

#mainContent h1 {
	font-size: 110%;
	margin-bottom: 30px;
	text-align: center;
}
#mainContent h2 {
	font-size: 100%;
}
#mainContent a:link {
	color: #036;
	background-image: url(images/spacer.gif);
}
#mainContent a:visited {
	color: #036;
	background-image: url(images/spacer.gif);
}
#mainContent a:hover {
	color: #C00;
	background-image: url(images/spacer.gif);
}

.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C60;
	-moz-border-radius: 0px 0px 16px 16px;
		-webkit-border-radius: 16px;
-webkit-border-top-left-radius: 0px;
-webkit-border-top-right-radius: 0px
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#FooterNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #600;
	text-decoration: none;
	background-image: url(images/spacer.gif);
	background-repeat: repeat;
	text-align: center;
	font-weight: bold;
	height: 30px;
	padding-top: 10px;
}
#FooterNav a:link {
	font-weight: normal;
	color: #600;
	text-decoration: none;
	background-image: url(images/spacer.gif);
}
#FooterNav a:visited {
	font-weight: normal;
	color: #600;
	text-decoration: none;
	background-image: url(images/spacer.gif);
}

#FooterNav a:hover {
	font-weight: normal;
	color: #F90;
	text-decoration: underline;
	background-image: url(images/spacer.gif);
}

#Credits {
	font-size: 70%;
	color: #FF9;
	background-image: url(images/spacer.gif);
	background-repeat: repeat;
	text-align: center;
	margin-top: 15px;
}
#Credits a:link {
	color: #FFC;
	text-decoration: none;
	background-image: url(images/spacer.gif);
}
#Credits a:visited {
	color: #FFC;
	text-decoration: none;
	background-image: url(images/spacer.gif);
}
#Credits a:hover {
	color: #F90;
	text-decoration: underline;
	background-image: url(images/spacer.gif);
}
.NewsItem {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-image: url(images/newsbg.png);
	background-repeat: no-repeat;
	width: 220px;
	padding-top: 8px;
	line-height: 110%;
	padding-left: 4px;
	margin-left: 5px;
}
.NewItemHeadline {
	font-weight: bold;
	background-image: url(transparent.gif);
	background-repeat: repeat;
	text-align: center;
}
.thrColFixHdr #container #WideMainContent {
	color: #000;
	background-color: #FFF;
	margin-top: 0px;
	padding-right: 10px;
	padding-left: 15px;
}
label {
	text-align: left;
}
#WideMainContent form .MasterTable tbody tr td {

}
#sequence {
	padding: 10px;
	border: 1px solid #C90;
}


#RegistrationTable {
	font-size: 14px;
}

#WideMainContent h1 {
	font-size: 110%;
	margin-bottom: 30px;
	text-align: center;
}
#WideMainContent  h2 {
	font-size: 100%;
	font-weight: bold;
}

#WideMainContent p {
	font-size: 80%;
	line-height: 110%;
}
#WideMainContent a:link {
	color: #036;
	background-image: url(images/spacer.gif);
}
#WideMainContent a:visited {
	color: #036;
	background-image: url(images/spacer.gif);
}
#WideMainContent a:hover {
	color: #C00;
	background-image: url(images/spacer.gif);
}
#banner1 {
  margin-left: 15%;
}

#banner2 {
  margin-left: 15%;
}
.NextButton a:lik {
	color: #FFF;
	background-color: #300;
}
#container video {
	background-color: #000;
	text-align: center;
	padding: 10px;
}

