/* GENERAL STYLES */
/* --- STYLES --- */

body, html {
  margin: 0;
  padding: 0;
  /* background-color: #EFEFF6; */
  /* font-family: 'Source Sans Pro', verdana, arial, sans-serif; */
  font-family: 'PT Sans', verdana, arial, sans-serif;
  /* font-family: Georgia, "Times New Roman", serif; */
  font-size: 1.0em;
}

body {
	padding-top: 50px;
}

th {
	font-weight: bold;
}

td {
	padding: 2px;
	vertical-align: top;
}
p {
	padding: 5px 0;
}

/* --- HEADINGS --- */

h1, h2, h3 {
  font-family: 'Roboto Slab', serif;
}

h1 {
  margin: 20px 0 10px 0;
  padding: 0;
  font-weight: bold;
  font-size: 160%;
  text-decoration: none;
  color: #38389a; /* #464aae; */
}

h2 {
  margin: 20px 0 10px 0;
  font-size: 120%;
  font-weight: bold;
  font-style: normal;
  border-bottom: dotted 1px #38389a;
  color: #38389a; /* #464aae; */
  clear: left;
}

h3 {
  font-size: 110%;
  font-weight: bold;
  font-style: normal;
  /* border-bottom: dotted 1px #38389a; */
  color: #38389a; /* #464aae; */
}

#toolslist h3
{
  border: none;
}

/* --- LINKS --- */

a {
  color: #464aae;
}

a.toolsdownloadlink {
	background: url(/images/mobzystems/tool.png) no-repeat 0px 4px;
	padding-left: 22px;
}

a.codelink {
	background: url(/images/mobzystems/code.png) no-repeat 0px 4px;
	padding-left: 22px;
}

#main a {
  border-bottom: dotted 1px #38389a;
}

#main a:hover {
  border-bottom: solid 1px transparent;
}

#main img {
  max-width: 100%;
  height: auto;
}

#secondLevelNavigation a,
#secondLevelNavigation a:hover {
	border-bottom: none;
}

/* --- PRE --- */

pre
{
	font-family: consolas, 'lucida console', 'courier new', courier, fixed;
	font-size: 10pt;
	background-color: #ddd;
	padding: 10px;
	border: none;
	border-radius: 0px;
	overflow: visible;
	/* white-space: nowrap; */
	white-space: pre;
	overflow-x: auto;
	word-wrap: normal;
}

pre.code {
}

div.codesample
{
	margin: 0;
	padding: 0;
	border: solid 10px #ddd;
	overflow-x: auto;
	background-color: #ddd !important;
}

div.codesample pre
{
  padding: 0px;
  margin: 0px;
}

span.codesample
{
	background-color: #eee;
	border: solid 2px #eee;
	font-family: 'lucida console', 'courier new', courier, fixed;
	/* padding: 0 3px; */
	font-weight: 500;
	text-wrap: nowrap;
}

div.syntaxhighlighter
{
  /* background-color: #ddd !important; */
  padding: 15px;
  font-size: 0.9em !important;
}

/*span.codesample
{
  font-family: consolas, 'lucida console', 'courier new', courier, fixed;
}*/

/* --- OTHER --- */

.warning
{
	padding: 5px;
	border: solid 1px red;
	text-align: center;
}

.red {
	color: red;
}

/* --- LAYOUT --- */

div.centerimg
{
  width: auto;
  text-align: center;
  font-style: italic;
}

div.centerimg p
{
  margin: 0;
  padding: 5px 0 10px 0;
}

/* Header */

#header {
	/* background-color: #eee; */
	padding: 0;
	padding-top: 20px;
	/* margin-bottom: 20px; */
}

@media (max-width: 767px) {
	#topimage {
		width: 100%;
	}
}

/* Footer */

#footer {
  margin-top: 25px;
  padding: 5px 15px 15px;
  background-color: #242462;
  text-align: left;
  color: white;
}
#footer * {
	color: white;
}
#footer ul {
	padding-left: 20px;
}
#footer-bottom-container {
	background-color: white;
	color: #38389a;
}
#footer-bottom {
	padding: 20px 0;
	text-align: left;
	font-size: 90%;
}

#copyright {
	font-size: 0.8em;
}

.toolfooter {
	font-style: italic;
}
	
/* Navigation */

/* Top navigation */

/* -- Bootstrap overrides --- */

.navbar-default {
	background-color: #242462;
	border-color: #38389a;
}
.navbar-default .navbar-toggle {
}

.navbar-default .navbar-toggle .icon-bar {
	/* background-color: #38389a; */
	background-color: white; /* #242462; */
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #242462;
}

.navbar-default .navbar-nav>li>a {
	color: white;
}
	
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	background-color: white;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: #242462;
	background-color: white;

}

#navigationbar {
  float: none;
  padding: 0;
  width: 775px;
  height: 30px;
  background: url(/images/mobzystems/menubg.png);
}

#navigationlist {
  list-style:none;
  margin: 0;    
  padding: 0;
  border-top: 1px #333366 solid;
}

#navigationlist li {
  width: 95px;
  height: 29px;
  float: left;
  border-left:#ddd9cc solid 1px;
  border-right:#888477 solid 1px;
}

#navigationlist .selected {
  font-weight: bold;
}

#navigationlist a
{
  padding: 6px 0 0 0;
  height: 23px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  display: block;
}

#navigationlist a:hover
{
    color:#ddd9cc;
}

/* Side navigation */

#secondLevelNavigation {
  padding: 10px;
  margin: 0 -10px 20px 10px;  
  /* border-top: 1px solid #ddd; */
  background-color: white;
  /* this for xs and sm! */
  float: right;
  /* width: 110px; */
	text-align: right;
	max-width: 150px;
}

#secondLevelNavigation ul {
  list-style:none;
	padding: 0;
}

#secondLevelNavigation h2 {
  /* padding-right: 5px; */
}

@media (min-width: 1024px) { /* medium and up */
	#secondLevelNavigation {
		float: none;
		width: auto;
		margin-left: 0;
		max-width: 100%;
	}
}

#secondLevelNavigation li {
  margin: 0;
  /* border-bottom: 1px solid #ddd; */
}

#secondLevelNavigation li .selected {
  font-weight: bold;
}

#secondLevelNavigation a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
}

#secondLevelNavigation a:hover {
 	background-color: #38389a;
	color: white;
}

.toollist .toolimage {
	margin-bottom: 20px;
}
	
/* Misc. styles */
.toolslistitem
{
  clear: left;
}

.toolslistimage
{
  float: left;
  padding: 0 10px 10px 0;
}

.toolslisttext
{
  padding-bottom: 10px;
}

ul.toollist, ul.codelist
{
  list-style-image: none;
  list-style-type: none;
  margin: 0px;
  padding: 0 0 0 20px;
}

ul.toollist li, ul.codelist li
{
  margin: 0 20px 10px 0;
}

#news
{
	font-size: 0.9em;
}

#news>h3
{
  padding: 0;
  margin: 0;
}

.newsitem
{
  padding: 10px 0 10px 0;
  border-bottom: solid 1px black;
}

.newsitemtext
{
  padding-top: 10px;
}

#newsrssfeed
{
  padding-top: 10px;
}

/* MOBZystems.WebControls.MailControl */

.mailControl_error p
{
  display: block;
  color: red;
  border: solid 1px red;
  text-align: center;
  padding: 10px;
  font-weight: bold;
}

div.sitemap
{
  padding: 10px;
}

div.sitemap a
{
  text-decoration: none;
}

div.sitemap a:hover
{
  text-decoration: underline;
}

div.sitemap ul
{
   margin: 0px;
  padding: 2px;
  list-style: url(/images/Lplus.gif) outside none;
  padding-left: 10px;
  /* font-size: 120%; */
}

div.sitemap ul li
{
  /* margin-top: 10px; */
  margin-bottom: 10px;
  font-style: italic;
  font-weight: bold;
}

div.sitemap ul ul
{
  padding-left: 15px;
  /* font-size: 90%; */
}

div.sitemap ul ul li
{
  /* margin-top: 6px; */
  margin-bottom: 6px;
  font-style: normal;
  font-weight: normal;
}

div.sitemap ul ul ul
{
  padding-left: 20px;
  /* font-size: 90%; */
}

div.sitemap ul ul ul li
{
  /* margin-top: 3px; */
  margin-bottom: 3px;
  font-style: italic;
}

div.sitemap ul ul ul ul
{
  padding-left: 25px;
  /* font-size: 90%; */
}

div.sitemap ul ul ul ul li
{
  /* margin-top: 0px; */
  margin-bottom: 0px;
}

/* Rich text editor */

#holderBody {
  background: #fff;
}

#holder {
  border: 1px solid #ccc;
  padding: 10px;
  margin: 5px;
  text-align: left;
}

#holder p
{
  border: dotted 1px black;
}

/* --- blog --- */

abbr.published
{
  font-style: italic;
  border-style: none;
  font-size: 0.9em;
}

h2 a
{
  text-decoration: none;
  color: #38389A;
}

h2.entry-title
{
  margin-top: 10px;
}

div.entry-meta
{
  /* border: dotted 1px black; */
  /* border-bottom: solid 1px black; */
  /* padding: 5px; */
  padding-bottom: 10px;
  font-style: italic;
  margin-bottom: 15px;
}

div.blogarchive
{
  float: right;
  /* width: 250px; */
  border: solid 1px black;
  padding: 5px;
  margin-left: 10px;
  margin-bottom: 10px;
  background-color: white;
}

div.blogarchive h4 /* month, year */
{
  text-decoration: none;
  color: black;
  border: none;
  padding: 0px;
  margin: 0px;
}

div.blogarchive ul
{
  margin: 5px;
  padding-left: 20px;
}

div.form-input input, div.form-input textarea
{
width: 500px;
}

.tinymcebodyText p
{
border: solid 1px black;
}

div.navigation
{
  padding-bottom: 20px;
  padding-top: 20px;
}
div.nav-previous
{
  float: left;
}

div.nav-next
{
  float: right;
}

/* --- UNUSED STYLES --- */

/* NEWS*/
/* UNUSED
.newsDate {
  padding: 5px;
  font-size: 90%;
}
.newsResume {
  margin: 0 0 10px 0;
  padding: 0;
}

#newsBox .newsDate {
  border-top: 1px solid #ddd;
}
*/

/* UNUSED
#nav ul, #nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
#nav a {
    padding: 8px 0;
    text-align: center;
    text-decoration:none;
    color:#ffffff;
    display: block;
}

#nav .current {
  font-weight: bold;
}

#nav a {
  text-decoration: none;
}

#nav a:hover {
  color: white;
}

#nav li li a {
  display: block;
  font-weight: normal;
  color: #060;
  padding: 0.5em 0;
}

#nav li {
  float: left;
  position: relative;
  width: 10em;
  text-align: center;
  cursor: default;
    border-left:#ddd9cc solid 1px;
    border-right:#888477 solid 1px;
}


li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;

  font-weight: normal;
  background: url(/images/pullBackground.png);
  padding: 2em 0;
  border-bottom: 1px solid #888477;
}

li>ul {
  top: auto;
  left: auto;
}

li li {
  display: block;
  float: none;
  background-color: transparent;
  border: 0;
}

li:hover ul, li.over ul {
  display: block;
}
*/

/* BREADCRUMB */
/* UNUSED
#umbBreadcrum {
    list-style:none;
    padding: 0;
    margin: 0;
    color: #aaa;
    font-size: smaller;
}

#umbBreadcrum li {
    float:left;
    margin: 0 3px 3px 0;  
    padding: 0;
}

#textContent {
  width: 600px;
  border-left: 1px solid #ddd;
  float: right;
  padding-left: 10px;
  min-height: 280px;
  _height: 280px;
}

#bottomInfo {
  border-top: 1px solid #ccc;
  padding-top: 5px;
  color: #aaa;
  font-size: smaller;
}
*/




















































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
