

#MainOuter {
	box-shadow: 3px 2px 10px rgba(0, 0, 0, 0.8);
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	width: 960px;
}

#Header {
	color: #8D8D8D;
	font-size: 10pt;
	font-weight: 300;
	height: 75px;
	text-align: right;
	width: 960px;
}

#Header.pretend {
	color: #cb0100;
	border-bottom: 2px solid #866;
	margin-bottom: 6px;
}

#Header.pus {
	color: navy;
	border-bottom: 2px solid navy;
	margin-bottom: 6px;
}

#Header a {
	cursor: pointer;
	text-decoration: none;
}

#Logo {
	background-repeat: no-repeat;
	float: left;
	height: 50px;
	margin-left: 35px;
	margin-top: 13px;
	width: 200px;
}

#LogOutButtonOuter {
	display: inline-block;
	margin-right: 25px;
	margin-top: 26px;
}

#LogOutButtonOuter img {
	margin-left: 5px;
}

#LogOutButton {
	font-size: 10pt;
}

.infoTextLogin {
	padding-right: 25px;
}

#LogOutButton>img {
	border: 0 none;
	box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.6);
	margin-left: 10px;
}

.settings {
	border: 0 none;
	box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.6);
	margin-left: 10px;
}

#ContentOuter {
	padding-bottom: 10px;
}

#Content {
	background-color: #f9f9f9;
	box-shadow: 3px 2px 10px rgba(0, 0, 0, 0.8);
	margin: 20px 20px 0;
	padding-bottom: 10px;
	width: 910px;
	border: 1px solid #9E9E9E;
}

#InfoPanel {
	height: 40px;
	width: 100%;
}

#Title {
	padding-bottom: 10px;
	padding-top: 10px;
}

div#Title ,h1#Title{
	font-size: 10pt;
	font-weight: bold;
	margin: 0 0 0 15px;
}

#Alerts {
	background-color: #F5F5F5;
	box-shadow: 3px 2px 10px rgba(0, 0, 0, 0.8);
	cursor: pointer;
	height: 40px;
	position: absolute;
	right: -35px;
	top: -25px;
	width: 100px;
}

#Categories {
	margin: 0 auto;
	overflow: hidden;
	width: 855px;
}

.CategoryOuter {
	margin-bottom: 20px;
	overflow: hidden;
	width: 855px;
}

.Category {
	background-color: #FFFFFF;
	border: 1px solid #505050;
	float: right;
	position: relative;
	width: 780px;
}

.CategoryIcon {
	background-color: #105B83;
	border: 0.3pt solid #515050;
	height: 40px;
	left: -50px;
	position: absolute;
	top: 15px;
	width: 55px;
}

.CategoryDescription {
	margin-left: 16px;
	margin-top: 12px;
	min-height: 58px;
}

.Category:hover {
	cursor: pointer;
}

.Category:hover .CategoryIcon {
	background-color: #006D8F;
	cursor: pointer;
}

.CategoryDescriptionTitle {
	font-size: 13pt;
	font-weight: 600;
}

.CategoryDescriptionContent {
	display: none;
	font-size: 10pt;
	font-weight: 400;
}

.showMoreCategoryDescriptionOuter {
	padding-right: 15px;
}

#Categories a:link,#Categories a:visited,#Categories a:active,#Categories a:hover
	{
	color: #444444;
	text-decoration: none;
}

.CategoryOuter img {
	border-style: none;
}

#LoginPanel {
	margin: 0 auto;
	overflow: hidden;
	width: 855px;
}

div#AppVersion {
	font-size: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 960px;
}

option {
	font-family: lucida sans unicode;
	padding-left: 5px;
}

#LogInLogOutButton {
	background-image: url("images/LogInLogOut-blue.png");
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
	display: inline-block;
	height: 24px;
	position: relative;
	width: 38px;
	cursor: pointer;
}
#LogInLogOutButton:hover {
	box-shadow: none;
}
a#LogInLogOut {
	padding-right: 4px;
}

#ap-zipubz #LogInLogOutButton {
	background-image: url('images/LogInLogOut-green.png');
}

#ap-zipmed .LoginLogOutOption {
	background-color: #009990;
}

#ap-zipubz .LoginLogOutOption {
	background-color: #179363;
}

#ap-zipmed #LogInLogOutButton {
	background-image: url('images/LogInLogOut-teal.png');
}

#LogInLogOutButton.login {
	background-position: 0 24px;
}

#LogInLogOutButton:hover ul {
	display: block;
}

#LogInLogOutOptions {
	position: absolute;
	top: 24px;
	left: 0px;
	list-style: none outside none;
	margin: 0;
	padding: 0;
	display: none;
	text-align: left;
}

.LoginLogOutOption {
	background-color: #12385e;
	border-top: 3px solid #FFFFFF;
	box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.7);
	color: #FFFFFF;
	height: 20px;
	padding: 3px 0 0 5px;
	width: 75px;
	cursor: pointer;
}

#LogInLogOutOptions li {
	float: none;
}

#LogInLogOutOptions li a {
	display: inline-block;
}

#SettingsOuter {
	display: inline-block;
	margin-right: 25px;
	margin-top: 26px;
	margin-left: 5px;
}

#SettingsOuter a {
	display: inline-block;
}

#SettingsButton {
	width: 38px;
	height: 24px;
	background-image: url('images/settings-blue.png');
	position: relative;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
}

#SettingsButton:hover {
	box-shadow: none;
}

#ap-zipmed #SettingsButton {
	background-image: url('images/settings-teal.png');
}

#ap-zipubz #SettingsButton {
	background-image: url('images/settings-green.png');
}

#SettingsButton.locked {
	background-image: url('images/set_locked.png');
}

#LogInLogOutOptions {
	position: absolute;
	top: 24px;
	left: 0px;
	list-style: none outside none;
	margin: 0;
	padding: 0;
	display: none;
	text-align: left;
}

#Content_text {
	text-align: justify;
	font-size: 10pt;
}

#BrowserWarn {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	font-size: 8pt;
	color: black;
	padding: .4em;
	line-height: 1.1;
	background: #fae692 url('images/warnbg.gif') repeat-x;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

#BrowserWarn.collapsed {
	padding: 0px .4em;
	height: 3px;
	color: #fae692;
}

#Cookie {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	font-size: 7pt;
	color: #ddd;
	padding: .4em;
	line-height: 1.1;
	text-align: center;
}

#Cookie a {
	color: white;
}

input[type=text].ui-autocomplete-input::-ms-clear {
	display: none;
}

.settingsRow.Login {
	/*display:none;*/

}

.message-header {
	text-align: center;
	font-size: 1.2em;
	color: #c00;
	font-weight: bold;
	padding-top: .5em;
}

.message-body {
	text-align: center;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: .4em;
	font-size: 1em;
}

.message-buttons {
	text-align: center;
	margin-top: 1.5em;
}

.warn {
	background: transparent url('images/warn.gif') no-repeat 2px 2px;
	padding-left: 20px;
}

.parent_info_button {
	color: #707070;
	font-size: 12px;
	text-decoration: underline;
	font-family: lucida sans unicode;
	font-weight: 400
}

.parent_info_button>img {
	padding-right: 5px;
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,input,select,textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 2 */
	margin: 0; /* 3 */
}

.vsearch {
	padding:0px 4px;
}
.vsearch input,.vsearch select {
	margin-right:4px;
}
.menu-button input,.menu-button button {
	margin: 0px 2px 0px 2px;
}

input[type=checkbox] {
	margin-right: 4px;
}