/**
 * Styles used by all mobile browsers.
 *
 */

body {
    margin: 0;
    padding: 0;
    font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
    background: #c0c0c0;
    color: black;
}

img {
    border: 0;
}

#content img.mobile-resized {
	display: block;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}

.hiddenStructure,
#kss-spinner {
    display: none;
}

h1 {
    border-bottom: none;
    margin-top: 15px;
    margin-bottom: 15px;
}
.documentFirstHeading {
    margin-top: 15px;
}

h1 {
  font-size: 1.2em;
}

h1, h2, h3, h4, h5, h6 {
    color: black;
}

h2, h3, h4, h5, h6 {
    font-size: 1.1em;
}

h3 {
}

ul {
}

p {
    margin-bottom: 0.5em;
}

/* Makes easier to hit link lists */
li {
  margin-bottom: 0.5em;
}


/* no link underlinings */
a,
a:active,
a:visited,
.documentContent li a,
.documentContent li a:active,
.documentContent li a:visited,
.documentContent p a,
.documentContent p a:visited,
.documentContent p a:active {
        font-weight: bold;
        color: #3e3e3e;
        border: 0;
        text-decoration: none;
}

a:hover,
.documentContent li a:hover,
.documentContent p a:hover {
  text-decoration: underline;
}

a.image-link,
a.image-link:active,
a.image-link:visited,
a.image-link:hover {
	text-decoration: none;
}

/* Content styles */
.image-right, .image-left {
  border: none;
}

/* Make text area text more visible than normal grey */
input[type=text],input[type=password],textarea, select {
    width: 80%;
}

#margins {
    margin-left: auto;
    margin-right: auto;
	background: white;
}


/* 
 * Do not look stupid on desktop browsers.
 *
 * If screen width is too wide, clip displayable area to 800 px.
 */
@media screen and (min-device-width: 850px) {
	#margins {
	   -webkit-box-shadow: 0 0 4px black;
	    -moz-box-shadow: 0 0 4px black;
	    box-shadow: 0 0 4px black;
	    max-width: 800px;
	}
}

#content {
    padding: 1em;
    background: #F5F5F5;
    color: black;    
    border-top: 4px solid #03302D;
}

#header {
    background: white;
    color: black;
    text-align: left;
    border-bottom: 4px solid #03302D;  
}

#campaign-top {
        background: black;
        color: #cecece;
        font-size: 120%;	
}

#campaign-text-wrapper {
	padding: 1em;
}

#campaign-text-wrapper a,
#campaign-text-wrapper a:visited,
#campaign-text-wrapper a:active,
#campaign-text-wrapper a:hover {
        color: #d0d0d0;
	font-weight: normal;
	text-decoration: underline;
}

#campaign-text-wrapper strong,
#campaign-text-wrapper b {
        font-weight: normal;
        color: #7fca0b;
}

#header-image {
	padding-top: 1em;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#logo img {
    display: inline;
	margin-left: 10px;
	margin-top: 8px;
}

#portal-breadcrumbs {
    margin-bottom: 1em;
}

.documentDescription, .discreet, .documentByLine {
    color: #999;
    font-size: 85%;
}
.documentDescription {
	font-size: 100%;
	padding-bottom: 10px;
}
/* Forms */

.field {
    padding-bottom: 1em;
}

.formHelp {
    color: #666;
}

.fieldRequired {
    background: white url(++resource++gomobile.mobile/required.gif) center left no-repeat;
    padding: 0 0 0 8px;
    color: white;
}

.error .fieldRequired {
   color: #d00;
}

.legend,
label {
    font-weight: bold;
}

div.error {
    /* Class for error indication in forms */
    background-color: #fdc;
    border: 1px solid #d00;
    padding: 0.5em;
    margin: 0 0 1em 0;
    width: 95%;
}

/* Search */

.searchResults dt {
    padding-bottom: 1em;
}

.searchResults dt a {
    font-size: 120%;
    font-weight: bold;
}

/* Content */

#content ul {
        list-style-image: url(++resource++plonetheme.mfabrik/arrow.png);
}


/* Status messages */

dl.portalMessage {
    background-color: #ffffe3;
    border: 1px solid #996;
}
dl.portalMessage a {
    color: black;
    border: none;
    text-decoration: underline;
}
dl.portalMessage dt {
    background-color: #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 {
    padding: 0.5em 0.5em;
    margin: 0;
    line-height: 1.25em;
}
dl.warning {
    border-color: #d80;
}
dl.warning dt {
    background-color: #d80;
}
dl.error {
    border-color: #d00;
}
dl.error dt {
    background-color: #d00;
}
dl.warning {
    border-color: #d80;
}
dl.warning dd {
    background-color: #fd7;
}
dl.error {
    border-color: #d80;
}
dl.error dd {
    background-color: #fd7;
}

/* Footer and batching controls */

#footer,
.listingBar {
    background: black;
    color: #aaa;
    padding: 1em;
    padding-top: 10px;
    font-size: 80%;
}

.listingBar {
    margin-top: 1em;
}

#footer a,
#footer a:visited,
#footer a:active,
.listingBar a,
.listingBar a:visited,
.listingBar a:active  {
    color: #7fca0b;
    text-decoration: none;
    font-weight: bold;
}

#footer a:hover,
.listingBar a:hover {
    background-color: #7fca0b;
    color:white;
    text-decoration: none;
    font-weight: bold;
}

#portal-globalnav { list-style: none; text-align:center; padding: 0; line-height: 200%; }
#portal-globalnav li { display: inline-block; margin: 0.5em; }
#portal-globalnav li a { padding: 0.5em; padding-right: 1em; }


#footer-links, #portal-breadcrumbs { text-align: center; }

#footer-text { text-align: center; clear: both;}

/* Little fixes */

/* Customer reference view - float logos */
.tileImage {
	float: right;
}

.tileFooter {
	padding-bottom: 10px;
	border-bottom: 1px solid #888;
}

/* News feed */
.timestamp {
	font-size: 80%;
	color: #aaa;
}


.info-box {
        background:none repeat scroll 0 0 #B9B1A9;
        border:4px solid #03302D;
        color:#303030;
	margin-bottom: 1em;
	font-size: 14px;
}

.info-box table {
	width: 100%;
}

.info-box td, .info-box th {
        text-align:left;
}

.info-box th {
        font-weight: normal;
	border-bottom: 1px dashed #03302D;
	padding-top: 10px;
}
.info-box td {
	padding: 2px 0;
}
.info-box #dl-vcard {
	font-size: 16px;
}

img.google-analytics {
	opacity: 0.2;
}

/* Campaign video thumbnail */

#campaign-top ul {
        list-style-image: url(++resource++plonetheme.mfabrik/arrow.png);	
}

.video-play-splash,
.video-play-text,
.video-play-splash img {
        display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;	
	padding: 0;
}

.video-play-text a,
.video-play-text a:active,
.video-play-text a:visited,
.video-play-text a:hover {
        color:#D0D0D0;
        font-weight:normal;
        text-decoration:underline;	
}

