/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.containerrow1_blue {
	background-image: url(gradient_LtBlue.jpg);
}
.containerrow2_blue {
	background-color: #ffffff;
}
.ModuleTitle_MenuItem {
	border: white 0px solid; /*override borders*/    
}

.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 3px 3px 1px;	
}


.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	width: 15px;
	height: 100%;   /*override the default height for icon so that menubreaks can have heights adjusted*/
}

.ModuleTitle_SubMenu 
{
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}

.ModuleTitle_MenuBreak  {
	background-color: #EEEEEE; 
	font-size: 1px; /*make sure you take out portal.css ModuleTitle_MenuBreak for this to work*/
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}


/* 
================================
 Perso Container Styles Generiques
================================
*/   

p, td, div, span
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.bordered img
{
	border:solid 1px #024c05;
    }
    
.img
{
	border:0;
}    

a:link, a:visited {
    text-decoration:underline;
	color:#024c05;
}

a:hover
{
    text-decoration:underline;
	color:#2c8d2c;
}

.title-static
{
	font-size: 24px;
	color:#2d8f2d;
	padding:15px 0 0 15px;
}

.contentClass
{
	padding:15px 15px 15px 15px;
	line-height:20px;	
	text-align:justify;
}

h2
{	font-size: 18px;
	font-weight:bold;
	color:#2d8f2d;
}


h3
{	font-size: 14px;
	font-weight:bold;
	color:#2d8f2d;
}

/* 
================================
 4 frames styles
================================
*/  

.fourFrames1{
	width:770px;
	height:299px;
	background-image:url(images/product_line1.jpg);
	background-repeat: no-repeat;
	padding:0 20px 0 0;
}

.fourFrames2{
	width:770px;
	height:299px;
	background-image:url(images/product_line2.jpg);
	background-repeat: no-repeat;
	padding:0 20px 0 0;
}

.fourFrames3{
	width:770px;
	height:299px;
	background-image:url(images/product_line3.jpg);
	background-repeat: no-repeat;
	padding:0 20px 0 0;
}

.fourFramesClickHere{
	width:770px;
	height:42px;
	background-image:url(images/2framesClickHere.gif);
	background-repeat: no-repeat;
	padding:0 20px 0 0;
}

.fourFramesTitle{
	width:340px;
	height: 18px;
	font-size:18px;
	color:#008040;
	padding: 15px 0px 0px 45px;
	font-weight: bold;
}

.fourFramesDesc{
	width:180px;
	height: 100px;
	font-size:11px;
	padding: 20px 5px 10px 45px;
	line-height:12px;
	color:#008040;
	font-weight:bold;
}

.fourFramesLink a:link, .fourFramesLink a:visited{
	width:340px;
	height: 18px;
	font-size:18px;
	color:#008040;
	padding: 15px 0px 0px 45px;
	font-weight: bold;
}

.fourFramesLink a:hover
{    
	text-decoration:underline;
	color:#2c8d2c;
}

/* 
================================
 News styles
================================
*/ 

.news
{
	padding: 0 0 0 30px;
	overflow: auto; 
	height: 100px;
	width: 470px;
}
.newsTitle
{
	font-size:15px;
	font-weight:bold;
	color:#2c8d2c;
	background-image:url(images/arrow.png);
	background-repeat:no-repeat;
	background-position: 0% 50%;
	padding:0 0 0 10px;
}

.newsDesc
{
	line-height: 18px;
	padding:0 10px 0 0;
}

.newsLink a, .newsLink 
{
	text-align:right;
	padding:0 10px 0 0;
    text-decoration : none;
	color:#024c05;
}

.newsLink a:hover
{
    text-decoration:underline;
	color:#2c8d2c;
}

/* 
   ==========================
    Contact Forms
   ==========================
*/

.contact-form
{
	padding:0 0 0 100px;
}

.alert
{
	font-size: 8px;
	font-style:italic;
	color:#CC0000;
	padding:0 3px 0 0;
}




.loginBtn
{
	width:26px;
	height:19px;
	background-image: url(images/login.jpg);	
}
