/*
NAME:						global.css
DESCRIPTION/PURPOSE:		Applied global template
COPYRIGHT NOTICE: 			© Copyright 2007 E-axis, Inc. All rights reserved. Reproduction or copying of scripts is prohibited.
AUTHOR(S):					Fabrice Deferr
HISTORY: 					01.04.2007 Version 1.0 
STATUS						Published
COMMENTS:					
CSS VERSION:				CSS2 spec compliancy
COMPATIBILITY:				IE6, Firefox
*/
body {
	margin: 0;
	padding: 0;
	scrollbar-face-color: #686868;
   	scrollbar-shadow-color: #000000;
   	scrollbar-highlight-color: #FFFFFF;
   	scrollbar-3dlight-color: #999999;
   	scrollbar-darkshadow-color: #999999;
   	scrollbar-track-color: #D4D0C8;
   	scrollbar-arrow-color: #FFFFFF;
   	overflow: auto;
}

a {
	text-decoration: none;
	font-weight: normal;
	color: #686868;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #999999;
}

input {
	background-color: #E8E8E8;
	border: 1px solid #61757E;
}
.inputSelect {
	background-color: #EFF4FA;
	border: 1px solid #61757E;
}

textarea {
	background-color: #E8E8E8;
	border: 1px solid #61757E;
}
.textareaSelect {
	background-color: #EFF4FA;
	border: 1px solid #61757E;
}

/*
* Page
*/
#page {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

#page #header_print {
	font-size: 12px;
	color: #000000;
	margin: 5px;
	padding: 10px;
	text-align: center;
}

#page #header td {
	font-size: 10px;
	color: #ffffff;
}

#page #header #toolbox {
	vertical-align: text-top;
	padding: 6px 0px 0px 0px;
}

#page #header #toolbox ul {
	display: inline;
}

#page #header #toolbox li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0px;
	float: left;
	width: 70px;
	line-height: 13px;
	background-color: #980f33;
	border-bottom: 1px dotted #505050;
}

#page #header #toolbox a {
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
}

#page #header #toolbox a:hover {
	text-decoration: underline;
}

/*
* Footer
*/
#footer {
	font-size: 9px;
	color: #ffffff;
	text-align: right;
	vertical-align: text-middle;
	padding: 5px;
	margin: 5px;
}

#footer_print {
	font-size: 11px;
	color: #000000;
	text-align: center;
	vertical-align: text-middle;
	padding: 5px;
	margin: 5px;
}

/*
* Content Page
*/
#content h1 {
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	color: #000000;
	color: #686868;
	padding: 5px;
	margin: 10px;
}
#content td {
	font-size: 11px;
	height: 100%;
	text-align: left;
	font-weight: normal;
	color: #000000;
	padding: 5px;
	margin: 10px;
	vertical-align: top;
}
#content td label {
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	color: #000000;
	display: block;
	margin-bottom: 10px;
}
#content td img {
	border: 1px solid #999999;
	padding: 4px;
	margin: 4px;
}

/*
* Sidebox
*/
#sidebox {
	font-size: 11px;
	height: 100%;
	text-align: left;
	font-weight: normal;
	color: #000000;
	background-color: #ffffff;
	padding: 5px;
	margin: 5px;
}
#sidebox h1 {
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	color: #980f33;
	margin-top: 5px;
	text-transform: uppercase;
}

/*
* Sidebox : links
*/
#sidebox #links th {
	font-size: 11px;
	vertical-align: top;
	text-align: center;
}

#sidebox #links td {
	font-size: 11px;
	margin: 2;
	padding: 2;
}

#sidebox #links ul {
	display: block;
	list-style: none;
	margin: 2;
	padding: 2;
}

#sidebox #links li {
	font-size: 11px;
	display: inline;
	height: 56px;
	text-decoration: none;
	font-weight: normal;
	vertical-align: text-top;
	padding: 0;
	margin: 2;
}

/*
* Sidebox : news
*/
#sidebox #news th {
	font-size: 11px;
	vertical-align: top;
	text-align: center;
}

#sidebox #news td {
	font-size: 11px;
	margin: 2;
	padding: 2;
}

#sidebox #news ul {
	display: block;
	list-style: none;
	margin: 2;
	padding: 2;
}

#sidebox #news li {
	font-size: 11px;
	display: block;
	text-decoration: none;
	font-weight: normal;
	vertical-align: text-top;
	padding: 0;
	margin: 2;
}

#sidebox #news li label {
	font-size: 11px;
	font-weight: bold;
}

#sidebox #news li a:hover {
	color: #000000;
	background-color: #e7e7e7;
}

#output {
	text-align: right;
	text-indent: 5px;
	margin-right: 5px;
}