<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
TITLE: Simple App
DESCRIPTION: Framework for developing rich internet application for corporate portals etc.
RELEASE DATE: December 2010

AUTHOR: Pempsell Design (pempselldesign on Theme Forest)
AUTHOR SITE: http://www.pempselldesign.com
AUTHOR PRODUCT#: P0001

NOTES: Please feel free to customize this framework to your needs.  You can re-export any images to your liking using the included Photoshop CS4 file.
We have tried to include a ton of comments in all html, css and javascript files to make this easier to customize. If you are looking for a custom web application
please contact Pempsell Design to inquire about custom programming and design. 716-445-2893 | chris@pempselldesign.com

--------------------
GLOBALS
These control links, headers the body etc
--------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #dfe6f3;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 17px;
	color: #444444;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}
h2 {
	font-size: 21px;
	font-weight: normal;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	color: #184090;
}
h3 {
	font-size: 18px;
	color: #666666;
	font-weight: normal;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}
h4 {
	font-size: 14px;
	color: #999999;
	font-weight: normal;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}
p {
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}
a {
	color: #184090;
}
a:hover {
	color: #0D275A;
}

/*
--------------------
FORM STYLING
This will also dynamically style form element including inputs, textareas, select elms and buttons
--------------------
*/
fieldset {
	border: 1px solid #9abaec;
	margin-bottom: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
legend {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-image: url(images/window_repeater.gif);
	background-repeat: repeat-x;
	background-position: 0px -50px;
	border: 1px solid #9abaec;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
	margin-bottom: 10px;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-bottom: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
input:hover, select:hover, textarea:hover,
input:focus, select:focus, textarea:focus {
	background-color: #EEEEEE;
	background-image: url(images/nav_over.gif);
	background-repeat: repeat-x;
}
input.button {
	background-image: url(images/window_repeater.gif);
	background-repeat: repeat-x;
	background-position: 0px -50px;
}
input.button:hover, input.button:active {
	background-image: url(images/button_over.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}	


/*
--------------------
HEADER
Just a simple liquid width header that you can fill with tabs dynamically
--------------------
*/
#header {
	position: relative;
	width: 98%;
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 2.5%;
}
#header ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
}
#header ul li {
	margin: 0px;
	padding: 0px;
	display: inline;
}
#header ul li a {
	float: left;
	background-image: url(images/window_repeater.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #9abaec;
	border-right-color: #9abaec;
	border-left-color: #9abaec;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right: 5px;
	text-decoration: none;
	font-weight: bold;
}
#header ul li a:hover {
	background-image: none;
	background-color: #cfdff5;
}

/*
--------------------
MAIN GUI
This appears below the header section, within this section the left and right column are housed
--------------------
*/
#main_gui {
	width: 98%;
	position: relative;
	float: left;
	padding-top: 1%;
	background-color: #dfe6f3;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9abaec;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-left: 1%;
	padding-right: 1%;
	padding-bottom: 2%;
}

/*
--------------------
LEFT CONTENT AREA
The left content area is where the main, or sub section navigation goes, we have included a bunch of classes which can be applied to divs for your convenience
--------------------
*/
#left {
	width: 25%;
	position: relative;
	float: left;
	background-color: #FFFFFF;
	background-image: url(images/window_repeater.gif);
	background-repeat: repeat-x;
	border: 1px solid #9abaec;
}
#left .section_title {
	position: relative;
	height: 35px;
	font-size: 15px;
	color: #184090;
	padding-left: 10px;
	padding-top: 15px;
	background-image: url(images/window_repeater.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#left .section_nav {
	position: relative;
	height: 35px;
	background-image: url(images/window_repeater.gif);
	background-repeat: repeat-x;
	background-position: 0px -50px;
}
#left .section_nav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#left .section_nav ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
}
#left .section_nav ul li a {
	padding-left: 23px;
	padding-top: 8px;
	padding-bottom: 5px;
	padding-right: 5px;
	float: left;
	text-decoration: none;
	color: #444444;
	background-image: url(images/do_button.jpg);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	margin-left: 10px;
}
#left .section_nav ul li a:hover {
	color: #184090;
}
#left .section_subtitle {
	position: relative;
	height: 27px;
	padding-top: 8px;
	padding-left: 10px;
	background-image: url(images/window_repeater.gif);
	background-repeat: repeat-x;
	background-position: 0px -85px;
}
#left .section_display {
	position: relative;
	width: 100%;
	background-color: #FFFFFF;
}
#left ul.navigation {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#left ul.navigation li {
	padding: 0px;
	margin: 0px;
}
#left ul.navigation li a {
	background-image: url(images/nav_button.jpg);
	background-position: 0px -5px;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 35px;
	display: block;
	text-decoration: none;
	color: #444444;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
	height: 30px;
}
#left ul.navigation li a:hover {
	background-image: url(images/nav_button_over.jpg);
	background-position: 0px -5px;
	background-repeat: no-repeat;
	background-color: #EEEEEE;
}
#left ul.navigation li a.selected { /* You can add this class dynically to select a menu item */
	background-image: url(images/nav_button_selected.jpg);
	background-position: 0px -5px;
	background-repeat: no-repeat;
	background-color: #d3e2f0;
}
#left ul.navigation li a span {
	display: block;
	color: #222222;
	font-weight: bold;
	font-size: 14px;
}
#left ul.navigation li ul {
	margin: 0px;
	list-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#left ul.navigation li ul li a {
	height: 20px;
}

/*
--------------------
RIGHT CONTENT AREA
Essentially this is just an empty div where you can place any combination of block windows
--------------------
*/
#right {
	position: relative;
	width: 74%;
	float: right;
}
/*
--------------------
ALERTS
Call these with your scripts to show when users execute a specific task
--------------------
*/
#alert_low {
	background-color: #E1F3E0;
	padding: 8px;
	border: 1px solid #C4F3D0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 1%;
	background-image: url(images/green_x.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#alert_normal {
	background-color: #F5F9D0;
	padding: 8px;
	border: 1px solid #F9F5B8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 1%;
	background-image: url(images/orange_x.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#alert_high {
	background-color: #F3DED3;
	padding: 8px;
	border: 1px solid #F3CEC3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 1%;
	background-image: url(images/red_x.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

/*
--------------------
WRAPPERS
You will need to put this around your block windows depending on if you would like one or two block windows to appear.
You can put multiple blocks on a single page
--------------------
*/
#right #one_column { /* One column */
	position: relative;
	margin-bottom: 1%;
	width: 100%;
	border: 1px solid #9abaec;
	clear: both;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: none; /* hides it so we can fade it with jquery */
}
#right #col_clear { /* Wrap two columns with this */
	width: 100%;
	clear: both;
	position: relative;
}
#right #two_column_first {
	position: relative;
	float: left;
	width: 49%;
	border: 1px solid #9abaec;
	margin-bottom: 1%;
	display: none; /* hides it so we can fade it with jquery */
}
#right #two_column_second {
	position: relative;
	float: right;
	width: 49%;
	border: 1px solid #9abaec;
	margin-bottom: 1%;
	display: none; /* hides it so we can fade it with jquery */
}

/*
--------------------
WINDOW ASSEMBLIES
Display titles and a variety of content within the above wrappers.
--------------------
*/
.block_title {
	position: relative;
	height: 35px;
	font-size: 14px;
	font-weight: bold;
	color: #184090;
	padding-left: 10px;
	padding-top: 15px;
	background-image: url(images/window_repeater.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	cursor: pointer;
}
.block_sub {
	position: relative;
	height: 27px;
	padding-top: 8px;
	padding-left: 10px;
	background-image: url(images/window_repeater.gif);
	background-repeat: repeat-x;
	background-position: 0px -50px;
}
.block_sub_sub {
	position: relative;
	height: 27px;
	padding-top: 8px;
	padding-left: 10px;
	background-image: url(images/window_repeater.gif);
	background-repeat: repeat-x;
	background-position: 0px -85px;
}
.block_display {
	position: relative;
	width: 100%;
	background-color: #FFFFFF;
}
.block_display_pad {
	position: relative;
	width: auto;
	padding: 10px;
	background-color: #FFFFFF;
}
.block_pagination {
	position: relative;
	height: 27px;
	padding-top: 8px;
	padding-left: 10px;
	background-image: url(images/window_repeater.gif);
	background-repeat: repeat-x;
	background-position: 0px -85px;
}

/* 
--------------------
FORMATTING FOR TABLES
This will automically format your tables to match the look of the interface, effects have been added for hover over
--------------------
*/
thead tr {
	background-image: url(images/window_repeater.gif);
	background-repeat: repeat-x;
	background-position: 0px -85px;
	font-weight: bold;
}
thead tr td {
	padding: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EEEEEE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
}
tbody tr td {
	padding: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EEEEEE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
}
tbody tr:hover {
	background-color: #EEEEEE;
	background-image: url(images/nav_over.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

/*
--------------------
FOOTER
Just a simple footer, put your copywrite or whatever in here
--------------------
*/
#footer {
	position: relative;
	width: 98%;
	padding: 1%;
	background-color: #cedcf4;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9abaec;
	font-size: 9px;
	color: #184090;
}</pre></body></html>