/* WEBSITE BLOG - START */
.WebsiteBlogs{
	width:98%;
	border:1px solid #c0c0c0;
	text-align:left;
	margin-top:12px;
}

.WebsiteBlogs_header {
	background-color:#e0e0e0;
	padding:10px;
	font-size:20px;
	font-weight:bold;
}

.WebsiteBlogs_body {

	font-size:12px;
	padding:10px;

}
.WebsiteBlogs_footer {
	text-align:right;
	font-size:11px;
	color:#777777;
	padding-right:10px;
}
/* WEBSITE BLOG - END */



.LPform {
width:152px;
height:79px;
padding-left: 3px;
border:1px solid black;
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
}

#LPsubmit {
width: 75px;
height: 22px;
}



/* FORM (VERSION 2) - START */
.ams-form-frame-version-2 {
	width: 80%;
	margin: 0 auto;
	border: 1px solid #999;
}
.ams-form-frame-version-2 .inside-frame {
	margin: 10px;
}
.ams-form-frame-version-2 .ams-form-field {
	margin: 2px 0;
}
.ams-form-frame-version-2 .ams-form-field label {
	display: block;
	margin: 0 3px;
	width: 35%;
}
.ams-form-frame-version-2 .justification-left label {
	text-align: left;
}
.ams-form-frame-version-2 .justification-right label {
	text-align: right;
}
.ams-form-frame-version-2 .orientation-left label {
	float: left;
}
.ams-form-frame-version-2 .orientation-right label {
	float: right;
}
.ams-form-frame-version-2 .required label {
	font-weight: bold;
}
.ams-form-frame-version-2 .type-4 input {
	width: 60%;
}
.ams-form-frame-version-2 .type-9 input {
	display: block;
	margin: 0 auto;
}
/* FORM (VERSION 2) - END */
/*********************************************************************************************************/
/* PAGE GENERAL LAYOUT (SINGLE COLUMN) - THIS SHOULD NOT BE MODIFIED
   ADDED BY RADEK ZAK */
body {
	padding: 0;
	margin: 0;
	background-color: #666666;
	background-image: url(/includes/themeImage/backtile.gif);
	color: #000;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
}

#body-wrapper {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right:auto;
	margin-left:auto;
	width: 600px;
	padding: 2px;
	background-color: #FFF;
	color: #000;
	text-align: left;
	border: 5px outset #333;
}

#contents {
	border: 1px solid black;
	padding: 10px;
}

form {
	margin: 0;
}
/* PAGE GENERAL LAYOUT (SINGLE COLUMN) - THIS SHOULD NOT BE MODIFIED */
/*********************************************************************************************************/




/*********************************************************************************************************/
/* REPORTS ON THE HOME PAGE
   ADDED BY RADEK ZAK */
#home-page-reports {
	font-size: 62.5%;	/* This makes 1em equal to 10px.  This makes it a lot easier to work with ems */
	padding-bottom: 30px;
}

#home-page-reports .report-odd {
	background-color: none;
}

#home-page-reports .report-even {
	background-color: #f5f5f5;
}

#home-page-reports .report-image {
	padding: 5px;
	text-align: center;
}

#home-page-reports .report-image img {
	border: 0;
}

#home-page-reports .report-body {
	vertical-align: top;
	padding: 5px;
}

#home-page-reports .report-body a {
	text-decoration: none;
}

#home-page-reports .report-title-1 {
	text-align: center;
	font-size: 1.7em;
	margin-top: 0;
}

#home-page-reports .report-title-1 a {
	color: #000;
}

#home-page-reports .report-title-2 {
	font-size: 1.5em;
	display: block;
}

#home-page-reports .report-title-2 a {
	color: #f00;
}

#home-page-reports .report-description {
	font-size: 1.5em;
}

#home-page-reports .report-description a {
	color: #00f;
}

#home-page-reports .report-description p {
	margin: 0;	/* Page description is inclosed within a <p> tag */
}
/* REPORTS ON THE HOME PAGE */
/*********************************************************************************************************/




/*********************************************************************************************************/
/* REPORT REQUEST PAGE INCLUDING THE FORM LAYOUT
   ADDED BY RADEK ZAK */
#report-request {
	font-size: 62.5%;	/* This makes 1em equal to 10px.  This makes it a lot easier to work with ems */
}

#report-request h2 {
	font-size: 2.5em;
	margin: 0;
}

#report-request h1 {
	font-size: 3.2em;
	text-align: center;
	font-weight: normal;
}

#report-request h1.report-description {
	margin: 0;
	padding-bottom: 10px;
}

#report-request h3 {
	font-size: 1.8em;
	margin: 0;
}

#report-request .form-wrapper {
	border: 1px solid #999;
}

#report-request .form-title {
	background-color: #ccc;
	padding: 5px 10px;
	border-bottom: 1px solid #999;
	font-size: 1.8em;
}

#report-request .amsForm {
	padding: 10px;
	font-size: 1.5em;
}

#report-request .amsForm .reqd_field { 
	color: #f00;
	font-weight: bold;
}

#report-request .amsForm input,
#report-request .amsForm textarea,
#report-request .amsForm select {
	width : 250px;
}

#report-request .amsForm . {
	width : 250px;
}

#report-request .amsForm label {
	display: block;
	margin-right: 100px;
	text-align: right;
}
/* REPORT REQUEST PAGE INCLUDING THE FORM LAYOUT */
/*********************************************************************************************************/




/*********************************************************************************************************/
/* GENERIC CSS STYLES
   ADDED BY RADEK ZAK */
.free {
	color: #f00;
}
/* PAGE GENERAL LAYOUT (SINGLE COLUMN) - THIS SHOULD NOT BE MODIFIED */
/*********************************************************************************************************/

