/* Default Theme CSS Document */

/* GLOBAL SECTION */
body {
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	font-family    : Arial, Verdana, Helvetica, sans-serif;
}

table {
	font-family    : Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

.headerCol1 {
	/*background: Url(allsection/alllanguage/header1.jpg) top left no-repeat;*/
	width: 365px;
	height: 165px;
	padding-left:10
	/*padding: 17px 0 0 26px;*/
}

.headerCol2 {
	/*background: Url(allsection/alllanguage/header2_2.jpg) top left no-repeat;*/
	width: 240px;
	height: 165px;
}

.headerCol3 {
	/*background: Url(allsection/alllanguage/header3.jpg) top left no-repeat;
	background: Url(allsection/alllanguage/layer_center21.jpg) top left no-repeat;*/
	width: 210px;
	height: 165px;
}

.headerCol4 {
	/*background: Url(allsection/alllanguage/header4.jpg) top left no-repeat;
	background: Url(allsection/alllanguage/layer_right1.jpg) top left no-repeat;*/
	width: 155px;
	height: 165px;
}

.headerLabel {
	font-family: Helvetica;
	font-size: 22px;
	color: #0077D4;
}

.blueText11 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0077D4;
	font-size: 11px;
}

.whiteText11 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
}

.linkText11 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration:none;	
}
.linkText11 a, .linkText11 a:visited{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration:none;
}
.linkText11 a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration:none;	
}

.whiteBold11 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
}

/*
Current Template CSS
*/
.nossitesweb_layer_bg {
	background    		: url(../../templates/default/nossitesweb/alllanguage/layer_bg.png) no-repeat top left;
}

.Footer {
	
}
/* Button title text for sections */
.buttonTitleBoldText {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size  : 14px;
	font-weight: bold;
	color      : #ffffff;
}

.BoldLinkText { /* nav button , etc */
	font-family		: Arial, Verdana, Helvetica, sans-serif;
	font-size		: 12px;
	font-weight		: bold;
	text-decoration	: none;
	color			: #ffffff;
}

/* NORMAL TEXT FOR MOSTLY CONTENT */
.normalText {
	font-family    : Arial, Verdana, Helvetica, sans-serif;
	font-size      : 10px;
	color          : #000000;
	text-decoration: none;
}

.normalText2 {
	font-family    : Arial, Verdana, Helvetica, sans-serif;
	font-size      : 11px;
	color          : #000000;
	text-decoration: none;
}

.normalText23 p {
	font-family    : Arial, Verdana, Helvetica, sans-serif;
	font-size      : 11px;
	color: #000000;
	text-decoration: none;
}

.greyItalicText {
	font-family    : Arial, Helvetica, sans-serif;
	font-size      : 11px;
	font-style	   : italic;
	color          : #707375;
	text-decoration: none;
}

/* NORMAL BOLD TEXT FOR MOSTLY CONTENT */
.normalBoldText {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size  : 10px;
	font-weight: bold;
	color      : #000000;
}

.normalBoldText2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size  : 14px;
	font-weight: bold;
	color      : #000000;
}

.normalBoldText11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size  : 11px;
	font-weight: bold;
	color      : #000000;
}
.colorlinkText { /*blue, for the News Archiev months*/
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size  : 11px;
	text-decoration: none;
	color      : #0077d4;
}

.colorlinkText2 { /* light blue, e.g. for the Agenda Nav Tab */
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 11px;
	text-decoration	: none;
	color			: #0178d4;
}

.colorlinkText3 { /*footer* and Rechercher*/
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size  : 11px;
	text-decoration: none;
	color      : #ffffff;/*#2d62ad;*/
}

.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}

.bgcolor1 {
	background : #F3BF8C;
}

.bgcolor2 {
	background : #F4BF9A;
}

/* COMMON */

/* ARIAL TEXT, LISTING & DETAIL */
.ListText {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size  : 10px;
	font-weight: bold;
	color      : #000000;
}
/* Wrap text at left of picture */
img.floatLeft {
    float: left; 
    margin-right: 10px; 
}

/* add by sianchoo */
	
input{
	height:17px;
	border:none;
	color:#718eb7;
	font-size:11px;
	font-family:arial;
	font-style:italic;
}

.main_nav{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
}