/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	height: auto;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #000000;
}

#snippetBoxTop {
	margin: 0px;
	background-color: #006600;
	color: #FFFFFF;
	text-align: center;
	width: 165px;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-image: url(../images/admin_bg.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	background-attachment: scroll;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #006600;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #006600;
}

#snippetBoxMiddle {
	margin: 0px;
	padding: 5px;
	width: 165px;
	text-align: left;
	background-color: #FFF;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006600;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #006600;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#snippetBoxMiddle h5 {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
}
#snippetBoxMiddle ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DDD;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#snippetBoxMiddle ul li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	list-style-type: none;
}
#snippetBoxMiddle a:link, #snippetBoxMiddle a:visited {
	margin: 0px;
	padding: 0px;
}
#snippetBoxMiddle a:hover {
}

#editAreaLoginPage {
	border: 1px solid #006600;
	background-color: #FFF;
	height: auto;
	width: 100%;
	text-align: left;
}

#editAreaLoginPage h1{
	font-size: 12px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/admin_bg.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left center;
	text-transform: uppercase;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	height: 20px;
	background-color: #006600;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#editArea {
	border: 1px solid #006600;
	background-color: #FFF;
	height: auto;
	width: 500px;
	text-align: left;
}

#editArea h1{
	font-size: 12px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/admin_bg.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left center;
	text-transform: uppercase;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	height: 20px;
	background-color: #006600;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#editArea select {
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: auto;
}


#editArea h2{
	font-size: 12px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	color: #000000;
	background-position: left center;
	text-transform: capitalize;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#editArea h3{
	font-size: 12px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	color: #000000;
	background-position: left center;
	text-transform: capitalize;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}


#err{
	font-size: 12px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	color:#FF0000;
}

a {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #056605;
	text-decoration: none;
}
a:hover {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #056605;
	text-decoration: underline;
}
.important {
	color: #FF0000;
}
select{
	font-family: "Trebuchet MS";
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	height: 16px;
	width: 50%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
}

/*input{
	font-family: "Trebuchet MS";
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	height: 18px;
	width: 50%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
}*/

textarea{
	font-family: "Trebuchet MS";
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 95%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
}
.button {
	font-weight: bold;
	color: #4F4F4F;
	border: 1px solid #CACACC;
	padding: 2px;
	background-color: #FFFFFF;
	background-image: url(images/grad1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 10px;
}
.radio {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
}
.error {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #FF0000;
	background-color: #FFFF99;
	border: 1px solid #FF0000;
	text-align: left;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 100%;
}
#memberSubLinks {
	margin: 0px;
	padding: 0px;
}

#memberSubLinks ul {
	margin: 0px;
	padding: 0px;
}

#memberSubLinks li {
	display: inline;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

#memberSubLinks a {
	margin: 0px;
	padding: 0px;
	color: #32701D;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

#memberSubLinks a:hover {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
.activate {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006600;
	border: 1px solid #000000;
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 150px;
}

.nolist{
text-align:left;
padding:5px 2px 2px 2px;
font-size:12px;
font-weight:bold;
color:#FF0000;
background-color:#FFFFFF;
}

