pre {
    font-size: 12px;
    padding: 0;
    margin: 0;
    background: #f0f0f0;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    line-height: 20px;
    background: url(pre_code_bg.gif) repeat-y left top;
    width: 600px;
    overflow: auto;
    overflow-Y:hidden;
    padding:35px;
}

blockquote {
border-left:3px solid #1d3362;
font-size:12px;
width:90%;
height:auto;
padding:5px;
display:block;
}

fieldset {
border:1px solid #062B89;
}

#users_fieldset
{
width:auto;
}

legend {
color:#062B89;
}

ul
{
align:left;
list-style-type:none;
}

li
{
align:left;
}


a:link {
    color:#f4af00; 
}

a:visited {
    color:#fff;
    font-weight:bold;
}


a:hover {
	color:#dce6f1;
  /*  color:#00cc99; */
    font-weight:bold;
  text-decoration: underline;
}

#menu {
padding:0px;
margin-bottom:10px;
border-bottom:1px solid #dce6f1;
}

#menu_group {
font-weight:bold;
font-size:13px;
background:#3b6ca4;
color:#fff;
text-decoration:none;
}

#menu_group_title {
margin-left:10px;
}


#menu_item {
font-weight:bold;
margin-left:20px;
}

#menu_item a {
color:#3b6ca4;
text-decoration:none;
}

#menu_item a:hover {
color:#062b6f;
text-decoration:underline;
}

.yes_button
{
margin-top:5px;
width:80px;
height:19px;
border: 1px solid #062b6f;
background: #dce6f1 url(yes-icon.png) no-repeat scroll 5px center;
color: #062b6f;
font-size: 11px;
/*text-decoration:underline;*/
cursor:pointer;
}

.no_button
{
margin-top:5px;
width:80px;
height:19px;
border: 1px solid #062b6f;
background: #dce6f1 url(no-icon.png) no-repeat scroll 5px center;
color: #062b6f;
font-size: 11px;
/*text-decoration:underline;*/
cursor:pointer;
}

.login_button
{
margin-top:5px;
width:80px;
height:19px;
border: 1px solid #062b6f;
background: #dce6f1 url(login-icon.png) no-repeat scroll 5px center;
color: #062b6f;
font-size: 11px;
/*text-decoration:underline;*/
cursor:pointer;
}

.login_password
{
width:150px;
height:19px;
border: 1px solid #062b6f;
background: #dce6f1;
color: #062b6f;
font-size: 11px;
}

.login_username
{
width:150px;
height:19px;
border: 1px solid #062b6f;
background: #dce6f1;
color: #062b6f;
font-size: 11px;
}

.even,.odd {
    vertical-align:baseline
}

.even {
    background:#fff
}

.odd {
    background:#dce6f1;
}

/* Other */

#informational
{
font-size:9px;
}
