﻿div.clear
{
    clear: both; 
    float: none;
    height: 0px; 
    width: 0px;
    overflow: hidden;
}

div.indent
{
	margin-left: 10px;
}

.right
{
	float: right;
}

div.hidden
{
	display: none;
}

.readableButHidden
{
	position: absolute;
	left: -2000px;
	top: -2000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	padding: 0px;	
}


a, a:link, a:visited, a:hover, a:active 
{
	color: Blue;
}

#maindiv
{
	width: 795px;
}


#maindiv #headerrow
{
	background: url(../images/topbar.gif);
	height: 107px;
}

#maindiv #headerrow #title
{
	font-size: 1.8em;
	padding-top: 25px;
	padding-left: 25px;	
}
#maindiv #headerrow #headerbuttons
{
	float:right;
	padding-top: 8px;
	padding-right: 10px;
}

#maindiv #headerrow #secondaryheaderlinks
{
    padding-left: 270px;   
    padding-top: 35px;
}

#maindiv #headerrow #secondaryheaderlinks div.sep
{
    padding-left: 50px;
    padding-right: 50px;
}

#popupdiv
{
}

#popupdiv #headerrow
{
	background: url(../images/topbarsmall-bg.gif);
	background-repeat: repeat-x;
	height: 33px;
}

#popupdiv #headerrow #headerlogo
{
	background: url(../images/topbarsmall-logo.gif);
	background-repeat: no-repeat;
	height: 33px;
}

#popupdiv #headerrow #headerbuttons
{
    float:right;
	padding-top: 4px;
	padding-right: 30px;
    font-size: .8em;
	font-weight: bold;
}

#popupdiv #headerrow #headerbuttons a
{
    color: #fff;
    text-decoration: none;
}

#maincontent
{
	padding: 0px 25px 50px 25px;
}

#content
{
	background-color: #fff;
}

/* Begin warnbox */
div.warnbox
{	
	padding-top: 15px;
	padding-bottom: 15px;
}
div.warnbox img
{
	/*position: absolute;*/
	float: left;
	margin-top: 5px;
	/*left: 35px;*/
}
div.warnbox div.msg
{
	/*position: relative;*/
	margin-left: 30px;
}
/* end warnbox */

div.sysrequirements
{
}

div.trademarknotices
{
}

ol.list
{
	list-style-type: decimal;
	margin-left: 30px;
}
ul.list
{
	list-style-type: square;
	margin-left: 30px;
	margin-bottom: -1em; /* account for padding added by the last list item */
}
ul.list li
{
    padding-bottom: 1em;
}

h2
{
	color:#333399;
	font-size:1.3em;
}

div.notebox
{
    border-bottom:2px solid black;
    border-left:1px solid #C4C4C4;
    border-right:1px solid #C4C4C4;
    border-spacing:0;
    border-style:solid;
    border-width:0 1px 2px;
    background-color:#FFED95;
    padding: 5px;
}

/*pageheader begin*/
TABLE.pageheader
{
    width:100%;
    border-spacing: 0;
}
TABLE.pageheader TD.icons
{
    background-repeat:repeat-x;
    background-image:url("../images/pageheader_line.gif");
}
TABLE.pageheader TD.title, TABLE.pageheadercoord TD.title, TABLE.pageheadermember TD.title
{
    padding-right:5px;
}
TABLE.pageheader TD H1,TABLE.pageheadercoord TD H1, TABLE.pageheadermember TD H1
{
    font-size: 15px;
    font-weight:bold;
    margin: 0 0;
}
/*pageheader end*/

div.WizardButtons 
{    
    background-color:#5579BE;
    display:block;
    height:25px;
    margin-top:10px;
    padding:5px 2px 2px;
    text-align:right;
}

#exContainer
{
    background-color: #F9F6E5;
}
#exContainer div.summary
{
    text-align: center;
    vertical-align: middle;
    background-color: #FEED95;
    width: 100%;
    height: 100%;
}
#exContainer div.exercises
{
}

ul.exSummary
{
    display: inline;
    white-space: nowrap;    
}
ul.exSummary li
{
    display: inline;
}
ul.exSummary li div
{
    padding: 8px;
    display: block;
    width: 20%;
    float: left;
    padding-left: 15px;
    background: #FEED95; /* for IE6 Comment 13160 */
}


ul.exList
{
    display: inline;
    white-space: nowrap;
}
ul.exList li
{
    display: inline;
}
ul.exList li div
{
    display: block;
    width: 30%;
    float: left;
    padding-left: 15px;
    padding-top: 10px;
}
