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

body, html {
	margin:0;
	padding:0;
	background-color: #EFEFF6;
	font-family: verdana, arial, sans-serif;
	/* font-family: Georgia, "Times New Roman", serif; */
	font-size: 90%;
}

/* --- HEADINGS --- */

h2 {
	margin: 5px 0;
	padding: 0;
	font-weight: bold;
	font-size: 140%;
	text-decoration: none;
	color: #38389a; /* #464aae; */
}

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

/* --- LINKS --- */

a {
	color: #464aae;
}

/* --- PRE --- */

pre
{
	font-family: consolas, 'lucida console', 'courier new', courier, fixed;
	font-size: 10pt;
	background-color: #ddd;
	padding: 10px;
}

div.codesample
{
	padding: 0px;
	border: solid 10px #ddd;
}

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

/* --- LAYOUT --- */

/* Centered container, root element. contains #main and #ads */
#container {
	margin: 10px auto; /* centered on page */
	/* width: 782px; */
	width: 902px;
        background-color: #EFEFF6;
}

/* Main content container, contains #header, #navigationlist, #content, #bottom, #bottomshadow */
#main {
	width: 782px;
	margin: 0;
	padding: 0;
	text-align: left;
	float: left;
	background: white url(/images/background_top.gif) repeat-y top right;
}

#header {
	width: 775px;
	/* height: 103px; */
	/* border-bottom: 1px #333366 solid; */
	/* padding: 10px 0 0 10px; */
	display: block;
	background-repeat: no-repeat;
	text-align: center;
}

#header img
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#content {
	float: none;
	padding-top: 15px;
	padding-left: 17px;
	padding-right: 25px;
	padding-bottom: 15px;
	margin: 0;
}

#content img
{
	/* margin:0 0 20px 20px; */
}

#contentwithnavigation
{
	float: left;
	clear: none;
	width: 620px;
}

#contentwithnews
{
	float: left;
	clear: none;
	width: 545px;
}

#contentfullwidth
{
	float: left;
	clear: none;
	width: 100%;
}

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

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

#news {
	width: 165px;
	float: right;
	padding: 10px;
	margin-left: 5px;
	margin-right: 0px;
	border: 1px dotted #ddd;
	font-size: 85%;
}

/* Footer */
#bottom {
	clear: both;
	border-top: 1px solid #333366;
	width: 775px;
	margin: 5px 0;
	padding: 5px 0;
	text-align: center;
	font-size: x-small;
}

/* Shadow below #bottom */
#bottomShadow
{
	background-image: url(/images/background_bottom.gif);
        background-repeat: no-repeat;
}

/* Google ads on the right */
#ads
{
	position: relative;
	float: left;
	background-color: #EFEFF6;
}

/* Navigation */

/* Top navigation */

#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 {
	float: left;
	width: 110px;
	list-style:none;
	padding:0;
	margin: 0;  
	border-top: 1px solid #ddd;
	margin-right: 10px;
}

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

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

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

#secondLevelNavigation a:hover {
	background-color: #eee;
}

/* 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>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;
}

div.entry-meta
{
	border: dotted 1px black;
	padding: 5px;
	font-style: italic;
}

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

/* --- 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 */
