﻿BODY
{
    margin: 5px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: white;
    color: DimGray;
    font-size: 12px; 
    /*background-image:url('images/grasswide.png'); 
background-repeat:no-repeat; 
background-attachment:fixed; 
background-position:bottom;*/
}

ul
{
    list-style-type: none;
    padding: 0px;
    margin-left: 25px;
    margin-bottom: 0px;
}
li
{
    list-style-position: outside;
    list-style-image: url(/images/TinyArrow.gif);
    padding-left: 7px;
}

a
{
    color: DimGray;
    text-decoration: none;
    cursor: hand;
}
a:hover
{
    color: DimGray;
    text-decoration: none;
    cursor: hand;
    font-weight: bold;
}
img
{
    border: none;
}

.title
{
    font-weight: bold;
    font-size: 16pt;
}

.tableback
{
    background-image: url('/images/Backgroundstubble.jpg');
    background-repeat: no-repeat;
    background-position: top center;
}


.modalBackground {
	background-color:gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	/*width:800px;*/
}


/*********************** M E N U s ****************************************************/
.menu
{
    color: DimGray;
    text-decoration: none;
    cursor: hand;
    font-size: 16px;
}

a:link.menu
{
    color: DimGray;
}
a:visited.menu
{
    color: DimGray;
}
a:hover.menu
{
    color: DimGray;
    font-weight: bold;
}

.menusmall
{
    color: DimGray;
    text-decoration: none;
    cursor: hand;
    font-size: 9px;
}

a:link.menu
{
    color: DimGray;
}
a:visited.menu
{
    color: DimGray;
}
a:hover.menu
{
    color: DimGray;
    font-weight: bold;
}
/************************* T A B S *********************************************************/


/*************************** 4 TABS **********************************************************/

/* ajax__tab_mcconnel1-theme theme */
.ajax__tab_mcconnel1 .ajax__tab_header
{
    font-family: Arial, Helvetica, sans-serif;
    background: url(/images/styles/tab-line.png) repeat-x bottom;
    font-size: 12px;
    display: block;
    width: 631px;
}
.ajax__tab_mcconnel1 .ajax__tab_header .ajax__tab_outer
{
    /*  background: url(/images/styles/tab.png) no-repeat left top;*/
    border-right: #e6a500 1px solid;
    border-top: #e6a500 1px solid;
    border-left: #e6a500 1px solid;
    background-color: #e6a500;
    padding-left: 10px;
    margin-right: 1px;
    height: 25px;
    width: 147px;
    text-align: center;
}
.ajax__tab_mcconnel1 .ajax__tab_header .ajax__tab_inner
{
    /*  background: url(/images/styles/tab.png) no-repeat right top;*/
    background-color: #e6a500;
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    font-weight: bold;
    padding: 3px 10px 2px 0px;
}
.ajax__tab_mcconnel1 .ajax__tab_hover .ajax__tab_inner
{
    font-weight: bold;
}
.ajax__tab_mcconnel1 .ajax__tab_hover .ajax__tab_outer
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold; /* height: 25px;*/
}
.ajax__tab_mcconnel1 .ajax__tab_active .ajax__tab_outer
{
    /*background: url(/images/styles/tab.png) no-repeat 0pt -40px;*/
    background-color: #ffffff; /* height: 25px;*/
}
.ajax__tab_mcconnel1 .ajax__tab_active .ajax__tab_inner
{
    /* background: url(/images/styles/tab.png) no-repeat right -40px;*/
    background-color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    font-weight: bold;
}
.ajax__tab_mcconnel1 .ajax__tab_body
{
    /*    font-family: verdana,tahoma,helvetica;     font-size: 10pt;     background-color: #ffffff;  */
    font-family: Arial, Helvetica, sans-serif;
    padding: 4px;
    border-right: #e6a500 1px solid;
    border-top: #e6a500 0px solid;
    border-left: #e6a500 1px solid;
    border-bottom: #e6a500 1px solid;
    background-color: #ffffff;
    width: 629px; /*  height: 150px;*/
}

/*********************** A C C O R D I A N *****************************************************/
/* Accordian Styles */
.accordionHeader
{
    font-family: verdana, tahoma, helvetica, Arial;
    font-size: 12px;
    color: black;
    font-weight: bold;
    background-color: white; /* padding: 5px;*/ /* margin-top: 5px;*/
    cursor: pointer;
    border-top: #e6b012 1px solid;
    padding-bottom: 10px;
    padding-top: 10px;
}

.accordionContent
{
    font-family: verdana, tahoma, helvetica, Arial;
    font-size: 12px; /*  background-color: white;     border: 1px none #2F4F4F;     border-top: none;*/ /*  padding: 5px;*/
    padding-top: 1px;
}

/*
.accordionLink
{
    background-color: white;
    border: 1px none #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 5px;
    font-size: 10px;
    font-weight: bold;
    color: black;
    text-decoration: none;
}
*/

