/**************************************************************************/
/************************ CZ IMAGING GROUP - STYLE ************************/
/**************************************************************************/




/******************************** GENERAL *********************************/

html
{
	height: 100%;
}

body
{
	height: 100%;
	background-color: #e1e1e1;
	font: normal 0.8em Arial;
	margin: 0;
}

#printbody
{
	height: 100%;
	background-color: #ffffff;
	font: normal 0.8em Arial;
	margin: 0;
}

h1
{
	margin: 10px 0;
	font: normal 1.4em Arial;
	color: #3472bf;
}

h2
{
	margin: 0;
	font: bold 1.3em Arial;
	color: #888888;
}

a
{
	font: normal 1em Arial;
	text-decoration: none;
}

a:link, a:active, a:visited
{
	color: #3472bf;
}

a:hover
{
	color: #1f9976;
}

.dividerH
{
	background: url("../../general/dividerH.gif") center repeat-x;
	height: 16px;
}

.clearAll
{
	clear: both;
}




/********************************** BOXES *********************************/

#holder
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color: #ffffff;
	width: 780px;
	padding: 5px;
	margin: 0 auto;
}

#printholder
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color: #ffffff;
	width: 780px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}

#mainNav
{
	height: 35px;
	margin-bottom: 5px;
}

#header
{
	background: url("../../general/header.jpg") no-repeat;
	height: 200px;
	margin-bottom: 14px;
	position: relative;
}

#footer
{
	background: url("../../general/bgFooter.gif") repeat-x;
	height: 30px;
	width: 780px;
	margin: 0 auto;
	text-align: center;
	color: #888888;
	font-size: 0.9em;
	padding-top: 10px;
	margin-top: -40px;
}

#contentHolder
{
	padding-bottom: 60px;
}

#sidebar
{
	border-top: 2px solid #888888;
	float: left;
	width: 200px;
	background: url("../../general/bgLeftNav.gif") right top no-repeat;
	min-height: 270px;
	height: auto !important;
	height: 270px;
}

#content
{
	border-top: 2px solid #888888;
	float: right;
	padding-left: 10px;
	width: 565px;
}

#mainContent
{
	padding-bottom: 60px;
	border-top: 2px solid #888888;
}

#printMainContent
{
	border-top: 2px solid #888888;
}



/****************************** HEADER CONTENT ****************************/

#logo
{
	border: none;
	position: absolute;
	top: 16px;
	left: 12px;
}

#slogan
{
	position: absolute;
	top: 106px;
	left: 10px;
	width: 180px;
	color: #b8d8ff;
}

.welcome
{
	display: block;
	color: #ffffff;
	font-size: 1.6em;
}

.companyName
{
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	margin-left: 20px;
	margin-bottom: 6px;
}

.slogan
{
}

#motto
{
	position: absolute;
	top: 106px;
	width: 245px;
	left: 220px;
	font-size: 1.2em;
	font-weight: normal;
	color: #666666;
}




/***************************** MAIN NAVIGATOR *****************************/

#mainNav ul
{
	list-style: none;
	margin: 0;
	padding: 0px;
	padding-top: 5px;
}

#mainNav li
{
	float: left;
	margin: 0;
	height: 30px;
	width: 110px;
	text-align: center;
	background: url("../../general/menu_unselected.png") no-repeat;
}

#mainNav a
{
	float: left;
	line-height: 28px;
	color: #ffffff;
	font-weight: bold;
	width: 110px;
}

#mainNav a:hover
{
	color: #ffffff;
	background: url("../../general/menu_hover.png") no-repeat;
	width: 110px;
}

#mainNav span
{
	float: left;
	line-height: 28px;
	background: url("../../general/menu_selected.png") no-repeat;
	color: #0c2f51;
	font-weight: bold;
	text-align: center;
	width: 110px;
}

#mainNav table
{
	padding:0px;
	margin:0px;
}
/***************************** LEFT NAVIGATOR *****************************/

#leftNav
{
	list-style: none;
	margin: 0;
	padding: 5px 0;
}

#leftNav li
{
	margin: 5px 0;
}

#leftNav a
{
	display: block;
	line-height: 23px;
	background: url("../../general/arrowLeftNav.gif") 14px 8px no-repeat;
	font-weight: bold;
	padding-left: 32px;
}

#leftNav span
{
	display: block;
	line-height: 23px;
	background: url("../../general/leftNavSelected.gif")  no-repeat;
	color: #1f9976;
	font-weight: bold;
	padding-left: 32px;
}




/********************************** FORMS *********************************/

form
{
	margin: 0;
	padding: 0;
}

.formContent
{
	width: 360px;
	margin: 30px auto;
}

.formContent2
{
	width: 290px;
	margin: 10px auto;
}

.formContentWide
{
	width: 510px;
	margin: 30px auto;
}

.formField
{
	border: 1px solid #cccccc;
	background-color: #ecf4ff;
	float: left;
	width: 158px;
	font: normal 9pt Arial;
	margin: 1px 0;
	padding: 0;
	color: #555555;
}

.formSelect
{
	border: 1px solid #cccccc;
	background-color: #ecf4ff;
	float: left;
	width: 158px;
	font: normal 9pt Arial;
	margin: 1px 0;
	padding: 0;
	color: #555555;
}

.formTextarea
{
	border: 1px solid #cccccc;
	background-color: #ecf4ff;
	width: 358px;
	height: 98px;
	font: normal 9pt Arial;
	color: #555555;
}

.formTextarea2
{
	border: 1px solid #cccccc;
	background-color: #ecf4ff;
	width: 290px;
	height: 98px;
	font: normal 9pt Arial;
	color: #555555;
}

form label
{
	float: left;
	width: 100px;
	padding-left: 16px;
	color: #555555;
	line-height: 1.4em;
}

form br
{
	clear: left;
}

.formButtons
{
	text-align: right;
}

.formButtons span
{
	float: left;
	line-height: 24px;
	font-style: italic;
	color: #555555;
}

.button
{
	width: 100px;
	height: 22px;
	border: 0;
	background-color: #3472bf;
	line-height: 24px;
	font-weight: bold;
	color: #ffffff;
	cursor: pointer;
}