/*--------------- */
/* GENERIC STYLES */
/*--------------- */
form {
	margin:0;
	padding: 0;
}
p {
	color: #666666;
	padding: 0px;
	margin-top: 0px;
}
a {
	color: #2b5682;
	text-decoration: underline;
}
a:hover {
	color: #000000;
}
.important {
	background-color: #ccff00;
	padding: 10px;
	font-weight: bold;
	color: #000000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #99cc00;
	border-bottom-color: #99cc00;
	font-size: 90%;
	clear: both;
	float: none;
}
.validation {
	color: #990000;
	background-color: #f5e5e5;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #990000;
	padding-bottom: 10px;
}
.validation a {
	color: #990000;
}

.share {
	clear: none;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;

}

.report {
	background-color: #e1e8f0;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
	padding: 10px;
}
#header {
	background-color: #000000;
	background-image: url(/assets/images/header_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 200px;
}
#header-internal {
}
#header-upper {
	background-color: #3399CC;
	background-image: url(/assets/images/header_upper_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#header-upper-content {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#header-lower-content {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
#innermainlogo {
	z-index: 1;
	margin-top: -5px;
}
#mainnav-upper {
	width: 700px;
	clear: none;
	float: right;
}
#mainnav-upper ul {
	padding: 0px;
	text-align: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainnav-upper ul li {
	display: inline;
	margin-left: 10px;
}
#mainnav-upper a {
	color: #FFFFFF;
	text-decoration: none;
}
#mainnav-upper a:hover {
	text-decoration: underline;
}
#header-lower {
	background-color: #e0e8ef;
}
#header-lower ul {
	text-align: right;
	margin: 0px;
	padding: 0px;
}
#header-lower ul li {
	display: inline;
	margin-left: 10px;
	list-style-type: none;
}
#header-lower p {
	float: right;
}
#contentcontainer {
	background-image: url(/assets/images/contentcontainer_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: fixed;
	position:relative;
	padding:20px 0 0 0;
}

#maincontainer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
h1 {
	font-size: 160%;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #000000;
	margin-top: 0px;
}
h2 {
	font-size: 100%;
	color: #2b5682;
	background-color: #e5e5e5;
	padding: 5px;
	margin-bottom:10px;
}

h3 {
	font-size: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #2b5682;
}
#follow {
	float: right;
	width: 150px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #E5E5E5;
	background-color: #f2f2f2;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#follow h3 {
	text-align: left;
	margin-bottom: 5px;
	padding: 0px;
}
#follow img {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	margin-top: 5px;
}

#follow p {
	font-size: 90%;
	line-height: normal;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 5px;
}

#row1, #row2, #row3, #row4, #row5, #row6, #row7, #row8, #row9, #row10 {
	margin-bottom:40px;
}
.textright {
	text-align: right;
	margin: 0px;
	padding: 0px;
}
form fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.feildsetcontainer {
	border: 1px solid #e5e5e5;
	background-color: #F2F2F2;
	padding: 10px;
}
label {
	color: #333333;
	font-weight: bold;
	float: left;
	margin-right: 10px;
}

textarea {
	font-size: 100%;
	color: #2b5682;
}
select {
	font-size: 100%;
	color: #2b5682;
}

.third {
	width: 276px;
	clear: none;
	float: left;
	margin-right: 10px;

	/* position: relative; */
}
.third input {
	font-size: 100%;
	color: #2b5682;
	width: 270px;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-bottom: 10px;
	margin-top: 5px;
}
.quarter {
	width: 200px;
	clear: none;
	float: left;
	margin-right: 10px;

	/* position: relative; */
}
.quarter input {
	font-size: 100%;
	color: #2b5682;
	width: 194px;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-bottom: 10px;
	margin-top: 5px;
}
.quarter select {
	font-size: 100%;
	color: #2b5682;
	width: 194px;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-bottom: 10px;
	margin-top: 5px;

}

.input-row-division{
	margin-bottom: 10px;
	clear: both;

}

.half {
	width: 418px;
	position: relative;
}
.half input {
	font-size: 100%;
	color: #2b5682;
	width: 412px;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-bottom: 10px;
	margin-top: 5px;
}
.full {
	width: 834px;
}
.full input {
	font-size: 100%;
	color: #2b5682;
	width: 821px;
	border: 1px solid #CCCCCC;
	padding: 3px;
	color: #333333;
	margin-top: 5px;
	margin-bottom: 10px;
}
.full textarea {
	width: 846px;
	border: 1px solid #CCCCCC;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
select {
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
legend {
	font-size: 120%;
	font-weight: bold;
	color: #003366;
}
button{
	font-size: 100%;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #336699;
	border-top-color: #6699cc;
	border-right-color: #2a5580;
	border-bottom-color: #2a5580;
	border-left-color: #6699cc;
	padding: 5px 20px 5px 5px;
	border-width: 1px;
	border-style: solid;
	border-top-color: #6699cc;
	border-right-color: #2a5580;
	border-bottom-color: #2a5580;
	border-left-color: #6699cc;
	margin-top: 10px;
}
.button2 {
	font-size: 80%;
	margin-top: 10px;
	padding: 2px 10px 2px 2px;
}
.votebutton {
	font-size: 100%;
	color: #000000;
	font-weight: bold;
	background-color: #ccff00;
	margin-top: 10px;
	padding: 2px 10px 2px 2px;
	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: #FFFF00;
	border-right-color: #99CC00;
	border-bottom-color: #99CC00;
	border-left-color: #FFFF00;
}
form a {
}
form a:hover {
	text-decoration: underline;
}

#addthis{
	float: right;
	clear: none;
	margin-bottom: 10px;
	margin-left: 10px;
}

#web-address{ margin: 0px 0px 10px 0px;}

/*--------------- */
/* PAGE SPECIFIC STYLES */
/*--------------- */

#indexlogo {
}

#intro {
}
#intro h2 {
	font-size: 120%;
	margin:0px;
	padding: 0px;
	color: #2b5682;
	background-color: #FFFFFF;
}

#intro2 {
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
}
#intro-rightcolumn{
	width: 468px;
	clear: none;
	float: right;
	margin: 0px;
}

#index-topten {
	border: 1px solid #E5E5E5;
	padding:20px;
	margin: 0px 0px 20px 0px;
}
#index-banner {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
#index-register {
	border: 1px solid #E5E5E5;
	padding: 20px;
	width: 370px;
	clear: none;
	background-color: #F2F2F2;
	margin: 0px 0px 10px 0px;
}
#index-register h2{
	background-color: #F2F2F2;
}
#index-register ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#index-register li {
	line-height: 1.5em;
}
#memberphotolist {
	background-color: #F2F2F2;
	border: 1px solid #E5E5E5;
	padding: 20px 19px 10px 19px;
}

#memberphotolist h2 {
	color: #2b5682;
	padding:0px;
	margin: 0px 0px 10px 0px;
	background-color: #F2F2F2;
}

#globalmap {
	background-color: #F2F2F2;
	border: 1px solid #E5E5E5;
	padding-top: 20px;
	padding-right: 19px;
	padding-bottom: 20px;
	padding-left: 19px;
}
.photothumb {
	float: left;
	margin-right: 1px;
	margin-bottom: 1px;
}
.faq {
	border: 1px solid #e5e5e5;
	background-color: #F2F2F2;
	padding: 10px 10px 0px 10px;
	margin-bottom: 20px;
}
.fullpanel {
	border: 1px solid #CCCCCC;
	background-image: url(/assets/images/standarddiv_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-bottom: 20px;
}
.fullpanel ul {
	list-style-type: none;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding: 0px;
}
.articlelist {
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(/assets/images/standarddiv_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.articlelist .date {
	margin: 0px;
	font-weight: bold;
}
 .articlelist h3 {
	margin: 0px;
}
 .articlelist h3 a {
	text-decoration: none;
}
 .articlelist h3 a:hover {
	text-decoration: underline;
}
#memberpage-left {
	width: 185px;
	clear: none;
	float: left;
	
}
#memberpage-right {
	float: right;
	width: 705px;
	clear: none;
}
#imageupload{
border: 1px solid #CCCCCC;
background-color:#E5E5E5;
padding: 10px;
}

.profilepanel {
	padding: 0px 10px 10px 10px;
	margin: 0px 0px 10px 0px;
}
.profilepanel-form {
	border: 1px solid #E5E5E5;
	background-color: #F2F2F2;
	padding: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
.profilepanel-form fieldset {
	margin: 0px;
	padding: 0px;
}
.profilepanel-form .half {
	width: 310px;
	position: relative;
	float:left;
}
.profilepanel-form .half span{
	width:60px;
	float:left;
	display:block;
}
.profilepanel-form .half input {
	width: 300px;
	border: 1px solid #CCCCCC;
	padding: 3px;
}
.profilepanel-form .halfplace{
	width: 310px;
	float:right;
	position: relative;
	}
.profilepanel-form .halfplace input {
	font-size: 100%;
	color: #2b5682;
	width: 300px;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-top:14px;
}
.profilepanel-form .full {
	width: 641px;
}
.profilepanel-form .full input {
	width: 600px;
	border: 1px solid #CCCCCC;
	padding: 3px;
}
.profilepanel-form .half input.radiobtn{
width:10px;
float:left;
}
.profilepanel-form .full textarea {
	width: 640px;
	border: 1px solid #CCCCCC;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
}
.profilepanel-form legend {
}
#checkbox {
	margin-left: 10px;
	width: auto;
}
#thumbnailselector {
	height: 56px;
	width: 42px;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
#profilepanel-form #checkbox {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: auto;
}
.itinerypanel {
	border: 1px solid #e5e5e5;
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #F2F2F2;
	padding: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
.itinerypanel img {
	float: left;
	clear: none;
	margin-right: 3px;
	margin-bottom: 3px;
}
.itinerypanel h3 {
	font-size: 100%;
	margin: 0px 5px 0px 0px;
	color: #424242;
}


.itinery-past img, .itinery-future img {
	float: left;
	clear: none;
	margin-right: 3px;
	margin-bottom: 3px;
}
.reasonpanel {
	background-color: #e0e8ef;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}
.reasonpanel label {
	float: none;
	display: block;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
#profilepic-main {
	border: 1px solid #e5e5e5;
	/* background-image: url(/assets/images/standarddiv_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom; */
	background-color: #F2F2F2;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 9px;
	padding-bottom: 10px;
	padding-left: 9px;
}
#profile-memberdetails {
	margin-bottom: 10px;
	padding: 0px 10px 10px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
}

/* #profile-memberdetails h2 {
	color: #000000;
	font-size: 120%;
} */

#profile-memberdetails ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
#profile-memberdetails ul li {
}
.reason {
	font-size: 100%;
	line-height: 1.5em;
}

/* .profilepanel h2 {
	font-size: 100%;
	color: #2b5682;
	background-color: #e5e5e5;
	padding: 5px;
	margin-bottom:10px;
} */

.profilepanel p {
	padding-left:10px;
}
/*
#profilepanel-form h2 {
	font-size: 120%;
	background-color: #000000;
	padding: 10px;
	margin-bottom:10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
} */


#profileheader {
	margin: 0px 0px 10px 0px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	/* background-image: url(/assets/images/profileheader_bg.gif);
	background-repeat: repeat-x;
	background-position: top; */
}
#profileheader h1 {
	color: #000000;
}
/* #profileheader h2 {
	font-size: 120%;
	color: #000000;
} */
#profileheader ul {
	background-color: #E5E5E5;
	border: 1px solid #CCCCCC;
	margin: 0px;
	padding: 5px;
}
#profileheader ul li {
	display: inline;
	margin-right: 20px;
	list-style-type: none;
}
#profileheader a {
	text-decoration: none;
	font-weight: bold;
	color: #2b5682;
}
#profileheader a:hover {
	text-decoration: underline;
	color: #2b5682;
}
/*.edit {
	font-size: 80%;
	text-align: right;
	margin: 0px;
	padding: 0px;
	color: #2b5682;
}*/

.indextop10 {
	margin-bottom: 10px;
}
.indextop10 th {
	text-align:left;
	background-color:#336699;
	color:#FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
ul.pagelist  {
	padding: 0px;
	clear: both;
	display: block;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.pagelist li {
	display: inline;
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.indextop10 td {
	border-bottom: solid 1px #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.top10-2 {
	background-color: #F2F2F2;
}

caption {
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	text-align: left;
	padding-bottom: 5px;
	display: none;
}


#delete {
	background-color: #FFCCCC;
	border: 1px solid #990000;
	padding: 10px;
	margin-bottom: 20px;
}
#delete fieldset {
	margin: 0px;
	padding: 0px;
}
#delete legend{
	display: none;
}
#delete label{
	float: left;
	margin-right: 20px;
}
#delete input.yes{
	font-size: 80%;
	padding: 2px 10px 2px 2px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #336699;
	border-top-color: #6699cc;
	border-right-color: #2a5580;
	border-bottom-color: #2a5580;
	border-left-color: #6699cc;
	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;
	display: inline;
}
#delete input.no{
	font-size: 80%;
	padding: 2px 10px 2px 2px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #CC0000;
	border-top-color: #FFFFFF;
	border-right-color: #993300;
	border-bottom-color: #993300;
	border-left-color: #FFFFFF;
	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;
	display: inline;
}

.yourdetails {
}
/* .yourdetails h2 {
	font-size: 100%;
	color: #2b5682;
	background-color: #e5e5e5;
	padding: 5px;
	margin-bottom:10px;
} */
.yourdetails ul {
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}

.yourdetails ul li{
	display: inline;
	margin-right: 20px;
}
yourdetails .delete {
}
a.delete {
	color: #990000;
}
a:hover.delete {
}

#mask-image{padding: 0px 0px 10px 0px;}

/*--------------- */
/* FOOTER STYLES */
/*--------------- */
#footer{
	background-color: #e5e5e5;
	padding-top: 20px;
	padding-bottom: 30px;
	text-align: left;
	position: relative;
	margin-top: -130px; /* negative value of footer height */
	height: 80px;
	clear:both;
	overflow:hidden;
}
#formcolumn p {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#footerinner {	
	margin-right: auto;
	margin-left: auto;
	width:900px;
	padding-bottom:30px;	
}
#footer ul {
	margin: 0px 20px 0px 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
}
#footer ul li {
	margin: 0px 0px 5px;
	padding: 0px;
}
#footer ul li a {
	font-size: 80%;
	color: #999999;
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: underline;
	color: #666666;
}

.newsfilter{
background:url(/assets/images/filterbar-bg.jpg) left repeat-x;
padding:4px 4px 4px 0px;
overflow:hidden;
margin:20px 0 0 0;
display:block;
}
.newsfilter p, .newsfilter p a{
float:left;
margin:0 0 0 10px;
padding:0;
color:#424242;
text-decoration:none;
font-weight:bold;
font-size:1.1em;
}
.newsfilter p a{
margin:10px 0 0 0;
color:#424242;
text-decoration:none;
}
.newsfilter p a:hover{
text-decoration:underline;
color:#424242;
}
.newsfilter .formwrap{
float:right;
position:relative;
}
.newsfilter form{
float:left;
margin-top:3px;
margin-right:5px;
position:relative;
}
.newsfilter form select{
padding:0px 6px 2px 6px;
width:100px;
}
.newsfilter form input.button{
background:#019240 url(/assets/images/active-bg.gif) top repeat-x;
color:#fff;
width:30px;
border:#019240 1px solid;
cursor:pointer;
font-size:.75em;
padding:1px;
}
.hide{
display:none;
}
.searchlabel{
margin:6px 5px 0 0;
}
.newsfilter{
background:#e6e6e6 url(/assets/images/news-date-bg.gif) top repeat-x;
}
.newsfilter label{
color:#000;
font-size:.85em;
}
.leftpanel {
    clear: none;
    float: left;
    width: 440px;
}
.rightpanel {
    clear: none;
    float: right;
    width: 440px;
}
#toplist {
    border: 1px solid #CCCCCC;
    background-image: url(../../_graphics/standarddiv_bg.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    background-color: #FFFFFF;
    padding:20px;
    margin: 0px;
}
.toplist-2 {
    background-color: #E5E5E5;
}
#counter5{
	text-align: right;
}

