@import url("./skin.css");



#mainContentArea { padding-top: 10px; }
#document-info { display: none; }
#document-title h1 { border-bottom: 0px; }
#hierarchy { padding-top: 0px; margin: 0px; }
hr { border: 0px; height: 1px; background: #aaa; }
.xwikipanelcontents { 
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.actionmenu, .xwikipaneltitle, .xwikitabbar { 
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;   
}
#mainmenu { -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px;}
.xwikipaneltitle {
  background: -moz-linear-gradient(
    center top,
    #EEE 0%,
    #D2D2D2 100%
  );
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(1, #EEE),
    color-stop(0, #D2D2D2)
  );
}

.actionmenu, .xwikitabbar {
  background: -moz-linear-gradient(
    center top,
    #6D6D6D 0%,
    #4B4B4B 100%
  );
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(1, #6D6D6D),
    color-stop(0, #4B4B4B)
  );
}
.actionmenu .tmCreate { background-color: #444; }
#xdocFooter { border-top: 1px solid #ddd; }
input, input[type="text"], input[type="password"], textarea { background: white; }
#homedash h1 { font-size: 100%; }
#homedash p { font-size: 85%; }

#companylogo a img {
    float: left;
    margin-left: 20px;
    margin-top: 10px;
}


.actionmenu, .xwikitabbar {
    background: -moz-linear-gradient(center top , #dcdcdc 0%, #dcdcdc 50%) repeat scroll 0 0 transparent;
}


a:link, a:active, a:visited {
    color: #008ed2;
}


#document-title h1 {
    font-size: 1.75em;
    letter-spacing: -1px;
    margin: 0;
    padding: 5px 0;
}