/*************************/
/* SECTION 1 - MAIN BODY */
/*************************/
body 
{
	font-size: 67.5%; 
	margin: 0px auto; 
	padding: 0px; 
	font-family:	Verdana, Trebuchet MS, Lucida Grande,   sans-serif; 
	background: #E6E6FA; 
	height: 100%
}

html 
{
	height: 100%;
}

a:link, a:visited {
	text-decoration: none;
	color: #666;
}
p a:link,p a:visited {
            color: #000;
}
a:active, a:hover, p a:active, p a:hover {
	color: #5AA3D1;
	text-decoration: underline;
}

.page-container 
{
	width: 950px; 
	margin: 0px auto; 
	padding: 0px; 
	background-color: #fff; 
	border: solid 1px rgb(236, 244, 244);
}

.img-header {clear: both; float: left; width: 950px; height: 135px; margin: 0px; padding: 0px;  background: #9CBAD6 no-repeat;  background-image: url(../images/header.jpg); display: block;
}

.content3 
{
	float: left; 
	width: 770px; 
	min-height: 500px; 
	margin: 0px; 
	padding: 0px 0px 0px 0px; 
	color: rgb(75,75,75); 
	font-size: 110%;
}
.content3-container {clear: both; float: left; width: 770px; margin: 0px 0px 15px 0px; padding: 0px;}
.content3-container-1col {overflow: hidden; width: 770px; margin: 0px; padding: 0px;}

body#fullscrean-layout .content3 {float: left; width: 100%; min-height: 500px; margin: 0px; padding: 0px 5px 0px 0px; color: rgb(75,75,75); /*font-size: 1.2em;*/}
body#fullscrean-layout .content3-container {clear: both; float: left; width: 100%; margin: 0px 0px 15px 0px; padding: 0px;}
body#fullscrean-layout .content3-container-1col {overflow: hidden; width: 100%; margin: 0px; padding: 0px;}

body#fullscrean-layout .page-container-1 {width:100%; margin: 0px auto; padding: 0px; background-color: #fff; /*background: url(/themes/MultiFlex21/img/background_layout_1.gif) top left repeat-y;*/border: solid 1px rgb(236, 244, 244);}
body#fullscrean-layout .gutter {
	width: 95%;
}
body#fullscrean-layout table {
	width: 99%;
}
body#fullscrean-layout .footer {width: 100%;
}

/*********************************/
/* SECTION 6 - COMMON PARAMETERS */
/*********************************/

/*--------------------*/
/* 6.1 - Content Area */
/*--------------------*/

/* Titles and textboxes*/
.content-title-noshade-size1 {margin: 0px; padding: 0px; color: rgb(88,144,168); font-weight: bold; font-size: 130%;}
.content-title-noshade-size3 {margin: 0px; padding: 0px; color: rgb(88,144,168); font-weight: bold; font-size: 160%;}
.content-txtbox-noshade {margin: 0px; padding: 7px 0px 0px 0px;}

div#block25 div.sidebar-txtbox-noshade {
	padding-right: 2px;
}
div#block25 form {
	margin: 0;
	padding: 0;
}
div#block25 td.sidebar-txtbox-noshade {
	text-align: left;
}
#block25 table { width: 100%; clear: both; margin: 0; empty-cells: show; border-collapse: collapse; /*rgb(233,232,244);*/}

/* Tables */
table { width: 100%; clear: left; empty-cells: show; border-collapse: collapse; background-color: #F9F9F9; /*rgb(233,232,244);*/}
table tr {margin: 0px; padding: 0px;}
table td {padding: 2px; border: 1px solid #e3e3f3; text-align: left;}
.content1 table, .content2 table {
	width: 98%;
}

/*--------------------*/
/* 6.3 - Footer Area  */
/*--------------------*/
.footer {overflow: hidden; clear: both; width: 770px; height: 4.0em; margin: 0px; padding: 0.5em 0px 0.5em 0px; border-top: solid 1px rgb(125,125,125); background-color: rgb(128,161,202); color: rgb(255,255,255); font-size: 1.0em;}

/*-------------------*/
/* 6.4 - Hyperlinks  */
/*-------------------*/
.footer a {color: rgb(255,255,255); text-decoration: underline;}
.footer a:hover {color: rgb(0,0,0); text-decoration: none;}

/*******************************/
/* SECTION 7 - GENERIC CLASSES */
/*******************************/

/*---------------------------*/
/* 7.5  Bottom border colors */
/*---------------------------*/
.line-box {border-bottom: solid 1px rgb(200,200,200); padding-bottom: 15px; margin: 0px 0px 15px 0px;}

br {clear: none;}

input[type=text], input[type=password], textarea {
	border:				1px solid #ddd;
	margin:				2px 0px;
	padding-left:		.2em;
	background-color:	#fff;
}

input[type=text]:focus {
	border-color:		#139EE8;
	outline:			1px solid #139EE8;
	background-color:	#F4FAFF;
}

