/* - mobile.css - */
body {
 font-family: Verdana;
 color: black;
 margin: 0;
 padding: 0;
 background-color: #e8eff9;
 }
 
a, a:visited, a:link, a:active{
color:rgb(60, 113, 186);
text-decoration: none;
}

p {
 margin: 0 0 0.75em 0;
 line-height: 1.5em;
 padding-left:4px;
 }

p img {
 border: none;
 border-width: 0px;
 margin: 0;
 max-width:100%
 }

h1, h2, h3, h4, h5, h6 {
 color: rgb(60, 113, 186);
 font-family:Verdana;
 margin: 0.75em 0 0.25em 0;
 font-weight:normal;
 }
 h1 a, h1 a:visited, h1 a:link, h1 a:active, 
 h2 a, h2 a:visited, h2 a:link, h2 a:active
{
 color: rgb(60, 113, 186) ! important;
 text-decoration: none;
 font-weight:normal;
 }
 h1 {
 font-size: 120%;
 border-bottom: 2px solid rgb(204, 204, 204);
 }
 h2 {
 font-size: 110%;
 }

 a h1, a:visited h1, a:link h1, a:active h1,
 a h2, a:visited h2, a:link h2, a:active h2
 {
 text-decoration: none;
 font-weight:normal;
 }

input.searchButton {
margin-bottom: 1px ! important;
color: white;
font-size: 120%;
font-weight: bold;
background-color: #3573c6;
background-image: none;
cursor: pointer;
padding: 1px;
padding-left:1em;
padding-right:1em;
text-transform: none;
text-align: center;
border: 2px solid #e2eaf7;
}

INPUT.context,
.context,
.formControls .actionButtons .button,
.documentEditable * .context {
background: none;
margin-bottom: 1px ! important;
color: white;
font-size: 110%;
background-color: #3573c6;
background-image: none;
cursor: pointer;
padding-left: 2em;
padding-right: 2em;
text-transform: none;
text-align: center;
border: 2px solid #e2eaf7;
}
INPUT.destructive,
.destructive,
.documentEditable * .destructive {
background: none;
margin-bottom: 1px ! important;
font-size: 110%;
color:white;
background-color: #cc0000;
background-image: none;
cursor: pointer;
padding-left: 2em;
padding-right: 2em;
text-transform: none;
text-align: center;
border: 2px solid #e2eaf7;
}

.standalone,
.documentEditable * .standalone {
margin-bottom: 1px ! important;
color: white;
font-size: 110%;
background-color: #3573c6;
background-image: none;
cursor: pointer;
padding-left: 2em;
padding-right: 2em;
text-transform: none;
text-align: center;
border: 2px solid #e2eaf7;
}

div.formControls INPUT.context {
margin-bottom: 1px ! important;
color: white;
font-size: 110%;
background-color: #3573c6;
background-image: none;
cursor: pointer;
padding-left: 2em;
padding-right: 2em;
text-transform: none;
text-align: center;
border: 2px solid #e2eaf7;
}

.image-left {
float: left;
clear: both;
margin: 0.5em 1em 0.5em 0;
border: 1px solid Black;
}
.image-inline {
float: none;
}
.image-right {
float: right;
clear: both;
margin: 0.5em;
border: 1px solid Black;
}  

.boardCommentDetails {
border-style: none;
background-color:rgb(204, 204, 204);
padding: 0.5em 1em;
font-size: 90%;
}

.boardCommentDetails a 
{
color:rgb(60, 113, 186);
text-decoration:none;
}

.boardCommentDetails h3
{display:none}

img.portraitPhoto, .boardCommentPortrait {
display:none
}



.boardCommentActions form {
display: inline;
}

.boardCommentReplyActions {
padding: 1em;
text-align: right;
right: 1em;
}


.newsletter_sidebar {
visibility:hidden;
width:0px;
height:0px;
}
p a img {
visibility:hidden;
width:0px;
height:0px;
}

p.mtitle  {
clear: left;
background-color: #669ACC;
background-repeat:no-repeat;
background-size:auto 28px;
color: white;
border-bottom: 1px solid #0F4577;
font-weight: bold;
font-size: 95%;
padding: 4px 30px 3px;
margin: 0 -7px;
}


p.mlinks  {
clear: left;
background-color: #669ACC;
color: white;
border-bottom: 1px solid #0F4577;
font-weight: bold;
padding: 4px 7px 3px 7px;
margin: 0 -7px;
}

p.mtitle a:visited,p.mtitle a,p.mtitle a:link,p.mtitle a:link {color:white;text-decoration:none;}
p.mlinks a:visited,p.mlinks a,p.mlinks a:link,p.mlinks a:link {color:white;text-decoration:none;}

div.mheader {
background-color:white;
margin:0pt -7px;
padding-right:10px;
background-image:url(/images/header_mobile_wave);
background-repeat: no-repeat;
background-size: 100% 35px;
background-position: right; 
}

dl.portalMessage a {
 color: black;
 border: none;
 text-decoration: underline;
 }
 dl.portalMessage dt {
 background-color: #996; 
border: 1px solid #996;
 font-weight: bold;
 float: left;
 margin: 0 0.5em 0 0;
 padding: 0.5em 0.75em;
 color: White;
 line-height: 1.25em;
 }
 dl.portalMessage dd {
 background-color: #ffffe3;
 border: 1px solid #996;
 padding: 0.5em 0.5em; 
margin: 0;
 line-height: 1.25em;
 }
 dl.warning dt {
 background-color: #d80; 
border: 1px solid #d80;
 }
 dl.error dt {
 background-color: #d00; 
border-color: #d00;
 }
 dl.warning dd {
 background-color: #fd7; 
border-color: #d80;
 }
 dl.error dd {
 background-color: #fd7; 
border-color: #d80;
 }
 