
body
{
    font-family: Sans-Serif;
    color: #0099b9;
    text-align: center;
}

img
{
    border: None;
    vertical-align: middle;
}

a:link
{
    color: #0099b9;
}

a:visited
{
    color: #0099b9;
}

a:active
{
    color: #0099b9;
}

a:hover
{
    color: #00badf;
}

h1
{
    text-align: center;
}

table 
{    
    margin-left: auto;
    margin-right: auto;
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px 0px;
	border-style: none none none none;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse;
}

td
{
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px 0px;
	border-style: none none none none;
	padding: 0px 0px 0px 0px;
}

table.options
{
    border-collapse: separate;

	max-width: 1000px;
	
	/* IE hack */
	width: expression(document.body.clientWidth > 1000? "1000px" : "auto");
}

table.previousoptions
{	
	border-collapse: separate;	

    width: 100%;
	max-width: 600px;
	
	/* IE hack */
	width: expression(document.body.clientWidth > 900? "600px" : "100%");
}

a.option
{
    text-decoration: none;   
    color: white; 
}

a.optionLink
{
    text-decoration: none;   
    color: #0099b9; 
}

td.option
{
    background-color: #0099b9;
    color: white;
    width: 50%;
    vertical-align: top;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    padding: 10px 10px 10px 10px;
}

td.selectableoption
{
    padding: 6px 6px 6px 6px;
    border-width: 4;
    border-color: #0099b9;
    border-style: solid solid solid solid;  
}

/* Better way to do the hover - doesn't require javascript, but not supported by IE
td.selectableoption:hover
{
    border-color: black;
} */

/* IE Specific Hack - Uses Javascript */
td.selectableoptionhover
{
    border-color: black;
    cursor:pointer;
}

td.previousoption
{
	font-size: 80%;	

    border-width: 4;
    border-color: #0099b9;
    border-style: solid solid solid solid;
}

td.previousoptionselected
{
	border-width: 4;
    border-color: black;
	border-style: solid solid solid solid;
}

td.addoption
{
    width: inherit;
}

td.or
{
    background-color: #0099b9;
    text-align: center;
    color: white;
	padding: 0px 15px 0px 15px;
}

td.extrasA
{
    text-align: left;
    font-size: 90%;
}

td.extrasB
{
    text-align: right;
    font-size: 90%;
}

td.extrasCenter
{
    text-align: center;
    font-size: 90%;
}

table.comments
{
    width: 500px;
}

td.comment
{
    border-bottom-color: #0099b9;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding: 5px 0px 5px 0px 
}

table.comment
{
    width: 100%;
}

.commentUser
{
    font-size: 90%;
    display: inline;
}

.commentLink
{
    font-size: 90%;
    text-align: right;
}

textarea.commentBox
{
    width: 100%;
    height: 100px;

    overflow: hidden;
    vertical-align: top; 
}

textarea.commentBoxWithJS
{
    height: 30px;    
}

.button 
{
    border: 1px solid black;
    background: #0099b9;
    color: white;
    font-weight: bold;
    padding: 3px 5px 3px 3px;
}

.button:active
{
    padding: 4px 4px 2px 4px;
}

table.FullWidth
{
    width: 100%;
}

table.MaxWidth
{
    width: 100%;
	max-width: 1300px;
	
	/* IE hack */
	width: expression(document.body.clientWidth > 1300? "1300px" : "100%");
}

.SiteTitle
{
	position: relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 15px;
	/*width: 100%;	*/
	width: auto;
	font-size: 30pt;
	font-weight: bold;
}

.pages
{
    text-align: right;
    vertical-align: top;
    width: 30%;
}

.Results
{
    vertical-align: top;
    text-align: left;
    width: 100%;
}

.ResultTitle
{
	text-align: center;
}

.ResultPercent
{
	font-size: 250%;
}

.ResultText
{
    vertical-align: top;
	text-align: center;
	font-size: 110%;
}

table.Results
{
    margin-left: inherit;
    margin-right: inherit;
    max-width: 600px;
}

.CenterColumn
{
    max-width: 500px; 
    margin-left: auto; 
    margin-right: auto;
    text-align: center;
	
	/* IE hack */
	width: expression(document.body.clientWidth > 500? "500px" : "auto");
}

.CenterColumnLeft
{
    max-width: 500px; 
    margin-left: auto; 
    margin-right: auto;
    text-align: left;
	
	/* IE hack */
	width: expression(document.body.clientWidth > 500? "500px" : "auto");
}

.HalfSpace
{
    margin-top: 10px;
    margin-bottom: 0px;
}

.QuarterSpace
{
    margin-top: 5px;
    margin-bottom: 0px;
}

.NoSpace
{
    margin-top: 0px;
    margin-bottom: 0px;
}

.HangingIndent
{
    margin-left: 25px;
    text-indent: -25px;
}

.Small
{
    font-size: 90%;
}

.OptionHeading
{
	font-size: 110%;
	font-weight: bold;
    margin-bottom: 0px;
    margin-top: 50px;
}

.OtherOptionText
{
	font-weight: bold;
    margin-bottom: 0px;
    margin-top: 30px;
    text-decoration: none;
}

.CommentHeading
{
    margin-bottom: 0px;
}



td.butalso
{
    text-align: center;
    padding: 0px 15px 0px 15px;
}
