/**
 * Sticky Footer
 */

* {
    margin: 0;
}
html, body {
    height: 100%;
}
#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
}
footer, #push {
    height: 50px; /* #push must be the same height as footer */
}

/**
 * Clearfix
 */
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 
.clearfix {
    display: inline-block;
}
 
html[xmlns] .clearfix {
    display: block;
}
 
* html .clearfix {
    height: 1%;
}

.clear {
    clear: both;
}

.clearleft {
    clear: left;
}
/**
 * Base Styles
 */

body {
    font: normal normal normal 69%/160% 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
    overflow: -moz-scrollbars-vertical;
}

.wrapper {
    margin: 0 auto;
    width: 990px;
}

.box {
    background: #EEE;
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #CCC;
    color: #555;
    margin-bottom: 8px;
    padding: 8px;
}

.no-border {
    border: none !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -khtml-border-radius: 0 !important;
    border-radius: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}



/**
 * Text Styles
 */

a {
    color: #0066ff;
    outline: none;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

abbr, acronym {
    font-size: 85%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted black;
    cursor: help;
}

abbr[title], acronym[title], dfn[title] {
    border-bottom: 1px dotted #CCC;
    cursor: help;
}

code, kbd, samp, pre, tt, var, .code {
    font-family: Monaco, 'Panic Sans', 'Lucida Console', 'Courier New', Courier, monospace, sans-serif;
}

h1 {
    font-size:20px;  
}
h2 {
    font-size:18px; 
}
h3 {
    font-size:14px; 
}
h4 {
    font-size: 13px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 11px;
}
h1,h2,h3,h4,h5,h6,p {
    margin:1em 0;
}
h1,h2,h3,h4,h5,h6,b,strong,caption,th,thead,dt,legend{
    font-weight:bold; 
}

ul, ol {
    padding-left: 2em;
}

li ul, li ol, ul ul, ol ol, dl dd {
margin-bottom: 0px;
margin-left: 0px;
margin-top: 0px;
}

small, sup, sub {
    font-size: 90%;
}

.code {
    background-color: #EAEFF4;
    color: #069;
    overflow: auto;
    padding: 2px 6px;
}

.al {
    text-align: left;
}
.ar {
    text-align: right;
}
.ac {
    text-align: center;
}
.fl {
    float: left;
}
.fr {
    float: right;
}

.widget section dl dt {
  clear: both;
  float:left;
  padding-left:10px;
}
 
.widget section dl dd {
  padding: 0 15px 5px;
   width: 750px;
   float: left;
}
.columner { display: block; }

/**
 * Login
 */
body.login {
    background-color:#EEEEFF;
    height:0;
    overflow: hidden;
}
.login-box {
    margin: 0 auto !important;
    margin-top: -125px !important;
    margin-left: -175px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    width:350px;
}
.login-box form {
    border-bottom:1px solid #DDDDDD;
    margin:10px 0;
}
.login-box ul {
    list-style-type: none;
    padding: 0;
}

/**
 * Header
 */
#page-header {
    background: #d6edff;
    background: -moz-linear-gradient(top,  #d6edff 0%,  #aadcff 50%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d6edff), color-stop(0.5, #aadcff));
    -pie-background: linear-gradient(top,  #d6edff 0%,  #aadcff 50%);
    box-shadow: rgba(0,0,0,0.3) 0px 1px 2px; -moz-box-shadow: rgba(0,0,0,0.3) 0px 1px 2px; -webkit-box-shadow: rgba(0,0,0,0.3) 0px 1px 2px; -khtml-box-shadow: rgba(0,0,0,0.3) 0px 1px 2px; -pie-box-shadow: #bbb -2px 1px 2px;
}
#page-header h1 {
    color: #0d3a4f;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
    font-size: 30px;
    margin: 0;
    line-height: 50px;
    text-shadow: 0px 1px 0px #fff;
}
#util-nav {
    color: #668899;
    float: right;
    font-size: 11px;
    line-height: 25px;
    text-shadow: 0 1px 0 #fff;
}
#util-nav ul li {
    float: left;
    list-style-type: none;
    padding: 0 5px;
}
#util-nav a {
    color: #6c8697;
    font-weight: bold;
    text-decoration: none;
}

#main-nav {
    position: relative;
    z-index: 999;
}

/* TOP MENU */
#top-navigation{
	border:solid 1px #e0e0e0;
	border-width:1px 0;
	padding:0px 0;
	position:relative;
	z-index:200;
	height:35px;
    background: #434343;
}
#topnav, #topnav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	position:relative;
}

#topnav a{
	display:block;
	font-size:14px;
	padding:9px 0 10px 0;
	color:#fff;
	text-decoration:none;
}

#topnav a.current{color:#fe872a}

#topnav a:hover{
	color:#fe872a;
}

#topnav li{
	float:left;
	position:relative;
	font-size:20px;
	padding:0 30px;
	
}


#topnav li li{
	padding-right:0px;
	text-transform:capitalize;
	line-height:25px;
	padding:0px 0px;
	background-image:none;
	
}

#topnav ul {
	position:absolute;
	display:none;
	width:190px;
	top:35px;
	left:30px;
	background-color:#fff;
	padding:10px 0;
	border:solid 1px #e0e0e0;
	border-width:0 1px 1px 1px
}

#topnav li ul a{
	width:160px;
	height:auto;
	margin:0 0px;
	padding:10px 15px;
	line-height:normal;
	font-size:12px;
	color:#535353
	
}

#topnav li ul a:hover{color:#fe872a; background-color:#f7f7f7}

#topnav ul ul{
	top:-5px;
}	

#topnav li ul ul {
	left:160px;
	margin:0px 0 0 0px;
}

#topnav li:hover ul ul, #topnav li:hover ul ul ul, #topnav li:hover ul ul ul ul{
	display:none;
}
#topnav li:hover ul, #topnav li li:hover ul, #topnav li li li:hover ul, #topnav li li li li:hover ul{
	display:block;
}
/**
 * Content
 */
#contentmn {
    min-height: 300px;
}

/**
 * Footer
 */
#page-footer {
    background-color: #434343;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #111), color-stop(0.1, #434343), color-stop(10, #191919));
    background: -moz-linear-gradient(top,  #111 0%,  #434343 10%, #191919 100%);
    -pie-background: linear-gradient(top,  #111 0%,  #434343 10%, #191919 100%);
    color: #ddd;
    font-size: 10px;
    text-shadow: 0 1px 1px #000;
}
    #footer-inner {
        border-top: 1px solid #000;
    }
    #footer-inner p {
        line-height: 49px;
    }

/**
 * Grid System
 */
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8 {
    margin-left:18px;
    display:block;
    float:left;
}
.columns {
    display:block;
    float:left;
}
.first {
    margin-left:0;
    clear:left;
}
.leading {
    margin-bottom:18px;
}
.top {
    margin-top:10px;
}
.grid_1 {
    width:108px;
}
.grid_2 {
    width:234px;
}
.grid_3 {
    width:360px;
}
.grid_4 {
    width:486px;
}
.grid_5 {
    width:612px;
}
.grid_6 {
    width:738px;
}
.grid_7 {
    width:864px;
}
.grid_8 {
    margin-left:0;
    width: 990px;
}

/*LEGACY*/

.oculta { display:none; }
.imageloading {
  background: url(../images/ajax-loader_black.gif) no-repeat left center;
  height:50px;
}
img.absmiddle {
	vertical-align:middle;
}
#editing, #list { position:relative; }

.back { position: absolute;
    right: 10px;
    top: 7px;
    z-index: 99; }
.tiny_wrapper { float:left; clear: right; margin-top:5px;}
.advice { 
   background:#ccc; 
   padding:2px 7px;
   font-size:11px;
   clear:both;
 }
#status_edit {  float: right;
    font-weight: bold;
    text-align: right;
    width: 600px; }
#status_list {
   float: right;
    font-weight: bold;
    text-align: right;
    width: 400px;
    margin-right: 40px;
    margin-top: 10px;
}
.relation_starter { float:left; margin-top:6px; cursor: pointer;}
.imageholder {
/*	margin-left: 175px;*/
}
.d_empty { float:left; margin-top:3px}
.multilist {
	width: 270px;
}
.googlemaps {  width:600px; height:150px;  clear:both;}
#top-icons { position:absolute;  right: 6px;
    top: 2px; }

