
/* ============================== */
/* General Styles */

h1 {
	background-image: url('/images/xpressutils-logo.jpg');
	background-repeat: no-repeat;
	font-size: 40px;
}

h3 {
	background: #FFF url('/images/common/square-green.png') no-repeat 3px 50%;
	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	color: #337700;
	padding: 5px 0 5px 25px; 	
}

body {
	background: #CCCCCC;
	/*font: 72%/1.35em Verdana, Tahoma, arial, sans-serif;*/
	color: #333; 
	text-align: left;

	font-family: Arial, sans-serif, Trebuchet MS, Lucida Sans Unicode;
	font-size: 13px;
}

td {
	vertical-align: top;
}

a, a:visited {
	text-decoration: none;
	color: blue; 
	background: inherit;
}
a:hover {
	/*color: #4EBF37;*/
	color: red;
	background: inherit;
}

img {
	border: none;
	/*max-width: 100%;*/
}

hr {
	line-height: 1px;
	text-align: left;
}


/* === Top-menu === */
#top-menu {
	clear: both;	
	margin-top: 2px; padding: 0 40px 0 0;
	background: url('/images/common/top-menu.jpg') repeat center top;
	background-color: #0C9A00;
	font: bold 11px/24px Verdana, 'Trebuchet MS', Sans-serif;
	height: 24px;
	/*position: relative;
	top: 20px;*/
}
#top-menu ul {
	float: right;
	list-style: none;
	margin:0; padding: 0;
}
#top-menu ul li {
	display: inline;
}
#top-menu ul li a {
	display: block;
	float: left;
	padding: 0 8px;
	color: #FFF;	
	text-decoration: none;
}
#top-menu ul li a:hover {
	background-color: #ECECEC;
	color: #333;	
}
#top-menu ul li#current a {	
	background-color: #FFF;
	color: #333;
}
/* === Top-menu === */



/* === Side-bar === */
.left-box {
	border: 1px solid #EFF0F1; 
	margin: 0 0 5px 0;
}
.heading_bar {
	margin-top: 10px;
	padding: 5px 0 5px 10px; 
	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	color: #000;
	background: #EEF0F1 url('/images/common/heading-bg.gif') repeat-x left bottom;	
	border: 1px solid #EFF0F1;
}
.heading_bar_inverted {
	margin-top: 10px;
	padding: 5px 0 5px 10px; 
	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	color: #000;
	background: #EEF0F1 url('/images/common/heading-bg-inverted.jpg') repeat-x left bottom;	
	border: 1px solid #EFF0F1;
}
.heading_bar_green {
	margin-top: 10px;
	padding: 5px 0 5px 10px; 
	font: bold 1.0em Verdana, 'Trebuchet MS', Sans-serif;
	color: #000;
	background: #EEF0F1 url('/images/common/heading-bg-green.jpg') repeat-x left bottom;	
	border: 1px solid #EFF0F1;
}
.heading_bar_blue {
	margin-top: 20px;
	padding: 5px 0 5px 10px; 
	font: bold 0.9em Verdana, 'Trebuchet MS', Sans-serif;
	color: #FFFFFF;
	background: #EEF0F1 url('/images/common/heading-bg-blue.jpg') repeat left bottom;	
	border: 1px solid #EFF0F1;

/*
	font-size: 100%;
	font-family: Verdana, Helvetica, Arial;
	margin: 5px 10px 5px 205px;
	padding-top: 8px;
	font-weight: bold;
	color: #FFFFFC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6273bf;
	padding-bottom: 2px;
	padding-left: 10px;
	background-image: url('images/common/heading-bg-blue.jpg');
	background-repeat: repeat;
*/
}

ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0 6px 0; padding: 0;
	text-decoration: none;		
}
ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	background: url('/images/common/bullet.jpg') no-repeat 5px 5px;	
	padding: 2px 0 8px 25px;
	margin: 0 2px;	
}
ul.sidemenu li.current {
	background-color: #FFFFAA;
}
ul.sidemenu a {
	font-weight: bolder;
	text-decoration: none;	
	background-image: none;	
}
/* === Side-bar === */



/* ============================== */
/* Styles for articles */
a.green, a.green:visited {
	color: green;
}
a.green:hover {
	/*color: #4EBF37;*/
	color: red;
	background: inherit;
}
a.black, a.black:visited {
	color: black;
}
a.black:hover {
	/*color: #4EBF37;*/
	color: red;
	background: inherit;
}
/* ============================== */




/* ============================== */
/* Styles for special use */
.header_footer {
	background-color: #91C8FF;
}
.tooltip_box {
	background-color: #FFFF99;
}
.source_code {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	background-color: #ECECEC;
	color: Maroon;
}
.fine_print {
	font-size: 9px;
	color: #888;
}
.small_print {
	font-size: 11px;
}
.large_print {
	font-size: 14px;
}
.black_print {
	color: black;
}
.white_print {
	color: white;
}
a.white_print {
	color: white;
}
a.white_print:hover {
	color: white;
	text-decoration: underline;
}
.bold_note {
	color: blue;
	font-weight: bold;
}
.message {
	color: green;
	font-weight: bold;
	text-align: center;
}
.error {
	/*background: #FFFFB9 url('/images/articles/error-small.jpg') no-repeat -10px 50%;*/
	color: red;
	font-weight: bold;
	text-align: center;
}
.underline {
	text-decoration: underline;
}
.no_underline {
	text-decoration: none;
}
.align_right {
	text-align: right;
}

.spaced_list li { margin: 15px 0px; }
.no_spaced_list li { margin: 0px 0px; }



/* ============================== */
/* Styles Comments */
.row_even {
	background-color: #DDE5FF;
}
.row_odd {
	background-color: #FFFFFF;
}
