﻿a:link, a:visited {
	color: #4C4C4C;
}

a:hover {
	color: #4C4C4C;
}

a.GreenLink, a.GreenLink:active, a.GreenLink:link, a.GreenLink:visited {
	color: #97B341;
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;
}

a.GreenLink:hover {
	color: #333;
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;
}

a.AltLink {
	color: #679aad;
}

a.AltLink:hover {
	color: #ada856;
}

h3 {
	font-weight: bold;
	font-size: 18px;
	margin: 1em;
	padding: 6px;
}

h2 {
	font-size: 18px;
	line-height: 25px;
	margin: 0 0 3px 0;
	color: #679aad;
	border-bottom: 2px solid #679aad;	

}

IMG {
	padding: 0;
	margin: 0;
	border: 0;
}

input {
	font-family: Verdana;
	font-size: 11px;
}

input.text {
	width: 165px;
}

input.longtext {
	width: 285px;
}

input.readonly {
	background-color: #EFEFEF;
}

legend {
	font-size: 13px;
	color: #87CC36;
	font-weight: bold;
	font-family: Verdana;
}

pre {
	font-family: Verdana;
	font-size: 11px;
}

.Announcements {
	color: #4C4C4C;
	font-size: 11px;
	width: 685px;
}

.Announcements a {
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
}

.AnnouncementTitleLeft {
	float: left;
	line-height: 15px;
	text-align: left;
	vertical-align: bottom;
	width: 79%;
}

.AnnouncementTitleRight {
	background-image: url(images/show_details.gif);
	background-position: right;
	background-repeat: no-repeat;
	float: right;
	font-size: 9px;
	font-weight: normal;
	line-height: 15px;
	padding-right: 20px;
	text-align: right;
	vertical-align: bottom;
	width: 18%;
}

.AnnouncementDetails {
	border-top: 1px dashed #0066A7;
	padding: 5px;
}

.btnCancel {
	background-image: url(images/buttonCancel_bg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 18px;
}

.btnConfirm {
	background-image: url(images/buttonConfirm_bg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 18px;
}

.btnNewFolder {
	background-image: url(images/buttonMakeDir_bg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	font-size: 11px;
	padding-right: 22px;
	text-decoration: underline;
	width: 105px;
}

.btnNewUser {
	background-image: url(images/buttonUser_bg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	font-size: 11px;
	padding-right: 18px;
	text-decoration: underline;
	width: 105px;
}

.center {
	margin: 0px auto;
	text-align: center;
}

.ClearOut {
	clear: both;
}

.cssButton {
	background-image: url(images/button_bg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	border: 1px solid #0066A7;
	border-bottom: 3px solid #0066A7;
	border-right: 3px solid #0066A7;
	font: normal 12px Verdana;
	height: 24px;
	margin: 0px;
	padding: 2px;
	text-decoration: none;
	width: 150px;
}

.error {
	color: Red;
}

.hidden {
	visibility: hidden;
	display: none;
}

.instructions {
	font-size: 14px;
}

.icon {
	padding-right: 3px;
}

.NoPointer {
	cursor: default;
}

.panel {
	background: Transparent url(images/main_bg.jpg) top;
	background-repeat: repeat-x;
	border: 1px solid #0066A7;
	margin: auto;
	margin-top: 25px;
	padding: 25px;
	text-align: center;
}

.Pointer {
	cursor: pointer;
}

.separator {
	background-image: url(images/separator.gif);
	background-position: left center;
	background-repeat: repeat-x;
	height: 5px;
	width: 100%;
}

.title {
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 4px;
}

.VersionInfo {
	font-size: 11px;
}

.modalBackground {
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopupPanel {
	background: White url(images/main_bg.jpg) top;
	background-repeat: repeat-x;
	border: 1px solid #668099;
	padding: 25px;
	text-align: center;
	z-index: 50;
}
