﻿/********************** Engagement pages ****************************/
/* Version 1 Nov 29 2010 */
/* KS */
#container {

width: 100%;

margin: 0px 0px 0px 0px;
padding: 2px 0px 0px 0px;
background-image: url('../../../images/engagement_divider.gif');
background-repeat: no-repeat;
background-position: 475px 0px;
}

#dialogs ul, #contests ul
{
width: 400px;
}

#dialogs
{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 20px;
float: left;
}

#dialogs p
{
color: #24496b;
}

#dialogs li
{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}


#dialogs li p
{
margin: 0px 0px 10px 0px;
padding: 0px 0px 0px 0px;
font-size: 80%;
color: #24496b;
}

#dialogs li p:hover, #dialogs li p:focus, #dialogs li p:active
{
text-decoration: underline;
}

#contests
{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 510px;
}

#contests li
{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

#contests li p
{
margin: 0px 0px 10px 0px;
padding: 0px 0px 0px 0px;
font-size: 80%;
color: #24496b;
}

#dialogs ul a:link, #dialogs ul a:visited, #dialogs ul a:active
{
text-decoration: none;
}

#contests ul a:link, #dialogs ul a:visited, #dialogs ul a:active
{
text-decoration: none;
}

#contests li p:hover, #contests li p:focus, #contests li p:active
{
text-decoration: underline;
}
#contests li a:visited
{
text-decoration: none;
}
.dialog_header, .contest_header
{
font-size:100%;
color: #A50000;
width: 400px;
}

.dialog_desc, .contest_desc
{
font-size: 75%;
color: #333839;
}

.list_title
{
list-style: none;
}

#dialogs ul.list_title
{
margin: 0 0 0 10px;
padding: 0 0 0 0;
}

#contests ul.list_title
{
margin: 0 0 0 10px;
padding: 0 0 0 0;
}

.dialog_ll
{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
width: 400px;  /* bj changed 220px to 400px 3/10/11 DR-025 */
height: 220px;
background-image: url('../../../images/engagement_divider_hr2.gif');
background-repeat: repeat-x;
   background-position: 0px 210px;
}
.dialog_ll a
{
text-align: center;
}
.dialog_ll h3
{
color: #24496b;
}
.dialog_ll h3, .dialog_ll p
{
text-align: left;
}

.list_title a
{
display: block;
    margin: 0px 0px 0px 0px;
padding: 2px 0px 0px 10px;
width: 400px;
height: 190px;
-moz-border-radius: 5px; 
-webkit-border-radius: 5px;
}
.list_title a:visited
{
text-decoration: none;
}

.list_title a:hover, .list_title a:focus, .list_title a:active
{
background: #f5f2ee;
}

#last_d, #last_c
{
background-image: none;
}

.contest_ll
{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
width: 400px;  /* bj changed 180px to 400px 3/10/11 DR-025 */
height: 220px;	
background-image: url('../../../images/engagement_divider_hr2.gif');
background-repeat: repeat-x;
    background-position: 0px 210px;
}
.contest_ll a
{
text-align: center;
}
.contest_ll h3
{

color: #24496b;
}
.contest_ll h3, .contest_ll p
{
text-align: left;
}
/*End Engagement pages*/
/* check about rewriting KS */

.morelink
{
float:left;
margin-top:10px;
text-align: center;
/* background:url('../../../images/redbutton_left.png') no-repeat left top; */ /* bj commented out 3/21/11 standard button */
width:auto;
height:20px;
padding-left:5px;
margin-left: 150px; /* bj changed 15px to 150px 3/10/11 DR-025 */ 
}

.morelink div
{
/* background:url('../../../images/redbutton_right.png') no-repeat right top; */ /* bj commented out 3/21/11 standard button */
width: 165px;
padding-right:5px;
}

.morelink a, .morelink a:visited
{
font-size: 80%; /* bj changed font-size: 80%; to font-size: 70%; 3/21/11 standard button */
font-weight: bolder;
color: #FFF;
background:url('../../../images/red_button.png') no-repeat;
width: 165px;
height: 20px;
display: block;
padding: 2px 0 0 0;
text-transform: uppercase;
text-decoration: none;
text-align: center;
}

/* font change */
#allSite, #allSite h1, #allSite h2, #allSite h3, div, ul, ol, li, p, a
{
font-family: verdana, verdana, sans-serif;
}
 
