
.clear_all {
	clear:both;
	font-size:.001em;
}
.small_text { 
	font-size:0.85em;
} 
.ref, .small_title {
	margin:13px 0 -2px 3px;
	color:#777;
	font-size:.9em;
	margin:13px 0 -2px 3px;
	//margin:25px 0 -5px 3px;
}
.small_title+h4 {
	margin-top:0.2em;
}
tr {
	vertical-align:top;
}
.inline_form { 
	background-color:#cfc;
	border:1px solid #ccc;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	margin:0 6px 12px 6px;
} 

.required {
	font-family:verdana;
	font-size:1em;
	font-weight:bold;
	color:#f00;
	margin-left:4px;
}

.help_link {
	font-size:0.85em;
	margin:2px;
	text-align:right;
	padding-right:5px;
}
#centre_col .help_link a, #centre_col .help_link a:visited {
	color:#00c;
	text-decoration:none;
}
#centre_col .help_link a:hover, #centre_col .help_link a:active {
	text-decoration:underline;
	color:red;
}
.hr_lite {
	border:none;
	border-top:2px solid #ddd;
	width:99%;
	margin-bottom:15px;
}


.form_divider {
	border:none;
	border-top:1px solid #bcc;
	border-bottom:1px solid #eff;
	margin:10px 0;
	font-size:.001%;
}

.button_standalone_right {
	float:right;
	margin:5px 0px 5px 3px;
}

.button_standalone_left {
	float:left;
	margin:5px 3px 5px 0px;
}

.form_border {
	border:1px solid #333;
	margin-right:6px;
}

.form_groove_outer {
	border:1px solid;
	border-color:#bcc #eff #eff #bcc;
	margin:3px;
}

.form_groove_inner {
	border-top:1px solid #eff;
	border-left:1px solid #eff;
}

.grid_table {
	width:100%;
	margin-bottom:0px;
}
.grid_table th {
	border:1px solid;
	border-color:#ddd #999 #999 #ddd;
	background-color:#cdc;
	font-weight:bold;
	text-align:left;
	color:#003;
	padding:2px;
}
.grid_table th a {
	font-weight:normal;
}
#ce_txn #main_body .grid_table th a:link, #ce_txn #main_body .grid_table th a:visited {
	color:#000;
	font-weight:normal;
}
#ce_txn #main_body .grid_table th a:hover, #ce_txn #main_body .grid_table th a:active {
	color:#f00;
	text-decoration:underline;
}
.grid_table td {
	border:1px solid;
	border-color:#fff #bbb #bbb #fff;
	background-color:#f6fff6;
	padding:4px;
	font-size:.95em;
}

.form_control_tiny {
	width:40px;
}
.form_control_short {
	width:100px;
}
.form_control_medium {
	width:200px;
}
.form_control_longer {
	width:300px;
}
.form_control_long {
	width:450px;
}
.form_control_fillspace {
	width:100%;
}
.editable_input {
	border:none;
	padding:3px;
	width:100%;
	height:100%;
}

.tabular_list {
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	margin-bottom:3px;
}
.tabular_list th {
	padding:3px;
	background-color:#ddd;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	text-align:left;
	color:#003;
}
.tabular_list tr {
	vertical-align:top;
}
.tabular_list td {
	padding:3px;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	background-color:#fff;
}

.hint_text {
	font-size:.85em;
	margin-left:10px;
}

.fillit {
	width:100%;
	height:100%;
}

.indent {
	padding:0px 0px 20px 20px;
}

.error {
	margin:10px 0 10px 10px;
	font-weight:500;
	color:#f00;
}
#centre_col .error p {
	font-size:1.2em;
	padding-top:7px;
}
.error img {
	float:left;
	margin-right:10px;
}

.inline_alert { 
	color:#036;
}

.inline_error { 
	font-size:0.85em;
	color:#f00;
	padding-bottom:2px;
}




/*
	Keep (Transactions only)
	------------------------
*/

#ce_txn h1, #ce_txn h2, #ce_txn h3, #ce_txn h4 {
	color:#036;
	margin:0px;
}

#ce_txn h2, #ce_txn h3 {
	font-size:1.5em;
	font-weight:normal;
	margin-bottom:8px;
	margin-top:18px;
}

#ce_txn h4 {
	font-size:1.2em;
	font-weight:800;
	margin-bottom:4px;
}

#ce_txn p {
	font-weight:normal;
	color:#000;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:12px;
}

#ce_txn #main_body a {
	color:#00c;
}
#ce_txn #main_body a:visited {
	color:#55a;
}
#ce_txn #main_body a:hover {
	color:#f00;
}

#ce_txn .button_box table {
	width:100%;
}

#ce_txn th {
    color:#036;
}
#ce_txn th a {
	color:#003;
}

#ce_txn .info_text_alert {
	margin-left:10px; 
	font-size:1.3em;
	font-weight:bold;
	color:#036;
} 

#ce_txn .crumbtrail {
	margin:12px 0 0 10px;
	line-height:1.6;
	font-size:0.85em;
	background-color:#f0f0f0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:2px 4px 8px 4px;
	width:752px;
}

#ce_txn .crumbtrail hr {
	border-top:1px solid #ccc;
	border-bottom:1px solid #fff;
	margin:2px;
	margin-left:0px;
	margin-right:0px;
	width:100%;
}

#ce_txn .label_note {
	font-size:0.75em;
	color:#488;
	padding:6px;
	font-weight:normal;
}

#ce_txn .divider { 
	font-size:1.3em;
	border-top:1px solid #ccc;
}


/*
	1.0.1 - Changes Feb 10th - Ben
*/


/* Reinstate ref for e.g. change history */
.ref_history {
	text-align:right;
	font-size:0.85em;
	padding-right:5px;
}

/* Nested bolds! */
b b {
	font-weight:normal;
}
b b b {
	font-weight:bold;
}

/* A shameful hack to prevent a couple of weird tables overlapping the right-hand green line (e.g. Contact Us > Customs Confidential) !!! */
center table {
	padding-right:10px;
}


.help_link {
	float:right;
	margin-bottom:0;
	padding-bottom:0;
}



/*
	1.0.2 - Changes Feb 11th (Ben)
*/
.ref, .small_title {
	font-size:.85em;
}

/* 
	1.0.3 - Changes March 01 (Ben)
 */
.side_ad {
	margin:0 0 12px 2px;
}

/* 
	1.0.4 - Changes March 07 (Ben)
 */
 .inline_form table, .grid_table {
	width:100%;
	//width:97%;
}
.fullwidth .inline_form table.grid_table {
	//width:735px;
}

/* 
	1.0.5 - Changes March 16 (Ben)
 */
.ref_history td {
	text-align:left;
}
.ref_history td a {
	float:right;
	margin-right:6px;
}

/* 
	1.0.6 - Changes March 23 (Ben)
 */
tbody tr th {
	background:inherit;
}
tr th {
	background:none;
}
#httpsslVariationNetui_Form_0 textarea {
	width:350px;
}

/* 
	1.0.7 - Changes March 24 (Ben)
 */
.pound_input_box {
 	text-align:right;
 }
 
 /* 
 	1.0.8 - Changes April 4 (Ben)
  */
.cms_content table {
  	border:1px solid #ddd;
	margin-right:3px;
}
.cms_content table td, .cms_content table th {
  	border:1px solid #aaa;
}
.cms_content table th {
	background-color:#ddd;
}

/* 
	1.0.9 - Changes 26 April (Ben)
			 Above, small changes to inline_form (right margin), form_divider (more spacing)
 */
 .inline_form h2 {
 	margin-top:10px;
	margin-bottom:10px;
 }

 /* 
 	1.1.0 - 2nd June (Ben)
  */
 .form_divider {
	font-size:.001pt;
	margin-top:8px;
}
.inline_form {
	margin-right:4px;
}

 
 
/* 
	For ePrompt prototype --- not released yet
 */ 
a.new_win {
	background:url(images/new_win.gif) no-repeat top right;
	padding-right:12px;
}
a.new_win:hover {
	background:url(images/new_win_on.gif) no-repeat top right;
}

dt{
	font-weight:bold;
}

/*
###############
#   General   #
###############
*/


body {
	background-color:#fff;
	margin:0;
	padding:0;
	font-size:80%;
}
body, .sell_block h3 {
	font-family:verdana,helvetica,arial,sans-serif;
}
h1, h2, .side_menu_title, .os_title {
	font-family:arial, tahoma, sans-serif;
}
h1, h1 b, h2 b, h3 b {
	font-weight:normal;
}
h1, .os_title {
	font-size:2.0em;
}
h1 {
	margin:10px 0 8px 3px;
}
h2, #library.promotions h2 {
	font-size:1.6em;
	margin:1.3em 0 3px 3px;
	font-weight:normal;
}
h3, #library.promotions h3 {
	font-size:1.3em;
	margin:1.2em 0 8px 3px;
	font-weight:normal;
}
h4 {
	font-size:1em;
	font-weight:bold;
	margin:1.1em 0 0 3px;
}
h1, h2, h3, h4, p {
	margin-left:3px;
	padding:0;
}
p {
	margin:3px 0 3px 3px;
}
p, li, #tab_employers div ul li a {
	line-height:1.3em;
}
th {
	background-color:#eee;
	text-align:left;
	font-weight:normal;
}
td, th {
	padding:3px;
	spacing:0px;
}
table {
}
#header, #footer, #tabs_etc, #main_body, #centre_left_cols.fullwidth {
	width:100%;
}
.more_link {
}
.clear_all {
	clear:both;
	height:1px;
	font-size:0.0001em;
	margin-top:-1px;
	//margin-top:-2px;
}
#centre_col p, #centre_col ul {
	padding-right:10px;
}


/*
########################
#   Main body styles   #
########################
*/
#centre_col ul {
	clear:left;
	margin:1px 0 6px 0;
	padding-left:25px;
	//padding-left:15px;
	//margin-left:20px;
}
#centre_col li {
	padding-bottom:3px;
}
#centre_col p {
	margin-top:5px;
	margin-bottom:10px;
}
#centre_col li li {
	font-size:1em;
}
#breadcrumb {
	font-size:0.9em;
	color:#444;
	padding:3px 6px;
	margin:8px 12px 0 0;
}
#breadcrumb a {
	margin:0 4px;
}
#breadcrumb strong {
	margin-right:10px;
}
#breadcrumb hr {
	border:none;
	border-top:1px solid #ddd;
	width:99%;
	margin-bottom:6px;
}
.promotions h2 {
	/*color:#085;*/
	font-size:1.1em;
	font-weight:bold;
}
.promotions h3 {
	font-size:0.95em;
	margin-top:5px;
	margin-bottom:1px;
	letter-spacing:0;
	font-weight:bold;
}
.promotions {
	/* Used to make the cut-corner background appear to repeat */
	padding-top:10px;
	height:15px;
	border-top:12px solid #fff;
	background-color:#fff;
}
.ad_image_left {
	float:left;
	margin-right:6px;
}
.boxout {
	padding:4px 15px;
	background-color:#cfc;
	margin:10px 6px 10px 0;
}
#centre_col .boxout a {
	/* Added centre_col condition above, did not add fff no underline */
	font-weight:bold;
}
.sell_block {
	clear:left;
}
.sell_block h3 {
	font-size:1em;
	font-weight:bold;
	letter-spacing:0;
}
.sell_block img {
	float:left;
	margin:0 8px 8px 0;
}
#dio_special ul {
	background-color:#096;
	padding-left:8px;
	margin-left:0;
}
#dio_special ul li {
	padding-left:22px;
	background-image:url(images/bullet_white_on_green.gif);
	background-repeat:no-repeat;
	background-position: 3px .1em;
}
#dio_special a {
	color:#fff;
}
#dio_special a:hover {
	color:#fff;
}

/*
###############
#   Columns   #
###############
*/
#centre_left_cols {
	float:left;
	width:642px;
}
#centre_col  {
	margin-top:10px;
	float:right;
	width:504px;
}
.fullwidth #centre_col {
	width:637px;
	/* CHECK THIS */
}
#left_col, #right_col, #centre_col {
	margin-bottom:20px;
	overflow:hidden;
}
#left_col, #right_col {
	width:121px;
	float:left;
}
#left_col{
	margin:5px 6px 0 5px;
	//margin:5px 6px 0 3px;
	//width:124px;
}
#right_col {
	padding:48px 0 0 0;
	margin:0 0 0 6px;
}
#centre_col, .promotions {
	background-image:url(images/default_corner_bg.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
body.affinity #right_col {
	padding-top:0;
	margin-top:5px;
}
.two_col {
	float:left;
	width:49%;
}
.two_col+.two_col {
	width:48%;
	margin-left:1%;
}


/*
##############
#   Header   #
##############
*/
#header {
	background-color:#096;
	padding:0;
	text-align:right;
}
a.skip {
	position:absolute;
	top:0px;
	left:0px;
	font-size:7pt;
	text-decoration:none;
	font-size:.3em;
}
a.skip, a.skip:visited, a.skip:active, a.skip:hover {
	color:#096;
}
img.logo {
	float:left;
}
.global_nav, .practitioner_zone_link {
	float:right;
	font-size:.85em;
	letter-spacing:.02em;
	color:#ada;
}
.global_nav {
	width:550px;
}
.practitioner_zone_link {
	clear:right;
	padding:6px 12px 6px 12px;
	margin:6px 0 0 30px;
	//margin:0px 0 6px 30px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	//margin:6px 0 6px 30px;
}
.search_form_container {
	float:right;
	padding:0 0 5px 0;
	//margin-top:-5px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	margin-top:0;
}
#search_keywords {
	//margin-bottom:2px;
}
form.search_form {
	margin:7px 0 0 0;
}
form.search_form input {
	margin:0;
}
form.search_form #search_keywords {
	width:180px;
	margin-right:5px;
}

.global_nav ul {
	width:480px;
	float:right;
	list-style-type:none;
	margin:0;
	padding:0;
}
.global_nav ul li {
	padding:6px 0;
	text-align:center;
	float:left;
	margin:0;
}
.global_nav a {
	display:block;
}

#header .global_nav a, #header .practitioner_zone_link a {
	text-decoration:none;
	padding:5px 12px;
	border:1px solid;
	border-color:#00a16b #008f5d #008f5d #00a16b;
}
#header .global_nav a:hover, #header .practitioner_zone_link a:hover {
	color:#fff;
	border-color:#3a8 #074 #fff #3a8;
	background-color:#05a26a;
	text-decoration:none;
}

/*
##############
#   Footer   #
##############
*/
#footer {
	color:#333;
	clear:both;
	margin:0 0 10px 0;
	padding:6px 0 8px 0;
	font-size:0.9em;
	text-align:center;
}
#footer a {
	margin:0 10px;
	color:#333;
}

/*
############################
#   Side column contents   #
############################
*/
.side_menu {
	margin:5px auto 10px auto;
	background-color:#fff;
}
.side_menu_title {
	font-weight:bold;
	font-size:0.85em;
	/*line-height:2em;*/
	padding:14px 0;
}
.side_menu p {
	margin:0 0 -1px 0;
	padding:3px 3px 3px 3px;
	border-left:1px solid #363;
	border-right:1px solid #363;
}
#left_col .title_decoration {
	float:right;
	background-image:url(images/tab_corner_on.gif);
	background-repeat:no-repeat;
	width:12px;
	height:12px;
}
#left_col .side_menu_title {
	background-color:#096;
	background-image:url(images/side_col_down_arrow.gif);
	background-position:top left;
	background-repeat:no-repeat;
	border-bottom:1px solid #363;
	color:#fff;
	padding-left:38px;
}
#dio_special .side_menu_title {
	border-bottom:1px solid #fff;
}
#right_col .side_menu_title {
	background-image:url(images/grey_corner_bg.gif);
	background-position:top right;
	background-repeat:no-repeat;
	background-color:#fff;
	border-left:1px solid #4e4a49;
	border-bottom:1px solid #4e4a49;
	color:#444;
}
#right_col .title_decoration {
	float:left;
	background-image:url(images/side_col_lite_down_arrow.gif);
	background-position:top-left;
	background-repeat:no-repeat;
	width:38px;
	height:36px;
}
.side_menu ul, .side_menu p {
	font-size:0.85em;
}
.side_menu ul {
	list-style-type:none;
	margin:0 0 25px 0;
	padding:3px 0 15px 0;
}
#left_col .side_menu ul {
	border-left:1px solid #096;
	border-right:1px solid #096;
}
#right_col .side_menu ul {
	border-left:1px solid #4e4a49;
	border-right:1px solid #4e4a49;
}
.side_menu ul li {
	padding:4px;
	margin:0;
}


/*
############
#   Links  #
############
*/
.global_nav a, .practitioner_zone_link a, .global_nav a:visited, .practitioner_zone_link a:visited {
	color:#fff;
}
a, #homepage #tabs li a {
	text-decoration:none;
	color:#03a;
}
a:visited, #homepage #tab_bandc li a:visited, #homepage #tab_iande li a:visited, #homepage #tab_employers li a:visited {
	color:#747;
}
a:hover, #footer a:hover, a:active, #footer a:active, #homepage .tab .home_tab_links a:hover, #homepage #tab_bandc li a:hover, #homepage #tab_iande li a:hover, #homepage #tab_employers li a:hover {
	text-decoration:underline;
	color:#f00;
}
#individuals_and_employees #tab_iande a:hover, #employers #tab_employers a:hover, #businesses_and_corporations #tab_bandc a:hover, .small_tabs #selected.tab a:hover {
	color:#fff;
}
#homepage .tab a:hover {
	color:#fff;
}
#centre_col a {
	text-decoration:underline;
}
#centre_col li a, #centre_col h4 a {
	text-decoration:none;
}

/*
#################
#   Tabs etc... #
#################
*/

#tabs_etc {
	padding-top:10px;
}
#tabs_container {
	width:525px;
	float:right;
	text-align:right;
}
.tab {
	float:right;
	margin-left:6px;
	margin-top:5px;
	width:126px;
	font-size:10pt;
	border-left:1px solid #096;
	border-bottom:1px solid #096;
	background-position:top right;
}
.tab a {
	display:block;
	text-align:left;
	padding:9px 3px 7px 35px;
	height:4.3em;
	/* Non-IE5(Win) */
	voice-family:"\"}\"";voice-family:inherit;
	height:2.9em;
}

#homepage .tab a {
	color:#fff;
}
#homepage .tab .home_tab_links {
	margin:0;
	float:left;
	width:125px;
	voice-family:"\"}\""; 
	voice-family:inherit;
	width:123px;
}
#homepage .tab .home_tab_links ul {
	margin-bottom:0;
}
#homepage .tab .home_tab_links a {
	display:inline;
	padding:0;
	//height:1em;
	//line-height:1em;
}

#tab_employers a {
	line-height:2.4em;
}
#special_title {
	float:left;
	width:235px;
	padding:5px 0 0 5px;
}
#special_title h1 {
	padding:0;
	margin:0;
	display:inline;
	float:left;
	font-size:1.8em;
	clear:none;
	font-weight:600;
}
#special_image {
	margin-top:5px;
	//margin-right:-2px;
}
ul#sag_list {
	clear:right;
	float:right;
	width:393px;
	margin:5px 0 0 0;
	padding:3px 0 2px 0;
}
ul#sag_list li {
	display:inline;
	float:left;
	text-align:left;
	font-size:0.85em;
	width:12em;
	padding:2px 0px 4px 5px;
	font-weight:bold;
	color:#fff;
	letter-spacing:-.05em;
}
ul#sag_list li a {
	color:#fff;
	font-weight:normal;
	letter-spacing:0;
}
ul#sag_list li a:hover {
	text-decoration:underline;
}


/*
################################
#   Affinity-specific styles   #
################################
*/
#tab_iande {
	background-image:url(images/corner_bg_iande.gif);
	border-color:#939;
}
#tab_iande a {
	background-image:url(images/tab_iande_arrow_off.gif);
	color:#939;
}
#tab_bandc {
	background-image:url(images/corner_bg_bandc.gif);
	border-color:#900;
}
#tab_bandc a {
	background-image:url(images/tab_bandc_arrow_off.gif);
	color:#900;
}
#tab_employers {
	background-image:url(images/corner_bg_employers.gif);
	border-color:#039;
}
#tab_employers a {
	background-image:url(images/tab_employers_arrow_off.gif);
	color:#039;
}
#tab_iande a:hover, #tab_bandc a:hover, #tab_employers a:hover  {
	color:#f00;
	text-decoration:underline;
}


/*
	Individuals and Employees
*/
#individuals_and_employees #special_title h1 {
	color:#939;
}
#individuals_and_employees #tab_iande, #homepage #tab_iande {
	background-image:url(images/tab_corner_iande.gif);
	background-repeat:no-repeat;
}
#individuals_and_employees #tab_iande a, #homepage #tab_iande a {
	background-image:url(images/tab_iande_arrow.gif);
	color:#fff;
}
#individuals_and_employees ul#sag_list {
	background-color:#939;
}
#individuals_and_employees #centre_col, #individuals_and_employees .promotions {
	background-image:url(images/corner_bg_iande.gif);
}
#individuals_and_employees .ad_style {
	color:#939;
}
#individuals_and_employees ul#sag_list li {
	width:8.5em;
}

/*
	Employers
*/
#employers #special_title h1 {
	color:#039;
}
#employers #tab_employers, #homepage #tab_employers {
	background-image:url(images/tab_corner_employers.gif);
	background-repeat:no-repeat;
}
#employers #tab_employers a, #homepage #tab_employers a {
	background-image:url(images/tab_employers_arrow.gif);
	color:#fff;
}
#employers ul#sag_list {
	background-color:#039;
	padding-top:12px;
	padding-bottom:13px;
}
#employers ul#sag_list li {
	width:10em;
}
#employers #centre_col, #employers .promotions {
	background-image:url(images/corner_bg_employers.gif);
}

/*
	Businesses and Corporations
*/
#businesses_and_corporations #special_title h1 {
	color:#900;
}
#businesses_and_corporations #tab_bandc, #homepage #tab_bandc  {
	background-image:url(images/tab_corner_bandc.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
#businesses_and_corporations #tab_bandc a, #homepage #tab_bandc a {
	background-image:url(images/tab_bandc_arrow.gif);
	color:#fff;
}
#businesses_and_corporations ul#sag_list {
	background-color:#900;
}
#businesses_and_corporations #centre_col, #businesses_and_corporations .promotions {
	background-image:url(images/corner_bg_bandc.gif);
}
#businesses_and_corporations ul#sag_list li {
	width:11em;
}

#ir_transactions #special_title {
	color:#096;
}

/*
	Home page
*/

#homepage .tab {
	background-position:top right;
	background-repeat:no-repeat;
}
#homepage #tab_bandc {
	background-image:url(images/tab_corner_bandc.gif);
}
#homepage #tab_employers {
	background-image:url(images/tab_corner_employers.gif);
}

#homepage a {
	background-position:middle left;
	background-repeat:no-repeat;
}


#homepage #tab_bandc .home_tab_links a, #homepage #tab_employers .home_tab_links a, #homepage #tab_iande .home_tab_links a {
	background:none;
}


#homepage #centre_col {
	float:left;
	clear:none;
	padding-top:10px;
	margin-left:0;
	margin-left:5px;
	width:515px;
	/* Non-IE5(Win) */
	voice-family: "\"}\""; voice-family:inherit;
	width:505px;
}
#homepage #left_col, #homepage #right_col {
	width:114px;
}
#homepage .tab div {
	padding:1px;
	text-align:left;
}
#homepage #tab_bandc .home_tab_links {
	border-right:1px solid #900;
}
#homepage #tab_iande .home_tab_links {
	border-right:1px solid #939;
}
#homepage #tab_employers .home_tab_links {
	border-right:1px solid #009;
}

#homepage .tab ul {
	font-size:0.85em;
	padding:0 0 0 5px;
	list-style:none;
	margin:0 0 5px 0;
	//padding-left:0;
	//margin-left:8px;
}
#homepage .tab div p {
	font-size:0.85em;
}
#homepage .tab ul li {
	padding:2px 5px 2px 2px;
	//padding-left:0;
}


/* For Open Objects metadata */
.hide {
	color:#fff;
	font-size:0%;
}


.globalnav ul {
  	margin:0;
  	padding:0;
  	float:right;
}

.globalnav ul li {
  	display:inline;
  	height:1em;
}

#header .globalnav a, #header .globalnav a:visited {
  	height:1em;
  	padding:5px 12px;
	border:1px solid;
	border-color:#0a7 #085 #085 #0a7;
}

#header .globalnav a:hover {
   	color:#fff;
	border-color:#318 #074 #fff #3a8;
  	background-color:#05a26a;
  	text-decoration:none;
}

.hidden_links {
	font-size:.00001em;
}



.page_nav {
	text-align:center;
	margin:15px 0;
}
.page_nav ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
.page_nav ul li {
	display:inline;
	margin:0;
	color:#999;
}
.page_nav ul li a {
	padding:4px 8px;
	border:1px solid #f3f3f3;
}
.page_nav ul li a:hover {
	border-color:#eee #ccc #ccc #eee;
	background-color:#fff;
}
.page_nav ul li#current_page {
	padding:4px 8px;
	color:#000;
	border:1px solid #ccc;
	//margin-right:5px;
}