/* CSS Document */


/* Main Page Styles */

* {
    line-height: 1.2em;
}

form{
	margin: 0px;
	padding: 0px;
}

input, textarea, select {

	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;

}

.tmceditor {
	background: #fff;
	padding: 5px;
}

.short_title_bar {
	width: 424px;
	_position: relative;
	_left: 5px;
	min-height: 12px;
	margin-top: 1px;
	margin-bottom: 16px;
	padding: 6px 8px 8px 8px;
	background-color: #4da0b1;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.long_title_bar {
	width: 664px;
	_position: relative;
	_left: 5px;
	min-height: 12px;
	margin-top: 1px;
	margin-bottom: 16px;
	padding: 6px 8px 8px 8px;
	background-color: #4da0b1;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

img{
	border: 0px;
}

a {
	 color: #757575;
	 font-weight:bold;
	 text-decoration: underline;
}

a:hover {
	color: #4da0b1;
	text-decoration: underline;
}

a#editlink {
	padding-left: 10px;
	color: #DFDFDF;
	font-weight:bold;
	text-decoration: none;
}

a#editlink:hover {
	text-decoration: underline;
	background: transparent;
}

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #4F4F4F;
	background-image: url(../images/bg_tile3.gif);
	background-position: center;
}

.subheading {
	color: #4da0b1;
	font-weight: bold;

}

.subheading a {
	color: #4da0b1;
	font-weight: bold;

}

.subheading a:hover {
	color:#FFFFFF;
	background-color: #4da0b1;
	font-weight: bold;
	text-decoration: none;
}

.heading {
	margin-top: 10px;
	font-size: 18px;
	color: #757575;
	font-weight: bold;
}

#bgfix
{
	background-color: #FFFFFF;
	width: 100%;
	height: 115px;
	background-image:url(../images/bgfix_bg.gif);
	background-position: center;
	background-repeat: repeat-y;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	background-color: #FFFFFF;
	border: solid 1px #d0d0d0;
	border-top: none;
}

#header {
	width: 100%;
	height: 115px;
	background-image: url(../images/header_bg.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#login {
	float:right;
	width: 220px;
	margin-top: 20px;
}


#loginheading {
	color: #757575;
	font-size: 12px;
	font-weight: bold;
}

#username {
	width: 78px;
	color: #A4A4A4;
	border: solid 1px #E5E5E5;
	font-size: 10px;
	margin-top: 5px;
}

#password {
	width: 78px;
	color: #A4A4A4;
	border: solid 1px #E5E5E5;
	font-size: 10px;
	margin-left: 5px;
}

#loginaction {
	margin-top: 5px;
	margin-left: 0px;
	vertical-align: middle;
}

#signin
{
	margin-left: 9px;
}

#left {
	float: left;
	padding: 0px 0px 0px 20px;
	width: 220px;
}

#navbar a {
	border-bottom: solid 1px #db7428;
	padding: 5px 0px 5px 10px;

	font-weight:bold;
	text-transform: uppercase;
	text-decoration: none;

	display: block;
	color: #FFFFFF;

	background-color: #e9853a;
	background-image: url(../images/navbar_go.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#navbar a:hover {
	background-color: #e08038;
	background-image: url(../images/navbar_go_over.gif);
}

.navheader {
	padding: 5px 0px 5px 26px;
	margin: 10px 0px 0px 0px;

	color: #FFFFFF;
	font-weight:bold;
	text-transform: uppercase;
	text-decoration: none;

	background-color: #4da0b1;
	background-image: url(../images/navheader_bg.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.topnavheader {
	padding: 5px 0px 5px 26px;
	margin: 0px 0px 0px 0px;

	color: #FFFFFF;
	font-weight:bold;
	text-transform: uppercase;
	text-decoration: none;

	background-color: #4da0b1;
	background-image: url(../images/navheader_bg.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.abutton {
	margin-top: 1px;
	padding: 4px;

	text-align: right;
	background-color: #ECECEC;
}

.membercontent {
	padding: 10px 10px 20px 10px;
	border: 1px solid #ececec;
	border-top: none;
}

.membercontent ul {
	margin: 2px 2px 0px 2px;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	list-style: none;
}

.picture {
	background-color: #FFFFFF;
	margin: 0px 5px 0px 0px;
	padding: 1px 1px 1px 1px;
	border: solid 1px #b5b5b5;
	float:left;
}

/* added by ricky */
.picture2 {
	background-color: #FFFFFF;
	margin: 0px 5px 0px 0px;
	padding: 1px 1px 1px 1px;
	border: solid 1px #b5b5b5;
}

.picture img {
	display: block;
}

.contentbox {
	padding: 10px;
	border: 1px solid #ececec;
	border-top: none;
}


#whyjoin ul {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	list-style-position: outside;
}

#whyjoin ul li {
	margin-left: 0px;
	list-style-image: url(../images/bullet_blue.gif);
}

#whyjoin li {
	margin-bottom: 10px;
}

#control_panel {
	margin: 0px;
	padding: 0px;
}

#control_panel li {
	margin: 0px;
	padding: 0px;
}

hr {
	height: 1px;
	width: 100%;
	border: 0px;
	color: #ECECEC;
	background-color: #ECECEC;
}

#right {
	float: right;
	padding: 0px 20px 0px 0px;
	width: 220px;
}

.calendarday
{
	width: 27px;
	height: 27px;
	background-color: #ECECEC;
	border-top: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	display:block;
	float:left;
}

#joblisting ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}

#content {
	margin: 0px 20px 0px 260px;
	_margin: 0px 20px 0px 260px;
}




#caption {
	width: 424px;
	min-height: 12px;
	margin-top: 1px;
	margin-bottom: 16px;
	padding: 5px 8px 6px 8px;
	background-color: #4da0b1;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

#caption img {
	float:right;
	vertical-align: middle;
}



#newstype {
	width: 432px;
	margin-top:4px;
	background-color: #ECECEC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 2px 4px 1px 4px;
}

#newstype img {

	padding-left: 5px;
	padding-right: 2px;
}

.article {
	min-height: 80px;
	width: 440px;
	margin-top: 20px;
}

.article img {

	margin-right: 9px;
	padding: 1px 1px 1px 1px;
	border: solid 1px #b5b5b5;
	display: block;
	float: left;
}

.local a {
	color: #4DA0B1;
	font-weight: bold;

}

.local a:hover {
	color: #FFFFFF;
	background-color: #4DA0B1;
	font-weight: bold;
	text-decoration: none;
}

.national a {
	color: #E9853A;
	font-weight: bold;
}

.national a:hover {
	color: #FFFFFF;
	background-color: #E9853A;
	font-weight: bold;
	text-decoration: none;
}

.other a {
	color: #757575;
	font-weight: bold;
}

.other a:hover {
	color: #FFFFFF;
	background-color: #757575;
	font-weight: bold;
	text-decoration: none;
}

.articlebody {
	margin-top: 5px;
	margin-left: 91px;
	line-height: 14px;
}

.actionbar {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 15px;
	width: 428px;
	font-size: 10px;
	text-transform: uppercase;
	background-color: #F5F5F5;
	padding: 4px 4px;
}

.actionbar a {
	text-decoration: underline;
}

.actionbar a:hover {
	color: #B8B8B8;
}


.email {
	margin-left: 19px;
}

.permalink {
	margin-left: 19px;
}

#footer {
	margin: 30px 30px 18px 30px;
	font-size: 11px;
	font-weight: bold;
	color: #BBBBBB;
	clear: both;
	text-align: right;
}

#footer a {
	color: inherit;
	text-decoration: none;
}

#footer a:hover {
	color: #757575;
	text-decoration: none;
}

#footer hr {
	width: 900px;
}

#footersponsors {
	margin-left: 42px;

}

/* Members Page Styles */

.titlebar
{
	width:658px;
	background-color: #4DA0B1;
	padding: 11px;
	margin-left: 0px !important; margin-left: -3px;

	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
}

.minibar
{
	width: 680px;
	height: 11px;
	background-color: #ECECEC;
	margin-top: 1px;
	margin-left: 0px !important; margin-left: -3px;
}

#membersnavbar
{
	width: 660px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px !important; margin-left: -3px;
	padding: 3px 10px 3px 10px;
	background-color: #ECECEC;
	vertical-align:center;

	font-weight: bold;
	font-size: 10px;
	color: #4DA0B1;
}

#membersort
{

	border: solid 1px #E5E5E5;
	font-size: 10px;
	margin: 0px 0px 0px 12px;
	padding: 0px;
}

#memberupdate
{
	margin-left: 10px;
}

.fullmember {
	margin: 0px ;
}

.member {
	float: left;
	width: 198px;
	height: 60px;
	padding: 10px 10px 10px 10px;
	color: #757575;
	border: 1px solid #ECECEC;
	background-color: #F5F5F5;
}

.member ul {
	margin: 2px 2px 0px 2px;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	list-style: none;
}

.memberprofilebar {
	border-top: solid 1px #FFFFFF;
	clear: left;
	width: 208px;
	background-color: #ECECEC;
	float: left;
	height: 15px;
	padding: 4px 6px 4px 6px;
	top-margin: 1px;
}

.memberprofilebar img {
	float:right;
}

.membername a {

	text-decoration: none;
	color: #4DA0B1;
}

.membername a:hover {

	text-decoration: none;
	color: #FFFFFF;
	background-color: #4DA0B1;
}

#status_msg {
	width: 440px;
	margin-bottom: 20px;
	background: #E9853A;
	color: #ffffff;
	font-size: 14px;
}

#status_msg div {
	padding: 5px;
}

.button {
	border-top: 	solid 1px #6CB0BF;
	border-left: 	solid 1px #6CB0BF;
	border-right: 	solid 1px #356D79;
	border-bottom: solid 1px #356D79;
	background: #4DA0B1;
	padding: 2px;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}

.button_grey {
	border-top: 	solid 1px #C0C0C0;
	border-left: 	solid 1px #C0C0C0;
	border-right: 	solid 1px #4F4F4F;
	border-bottom: solid 1px #4F4F4F;
	background: #808080;
	padding: 2px 0px 2px 0px;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}

#comment_header {
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
}

.comments {
	margin: 10px 0px;
	padding: 0px;
	list-style: none;
}

.comments li {
	width: 430px;
	margin: 0px 0px 10px 0px;
	border: solid 1px #ECECEC;
}

.comments .name {
	display: block;
	background: #ECECEC;
	padding: 2px 5px 2px 5px;
	font-size: 12px;
	font-weight: bold;
}

.comments .date {
	float:right;
	font-size: 10px;
}

.comments .text {
	display: block;
	padding: 10px 5px;
	font-size: 10px;
}

.comments .toolbar {
	display: block;
	background: #ECECEC;
	padding: 2px 5px 2px 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}

.comments .toolbar .a {
	font-size: 10px;
	font-weight: normal;
}

.table_header {
	font-weight: bold;
	background: #4d4d4d;
	color: #ffffff;	
}

.table_header2 {
	background: #7f7f7f;
	color: #ffffff;	
}

.table_row2 {
	background: #ffffff;
}

.table_row1 {
	background: #F5F5F5;
}

.table_row0 {
	background: #ECECEC;
}

/* Calendar Stuff !!! */
.cal { font-size: 10px; color: #808080; font-weight:bold;}
.cal a { display: block; width: 18px; height: 18px; margin: 1px;}
.cal td { border: solid 1px #ffffff; padding:2px;}
.cal_title { font-size: 10px; font-weight: bold; color: #AFAFAF; }
.cal_day {font-family: Helvetica, Arial, sans-serif; background-color: #ECECEC; height:27px; _height:22px; }
.cal_day_blank {font-family: Helvetica, Arial, sans-serif; background-color: #F5F5F5;  height:22px;}

.month { background-color: #F5F5F5; font-size: 10px; font-weight: bold; color:#808080; }
.month a { margin: 0px; height:16px;}
.month td { padding: 0px; border:0px;}

.weekdays {background-color: #ECECEC; height:24px; _height:19px;}

.weekday td { padding: 0px; }

.cal_day_sel {font-family: Helvetica, Arial, sans-serif; background-color: #DADADA;  color: #000000;  }

.cal_day_e	{font-family: Helvetica, Arial, sans-serif; background-color: #757575; color: #FFFFFF; }
.cal_day_sel_e	{font-family: Helvetica, Arial, sans-serif; background-color: #757575; color: #FFFFFF; border: solid 3px #DADADA;}

.cal_day_l	{font-family: Helvetica, Arial, sans-serif; background-color: #4DA0B1; color: #FFFFFF; }
.cal_day_sel_l	{font-family: Helvetica, Arial, sans-serif; background-color: #4DA0B1; color: #FFFFFF; }

.cal_day_n	{font-family: Helvetica, Arial, sans-serif; background-color: #E08038; color: #FFFFFF;}
.cal_day_sel_n	{font-family: Helvetica, Arial, sans-serif; background-color: #E08038; color: #FFFFFF; }

a.cal:link	{color: #808080; font-weight: normal; text-decoration: none; }
a.cal:visited	{ color: #808080; font-weight: normal; text-decoration: none; }
a.cal:hover	{ color: #808080; font-weight: normal; text-decoration: none; }
a.cal:active	{ color: #808080; font-weight: normal; text-decoration: none; }

a.cal_e:link	{ color: #FFFFFF; font-weight: normal; text-decoration: none; }
a.cal_e:visited{ color: #FFFFFF; font-weight: normal; text-decoration: none; }
a.cal_e:hover	{ color: #FFFFFF; font-weight: normal; text-decoration: none; }
a.cal_e:active	{ color: #FFFFFF; font-weight: normal; text-decoration: none; }

a.cal_l:link	{ color: #FFFFFF; font-weight: normal; text-decoration: none; }
a.cal_l:visited{ color: #FFFFFF; font-weight: normal; text-decoration: none; }
a.cal_l:hover	{ color: #FFFFFF; font-weight: normal; text-decoration: none; }
a.cal_l:active	{ color: #FFFFFF; font-weight: normal; text-decoration: none; }

a.cal_n:link	{ color: #FFFFFF; font-weight: normal; text-decoration: none; }
a.cal_n:visited{ color: #FFFFFF; font-weight: normal; text-decoration: none; }
a.cal_n:hover	{ color: #FFFFFF; font-weight: normal; text-decoration: none; }
a.cal_n:active	{ color: #FFFFFF; font-weight: normal; text-decoration: none; }

#calendarlegend {
	margin-left:2px;
	margin-bottom: 5px;
	width: 196px;
	background-color: #ECECEC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 2px 2px 2px 2px;
}

#calendarlegend img {

	padding-left: 3px;
	padding-right: 1px;
}

#rsvp_form {
	width: 428px;
	padding: 6px;	
	background: #E9F3F5;
}

.ticket {
	width: 428px;
}

.buy_ticket {
	margin-bottom: 10px;
}

.buy_ticket select {
	width: 115px;	
}

ul.sponsors {
	border-top: solid 1px #ececec;
	border-bottom: solid 1px #ececec;
	padding: 4px 0px;
	list-style:none;
	height: 35px;
}

	ul.sponsors li {
		float: left;
		height: 35px;
		padding: 0px 16px;
		margin: 0px;
		border-right: solid 1px #ececec;
	}
		

	ul.sponsors li.first {
		padding-top: 12px;
		padding-left: 0px;
		height: 23px;
	}
	
	