/* cross-browser normalization of the default rendering of HTML elements */
/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.11.3
http://developer.yahoo.com/yui/reset/
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}

/* GENERAL PROPERTIES */

html {
	height:100%;
	font-size:100%;
}

body {
	text-align:center;
	font-size:62.5%;
	font-size:65.0%;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	background-color:#fff;
	color:#333;
	height:100%;
}

a {
	text-decoration:none;
	color:#333;
}

a:hover {
    text-decoration: underline;
}

form a {
    text-decoration: underline;
}

ul {
	list-style-type:none;
}

img {
	border:0;
}

#m_main {
	position:relative;
	margin:0 auto;
	padding:0;
	text-align:left;
	min-height:100%;
	width:974px;
	background-color:#fff;
}

* html #m_main {
	height: 100%;
}

p {
	font-size:1.2em;
	line-height:1.5em;
}

hr {
	border:0;
	width:95%;
	color: #ccc;
	height: 1px;
	background-color:#ccc;
}

em {
  font-weight: bold;
}

/* TOP BAR*/
#m_top {
	width:974px;
	background: transparent;
	margin-bottom:10px;
}

#m_top a {
        text-transform: lowercase;
}

#m_top_content {
	padding:3px 10px 0px 10px;
	background:url('/images/m_banner_shadow_open.gif') #F5F6F1 top center no-repeat;
	height:30px;
}

#m_top_links {
	padding:7px 0;
	float:left;
}

#m_top_links a {
	margin-right:15px;
}

#m_top_links a:hover {
	text-decoration:underline;
}

#m_top_form {
	float:right;
	padding:3px 0;
}

#m_top_form div {
	float:left;
	padding-left:5px;
}

#m_top_form_links {
	padding:4px 0;
}

#m_top_form_div #m_logged_in {
	padding:4px 0;
}

#m_top_form_div #m_logged_in span {
	padding:0 7px;
}

#m_top_form_links a {
	margin-right:15px;
}

#m_top_form input {
	width:8em;
	font-size:1.1em;
	padding:2px;
	margin:0;
	border:1px solid #d4d5cf;
}

#m_search_form input {
	font-size:1.4em;
	padding:2px;
	margin:0;
	border:1px solid #d4d5cf;
}

#m_search_form input.m_submit {
	padding: 1px;
}

#m_search_form label {
	padding: 0px 5px;
	cursor: pointer;
        font-size: 1.2em;
}

#m_search_form label input {
	border: 0px;
	margin: 0pt 4px -3px 0pt;
}

#m_service_count {
	color: #888;
}

#m_top_form .m_login_submit {
	width:5em;
	margin-top:1px;
	padding:0;
}

#m_top .m_login_progress {
	color: blue;
	text-align: left;
	font-size: 1em;
}

#m_top .m_login_msg {
	z-index:10;
	text-align:center;
        width: 320px;
        position:absolute;
	top:29px;
	right:10px;
}

#m_top .m_login_msg_top {
	font-size:1px;
    height: 9px;
	width: 320px;
	background: url('/images/m_login_msg_top.gif') no-repeat top left;
}

#m_top .m_login_msg_body {
	color:#333;
	padding:7px 0;
	width: 320px;
	background: url('/images/m_login_msg_body.gif');
}

#m_top .m_login_msg_bottom {
	font-size:1px;
	height:3px;
	width: 320px;
	background: url('/images/m_login_msg_bottom.gif') no-repeat bottom left;
}

#m_top .test {
    text-align: right;
}

/* BANNER */
.m_banner {
	width:976px;
	height:56px;
	background:url('/images/m_banner_motigo.png') no-repeat;
	margin: 0;
	padding: 0;
	display:block;
	clear:both;
}

.motigo .m_banner {
	background:url('/images/m_banner_motigo.png') no-repeat;
}

.webstats .m_banner {
	background:url('/images/m_banner_webstats.jpg') no-repeat;
}

.forums .m_banner {
	background:url('/images/m_banner_forums.jpg') no-repeat;
}

.guestbooks .m_banner {
	background:url('/images/m_banner_guestbooks.png') no-repeat;
}

.calendars .m_banner {
	background:url('/images/m_banner_calendars.gif') no-repeat;
}

.ads .m_banner {
	background:url('/images/m_banner_ads.png') no-repeat;
}

.shorturls .m_banner {
	background:url('/images/m_banner_shorturls.png') no-repeat;
}

#m_banner_content {
	width:934px;
	height:56px;
	margin: 0;
	padding: 0;
}

#m_banner_logo {
	float:left;
}

#m_banner_crosslink {
	padding:20px 0px 0 0;
	float:right;
}

#m_banner_crosslink ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#m_banner_crosslink li {
	display: inline;
	margin: 0;
	padding:0 10px;
}

#m_banner_crosslink li a {
	display: inline;
	text-decoration: none;
	font-size: 1.5em;
	color:#fff;
}

#m_banner_services {
	padding:25px 0 0 0;
	height: 25px;
	float:right;
}

#m_banner_services img {
	vertical-align:middle;
	display: inline;
	margin-right:10px;
}

#m_banner_services p {
	line-height: 15px;
/*	vertical-align:middle; */
	font-size: 1.2em;
	display: inline;
}

#m_banner_services p a {
	color:#fff;
}

#m_banner_shadow {
	background:url('/images/m_banner_shadow_closed.gif') no-repeat top #fff;
	height:5px;
	line-height:5px;
	font-size:5px;
	margin-top:-1px;
}

/* SERVICES */
#m_services {
	margin-left: 10px;
	background:transparent;
	width: 956px;
	margin-top:-6px;
}

#m_services h1,  #m_services p {
	margin:0 10px;
	/*letter-spacing:1px;*/
}

#m_services h1 {
	font-size:2.5em;
	color:#fff;
}

#m_services p {
	padding-bottom:0.5em;
}

.m_services_divider {
	background: url('/images/m_services_divider.gif') repeat-y right;
}

#m_services ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#m_services li {
	margin: 0;
	padding:1px;
}

#m_services li a {
	display: block;
	padding: 3px;
	text-decoration: none;
	font-size: 12px;
	color:#000;
}

#m_services li a span {
	background: url('/images/m_services_bullet.gif') -400px no-repeat;
}

#m_services li a span b {
	font-weight: normal;
	padding-left:13px;
	color:#333;
}

#m_services li a:hover {
	color:#666;
}

#m_services li a:hover span {
	background: url('/images/m_services_bullet.gif') -800px no-repeat;
}

#m_services li p {
	padding-left: 7px;
	color:#666;
}

/* MENU */

#m_menu {
	width:100%;
	padding: 0 0 20px 0;
	margin: 0;
	color: #333;
}

/* 1. level hierarchy */

#m_menu .m_menu_closed {
	background: url('/images/m_menu_bg.gif') repeat-x;
}

#m_menu .m_menu_open {
	background: url('/images/m_menu_bg_hover_motigo.gif') repeat-x;
}

.motigo #m_menu .m_menu_open {
	background: url('/images/m_menu_bg_hover_motigo.gif') repeat-x;
}

.webstats #m_menu .m_menu_open {
	background: url('/images/m_menu_bg_hover_webstats.gif') repeat-x;
}

.forums #m_menu .m_menu_open {
	background: url('/images/m_menu_bg_hover_forums.gif') repeat-x;
}

.guestbooks #m_menu .m_menu_open {
	background: url('/images/m_menu_bg_hover_guestbooks.gif') repeat-x;
}

.calendars #m_menu .m_menu_open {
	background: url('/images/m_menu_bg_hover_calendars.gif') repeat-x;
}

.ads #m_menu .m_menu_open {
	background: url('/images/m_menu_bg_hover_ads.gif') repeat-x;
}

.shorturls #m_menu .m_menu_open {
	background: url('/images/m_menu_bg_hover_shorturls.gif') repeat-x;
}

#m_menu div {
	margin-bottom:2px;
}

#m_menu h3 a {
	display:block;
	text-decoration:none;
	width: 100%;
	color:#666;
}

html>body #m_menu h3 a {
	width: auto;
}

#m_menu h3 {
	border: 1px solid #999;
	margin: 0;
	padding:1px;
	cursor:pointer;
}

#m_menu h3 a {
	background: url('/images/m_menu_bg.gif') repeat-x;
	padding:3px 0;
}

#m_menu h3 a:hover, #m_menu h3 a.m_menu_open span b {
	color:#fff;
}

#m_menu h3 a:hover {
	background: url('/images/m_menu_bg_hover_webstats.gif') repeat-x;
}

.motigo #m_menu h3 a:hover, .motigo #m_menu h3 a.m_menu_open {
	background: url('/images/m_menu_bg_hover_motigo.gif') repeat-x;
}

.forums #m_menu h3 a:hover, .forums #m_menu h3 a.m_menu_open {
	background: url('/images/m_menu_bg_hover_forums.gif') repeat-x;
}

.webstats #m_menu h3 a:hover, .webstats #m_menu h3 a.m_menu_open {
	background: url('/images/m_menu_bg_hover_webstats.gif') repeat-x;
}

.guestbooks #m_menu h3 a:hover, .guestbooks #m_menu h3 a.m_menu_open {
	background: url('/images/m_menu_bg_hover_guestbooks.gif') repeat-x;
}

.calendars #m_menu h3 a:hover, .calendars #m_menu h3 a.m_menu_open {
	background: url('/images/m_menu_bg_hover_calendars.gif') repeat-x;
}

.ads #m_menu h3 a:hover, .ads #m_menu h3 a.m_menu_open {
	background: url('/images/m_menu_bg_hover_ads.gif') repeat-x;
}

.shorturls #m_menu h3 a:hover, .shorturls #m_menu h3 a.m_menu_open {
	background: url('/images/m_menu_bg_hover_shorturls.gif') repeat-x;
}

#m_menu h3 a span {
	margin-left:3px;
	background: url('/images/m_menu_bullet.gif') -400px no-repeat;
}

#m_menu h3 a:hover span, #m_menu h3 a.m_menu_open span {
	background: url('/images/m_menu_bullet.gif') -800px no-repeat;
}

#m_menu h3 a span img {
	padding-left:5px;
	margin-bottom:-1px;
}

#m_menu h3 a span b {
	padding-left:9px;
}

/* 2. level hierarchy */

#m_menu ul {
	background:#fff none repeat scroll 0%;
	clear:both;
	margin:0pt;
	margin-top:-1px;
	padding:0pt;
}

#m_menu ul li {
	border-left:1px solid #999;
	border-right:1px solid #999;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:0pt;
}

#m_menu ul li a {
	padding:3px 0;
	display:block;
	text-decoration:none;
	width: 100%;
	color:#666;
}

#m_menu ul li a span {
	padding-left:20px;
}

#m_menu ul li a:hover, #m_menu ul li a.m_menu_item_open {
	background:#f5f6f1;
}

#m_menu ul li.last {
	border-bottom:1px solid #999;
}

/* FOOTER */
#m_footer {
	position:relative;
	width:974px;
	margin:-54px auto 0 auto;
}

#m_footer_content {
	text-align:left;
	padding:0px 10px;
	height:20px;
}

#m_footer_links {
    float: left;
}

#m_footer_all_rights {
    float: right;
}

/* SITE AND ELEMENT WIDE RENDERING */

.m_error, .m_error a {
	color:red;
}

.m_motigo_hand {
	cursor:pointer;
/*	cursor:hand; */
}

.m_round_corner_content {
	display:block;
	border:0 solid #D4D5CF;
	border-width:0 1px;
}

.m_round_corner_content_content {
	padding:10px;
}

.m_round_corner_f5f6f1 .m_round_corner_content {
	background:#F5F6F1;
}

h1.m_round_corner_headline {
	padding:0 0 3px 12px;
	text-transform: uppercase;
}

.m_round_corner_content_content img {
    padding:0 0 1em 0;
}

.m_round_corner_content_content hr {
  	border: none;
	color: #D4D5CF;
	background-color: #D4D5CF;
	margin: 10px 0;
	height: 1px;
}

.m_round_corner_content_content h2, .m_front_main_text h2 {
	padding:0 0 0.4em 0;
	font-size: 1.6em;
	font-weight: normal;
	color: #527EE2;
}

.m_round_corner_content_content strong {
	font-size: 1.2em;
	height:22px;
	padding:12px 0px 5px 37px;
	color:#527EE2;
}

.m_round_corner_content_content strong.m_ads_small {
	background:url('/images/m_icon_31x31_ads.gif') no-repeat top left;
}

.m_round_corner_content_content h3.m_ads_large{
	background:url('/images/m_icon_62x62_ads.png') no-repeat top left;
}

.m_round_corner_content_content strong.m_forums_small{
	background:url('/images/m_icon_31x31_forums.gif') no-repeat top left;
}

.m_round_corner_content_content h3.m_forums_large{
	background:url('/images/m_icon_62x62_forums.png') no-repeat top left;
}

.m_round_corner_content_content strong.m_motigo_small {
	background:url('/images/m_icon_31x31_motigo.gif') no-repeat top left;
        margin-bottom: 0.5em;
}

.m_round_corner_content_content h3.m_motigo_large{
	background:url('/images/m_icon_62x62_motigo.png') no-repeat top left;
}

.m_round_corner_content_content strong.m_shorturls_small {
	background:url('/images/m_icon_31x31_shorturls.gif') no-repeat top left;
}

.m_round_corner_content_content h3.m_shorturls_large{
	background:url('/images/m_icon_62x62_webstats.png') no-repeat top left;
}

.m_round_corner_content_content strong.m_guestbooks_small{
	background:url('/images/m_icon_31x31_guestbooks.gif') no-repeat top left;
}

.m_round_corner_content_content h3.m_guestbooks_large{
	background:url('/images/m_icon_62x62_guestbooks.png') no-repeat top left;
}

.m_round_corner_content_content strong.m_webstats_small{
	background:url('/images/m_icon_31x31_webstats.gif') no-repeat top left;
}

.m_round_corner_content_content h3.m_webstats_large{
	background:url('/images/m_icon_62x62_webstats.png') no-repeat top left;
}

.m_round_corner_content_content h3.m_add_red{
	background:url('/images/m_round_corner_button_add_red.png') no-repeat top left;
}

.m_round_corner_content_content h3.m_add_purple{
	background:url('/images/m_round_corner_button_add_guestbook.png') no-repeat top left;
}

.m_round_corner_content_content h3.m_add_yellow{
	background:url('/images/m_round_corner_button_add_shorturls.png') no-repeat top left;
}

.m_round_corner_content_content h3.m_settings_black{
	background:url('/images/m_round_corner_button_edit.png') no-repeat top left;
}

.m_xtop, .m_xbottom {display:block; background:transparent; font-size:1px;}
.m_xb1, .m_xb2, .m_xb3, .m_xb4 {display:block; overflow:hidden;}
.m_xb1, .m_xb2, .m_xb3 {height:1px;}
.m_xb2, .m_xb3, .m_xb4 {border-left:1px solid #D4D5CF; border-right:1px solid #D4D5CF;}
.m_round_corner_f5f6f1 .m_xb2, .m_round_corner_f5f6f1 .m_xb3, .m_round_corner_f5f6f1 .m_xb4 {background:#F5F6F1;}
.m_xb1 {margin:0 5px; background:#D4D5CF;}
.m_xb2 {margin:0 3px; border-width:0 2px;}
.m_xb3 {margin:0 2px;}
.m_xb4 {height:2px; margin:0 1px;}

.m_tooltip {
	border-bottom: 1px #FFCC99 dotted;
	cursor: help;
}

.webstats .m_tooltip {
	border-bottom: 1px #90cd1a dotted;
	cursor: help;
}

.m_validator_image {
	position:absolute;
	visibility:hidden
}

ul.m_list {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.m_list li {
	font-size: 1.2em;
	padding:2px 0 15px 0;
	background-repeat: no-repeat;
	background-position: 0 .6em;
	padding-left: 1.1em;
}

.forums ul.m_list li.m_list_red {
	background-image: url('/images/m_button_round_red_6x6.gif');
}

.calendars ul.m_list li.m_list_orange {
	background-image: url('/images/m_button_round_orange_6x6.gif');
}

.webstats ul.m_list li.m_list_green {
	background-image: url('/images/m_button_round_green_6x6.gif');
}

.guestbooks ul.m_list li.m_list_purple {
	background-image: url('/images/m_button_round_purple_6x6.gif');
}

.motigo ul.m_list li.m_list_blue {
	background-image: url('/images/m_button_round_blue_6x6.gif');
}

.ads ul.m_list li.m_list_brown {
	background-image: url('/images/m_button_round_brown_6x6.gif');
}

.shorturls ul.m_list li.m_list_yellow {
	background-image: url('/images/m_button_round_yellow_6x6.gif');
}

textarea.m_terms {
	background-color: #CCC;
	border:none;
}

#m_signup_info {
    position: absolute;
    right: -250px;
    width: 200px;
    margin-top: -4px;
    border: 1px solid #c93;
    padding: 10px 12px;
    background-color: #ffc;
}

#m_signup_info_pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url('/images/m_signup_pointer.gif') left top no-repeat;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Tables                                                                    */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

table.list_table, table.item_table {
    margin: 10px 0 4px 0;
}

table.list_table th, table.item_table th {
        font-size: 1.6em;
        color: #222;
        background: url('/images/gradient_white_grey1x30.gif') repeat-x;
        border: 1px solid #eeefe8;
        border-bottom: 1px solid #D4D5CF;
        padding: 3px;
}

table.list_table td, table.item_table td {
        font-size: 1.2em;
        padding: 3px;
        border: 1px solid #eeefe8;
}

table.list_table table.descriptive td {
  border: 0px;
  padding: 0px;
  font-size: 8pt;
}

tr.ListRow1 {
    background: #fff;
}

tr.ListRow2 {
    background: #fafafa;
}

/* definition lists */

dl {
}

dd {
    padding-left: 1.5em;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Dialog box and its messages                                               */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

div#dialog {
	border: 3px solid #ddd;
	margin: 20px 0 20px 0;
	padding: 0 0 20px 0;
	text-align: left;
	background: #fff;
	width: 300px;
}

div#dialog h2 {
    background: #ddd;
    display: block;
	margin: 0;
	padding: 3px;
	font-size: 11pt;
	font-weight: bold;
}

#message {
    padding: 0px 0px 10px 20px;
    margin: 0px auto;
    margin-top: 2px;
    margin-bottom: 2px;
    width: 225px;
    font-size: 10pt;
    vertical-align: top;
    
}

#message.good {
	color: #060;
	background: url('/images/checkbox_yes.gif') top left no-repeat;
}

#message.bad {
	color: #d00;
	background: url('/images/checkbox_no.gif') top left no-repeat;
}

div#dialog a {
    font-size: 11pt;
    font-weight: bold;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Forms - forums                                                            */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.FormHeader, .ItemHeader {
    font-size: 12pt;
    padding-top: 20px;
    border-bottom: 1px solid #ccc;
}

.FormColumnLeft, .ItemColumnLeft {
    font-size: 10pt;
    font-weight: bold;
    padding: 5px 0px 5px 0px;
}

.FormInfo, .FormColumnRight, .ItemColumnRight {
    font-size: 8pt;
    font-weight: normal;

}

.FormInfo, .ItemColumnRight {
    font-style: italic;
}

.FormTable input, .FormTable textarea, .FormTable select {
    padding: 4px;
    margin: 4px 0;
    border: 1px solid #D4D5CF;
    background: #fafafa;
}

.FormTable select {
    padding: 0px;
}

/* Highlight inline a hrefs */

.inline_hrefs a {
    color: #527EE2;
    text-decoration: underline;
}

/* /about/help */

#quicknav .help_toc {
    float: left;
    padding: 0 4em;
}

#quicknav .help_toc li {
    padding-top: 25px;
}

#quicknav h2 {
    margin-bottom: 1em;
    border-bottom: 1px solid #527EE2;
}

#quicknav .help_toc ul {
    padding-left: 4em;
}


