@import url(css/winthemes/default.css);
@import url(css/winthemes/mac_os_x.css);

/* supernote */
.notedefault, .notenested {
	position:absolute;
	visibility:hidden;
	top:1.5em;
	left:2em;
	width:40em;
}
.snp-mouseoffset, .snp-triggeroffset, .snp-mousetrack {
	margin-left:5px;
	margin-top:15px;
}
/* supernote */

.list{
	width:133px;
	height:18px;
	font-family:Verdana;
	font-size:11px;
}
.upperlink{
	font-family : Verdana;
	font-size : 10px;
	font-weight : bold;
	text-decoration : none;
	color: black;
}
a.upperlink:hover{
	text-decoration : underline;
	color: black;
}
a.upperlink :visited{
	text-decoration : none;
	color: black;
}
.bluecolumn{
	background-color : #dae6f2;
	background-image : url(../../images/cols_bg.jpg);
	background-position : bottom;
	background-repeat : repeat-x;
	padding-top : 5px;
}
ul{
	list-style-image : url(../../images/bullet.jpg);
	padding-top: 2px;
}
.bluelink{
	font-family : Verdana;
	font-size : 12px;
	text-decoration : none;
	color: #0054a6;	
}
ul li{
	list-style-image : url(../../images/bullet.jpg);
	/*padding-bottom: 7;*/
	list-style-position : outside;
}
.cfooter{
	font-family : Verdana;
	font-size : 11px;
	text-decoration : none;
	color: #ffffff;
	text-indent : 5px;
}
.cfooter a:hover{
	font-family : Verdana;
	font-size : 11px;
	text-decoration : underline;
	color: #ffffff;
	text-indent : 5px;
}
.header{
	background-image : url(../../images/header_bg.jpg);
	background-position : top;
	width: 884px;
	height:231;
	background-repeat : no-repeat;
}
.searchinput{
	font-family : Verdana;
	font-size : 12px;
	color: black;
	text-align : left;
}
.contentxtbold_blue{
	font-family :Arial;
	font-size : 14px;
	color: #0054a6;
	text-decoration: none;
	font-weight : bold;
}
td{
	font:11px Tahoma,Arial,Verdana,Helvetica,sans-serif;
}





#bluenav{
	background-image : url(../images/bluenav_bg.jpg);
	background-repeat : repeat-x;
	background-position : top;
	height : 36px;
}

#gradientblue{
	background-image : url(../images/title_bg.jpg);
	background-repeat : repeat-x;
	height : 42px;
}

.bluetable{
	
	background-color : #0066CC;
}

.bluetable td{
	border : thin solid #ffffff;
	background-color : #ffffff;
}

.bluetable tr{
	border : thin solid #ffffff;
	background-color : #ffffff;
}

.dragonsplash{
	background-image : url(../images/dragonsplash.jpg);
	background-position : top;
	background-repeat : no-repeat;
	background-color : White;
}

.subtext{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #666666;
}

.subtitle{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: black;
	text-decoration:none;
	font-weight : bold;
}

a.subtitle:HOVER{
	color: black;
	text-decoration:underline;
}

a.subtitle:VISITED{
	color: black;
	text-decoration:none;
}

/*prancis*/
.p_contentxtbold_blue{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 17px;
	color: #0054a6;
	text-decoration: none;
	font-weight : bold;
}

.gradienttitle{
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 12px;
color: #ffffff;
text-decoration:none;
font-weight : bold;
vertical-align : middle;
padding-left : 20px;
}

/****** 2007-07-30 ******/
.bluetxt{
	font-family :Verdana;
	font-size : 11px;
	color: #0054a6;
	text-decoration: none;
	font-weight : bold;
}

.bluetxtbig{
	font-family :Arial;
	font-size : 17px;
	color: #0054a6;
	text-decoration: none;
	font-weight : bold;
	padding-bottom: 15px;
}

/* CSS used for the Virtual Pagination */

.virtualpage, .virtualpage2, .virtualpage3{ /*hide the broken up pieces of contents until script is called. Remove if desired*/
display: none;
}

.paginationstyle{ /*Style for demo pagination divs*/
width: 250px;
}

.paginationstyle select{ /*Style for demo pagination divs' select menu*/
border: 1px solid navy;
margin: 0 15px;
}

.paginationstyle a{ /*Pagination links style*/
padding: 0 5px;
text-decoration: none;
border: 1px solid black;
color: navy;
background-color: white;
}

.paginationstyle a:hover, .paginationstyle a.selected{
color: #000;
background-color: #FEE496;
}

.paginationstyle a.imglinks{ /*Pagination Image links style (class="imglinks") */
border: 0;
padding: 0;
}

.paginationstyle a.imglinks img{
vertical-align: bottom;
border: 0;
}

.paginationstyle a.imglinks a:hover{
background: none;
}

.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
color: #000;
background-color: yellow;
}

/* CSS used for BoxOver */
         
.dvhdr1{
	background: #F3F0E7;
	font-family : Verdana;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #C8BA92;
	color: #0054a6;
	padding: 2px;
	width: 600px;
	}

.dvbdy1{
	background: #FFFFFF;
	font-family : Verdana;
	font-size: 11px;
	border-left: 1px solid #C8BA92;
	border-right: 1px solid #C8BA92;
	border-bottom: 1px solid #C8BA92;
	padding: 2px;
	width: 600px;
	}
