* {
	padding: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}
p {
	margin: 10px 0;
}
ul, ol {
	margin: 10px 15px;
}
blockquote {
	margin: 30px;
}
a {color: #12699D;}
a:visited {color: #12699D;}
a:hover {color: #222;}
img {border-style: none;
    border-color: inherit;
    border-width: medium;
}
table {
	border-collapse: collapse;
}
table td {
	vertical-align: top;
}
.clear {
	height: 1px;
	overflow: hidden;
	margin-top: -1px;
	clear: both;
}
body {
	color: #000;
	font: 12px/18px Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #0D5E94;
}

.TextboxWatermark
{
    color: Gray;
}
.modalProgressGreyBackground 
{
    background:#AAAAAA;
	filter:alpha(opacity=60);
	opacity:0.6;
}

.modalProgressRedBackground 
{
    background:Red;
	filter:alpha(opacity=60);
	opacity:0.6;
}

.modalPopup
{
    text-align:center;
    vertical-align: middle; 
    border-style:solid; 
    border-width:1px; 
    background-color:#EEEEEE; 
    width:180px; 
    height:100px;
}

.UpdateProgressPanel
{
/* UpdateProgressPanel is above EVERYTHING ELSE, even other modal popups */
    z-index: 99999999;
    background-color:#EEEEEE;
    color:#fff;
    width: 200px;
    text-align: center;
    vertical-align: middle;
    position: fixed;
    bottom: 50%;
    left: 45%;
    padding: 10px;
    border: solid 2px #5D7B9D;
    display: block;  
    filter:alpha(opacity=100);
    opacity:1.0;
    -moz-opacity: 1.0;   
}

.UpdateProgressModalBackground
{
/* Above everything else, except an UpdateProgressPanel */
    z-index: 9999999; 
    background-color: #AAAAAA; /* Blue Slate Gray */
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    min-height: 100%;
    min-width: 100%;
    filter:alpha(opacity=60);
    opacity:0.6;
    -moz-opacity: 0.6;
}

#container {
	margin: 0px auto;
	text-align: left;
	width: 950px;
}
#header {
	width:950px;
	height:125px;
}
#logo {
	width: 950px;
	height:125px;
	background:url(../images/headersite.png) no-repeat;
	text-indent:-9999px;
	float: left;
}
/*#logo h1 a {
	display: block;
	width:950px;
	height:250px;
	text-indent: -9999em;
}*/
#content {
	background: url(../images/body.png) repeat-y;
	float: left;
	width: 950px;
}
#content h2 {
	margin: 2px 0;
	color: #0D5E94;
	font: 1.4em Tahoma, Arial, Helvetica, sans-serif;
}
#content h3 {
	margin: 2px 0;
	color: #0D5E94;
	font: 1.2em Tahoma, Arial, Helvetica, sans-serif;
}
#content h4 {
	color: #0D5E94;
	font: 1.0em Tahoma, Arial, Helvetica, sans-serif;
}
#left {
	float: left;
	width: 180px;
	min-height: 300px;
	padding-left: 18px;
	padding-right: 14px;
}
#nav2 {
	float: left;
	width: 180px;
	clear: both;
}
#nav2 a {
	color: #12699D;
	text-decoration: none;
}
#nav2 a:visited {
	color: #12699D;
}
#nav2 a:active {
	color: #1197D6;
}
#nav2 a:hover {
	color: #FFF;
}

#contact{
    float: left;
    width: 180px;
    clear: both;    
}
#contact, #scouts-logo {
}
#contact, #contact a, #contact a:visited {
	color: #044B74;
	font-weight: bold;
}
#contact a:hover {
	color: #FFF;
}
#scouts-logo 
{
    float: left;
    width: 180px;
    cclear: both;
    text-align: center;
    padding-top: 15px;
}
/* --- END NAVIGATION --- */
#right {
	float: left;
	padding-right: 18px;
	width: 720px;
}
div.text 
{
    float:left;
    padding-left: 10px;
	width: 720px;
}
#right td {
    vertical-align: middle;
}
#right textbox 
{
    width: 150px;
}
#right label {
	text-align: right;
    font-style: normal;
    font-variant: normal;
    font-size: 0.9em;
    line-height: normal;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}
div.navigation 
{
    padding-top: 10px;
    text-align: center;
}
.imageright {
	margin: 0 0 10px 20px;
	border: 3px solid #FFF;
	float: right;
	clear: right;
}
.imagecenter {
	margin: 10px 0;
	border: 3px solid #FFF;
	text-align: center;
}
.francais {
	text-align: right;
	font-size: .9em;
}
/* --- FOOTER --- */
#footer 
{
    float: left;
    width: 950px;
    height: 28px;
	background: url(../images/footer.png);
	text-align: center;
	font-size: 0.8em;
	color: White;
}
#footer a 
{
    color: White;
}
.InfoTable
{
    width: 700px;
    padding: 5px 5px 5px 5px;
    vertical-align:text-bottom;
    border: Solid 2px #555;
}
.InfoTable thead td
{
    font-weight: bolder;
    padding: 0px 2px 0px 2px;
    text-align: center;
    vertical-align: text-bottom;
    border-bottom: Solid 1px #AAA;
    border-top: Solid 1px #AAA;
}
.InfoTable thead td label
{
    color: #666;
    font-weight: bold;
}
.InfoTable tr th
{
    font-weight: bolder;
    padding: 0px 2px 0px 2px;
    text-align: center;
    vertical-align: text-bottom;
    border-bottom: Solid 1px #AAA;
    border-top: Solid 1px #AAA;
}
.InfoTable tr th label
{
    color: #666;
    font-weight: bold;
}

.InfoTable tr td
{
    padding: 0px 2px 0px 2px;
    vertical-align: text-bottom;
    border-bottom: Solid 1px #AAA;
    border-top: Solid 1px #AAA;
}
.InfoTable tr td label
{
    color: #222;
}

.InfoPanel
{
    padding: 5px 5px 5px 5px;
}

.textfield
{
    width: 200px;
}
.SiteAccessTable
{
    padding: 5px 5px 5px 5px;
    vertical-align: middle;
    border: Solid 3px #000000
}
.SiteAccessTable tr td
{
    padding: 5px 5px 5px 5px;
    vertical-align: text-bottom;
    border-bottom: Solid 1px #808080;
    border-top: Solid 1px #808080;
}

.TabControl
{
    width: 700px;
    margin: auto 10px auto auto;
}
.ajax__tab_tab
{
    font-weight: bold;
    color:#12699D;
}

.SqlCode
{
    font-family: monospace, Courier New, Courier New, Courier;
    font-size: 8pt;
    
}

.PagerCurrentItem
{
	color: #0D5E94;
	font: 1.2em Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
    text-decoration: none;
}
.PagerNumericItem
{
	color: #5080A0;
	font: 1.2em Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
    text-decoration: none;
}


.DisabledLink
{
    text-decoration: underline;
    color: #044B74;
}

.ToolbarItem
{
    padding-right: 5px;
    padding-left: 5px;
}
.ToolbarItem img
{
    padding-right: 2px;
    padding-left: 2px;
}

.ImageLibrary
{
    width: 680px;
}
.ImageLibraryItem
{
    float: left;
    text-align: center;
    vertical-align: middle;
    width: 200px;
    height: 250px;
    margin: 5px 5px 5px 5px;
}
/*.ImageLibraryItem img
{
    max-width: 90px;
    max-height: 90px;
}*/

.ILLink:link{color:#5080A0;}
.ILLink:visted{color:#5080A0;}
.ILLink:hover div
{
    background-color: #ccc;
    color:#5080A0;
    cursor: hand;
    
}
.ILContainer
{
    margin: 5px auto 5px auto;
    padding: 10px 10px 10px 10px;
    border: Solid 2px #aaa;
    background: #0D5E94;
    width:100%;
    display:block;
    height: 250px;
    clear:both;
    color:White;
}
.ILImage
{
    float:left;
    text-align:center;
    vertical-align: middle;
    width: 100%;
    height: 190px;
}
.ILImage img
{
    max-width: 100%;
    max-height: 190px;
}

.ILText
{
    float:left;
    text-align:center;
    vertical-align: middle;
    width: 100%;
    height: 40px;
}

.ILHighlightLink #link
{   
    float:left;
    background-repeat: no-repeat;
    background-position: center;
    color:#5080A0;
    margin: 5px 5px 5px 5px;
    padding: 3px 3px 3px 3px;
}
.ILHighlightLink #link #pic
{
    float:left; 
    background-position: center;
    background-repeat: no-repeat;
}
.ILHighlightLink #link #text
{
    float:left;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
}
.ILHighlightLink:link #link {}
.ILHighlightLink:visited #link {}
.ILHighlightLink:hover #link
{
    border: Solid 1px #aaa;
    background-color: #EAE0CC;
    color:#5080A0;
    cursor: hand;
    padding: 2px 2px 2px 2px;
}