﻿html, form, label, p, a, ul, ol, li
{
    margin: 0;
    padding: 0;
}

body {
  margin: 0;
  padding: 0;
  color: #000;
  font-size:11px; font-family:Verdana;

  overflow: hidden;
	height: 100%; 
	max-height: 100%;
}

a { color: #1872f8; }
a:hover { color: #ff8000; }

#header {
background: #EFECDD;
border-top: solid 4px #b80707;
}

#appTitle {
	font-family:Trebuchet MS;
        font-size:14pt;
	font-weight: bold;
	position:relative;
        top:7px;
        left:60px;
        text-shadow: 3px 3px 3px #ffffff;
	color: #51473b;
}
#appDesc {
	font-family: Trebuchet MS;
	font-size:15px;
	color: #0b9433;
        letter-spacing: 0.08em;
	position:relative;
	left:61px;
	top:9px;
}
#logo:before {
    content: url('/Applications/dominica/logo64x64.png');
    display: block;
}

#logo {
    padding: 0;
    padding-top: 0px;
    padding-left: 5px;
    margin: 0;
    height: 64px;
    overflow: hidden;
}

#top_menu {
	border-top: solid 1px #efefef;
	border-bottom: solid 1px #9d9492;
	background: #E6E6E7;
}
div#app_admin_btn {
	cursor:pointer;
	position:absolute;top:2px;width:28px;height:26px;
	background-image: url(images/app_admin.png);
	background-position:0 0;
}
div#app_admin_btn:hover {
	background-position:0 26px;
}
#footer {
	border-top: solid 1px #6b6b6b;
	background: #f4f4f5;
	background: -moz-linear-gradient(top,  #f4f4f5 0%, #e6e6e7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f5), color-stop(100%,#e6e6e7));
	background: -webkit-linear-gradient(top,  #f4f4f5 0%,#e6e6e7 100%);
	background: -ms-linear-gradient(top,  #f4f4f5 0%,#e6e6e7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f5', endColorstr='#e6e6e7',GradientType=0);
}

div.dialogWithDropShadow {
	box-shadow: 0px 2px 10px #383838;
	-webkit-box-shadow: 0px 2px 10px #383838;
	-moz-box-shadow: 0px 2px 10px #383838;
	border-color:#627684;
}

BUTTON { font-size:8pt;font-family:Verdana;white-space:nowrap;overflow: hidden;cursor: pointer; padding-bottom:2px; }

a.btn {
	padding: 14px 10px;
	display: block;
	color: #000;
	text-decoration: none;
	outline: none;
	font-weight: bold;
	text-align: center;
	background: url(images/button.gif) no-repeat center center;
	width: 144px;
}
a.btn:hover {
	color: #FFF;
}

.app-menu {
	padding:3px 10px 0px 10px;
	position: relative;
	overflow: hidden;
	white-space:nowrap;
}
.app-menu li {
	float: left;
	list-style: none;
  height: 31px;
	cursor: pointer;
}

.app-menu li.back {
	z-index: 8;
	top: 0px;
	position: absolute;
	background-image: url("images/menu_active_bg.png");

  box-shadow: 0px 2px 5px #383838;
	-webkit-box-shadow: 0px 2px 5px #383838;
	-moz-box-shadow: 0px 2px 5px #383838;

  height: 28px;
}
.app-menu li a {
  font-size:10pt;
	color: #000;
	padding: 0 20px;
	line-height: 22px;
	height:26px;
	text-align: center;
	text-decoration:none;

	outline: none;
  text-align: center;

	z-index: 10;
	display: block;
	float: left;
	position: relative;
  
}

#LanguageBar a {
	margin-right:8px;
	color:#d8d8d8;
	text-decoration:none;
}
#LanguageBar a:hover {
	color:White;
	text-decoration:underline;
}
#LanguageBar label {
	margin-right:8px;
	color:#51473b;
	font-weight:bold;
}

#linksMenu a {
	color: #0b9433;
	margin-left: 10px;
	text-decoration: none;
}
#linksMenu a:hover {
	color: #ff9300;
}