﻿body
{
    background: #fff;
    color: #333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 77%;
    line-height: 1.125em; /* 16x1.125=18px */
    margin: 0;
    padding: 0;
    text-align: center;
}

p
{
    font-size: 1.2em;
    line-height: 1.2em;
    margin-bottom:10px;
}

ul.bullet
{
    font-size: 1.4em;
    line-height: 1.4em;    
    color: #FF9900;
    /*margin-left: 20px;*/
}

ul.bullet li
{
    list-style-type: square;
    list-style-position: inside;
}

ol
{
    font-size: 1.4em;
    line-height: 1.4em;    
    color: #FF9900;
    margin-left: 20px;
}

ol li
{
    list-style-type:decimal;
    list-style-position: inside;
}

legend
{
    font-weight:normal;
    color: #5377A9;
    text-align:left;
}

h1,h2,h3
{
    padding-top:10px;
    font-weight:normal;
    color: #5377A9;
    text-align:left;
}

h1
{
    font-size: 24px;
    line-height: 1.636em;   /* 16x1.636=36px */
    margin: 0;
    font-weight: bold;
}

h2
{
    font-size: 1.625em;         /* 16x1.375=26px */
    line-height: 1.636em;       /* 16x1.636=36px */	
	margin: 0;
}

h3
{
	font-size: 1.375em;        /* 16x1.375=22px */
	color:#FF9900;
	margin-bottom:1em;
}

a.stdlink
{
    text-decoration: none;
    color: #5377A9;
}
a.stdlink:link
{
} /* unvisited link */
a.stdlink:visited {} /* visited link */
a.stdlink:hover
{
    border-bottom-style: dotted;
    border-bottom-width: 1px;
} /* mouse over link */
a.stdlink:active {} /* selected link */





a.std2link
{
    text-decoration: none;
    color: #FF9900;
}
a.std2link:link
{
} /* unvisited link */
a.std2link:visited {} /* visited link */
a.std2link:hover
{
    border-bottom-style: dotted;
    border-bottom-width: 1px;
} /* mouse over link */
a.std2link:active {} /* selected link */


.clearboth
{
    clear:both;
}

#main
{
    margin-top: 0px;
    padding-top: 0px;    
}

.searchbox
{
    border-width: 1px;
    border-style: solid;
    border-color:#FF9200;
    background-color:#F9D1B0;
    width: 300px;
    padding:2px;
    font-size: 12pt;
}

.searchcontainer
{
    padding-bottom:10px;
}


/* Special Widget Code Box */
.ui-widget textarea.code
{
    font-family: 'Courier New' , Courier, monospace;
    font-weight: normal;
    font-size:1.0em;
}

SELECT
{    
    border-width: 1px;
    border-style: solid;
    border-color:#FF9200;
    background-color:#F9D1B0;
    min-width: 200px;
    padding:2px;
    font-size: 12pt;
}

strong
{
    font-weight: bold;
}
