/*************************************************************
*
* Updater Statistics style 1.0
*
* (c) 2007 by CatenaLogic
* visit http:/www.catenalogic.com
*
**************************************************************/

/*************************************************************
* (X)HTML
**************************************************************/

html
{
	background-image: url('../images/background.gif');
	background-repeat: repeat-x;
	background-color: #B4CFE5;
	
	overflow: scroll;
}

body
{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	margin: auto;
	
	padding: 0px;
	width: 800px;
	text-align: left;
	background-color: #FFFFFF;
	border: #000000 1px solid;	
}

form
{
	margin: 0px;
	padding: 0px;
}

img
{
	border-width: 0px;
}

p
{
	margin-top: 15px;
	margin-bottom: 15px;
}

h1
{
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 18px;
}

h2
{
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 15px;
}

h3
{
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 13px;
}

a
{
	background-color: transparent;
	color: #E26429;
}

a:link, a:visited, a:active
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

/*************************************************************
* CUSTOM GENERAL CLASSES
**************************************************************/

.borderAll
{
	border: solid 1px black;
}

.floatLeft
{
	float: left;
}

.floatRight
{
	float: right;
}

.clearBoth
{
	clear: both;
}

.clearRight
{
	clear: right;
}

.clearLeft
{
	clear: left;
}

.footnote
{
	font-size: 10px;
	font-style: italic;
}

.invisible
{
	visibility: hidden;
}

/*************************************************************
* CHART
**************************************************************/

.chartHour
{
	width: 13px;
	height: 13px;
}

/*************************************************************
* CONTENT
**************************************************************/

#content
{
	margin: auto;
	width: 780px;
	padding: 10px;
}

/*************************************************************
* FOOTER
**************************************************************/

#footer
{
	display: block;
	margin: auto;
	width: 770px;
	height: 27px;
	background-image: url('../images/footer.gif');
	background-repeat: repeat-x;
	padding: 12px 15px 0px 15px;
	color: #FFFFFF;
}

#footerBugreport
{
	float: left;
}

#footerCopyright
{
	float: right;
}

/*************************************************************
* HEADER
**************************************************************/

#header 
{
	padding: 0px;
	margin: auto;
	width: 800px;
	height: 140px;
	background-image: url('../images/header.jpg');
}

#headerHome
{
	float: left;
	margin: 10px 0px 0px 60px;
	width: 230px;
	height: 140px;
	cursor: pointer;
}

/*************************************************************
* MAIN MENU
**************************************************************/

#mainMenu
{
	margin: auto;
	border-top: black 1px solid;
	border-bottom: black 1px solid;
	background-color: #000000;
	
	background-image: url('../images/mainmenu/back.gif');
	background-repeat: repeat-x;
	
	width: 800px;
	height: 40px;
}

#mainMenu ul
{
	margin: 0px;
	padding: 0px;
}

#mainMenu li
{
	float: left;
	list-style-type: none;
}

#mainMenu li a
{
	float: left;
	display: block;
	width: auto;
	color: white;
	height: 20px;
	padding: 12px 20px 8px 20px;
	font-weight: bold;
}

#mainMenu li a:hover, #mainMenu li a:active
{
	background-image: url('../images/mainmenu/back_hover.gif');
	text-decoration: none;
}

#mainMenu .selected
{
	/* For future usage */
}

#mainMenu .selected a:hover, #mainMenu .selected a:active
{
	background-image: url('../images/mainmenu/back_hover.gif');
	text-decoration: none;
}

#mainMenu .splitter
{
	margin: 0px;
	padding: 0px;
	cursor: default;
	height: 40px;
	width: 0px;
	border-left: 1px dotted #007ACB;
	background-color: transparent;
}

/*************************************************************
* SECTIONS
**************************************************************/

.sectionChart
{
	margin: auto;
	width: 700px;
}

.sectionTable
{
	margin: auto;
	padding: 10px 0px 20px 0px;
	width: 650px;
}

/*************************************************************
* STATUS
**************************************************************/

.statusNormal
{
	padding-left:		20px;
	
	background-image:	url('../images/status/info.gif');
	background-repeat:	no-repeat;
	
	font-weight:		bold;
	color:				gray;
}

.statusError
{
	padding-left:		20px;
	
	background-image:	url('../images/status/error.gif');
	background-repeat:	no-repeat;	
	
	font-weight:		bold;
	color:				red;
}

.statusWarning
{
	padding-left:		20px;
	
	background-image:	url('../images/status/warning.gif');
	background-repeat:	no-repeat;
		
	font-weight:		bold;
	color:				Orange;
}

.statusSuccess
{
	padding-left:		20px;
	
	background-image:	url('../images/status/success.gif');
	background-repeat:	no-repeat;
	
	font-weight:		bold;
	color:				green;
}

.statusWorking
{
	padding-left:		20px;
	
	background-image:	url('../images/status/working.gif');
	background-repeat:	no-repeat;
	
	font-weight:		bold;
	color:				gray;
}

/*************************************************************
* SUBMENU
**************************************************************/

#subMenu
{
	margin: 5px auto 0px auto;
	border: 0px;
	
	background-image: url('../images/submenu/back.gif');
	background-repeat: repeat-x;

	width: 800px;
	height: 30px;
}

#subMenu ul
{
	margin: 0px;
	padding: 6px 0px 0px 0px;
}

#subMenu li
{
	float: left;
	list-style-type: none;
}

#subMenu li a
{
	width: auto;
	color: white;
	height: 16px;
	padding: 6px 20px 8px 20px;
	font-weight: bold;
}

#subMenu li a:hover, #subMenu li a:active
{
	/* For future usage */
}

#subMenu .title
{
	font-weight: bold;
	padding: 0px 20px 0px 10px;
	color: #007ACB;
	background-image: url('../images/submenu/bullet.gif');
	background-repeat: no-repeat;
	background-position: right; 
}

#subMenu .selected a
{
	color: #E26429;
	font-weight: bold;
}

#subMenu .selected a:hover, #subMenu .selected a:active
{
	/* For future usage */
}

#subMenu .splitter
{
	/*margin: 0px;
	padding: 0px;
	cursor: default;
	height: 30px;
	width: 0px;
	border-left: 1px dotted #007ACB;
	background-color: transparent;*/
}

/*************************************************************
* TABLE
**************************************************************/

.table
{
	border-collapse: collapse;
	border: solid 1px black;
	width: 100%;
}

.table th
{
	background-color: #007ac7;
	color: white;
	border: solid 1px black;
	font-weight: bold;
	text-align: left;
	padding: 3px 7px 3px 7px;
}

.table td
{
	border: solid 1px black;
	padding: 3px 7px 3px 7px;
}

.table .sum
{
	background-color: #e8e8e8;
	border: solid 1px black;
	font-weight: bold;
	text-align: left;
	padding: 3px 7px 3px 7px;
}

/*************************************************************
* TOP MENU
**************************************************************/

#topMenu 
{
	margin: auto;
	height: 23px;
	width: 800px;
	background-image: url('../images/topmenu/back.gif');
	background-repeat: repeat-x;
}

#topMenu ul
{
	margin: 0px;
	padding: 4px 0px 0px 0px;
}

#topMenu li 
{
	float: right;
	list-style-type: none;
	/*text-transform: uppercase;*/
}

#topMenu li a 
{
	color: black;
	height: 23px;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
}

#topMenu li a:link, #topMenu li a:visited 
{
	background-color: transparent;
	color: #000000;
}

#topMenu li a:hover, #topMenu li a:active
{
	background-color: transparent;
	color: #E26429;
}

#topMenu .splitter
{
	margin: 1px 0px 4px 0px;
	cursor: default;
	height: 15px;
	width: 1px;
	background-image: url('../images/topmenu/splitter.gif');	
	background-repeat: repeat-y;
	background-color: transparent;
}