@CHARSET "UTF-8";

html {
	height: 100%; /* Content div must reach window bottom */
	overflow-x: auto; /* Show horizontal scrollbar when needed. */
	overflow-y: scroll; /* alway show scrollbar (for layout) */
	background-color: white;
}

body {
	height: 100%;  /* Content div must reach window bottom */
	margin-left: 25px;
	margin-right: 25px;
	text-align: left; /* needed for IE6 */
	line-height: 20px;
	font-family: Arial;
	font-size: 12px;
	background-color: #E6E6E4;
	color: black;
}

/* Pjure Logo */

div#logo_container {
	background-color: white;
	height: 104px;
}

img#logo {
	margin-top: 38px;
	margin-left: 33px;
	height: 34px; 
}

/* Main Content */

div#main_container {
	position: relative;
	background-color: #E6E6E4;
}

/* Header Menu */

div#header_menu_container {
	height: 20px;
	padding-top: 10px;
	padding-right: 13px;
	z-index: 2;
}

div#main_menu_sub {
	padding: 10px 0 10px 6px;
}

span.main_menu_sub_text {
	font-size: 120%;
	font-weight: bold;
}

div.header_menu_item {
	float: right;
	margin-left: 7px;
}

/* Standard paragraph content */

div.text_content {
	margin: 20px 0;
}

/* a title div with consistent padding */
div.title {
	padding: 5px 0 8px 0;
}

/* normal paragraph body */
div.paragraph {
	padding-top: 20px;
}

/* Main Menu */

div#main_menu_container {
	position: absolute;
	left: 27px;
	top: 27px;
	width: 190px;
	z-index: 2;
}

img.main_menu_item {
	display: block;
	width: 190px;
	height: 31px;
	padding-bottom: 5px;
}

span#main_menu_addr_title {
	padding-left: 5px;
	color: #87888A;
	display: block;
	line-height: 13px;
	font-size: 85%;
	font-weight: bolder;
}

span.main_menu_addr_txt {
	padding-left: 5px;
	color: #87888A;
	display: block;
	line-height: 13px;
	font-size: 85%;
}

/* Body Content */

div#body_container {
	position: relative;
	margin-left: 227px;
	padding-top: 31px;
	padding-bottom: 70px;
	padding-right: 13px;
	max-width: 650px;
	z-index: 2;
}

/* Ensure the grey right-hand border always shows. */
div#overflow_hide {
	overflow: hidden;
}

/* Footer */

div#footer {
	position: relative;
	left:23px;
	clear: both;
	height: 1px;
}	

/* Horizontal Rules */

div.hr {
	width: 100%;
	height: 1px;
	background-color: black;
}

div.hr_dotted {
	width: 100%;
	height: 1px;
	background-image: url("/assets/img/dotted.gif");
	background-repeat: repeat-x;
	background-position: center;
}

div.hr_main_menu {
	width: 150px;
	height: 1px;
	margin: 2px 0;
	background-color: black;
}

/* Block images */

img.img_block {
	display: block;
}

/* Standard intro text */
span.intro {
	font-family: Georgia, Times;
	font-style: italic;
}

/* Standard intro text */
span.intro_emphasis {
	font-family: Georgia, Times;
	font-style: italic;
	font-weight: bold;
}

/* Common text spans */
span.header {
	font-size: 200%;
	font-weight: bold;
}

/* Common text spans */
span.emphasis {
	font-weight: bold;
}

/* Client Selector */
div#client_select_container {
	position: absolute; 
	width: 100%; 
	z-index: 2
}

div#client_select {
	position: relative; 
	margin-right: 13px;
	overflow: hidden; 
	height: 20px; 
	background-color: #E6E6E4; 
	border: 1px solid #87888A; 
}

/* Filtering UI */
div#filter_box {
	position: relative;
	top: 25px;
	margin-bottom: 3px;
	overflow: hidden;
	width: 100%;
	height: 85px;
	z-index: 1;
}

div#filter_content {
	position: absolute;
	width: 100%;
	top: 0px;
}

div.filter_item {
	position: relative;
	width: 100%;
}

div.filter_item_on {
	position: relative;
	width: 100%;
	background-color: yellow;
}

div.filter_padding {
	float: left; 
	width: 150px;
}

div#filter_arrows {
	position: relative; 
	float:right; 
	top: 8px; 
	padding-right: 5px;
	width: 10px; 
}

img#filter_arrow_up {
	display: block;
	padding-bottom: 62px;
}

img#filter_arrow_down {
	display: block;
}

/* Tables, by default full width */
table {
	width: 100%;
}

/* Filters and Drop Downs */
select {
	width: 100%;
	background-color: #F7F7F5;
}

/* lists */
ul {
	padding-left: 30px;
}

li {
	list-style-position: outside;
	list-style-type: disc;
}

/* Default links */
a:link {
	color: black; font-weight: bold; text-decoration: none;}
a:active {
	color: black; font-weight: bold; text-decoration: none;}
a:visited {
	color: black; font-weight: bold; text-decoration: none;}
a:hover {
	color: black; font-weight: bold; text-decoration: none;}
	
/* Default links */
a.lk_slight:link {
	font-weight: normal;}
a.lk_slight:active {
	font-weight: normal;}
a.lk_slight:visited {
	font-weight: normal;}
a.lk_slight:hover {
	font-weight: normal;}

/* Normal links */
a.lk_normal:link {
	border-bottom: dotted 1px; margin-bottom:2px;}
a.lk_normal:active {
	border-bottom: dotted 1px; margin-bottom:2px;}
a.lk_normal:visited {
	border-bottom: dotted 1px; margin-bottom:2px;}
a.lk_normal:hover {
	border-bottom: none; background-color: #FFFF00;}
	
/* address panel links */
a.lk_address_panel:link {
	color: #87888A;	font-size: 85%; font-weight: normal;}
a.lk_address_panel:active {
	color: #87888A;	font-size: 85%; font-weight: normal;}
a.lk_address_panel:visited {
	color: #87888A;	font-size: 85%; font-weight: normal;}
a.lk_address_panel:hover {
	color: #87888A;	font-size: 85%; font-weight: normal;}

/* Header menu links */
a.lk_header_menu:link {
	color: #87888A;}
a.lk_header_menu:active {
	color: #87888A;}
a.lk_header_menu:visited {
	color: #87888A;}
a.lk_header_menu:hover {
	color: black; border-bottom: none; background-color: #FFFF00;}

/* Header menu active links */
a.lk_header_menu_on:link {
	background-color: #FFFF00;}
a.lk_header_menu_on:active {
	background-color: #FFFF00;}
a.lk_header_menu_on:visited {
	background-color: #FFFF00;}
a.lk_header_menu_on:hover {
	background-color: #FFFF00;}

/* Main menu, sub menu */
a.lk_main_menu_sub:link {
	font-size: 120%}
a.lk_main_menu_sub:active {
	font-size: 120%}
a.lk_main_menu_sub:visited {
	font-size: 120%}
a.lk_main_menu_sub:hover {
	font-size: 120%; background-color: #FFFF00;}

/* Main menu, sub menu active */
a.lk_main_menu_sub_on:link {
	font-size: 120%; background-color: #FFFF00;}
a.lk_main_menu_sub_on:active {
	font-size: 120%; background-color: #FFFF00;}
a.lk_main_menu_sub_on:visited {
	font-size: 120%; background-color: #FFFF00;}
a.lk_main_menu_sub_on:hover {
	font-size: 120%; background-color: #FFFF00;}

/* Outlines for main menu items. */
a.lk_main_menu:link {
	color: #E6E6E4;}
a.lk_main_menu:active {
	color: #E6E6E4;}
a.lk_main_menu:visited {
	color: #E6E6E4;}
a.lk_main_menu:hover {
	color: #E6E6E4;}

/* Outlines for linking pjure logo. */
a#lk_logo:link {
	color: white;}
a#lk_logo:active {
	color: white;}
a#lk_logo:visited {
	color: white;}
a#lk_logo:hover {
	color: white;}
	
	
	
	
	
