/* HTML Tag Redefinition */
html, body {height: 100%;  }
body 
{
      /* customize_background 
        */ 
      background-image: url(images/bg1.jpg) !important;
      padding: 0px; 
      margin: 0px;
      height: 100%;
}

img { border: 0px }
a { cursor:pointer }
p
{
    margin: 1em 1.25em 1em 1.25em;
    padding: 4px;
}

a.blue:link, a.blue:visited, a.blue:hover, a.blue:active
{
    color: #0000FF;
}

li.toggle
{
    list-style-image: url(images/menus/diamond_bullet.png);
}

li
{
    list-style-image: none;
}

/* Custom */
#outerpanel
{
    height: 100%;
	margin: 0px auto;
	padding-top: 10px;
	z-index: 99;
	min-width: 850px;
}

.logo
{
    padding-right: 20px;
    text-align: center;
	width: 250px;
}

.banner 
{
    margin-left: 260px;
    margin-bottom: 20px;
    text-align: center;
}

#member_login 
{
    margin-right: 20px;
}

#main
{
    float: left;
    margin-top: 10px;
    margin-bottom: 10px; 
	min-width: 850px;
}

#outer_content
{
    border-left: 2px solid navy;
    margin-left: 295px;
}

#menu
{
    clear: both;
    float: left;
    margin-left: 20px;
    margin-right: 10px;
	width: 250px;
    text-align: left;
}

#menu ul.nav a
{
    background-image: url(images/menus/19724732[1].png);
    border-style: outset;
    border-width: 5px;
    color: #ffffff;
    display: block;
    font-size: .75em;
    font-weight: bold;
    padding: .5em .25em .5em .25em;
    text-decoration: none;
    width: 100%;
    margin-left: -20px;
}

#menu ul.nav a.link_panel_yellow
{
    font-size: 1em !important;
    height: auto;
    margin-top: 1em;
}

#menu ul.nav a:hover
{
    background-image: url(images/menus/1506864[1].jpg);
    color: Black;
}

#menu ul { margin: 0em 0em 0em .625em; padding: 0px; }
#menu ul.nav li { list-style-type: none; margin-left: 0px; }
#menu ul.nav li.nav-path-selected a { }
#menu ul.nav li.nav-path-selected a.nav-path-selected { /* color: Green; */ }
#menu ul.nav li.nav-path-selected ul { margin-left: 1.25em; /* indent sub-menu */ } 
#menu ul.nav li.nav-path-selected ul a 
{ 
    background-image: none; 
    color: black;
    border-style: none;
} 
#menu ul.nav li.nav-path-selected ul li 
{
    background-image: url(images/menus/diamond_bullet.png);
    background-repeat: no-repeat;
    background-position: 0 .25em;
    padding-left: 1.25em;
    vertical-align: middle;
} 
#menu ul.nav li.nav-path-selected ul a.nav-selected { /* color: Red; */ }

#menu ul.nav li.nav-selected ul li 
{
    background-image: url(images/menus/diamond_bullet.png);
    background-repeat: no-repeat;
    background-position: 0 .25em;
    padding-left: 2.25em;
    margin-left: -30px;
    vertical-align: middle;
} 
#title
{
    float: left;
    margin: 4px 8px 4px 8px;
    width: 95%;
}

#content
{
    float: left;
    margin: 4px 8px 4px 8px;
    padding: 4px;
    width: 93%;
}

#footer
{
    background-color: #FFFFFF;
    border: solid 1px #000000;
    clear: both;
    font-size: .75em;
    padding: 1em 0em;
    text-align: center;
    /* width: 100%; */
}

#table2column
{
    width: 100%;   
    border-collapse: collapse;
}

#table2column td, #table2column th
{
    border: 1px solid #003399;
    padding: 4px;
}

#table2column th
{
    background-image: url(images/menus/19724732[1].png);
    color: #ffffff;
    padding-bottom: 4px;
    padding-top: 6px;
    text-align: center;
}

#table2column td
{
    vertical-align: top;
    width: 50%;
}

#table2column tr.alt td
{
    color: #000000;
    background-color: #FFFFFF;
    vertical-align: top;
}

#table2column tr.alt2 td
{
    color: #000000;
    background-color: #FFD9FF;
    /* background-color: #FFD9FF; */
    /* background-color: #CAE4FF; */
    vertical-align: top;
}

.table1
{
    width: 100%;   
    border-collapse: collapse;
}

.table1 td, .table1 th
{
    border: 1px solid #003366;
    padding: 4px;
}

.table1 th
{
    background-color: #003366;
    color: #ffffff;
    padding-bottom: 4px;
    padding-top: 6px;
    text-align: center;
}

.table1 td
{
    background-color: #FFFFFF;
    padding: 1em;
    text-align: left;
    vertical-align: top;
}

.table1 td.left
{
    background-color: #FFFFFF;
    text-align: left;
    vertical-align: top;
}

.table1 tr.alt td
{
    color: #000000;
    background-color: #EEEEEE;
    vertical-align: top;
}

.table1 tr.spacer td
{
    border: none;
    background-color: transparent;
}

.table2
{
    background-color: #FFFFFF;
    border-collapse: collapse;
}

.table2 th
{
    border-top: solid 4px #000099;
    border-bottom: solid 4px #000099;
    color: #000080;
    font-size: 1.185em;
    font-weight: bold;
    padding: .5em 0 .5em .5em;
    text-align: left;
}

.flow_pane_container
{
    display: inline;
    white-space: nowrap;
}

.flow_pane
{
    display: inline;
    float: left;
    height: 100%;
    margin: 20px 10px 20px 10px;
    max-width: 67%;
    padding: 4px;
}

.flow_pane2
{
    border-left: 1px solid black;
    float: left;
    margin-left: 20px;
    margin-top: 20px;
    padding: 4px;
}

.flow_pane_new_row
{
    clear: both;
    display: inline;
    float: left;
    margin-left: 20px;
    margin-top: 20px;
    padding: 4px;
}

.link_panel
{
    border-style: outset;
    border-width: 2px;
    width: 150px;
}

a.link_panel:link, a.link_panel:visited
{
    background-image: url(images/menus/19724732[1].png);
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    text-decoration: none;
}
a.link_panel:hover, a.link_panel:active
{
    background-image: url(images/menus/1506864[1].jpg);
    color: Black;
}

.link_panel_yellow
{
    background-image: url("images/Yellow Lights Capture.JPG") !important;
    background-position: center;
    border-style: outset !important;
    border-width: 2px !important;
    color: Black !important;
    max-width: 525px;
    padding: .25em;
}

a.link_panel_yellow:link, a.link_panel_yellow:visited
{
    display: block;
    font-size: 1.25em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    width: 200px;
}

a.link_panel_yellow:hover, a.link_panel_yellow:active
{
}

.link_panel_gradient
{
    border-style: outset;
    border-width: 2px;
    height: 42px;
    line-height: 42px;
    vertical-align: middle;
    width: 170px;
}

a.link_panel_gradient:link, a.link_panel_gradient:visited
{
    background-image: url(images/gradient1.jpg);
    background-repeat: repeat-x;
    color: Black;
    display: block;
    font-weight: bold;
    padding: .25em;
    text-align: center;
    text-decoration: none;
    height: 100%;
}

a.link_panel_gradient:hover, a.link_panel_gradient:active
{
    background-image: url(images/gradient2.jpg);
    background-repeat: repeat-x;
    color: #FFFFFF;
    height: 100%;
}

.link_panel_gradient_large
{
    border-style: outset;
    border-width: 2px;
    height: 84px;
    vertical-align: middle;
    width: 270px;
}

a.link_panel_gradient_large:link, a.link_panel_gradient_large:visited
{
    background-image: url(images/gradient1_tall.jpg);
    background-repeat: repeat-x;
	background-position: center;
	background-color: #5083BE;
    color: Black;
    display: block;
    font-weight: bold;
    padding: .25em;
    text-align: center;
    text-decoration: none;
    height: 100%;
}

a.link_panel_gradient_large:hover, a.link_panel_gradient_large:active
{
    background-image: url(images/gradient2_tall.jpg);
    background-repeat: repeat-x;
	background-color: #FFFFFF;
    color: #FFFFFF;
    height: 100%;
}

a.static_link:link, a.static_link:visited
{
    color: #0000FF;
}

a.static_link:hover, a.static_link:active
{
    color: #0000FF;
}

a.image_link
{
    background-repeat: no-repeat;
    background-position: center;
    color: #000;
    display: block;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

a.image_link:link, a.image_link:visited
{
    font-size: 1em;
}

a.image_link:hover, a.image_link:active
{
    font-size: 1em;
}

.framed_image
{
	background-color: #FFFFFF;
	border: outset 4px #FFFFFF;	
}

.cascade1
{
    margin: 10px 10px 10px 30px;
}

.cascade2
{
    margin: 10px 10px 10px 125px;
}

.cascade3
{
    margin: 10px 10px 10px 220px;
}

.cascade1_right
{
    margin: 10px 30px 10px 10px;
}

.cascade2_right
{
    margin: 10px 10px 10px 125px;
}

.cascade3_right
{
    margin: 10px 10px 10px 220px;
}

.cascade1_gradient
{
    background-image: url(images/gradient1.jpg);
    margin: 10px 10px 10px 30px;
    width: 
}

.cascade2_gradient
{
    margin: 10px 10px 10px 125px;
}

.cascade3_gradient
{
    margin: 10px 10px 10px 220px;
}

.center_column1_2
{
    float: left;
    padding-bottom: 20px;
    text-align: right;
    width: 49%;
}

.center_column2_2
{
    float: left;
    padding-bottom: 20px;
    text-align: left;
    width: 49%;
}

.table_2_column table
{
}

.table_2_column td
{
    text-align: center;
    vertical-align: top;
    width: 50%;
}

.table_3_column table
{
    border: solid 1px black;
    text-align: center !important;
}

.table_3_column td
{
    text-align: center !important;
    vertical-align: top;
    width: 33%;
}

.center_panel
{
    clear: both;
    margin: .75em auto .75em auto;
    text-align: center;
    width: 80%;
}

.center_panel a.link_panel_yellow
{
    margin-left: auto;
    margin-right: auto;
    width: 200px;
}

img.image_3
{
    float: left;
    height: auto;
    margin-top: 24px;
    margin-left: 2%;
}

img.center
{
    margin-left: auto;
    margin-right: auto;
}

.content_pane
{
    margin: .25em 1.25em .25em 1.25em;
    padding: .5em;
}

.white_background
{
    background-color: #FFFFFF;
    border: 1px solid black;
    margin: 0 1.5em .25em 1.5em !important;
}

.content_header
{
    margin-bottom: 0 !important;
}

.title_bar
{
    background-image: url(images/menus/19724732[1].png);
    clear: both;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 1.25em;
    padding: .25em;
    text-align: center;
    margin: .25em 1.25em .25em 1.25em;
}

div.title_bar a
{
    color: #FFFFFF;
    text-decoration: none;
}

div.title_bar a:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}

.subtitle_bar
{
    background-color: #000080;
    clear: both;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 1em;
    margin: .25em 1.25em .25em 1.25em;
    padding: .25em;
    text-align: center;
    width: 50%;
}

div.subtitle_bar a
{
    color: #FFFFFF;
    text-decoration: none;
}

div.subtitle_bar a:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}

.subtitle
{
    display: block;
    font-weight: bold;
    text-align: center;   
    width: 100%;
}

.image_button
{
    cursor: pointer;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 9999;
}

.ad_panel
{
       background-color: #003366;
       color: White;
       font-weight: bold;
       padding: .75em;
       text-align: center;
}

.ad_panel .note
{
    font-size: .75em;
}

#calendar_frame
{
    height: 600px;
    min-width: 600px;
    width: 100%;
}

.member_menu_title
{
    color: #AA0000;
    display: block;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
}

a.member_menu_title:link, a.member_menu_title:visited
{
    font-size: 1em;
}

a.member_menu_title:hover, a.member_menu_title:active
{
    font-size: 1em;
}

.input_form
{
    border: 1px double #000000;
    padding: 1em;
    text-align: left;
}

.input_form input[type="submit"], .input_form input[type="reset"]
{
    border-style: outset;
    font-weight: bold;
    padding: .25em 1em;
}

table.input_form td
{
    padding: .25em .5em;
}

table.input_form td.textured
{
	background-image: url(images/menus/19724705[1].png);
	font-weight: bold;
}

table.input_form
{
    border-style: none;
}

tr.input_form_data_row
{
    background-color: #FFFFFF;
    color: #CC0066;
}

tr.input_form_row_header
{
    background-color: #CC0066;
    color: #FFFFFF;
}

.yellow_form
{
    background-color: #FFFF99;
}

.blue_form
{
    background-color: #66CCFF;
}

.gray_form
{
	background-color: #CCCCCC;
}

.input_form_header
{
    font-weight: bold;
}

.input_form_header_blue
{
	background-color: #3333CC;
	color: #FFFFFF;
    font-weight: bold;
}

.submit_link
{
	color: blue; 
	border: none; 
	text-decoration: underline; 
	background-color: transparent; 
	cursor: pointer;	
}

table.menu_bar
{
    background-color: #FFFFFF;
    border-style: outset;
    border-width: 2px;
}

table.menu_bar td
{
    padding: 0 .75em;
}

ul#ccm-system-nav { height: 49px; border-left: 1px solid #d7d7d7; margin: 0; }
ul#ccm-system-nav li
{
	float: left;
	border-right: 1px solid #d7d7d7;
	line-height: 12px;
	margin: 0px 0px 0px 0px !important;
	background: transparent url(../../concrete/images/bg_header_rib.png) repeat-x top left;
	padding: 0px !important;
	list-style-type: none;
}

ul#ccm-system-nav li a
{
	display: block; 
	padding: 34px 9px 3px 9px; 
	height: 100%;
	text-align: center; 
	background-repeat: no-repeat; 
	font-size: 10px; 
	color: #828282; 
	text-decoration: none;
}

ul#ccm-system-nav li a#ccm-nav-login
{
	padding-left: 1.5em; 
	padding-right: 1.5em; 
}

ul#ccm-system-nav li:hover { background: #A2DAFD url(../../concrete/images/bg_header_active.png) repeat-x scroll; }
ul#ccm-system-nav #ccm-nav-logout2
{ 
    background-image: url(../../concrete/images/icons/icon_header_exit.png); 
    background-position: center 8px !important; 
	border-left-style: outset;
    border-left-width: 1px; 
}
ul#ccm-system-nav #ccm-nav-login
{ 
    background-image: url(../../concrete/images/icons/icon_header_logout.png); 
    background-position: center 8px !important;
}

.announce
{
    background-color: #FFFFFF;
    border-style: outset;
    border-width: 4px;
    border-color: #FFFFFF;
	padding: 4px;
    text-align: center;
}

div.popup a span {display: none;}
div.popup a:hover span
{
    background: #3399FF;
    border: 2px inset #FFFFFF;
    color: #FFFFFF;
    display: inline;
    font-size: .75em;
    font-weight: normal;
    margin: .5em;
    padding: .25em;
    position: absolute;
    width: 200px;
    z-index: 9999;
}

.validation
{
    color: #FF0000;
}

.bannerHeader
{
	background-image: url(images/menus/19724732[1].png);
}

.banner_header_1
{
	color: #AA0000;
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 48px; 
	font-weight: bold;";
}

.banner_header_2
{
	color: #FFFFFF; 
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 36px; 
	font-weight: bold;";
}

.shadow
{
	position: absolute;
	left: -4px;
	top: -4px;
	color: #FFFFFF;	
}

.shadow2
{
	position: absolute;
	left: -4px;
	top: -4px;
	color: #AA0000;
}

.banner_container
{
	position: relative;
	left: 4px;
	top: 4px;
}