a
{
	display: inline;
	text-decoration: underline;
	color: #FF9933;
}
a.button_large
{
	width: 138px;
	height: 52px;
	min-width: 138px;
	min-height: 52px;
	max-height: 52px;
	display: block;
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;	
	background-image: url(/img/gray_button_down.png);
	background-repeat:no-repeat;
	padding: 0px;
	padding-top: 18px;
	/*padding-bottom: auto;*/
	margin: 0px;
}
a.button_large:active
{
	background-image: url(/img/gray_button_up.png);	
}
a.button_small
{
	width: 120px;
	height: 45px;
	min-width: 120px;
	min-height: 45px;
	max-height: 45px;
	display: block;
	color: white;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;	
	background-image: url(/img/small-gray-button-down.png);
	background-repeat:no-repeat;
	padding: 0px;
	margin: 0px;
}
a.button_small:active
{
	background-image: url(/img/small-gray-button-up.png);	
}
a:hover
{
	text-decoration: none;
}
a.button_small
{
	
}
a.button_small:active
{
	
}
a.small_link_orange
{
	text-decoration: underline;
	/*color: #FF9933;*/
	color: red;
	margin: 3px;
	background-color: transparent;
}
a#small_link_orange
{
	text-decoration: underline;
	/*color: #FF9933;*/
	color: white;
	font-weight: normal;
	background-color: transparent;
}
#account_edit_box
{
	width: 450px;
	min-height: 300px;
	height: auto;
	border: 0px;
	margin-left: auto;
	margin-right: auto;
	display: none;
}
.border_top
{
	border-top: solid 1px #666666;	
}
.centered_div
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
/* colors */
.green
{
	color: green;	
}
.orange
{
	color: #FF9933;	
}
.red
{
	color: red;
}
h1
{
	/*color: #FF9933;*/
	color: #666666;
	font-family: 'Georgia',serif;
	font-size: 14px;
	text-align: center;
	page-break-before: avoid;
	page-break-inside: avoid;
	page-break-after: avoid;
	margin: 0px;
	padding: 0px;	
}
ul li, li, ul
{
	font-size: 18px;
}
body
{
	width: 960px;
	text-align: center;	
 	padding:0px;
 	margin-top: 0px;
 	margin-bottom: 0px;
 	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	color: #666666;	
 	background-color: #e5e4e2;
 	border: 0px;
}
.chat_section
 {
 	text-align: center;
	width: 800px;
	min-height: 500px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	font-size: 14px;
 }
.chat_section table
{
	width: 800px;
 	border-left: solid 2px #afafaf;
	border-right: solid 2px #afafaf;
	border-top: solid 2px #afafaf;
	border-bottom: solid 2px #afafaf;  		
}
.chat_section td
{
	padding: 2px;
}
.chat_section_header
{
	font-family: 'Georgia',serif;
	font-size: 16px;
	color: #666666;
	background-color: #afafaf;
	margin: 0px;
	padding: 0px;
}
.chat_section input
{
	width: 60px;
	font-size: 12px;
}
.chat_section a
{
	display: inline;
	font-size: 12px;
	text-decoration: underline;
	color: #FF9933;
	background-color: transparent; 
}
.chat_section textarea
{
 	width: 720px;
	margin-top: 0px;
	margin-bottom: auto;
}
.chat_message
{
	width: 675px;
}
.chat_message_row
{
	width: 800px;
	vertical-align: top;
}
.chat_account_id
{
	width: 125px;
	border-right: dotted 2px #afafaf;	
}
.chat_timestamp
{
	font-size: 12px;
}
.contact_table
{
	width:550px;
	min-width: 550px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	border: solid 1px #666666;
	padding: 5px;
	background-color: #afafaf;
}
.contact_table td
{
	vertical-align: top;	
}
.contact_table textarea
{
	width: 400px;
	min-height: 250px;
	/*scroll: auto;*/	
}
.div_float_right
{
	float: right;
}
.edit_table
{
	width:450px;
	min-width: 450px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	border: solid 1px #666666;
	padding: 5px;
	background-color: #e0e0e0;
}
.emoticon_image
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.flash-messages
{
	width: 956px;
	height: 20px;
	color: red;
	/*background-color: #ffffcc;
	background-color: #ccffff;*/
	background-color: #d4f3f3;
	padding: 2px;
	margin-top: 0px;
	margin-bottom: 0px;	
	margin-left: 0px;
	margin-right: 0px;
	text-align: left;
}
.footer_div
{
	width: 960px;
	height: 37px;
	background-image: url(/img/pghsyscorp_net_footer.png);
	color: white;
	font-size: 12px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
	vertical-align: bottom;	 	
}
.generic_table
{
	width: 400px;
	min-width: 400px;
	font-size: 12px;
	border-left: solid 1px #666666;
	border-right: solid 1px #666666;
	border-top: solid 1px #666666;
	border-bottom: solid 1px #666666;	
}
.generic_table th
{
	color: white;
	background-color: #666666;
	font-weight: bold;
	padding-right: 10px;
}
.generic_table td
{
	padding-right: 10px;
	/*background-color: #f1f1f1;*/
}
.header_div
{
	width: 960px;
	height: 58px;
	background-image: url(/img/pghsyscorp_net_header.png);
	background-repeat: no-repeat;
	margin-top: 0px;
 	margin-bottom: 0px;	
	margin-left: auto;
	margin-right: auto;
	border: 0px;
}
.hidden_div
{
	display: none;	
}
.unhidden_div
{
	display: block;	
}
.hspace_center
{
	text-align: center;	
}
input, textarea
{
	font-size: 10px;	
	/* width: 50px;
	max-width: 50px;*/
	margin: 0px;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 2px;
	/*color: white;
	background-color: #666666;*/
	border: 2px inset #d7b9c9;	
}
.submit_input
{
	font-size: 10px;	
	margin: 5px;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 2px;
	font-size: 12px;
	font-weight: normal; 
	color: white;
	background-color: #666666;
	/*border: 3px outset #d7b9c9;*/
	border: 3px outset white;
}
label
{
	font-weight: bold;	
}
.login_dialog
{
	height: 256px;
  	width: 423px;
  	margin-top: 20px;
  	margin-bottom: 20px;
	margin-left: 300px;
	margin-right: 300px;
	background-image: url(/img/pghsyscorp_net_login_dialog_box.png);
	background-repeat: no-repeat;
	text-align: center;
	border: 0px;	
}
li
{
	font-size: 12px;	
}
.login_status
{
	float: right;
	color: #666666;
	text-align: right;
	vertical-align: bottom;
	background-color: transparent;
	margin: 0px;
	padding: 5px;
	padding-top: 35px;
	border: 0px;
}
 .login_section
 {
	width: 250px;
 	min-width: 250px;
 	max-width: 250px;	
	height: auto;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	vertical-align: top;
	/*background-color: white;*/
 }
 .login_section table
 {
 	width: 250px;
 	min-width: 250px;
 	max-width: 250px;
 	padding: 0px;
 	margin: 0px;
  	border-left: solid 2px #afafaf;
	border-right: solid 2px #afafaf;
	border-top: solid 2px #afafaf;
 	border-bottom: solid 2px #afafaf;	
 }
.login_section td
{
	padding: 0px;
	margin: 0px;
}
.login_section_header
{
	font-family: 'Georgia',serif;
	font-size: 14px;
	/*color: #666666;*/
	color: white;
	background-color: #afafaf;
	margin: 0px;
	padding: 0px;
}
.login_section input
{
	width: 100px;
	font-size: 10px;
}
.login_section a
{
	display: inline;
	font-size: 12px;
	text-decoration: underline;
	color: #FF9933;
	background-color: transparent; 
}
 .main_div
{
 	/*width: 1022px;*/
 	width: 960px;
 	max-width: 960px;
 	min-width: 960px;	
 	height: auto;
 	min-height: 200px;
 	max-height: 20000px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
 	margin-bottom: 0px;		
	text-align: center;
 	background-color: white;
 	overflow: auto;	
}
.main_left_column_old
{
	float: left;
	/*width: 200px;*/
	width: 122px;
	margin-left: 0;
	margin-right: 0; 	
	padding: 3px;
	max-width: 122px;
	min-width: 122px;
	text-align: left;
 	vertical-align: top;
}
.main_left_column
{
	float: left;
	width: 122px;
	margin-left: 0;
	margin-right: 0; 	
	padding: 3px;
	max-width: 122px;
	min-width: 122px;
	min-height: 500px;
	max-height: 2000px;
	text-align: center;
 	vertical-align: top;
 	background-color: #afafaf;
}
.main_left_column_div_old
{
	width: 122px;
 	max-width: 122px;
	min-width: 122px;	
	margin: 0px; 	
	padding: 3px;
	border-top: dotted 2px #afafaf;
	color: #666666;
	text-align: left;
 	vertical-align: top;
 }
.main_left_column_div
{
	width: 122px;
 	max-width: 122px;
	min-width: 122px;
	height: 45px;	
	margin: 0px;	
	padding: 0px;
	text-align: left;
 	vertical-align: middle;
}
.main_center_column
{
	float: left;
	width: 670px;
 	max-width: 670px;
	min-width: 670px;
	min-height: 500px;	
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-right: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
  	padding-left: 5px;
 	padding-right: 5px;	
 	text-align: left;
 	vertical-align: top;
 	border-left: dotted 1px #afafaf;
 	border-right: dotted 1px #afafaf;
}
.main_right_column
{
	float: right;
	margin-left: 0;
	margin-right: 0; 
	width: 150px;
	max-width: 150px;
	min-width: 150px;
	min-height: 506px;
	max-height: 100%;	
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	vertical-align: top;
	/*background-color: #afafaf;*/
}
.main_right_div
{
	width: 150px;
 	max-width: 150px;
	min-width: 150px;
	padding-top: 0px;
	padding-bottom: 0px;
  	padding-left: 0px;
 	padding-right: 0px;
	margin: 0px;
	text-align: center;
	vertical-align: top;
	overflow: none;
}
.menu_div
{
	float: right;
/*	position: relative;
	left: 40px;*/
	width: 658px;
	min-width: 658px;
	max-width: 658px;
	/*padding-top: 38px;*/
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	/*border: solid 1px white;*/
}
.menu_div_nav
{
	float: left;
 	width: 437px;
	min-width: 437px;
	max-width: 437px;
	padding-top: 38px;
 	margin-left: auto;
	margin-right: auto;
	/*border: solid 1px red;*/
}
.menu_div_logged_in
{
	float: right;
 	width: 215px;
 	max-width: 215px;
	font-family: 'Georgia',serif;
	font-weight: normal;
	font-size: 13px;
	color: white;
 	padding-top: 42px;
 	margin-left: auto;
 	margin-right: auto;
 	text-align: center;
 	vertical-align: bottom;
 	/*border: solid 1px white;	*/
}
.menu_div_logged_in a
{
	/*display: inline;*/
	font-family: 'Georgia',serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	margin-top: -2px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	color: white;
	background-color: #666666;
}
.menu_div_logged_in a:hover
{
	text-decoration: underline;
	background-color: #afafaf; 	
}
.menu_div_logged_out
{
	float: right;
 	width: 215px;
 	max-width: 215px;
 	font-family: 'Georgia',serif;
	font-weight: normal;
	font-size: 12px;
 	padding: 0px;
 	padding-top: 4px; 	
 	margin-left: auto;
 	margin-right: auto;
 	color: white;
 	text-align: left;
 	/*border: solid 1px white;*/	
}
.menu_div_logged_out input
{
	width: 80px;
	margin: 0px;
	/*padding-right: 5px;*/
	padding: 0px;
	padding-right: 0px;
	margin: 0px;	
}
.small_submit
{
	width: 50px;
	max-width: 50px;
	margin: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	color: white;
	background-color: #666666;
	border: 2px outset #d7b9c9;	
}
.menu_div_logged_out a
{
	display: inline;
	font-family: 'Georgia',serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	margin-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	color: white;
	background-color: #666666;
}
.menu_div_logged_out a:hover
{
	text-decoration: underline;
	background-color: #afafaf; 	
}
.menu_div a
{
	display: inline;
	font-family: 'Georgia',serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	margin-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	color: white;
	background-color: #666666;
}
.menu_div a:hover
{
	text-decoration: underline;
	background-color: #afafaf; 	
}
.message_box
{
	font-size: 10px;
	width: 100%;
	height: auto;
	display: block;	
}
p
{
	font-size: 18px;	
}
.section_header
{
	font-family: 'Georgia',serif;
	font-size: 14px;
	width: 150px;
	max-width: 150px;
	color: white;
	background-color: #afafaf;
	margin: 0px;
	padding: 0px;
}
.size_14
{
	font-size: 14px;	
}
.stripped
{
	background-color: #e0e0e0;
}
.even
{
	background-color: white;	
}
.odd
{
	background-color: #a0a0a0;
}
.text_align_left
{
	text-align: left;
}
.vspace_2
{
	margin-top: 2px;
	width: auto;
}
.vspace_5
{
	margin-top: 5px;
	width: auto;
}
.vspace_10
{
	margin-top: 10px;
	width: auto;
}
.padding_t16
{
	padding-top: 16px;
	width: auto;	
}
.white_arrow_down
{
	float: right;
	height: 12px;
	min-height: 12px;
	max-height: 12px;
	width: 12px;
	min-width: 12px;
	max-width: 12px;
	margin: 0;
	padding-top: 4px;
	padding-right: 2px;
	vertical-align: top;
	/*background-image: url(/img/white-down-trangle.png);*/
	background-image: url(/img/arrow_state_grey_right.png);
	background-repeat:no-repeat;
}
.white_arrow_up
{
	float: right;
	height: 12px;
	min-height: 12px;
	max-height: 12px;
	width: 12px;
	min-width: 12px;
	max-width: 12px;
	margin: 0;
	padding-top: 4px;
	padding-right: 2px;
	/*background-image: url(/img/white-up-trangle.png);*/
	background-image: url(/img/arrow_state_grey_down.png);
	background-repeat:no-repeat;
}
.font_12px
{
	font-size: 12px;
}
.font_14px
{
	font-size: 14px;
}
.font_16px
{
	font-size: 16px;
}
div.right-rail
{
	font-size: 12px;
	color: #525252;
	/*
	padding-top: 20px;
	padding-bottom: 20px;
	*/
	padding: 10px 0px 20px 0px;
	border-bottom: dotted 1px;
}
a.payments
{
    display: inline;
    text-decoration: underline;
    color: #477CF7;
    font-size: 12px;
}
a.payments:hover
{
    text-decoration: none;
}

img.intuit_pay_now {
	width="75px;"	
	height="20px"
}
