/* layout */
body {
	background-color: #6EBAC3;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#wrapper {
	height: auto;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
}
#main {
	background-color: #FFFFFF;
	padding: 10px;
	width: 760px;
	color: #333333;
	text-align: left;
}
#categories {
	padding-bottom: 20px;
}
hr {
	color: E5E5E5;
	height: 1px;
	width: 100%;
	border: dotted;
}
.logos {
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}

/* form items */
select, input, textarea {
	font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.buttontext {
	background-color: #EFEFEF;
	border: 1px solid #A6A8AA;
	font-size: 11px;
	color: #333333;
}

/* ***** define margin and font-size for elements inside panels ***** */
.fieldset {
	padding-left: 20px;
	padding-right: 20px;
}
.fieldset, .fieldset td, .fieldset p, .fieldset li {
	font-size: 11px;
}

/* text formatting */
body, td {
	font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.datatext {
	font-size: 11px;
	color: #666666;
}
.smalltext {
	font-size: 10px;
	color: #666666;
}
.column_right {
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}
.heading1 {
	font-size: 16px;
	font-weight: bold;
	color: #6EBAC3;
}
.heading2 {
	font-size: 14px;
	font-weight: bold;
	color: #6EBAC3;
}
.heading3 {
	font-size: 12px;
	font-weight: bold;
	color: #6EBAC3;
}
.alert {
	color: #333333;
	padding: 10px;
	border: 1px dotted #6EBAC3;
	background-color: #EFEFEF;
}
.feature_text {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	background-color:#FF9900;
	padding: 2px;
}

/* Categories */
div.categories {
	padding-bottom: 0px;
}
.category_text {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
}

/* Menu Items */
div.menu {
	padding-left: 19px;
	text-align: left;
}
div.menu a {
	color: #FFFFFF;
	text-decoration: none;
}
div.menu a:hover {
	color: #86FBFF;
	text-decoration: none;
}
.menu_text {
	font-weight: bold;
	font-size: 12px;
	padding-right: 20px;
	display: inline;
}

/* Footer Items */
div.footer {
	padding-top: 2px;
	background-color: #6EBAC3;
}
div.footer a {
	color: #FFFFFF;
	text-decoration: none;
}
div.footer a:hover {
	color: #86FBFF;
	text-decoration: none;
}
.footer_text_left {
	font-size: 10px;
	color: #FFFFFF;
	padding-left: 20px;
}
.footer_text_right {
	font-size: 10px;
	color: #FFFFFF;
	padding-right: 20px;
}

/* links */
a {
	color: #6EBAC3;
	text-decoration: underline;
}
a:hover {
	color: #86FBFF;
	text-decoration: none;
}

/* dhtml popup */
#dhtmltooltip {
	position: absolute;
	width: 200px;
	border: 1px dotted #CCCCCC;
	padding: 20px;
	background-color: #FFFFFF;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=CCCCCC,direction=135);*/
}
