@charset "utf-8";
/* PSCS CSS Document */

body {
	width: 1024px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-image:url(images/main_bck.png);
	background-repeat:repeat-x;
}

/* Menu Links */

a.menu:link {

	text-decoration:none;
	color:#FFFFFF;
}

a.menu:visited {
	text-decoration:none;
	color:#FFFFFF;
}

a.menu:hover {
	color:#FFFF00;
}

/* Latest News Links */

a.news:link {

	text-decoration:none;
	color:#66CC00;
}

a.news:visited {
	text-decoration:none;
	color:#000000;
}

a.news:hover {
	text-decoration:underline;
	color:#000000;
}

/* Footer Links */

a.footer:link {

	text-decoration:none;
	color:#000000;
}

a.footer:visited {
	text-decoration:none;
	color:#000000;
}

a.footer:hover {
	text-decoration:underline;
	color:#000000;
}

a.officers:link {

	text-decoration:none;
	color:#000000;
}

a.officers:visited {
	text-decoration:none;
	color:#000000;
}

a.officers:hover {
	text-decoration:none;
	color:#990000;
}

/* Menu Links */

a.member_menu:link {

	text-decoration:none;
	color:#FFFFFF;
}

a.member_menu:visited {
	text-decoration:none;
	color:#FFFFFF;
}

a.member_menu:hover {
	color:#0099FF;
}

/* Main Container */

#container {
	width:1000px;
	height:auto;
	
	background-color:#FFFFFF;
	
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	
	border-bottom-style:solid;
	border-bottom-color:#000000;
	border-bottom-width:1px;

	border-top-style:solid;
	border-top-color:#000000;
	border-top-width:1px;

	border-left-style:solid;
	border-left-color:#000000;
	border-left-width:1px;

	border-right-style:solid;
	border-right-color:#000000;
	border-right-width:1px;
}

#new_container {
	width:1020px;
	height:auto;
	
	background-color:#FFFFFF;
	
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	
	border-bottom-style:solid;
	border-bottom-color:#000000;
	border-bottom-width:1px;

	border-top-style:solid;
	border-top-color:#000000;
	border-top-width:1px;

	border-left-style:solid;
	border-left-color:#000000;
	border-left-width:1px;

	border-right-style:solid;
	border-right-color:#000000;
	border-right-width:1px;
}

/* Header */
#header {
	width:auto;
	height:134px;
}

/* Main Body */
#main_body {
	width:1020px;;
	height:800px;
}

#main_body_news {
	width:1020px;;
	height:1300px;
}

/* Left Main Body */
#left_main_body {
	width:200px;
	height:auto;
	float:left;
	background-image:url(images/main_body_background.png);
	background-repeat:repeat-y;
}

#left_main_body div {
	text-align:right;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
}

.logo_menu {
	padding-top:50px;
	width:200px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}

#css_link {
	width:200px;
	text-align:center;
	padding-top:200px;
}

/* Right Main Body */
#right_main_body {
	width:775px;
	height:800px;
	float:left;
	padding-left:15px;
	padding-right:10px;
}

.right_main_body_title_welcome {
	/*Welcome to PSCS*/
	padding-bottom:5px;
	height:30px;
}

.right_main_body_title_welcome_detail {
	/*Welcome to PSCS*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.right_main_body_title_news {
	/*Latest News*/
	padding-top:15px;
	padding-bottom:5px;
	height:30px;
}

#news_gallery {
	background-image:url(images/latest_news_gallery.png);
	height:30px;
}

#news_details {
	background-image:url(images/latest_news_details.png);
	height:30px;
}

.right_main_body_title_latest_news {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	color:#FF0000;
}

#latest_right {
	float:left;
	padding-left:10px;
	width:600px;
}

#latest_left {
	float:left;
}

.latest_link {
	text-align:right;
}

.right_main_body_new_details {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

.right_main_body_month {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;
	color:#333333;
	padding-top:5px;	
}

/* Footer */
#footer {
	width:1000px;
	height:50px;
}

#footer_left {
	float:left;
	width:200px;
	text-align:center;
}

#footer_right {
	float:left;
	padding-left:110px;
	padding-top:10px;
	text-align:center;	
}

/* General */
.general_spacer {
	width:auto;
	height:5px;
}

.general_spacer_body {
	width:auto;
	height:5px;
}

.general_spacer_left_main {
	background-image:url(images/spacer_line.png);
	width:auto;
	height:20px;
}

.body_spacer {
	float:left;
	width:5px;
	height:400px;
}

#menu_top_spacer {
	padding-top:30px;
}

#directors_spacer {
	width:auto;
	height:20px;
}

/* Board of Directors */
#officers_picture {
	padding-bottom:5px;
}

#present_officers {
	background-image:url(images/present_officers.png);
	height:20px;
}

#past_officers {
	background-image:url(images/past_officers.png);
	background-repeat:no-repeat;
	height:20px;
}

#history {
	background-image:url(images/history_pscs.png);
	height:20px;
}

.table_directors {
	width:775px;
	border-top-style:solid;
	border-top-width:1px;;
	border-top-color:#666666;

	border-bottom-style:solid;
	border-bottom-width:1px;;
	border-bottom-color:#666666;

	border-left-style:solid;
	border-left-width:1px;;
	border-left-color:#666666;

	border-right-style:solid;
	border-right-width:1px;;
	border-right-color:#666666;
}

.table_directors td {
	padding-left:5px;
	padding-bottom:5px;
	padding-top:5px;
	border-top-style:solid;
	border-top-width:1px;;
	border-top-color:#666666;

	border-bottom-style:solid;
	border-bottom-width:1px;;
	border-bottom-color:#666666;

	border-left-style:solid;
	border-left-width:1px;;
	border-left-color:#666666;

	border-right-style:solid;
	border-right-width:1px;;
	border-right-color:#666666;
}

.table_directors_title {
	background-color:#66CCFF;
	font-size:15px;
}

#main_body_directors {
	width:1020px;;
	height:3500px;
}

#right_main_body_directors {
	width:775px;
	height:3500px;
	float:left;
	padding-left:15px;
	padding-right:10px;
}

/* Memberships */
#main_body_membership {
	width:1020px;
	height:auto;
	/*height:6000px;*/
}

#right_main_body_membership {
	width:775px;
	height:6000px;
	float:left;
	padding-left:15px;
	padding-right:10px;
}

#membership_links {
	background-image:url(images/plain_black_bar.png);
	height:20px;
}

#membership_objectives {
	background-image:url(images/objectives.png);
	background-repeat:no-repeat;
	height:30px;
}

#membership_constitution {
	background-image:url(images/constitution.png);
	background-repeat:no-repeat;
	height:30px;
}

#membership_by_laws {
	background-image:url(images/by_laws.png);
	background-repeat:no-repeat;
	height:30px;
}

#membership_ethics {
	background-image:url(images/ethics.png);
	background-repeat:no-repeat;
	height:30px;
}

#membership_links div {
	width:775px;
	text-align:center;
	padding-top:3px;
	float:left;
	color:#FFFFFF;
}

.back_to_top {
	width:auto;
	text-align:right;
}

/* Sponsors */
#sponsors {
	background-image:url(images/sponsors.png);
	height:30px;
}

#main_body_sponsors {
	width:1020px;;
	height:800px;
}

#right_main_body_sponsors {
	width:775px;
	height:800px;
	float:left;
	padding-left:15px;
	padding-right:10px;
}

#right_main_body_sponsors table{
	width:775px;
}

.sponsors_picture {
	padding-bottom:5px;
	padding-top:5px;
	text-align:center;
	width:200px;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#666666;

	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#666666;

	border-left-style:solid;
	border-left-width:1px;;
	border-left-color:#666666;

	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#666666;
}

.sponsors_details {
	padding-bottom:5px;
	padding-top:5px;
	text-align:left;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#666666;

	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#666666;

	border-left-style:solid;
	border-left-width:1px;;
	border-left-color:#666666;

	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#666666;
}

/* Membership Form */

#container_member_form {
	width:1000px;
	height:auto;
	
	background-color:#FFFFFF;
	
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	
	border-bottom-style:solid;
	border-bottom-color:#000000;
	border-bottom-width:1px;

	border-top-style:solid;
	border-top-color:#000000;
	border-top-width:1px;

	border-left-style:solid;
	border-left-color:#000000;
	border-left-width:1px;

	border-right-style:solid;
	border-right-color:#000000;
	border-right-width:1px;
}

#container_member_form_admin {
	width:1000px;
	height:1500px;
	
	background-color:#FFFFFF;
	
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	
	border-bottom-style:solid;
	border-bottom-color:#000000;
	border-bottom-width:1px;

	border-top-style:solid;
	border-top-color:#000000;
	border-top-width:1px;

	border-left-style:solid;
	border-left-color:#000000;
	border-left-width:1px;

	border-right-style:solid;
	border-right-color:#000000;
	border-right-width:1px;
}

#container_member_form_admin_update {
	width:1000px;
	height:1500px;
	
	background-color:#FFFFFF;
	
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	
	border-bottom-style:solid;
	border-bottom-color:#000000;
	border-bottom-width:1px;

	border-top-style:solid;
	border-top-color:#000000;
	border-top-width:1px;

	border-left-style:solid;
	border-left-color:#000000;
	border-left-width:1px;

	border-right-style:solid;
	border-right-color:#000000;
	border-right-width:1px;
}

#main_body_member_form {
	width:1000px;;
	height:1550px;
}

#right_main_body_member_form {
	width:775px;
	height:auto;
	float:left;
	padding-left:15px;
	padding-right:10px;
}

#membership_form {
	background-image:url(images/membership.png);
	height:30px;
}

#membership_personal_data {
	background-image:url(images/personal_data.png);
	height:20px;
}

#membership_education {
	background-image:url(images/education.png);
	height:20px;
}

#membership_occupation {
	background-image:url(images/occupation.png);
	height:20px;
}

#membership_training {
	background-image:url(images/training.png);
	height:20px;
}

#membership_work_experience {
	background-image:url(images/work_experience.png);
	height:20px;
}

#membership_recommended_by {
	background-image:url(images/recommended_by.png);
	height:20px;
}

#membership_additional_information {
	background-image:url(images/additional_information.png);
	height:20px;
}

#membership_membership_fees {
	background-image:url(images/membership_fees.png);
	height:20px;
}

#membership_submit_reset {
	padding-top:30px;
}

#membership_submit_reset table{
	width:775px;
	text-align:center;
}

/* Calendar 0f Events */
#calendar_of_events_title {
	background-image:url(images/calendar_of_events.png);
	background-repeat:no-repeat;
	height:30px;
}

#calendar_of_events_photo_gallery {
	background-image:url(images/calendar_of_events_photo_gallery.png);
	background-repeat:no-repeat;
	height:30px;
}

/* Seminar online */
#seminar_online_title {
	background-image:url(images/seminar_online.png);
	background-repeat:no-repeat;
	height:30px;
}

#seminar_online_details {
	background-image:url(images/seminar_online_details.png);
	background-repeat:no-repeat;
	height:30px;
}

#calendar_of_events_title_details {
	background-image:url(images/calendar_of_events_title_details.png);
	height:30px;
}

.table_events {
	border-bottom-color:#000000;
	border-bottom-width:1px;
	border-bottom-style:solid;

	border-top-color:#000000;
	border-top-width:1px;
	border-top-style:solid;

	border-left-color:#000000;
	border-left-width:1px;
	border-left-style:solid;

	border-right-color:#000000;
	border-right-width:1px;
	border-right-style:solid;

	width:750px;
}

.table_title {
	width:auto;
	background-color:#ff9966;
	padding-top:10px;
	padding-left:5px;
	padding-bottom:10px;
	font-weight:bold;
}

.table_detail {
	font-weight:bold;
	color:#FFFFFF;
	background-color:#6699cc;
	text-align:center;
	padding: 10px 5px 10px 5px;
	width:100px;
}

.table_event_details {
	font-weight:bold;
	color:#FFFFFF;
	background-color:#6699cc;
	text-align:center;
	padding: 10px 5px 10px 5px;
}

.table_details_info {
	width:auto;
	padding: 10px 10px 10px 10px;
}

.table_details_info_event {
	padding: 10px 10px 10px 10px;
}

/* Display the full details of the events */
#table_event_detail {
	width:750px;
}

.event_title {
	width:200px;
	background-color:#66CCFF;
	padding-bottom:10px;
	padding-top:10px;
	padding-left:5px;
	font-weight:bold;
}

.event_details {
	border-bottom-color:#000000;
	border-bottom-width:1px;
	border-bottom-style:solid;

	border-top-color:#000000;
	border-top-width:1px;
	border-top-style:solid;

	border-left-color:#000000;
	border-left-width:1px;
	border-left-style:solid;

	border-right-color:#000000;
	border-right-width:1px;
	border-right-style:solid;
	
	padding-left:5px;
}


/* Job Opportunities */
#job_opportunities {
	background-image:url(images/job_opportunities.png);
	height:30px;
}

#job_opportunities_title {
	background-image:url(images/jo_details.png);
	height:30px;
}


/* links */
#links_title {
	background-image:url(images/links.png);
	height:30px;
}

#main_body_links {
	width:1020px;;
	height:800px;
}

#right_main_body_links {
	width:775px;
	height:800px;
	float:left;
	padding-left:15px;
	padding-right:10px;
}

#right_main_body_links table{
	width:775px;
}

.links_picture {
	padding-bottom:5px;
	padding-top:5px;
	text-align:center;
	width:200px;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#666666;

	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#666666;

	border-left-style:solid;
	border-left-width:1px;;
	border-left-color:#666666;

	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#666666;
}

.links_details {
	text-align:justify;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:2px;
	padding-top:5px;
	text-align:left;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#666666;

	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#666666;

	border-left-style:solid;
	border-left-width:1px;;
	border-left-color:#666666;

	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#666666;
}

/* Contact Us */
#contact_us_title {
	background-image:url(images/contact_us.png);
	height:30px;
}

#contact_title {
	padding-left:85px;
	padding-bottom:30px;
	padding-top:20px;
	font-size:14px;
}

#contact_icon {
	float:left;
	width:64px;
	height:64px;
}

#contact_detail {
	padding-right:10px;
	padding-left:20px;
	width:680px;
	float:left;
}

.contact_spacer {
	height:10px;
}

.contact_detail_title {
	padding-bottom:1px;
	font-size:12px;
	font-weight:bold;
}

#main_body_contact_us {
	width:1000px;
	height:1600px;
}

#right_main_contact_us {
	width:775px;
	height:700px;
	float:left;
	padding-left:15px;
	padding-right:10px;
}

/* Forums */
input,textarea, select{
	color : #000000;
	font-weight: normal;
	font-size: 12px;
	border-collapse: collapse; border: 1px solid #000000;
}

#forums {
	background-image:url(images/forums.png);
	height:30px;
}

.maintable {
	border: 0px ;
	width: 100%;
	padding: 0px;
	background-color: #FFFFFF
}/*main table for forum*/

.regrow {
	font-family: Verdana,Sans-serif;
	color: #000000;
	font-weight: bold;
	background-color: #FFFFFF;
	font-size: 12px;
}/*registration row, mainly here for symetry*/

.headline {
	font-family: Verdana,Sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003366;font-size: 11px;
}/*headline row, the first row that says forum name, topics, posts and such*/

.forumrow {
	font-family: Verdana,Sans-serif;
	color: #000000;
	background-color: #F2F2F2;font-size: 12px;
}/*color of the forum rows*/

.mainrow a:link, a:visited,  a:active {
	text-decoration: none;
}

.mainrow {
	font-family: Verdana,Sans-serif;
	color: #000000;
	background-color: #F2F2F2;
	font-size: 12px;
}

/*color of the forum rows*/
.maintables {
	background-color: #FFFFFF;
	width: 95%; padding: 0px;
	border: 1px solid;
	/*cellspacing: no*/
}/*main table for forum*/

/* New Member Login */
#member_login {

	width:300px;

	border-bottom-color:#000000;
	border-bottom-width:1px;
	border-bottom-style:solid;

	border-top-color:#000000;
	border-top-width:1px;
	border-top-style:solid;

	border-left-color:#000000;
	border-left-width:1px;
	border-left-style:solid;

	border-right-color:#000000;
	border-right-width:1px;
	border-right-style:solid;
}

#member_login_title {
	padding-top:10px;
	padding-bottom:10px;
	background-color:#6699FF;
	font-weight:bold;
	font-size:12px;
}

/* Members List */
#container_member_list {
	width:auto;
	height:auto;
	
	background-color:#FFFFFF;
	
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	
	border-bottom-style:solid;
	border-bottom-color:#000000;
	border-bottom-width:1px;

	border-top-style:solid;
	border-top-color:#000000;
	border-top-width:1px;

	border-left-style:solid;
	border-left-color:#000000;
	border-left-width:1px;

	border-right-style:solid;
	border-right-color:#000000;
	border-right-width:1px;
}

#main_body_member_list {
	width:1000px;;
	height:905px;
}

#right_main_body_member_list {
	width:775px;
	height:905px;
	float:left;
	padding-left:15px;
	padding-right:10px;
}

#membership_list {
	background-image:url(images/members_list.png);
	background-repeat:no-repeat;
	height:30px;
}

#board_of_directors {
	background-image:url(images/board_of_directors.png);
	background-repeat:no-repeat;
	height:30px;
}


#members_list_title {
	width:auto;
}

.member_title {
	font-size:10px;
	padding-bottom:10px;
	background-color:#66CCFF;
}

.member_title td {
	text-align:center;
	padding-bottom:5px;
	padding-top:5px;
}

.member_data {
	width:auto;
	text-align:left;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:5px;
}

/* For Downloads */
#downloads_title {
	background-image:url(images/downloads.png);
	height:30px;
}

/* For Archived */
#archive_title {
	background-image:url(images/archive.png);
	height:30px;
}

/* For News */
#archive_news_title {
	background-image:url(images/archive_news_title.png);
	height:30px;
}

