﻿/* CSS layout */

body {
	margin: 0;
	padding: 0;
}

#pseries_masthead {
}

/* top_nav */
#pseries_top_nav {
	background-color:white;
	margin-left:100px;
}

#pseries_top_nav ul {
	height:48px;
	list-style-type: none;
	padding: 0;
	text-align:center;
}

#pseries_top_nav li {
	float: left;
}

#pseries_top_nav a {
	border: 1px dotted;
	display: block;
	font-weight: bold;
	padding: 5px;
	text-decoration: none;
}

#pseries_top_nav a:hover {
	border: 1px dotted;
	font-weight: bold;
	text-decoration: none;
}

#pseries_container {
	min-width: 600px;
}

#pseries_page_content {
}

#pseries_footer {
	clear: both;
}

/* My Text Styles */

.auto-style1 {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	text-align: center;
	color: #0000FF;
}

.auto-style2 {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	text-align: center;
	color: #0000FF;
}

.bg_green {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	text-align: center;
	color: #0000FF;
	font-size: small;
	background-color: #99FF99;
}

.bg_orange {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	text-align: center;
	color: #0000FF;
	font-size: small;
	background-color: #FF9900;
}

.cec_mem_bg_red_fg_white {
	color:#FFFFFF;
	background-color:#FF0000;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	text-align: right;
	padding-right: 10px;
	font-size: small;
	border: none;
	}

.cec_mem_bg_blue_fg_white {
	color: #FFFFFF;
	background-color: #000099;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	text-align: right;
	padding-right: 10px;
	font-size: small;
	border: none;
	}

.cec_mem_bg_orange_fg_white {
	color: #FFFFFF;
	background-color: #FFAA00;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	text-align: right;
	padding-right: 10px;
	font-size: small;
	border: none;
	}

.cec_proc_bg_red_fg_white {
	color:#FFFFFF;
	background-color:#FF0000;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	text-align: right;
	padding-right: 20px;
	font-size: small;
	border: none;
	}

.cec_proc_bg_blue_fg_white {
	color: #FFFFFF;
	background-color: #000099;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	text-align: right;
	padding-right: 20px;
	font-size: small;
	border: none;
	}

.cec_proc_bg_orange_fg_white {
	color: #FFFFFF;
	background-color: #FFAA00;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	text-align: right;
	padding-right: 20px;
	font-size: small;
	border: none;
	}

.std_txt {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	text-align: center;
	color: #0000FF;
	font-size: small;
	border: none;
}

.std_txt-left-pad10 {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	text-align: left;
	padding-left: 10px;
	color: #0000FF;
	font-size: small;
	border: none;
}

.std_txt-left-pad10_border_left {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	text-align: left;
	padding-left: 10px;
	color: #0000FF;
	font-size: small;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: blue;
}

.std_txt-left-pad20 {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	text-align: left;
	padding-left: 20px;
	color: #0000FF;
	font-size: small;
	border: none;
}

.std_txt-left-pad20_border_left {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	text-align: left;
	padding-left: 20px;
	color: #0000FF;
	font-size: small;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: blue;
}

.std_txt-right-pad10 {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	text-align: right;
	padding-right: 10px;
	color: #0000FF;
	font-size: small;
	border: none;
}

.std_txt-right-pad10_border_left {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	text-align: right;
	padding-right: 10px;
	color: #0000FF;
	font-size: small;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: blue;
}

.std_txt-right-pad20 {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	text-align: right;
	padding-right: 20px;
	color: #0000FF;
	font-size: small;
	border: none;
}

.std_txt-right-pad20_border_left {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	text-align: right;
	padding-right: 20px;
	color: #0000FF;
	font-size: small;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: blue;
}

.std_table {
	background-color: #FFFFCC;
	margin: 0px auto;
}

.std_table_border {
	border: 1px solid #6699FF;
	background-color: #FFFFCC;
	margin: 0px auto;
}

.std_blank_row {
	height: 5px;
	line-height: 5px;
	background-color: #FFFF99;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #6699FF;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #6699FF;
	margin: 0px auto;
}

.std_blank_row_border_left {
	height: 5px;
	line-height: 5px;
	background-color: #FFFF99;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #6699FF;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: blue;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #6699FF;
	margin: 0px auto;
}

.blank_row_border {
	height: 5px;
	line-height: 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #6699FF;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #6699FF;
	margin: 0px auto;
}

.blank_row_border_left {
	height: 5px;
	line-height: 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #6699FF;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: blue;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #6699FF;
	margin: 0px auto;
}

.row_border_left {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    color: #0000FF;
    font-size: small;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: blue;
}

