body,div,th,td,caption{
	font-family: arial;
     font-size:13px;
}

img{
	border:0;
}

#main{
	width:900px;
	margin:17px auto auto auto;
}

#nav_main{
	height:15px;
	background:#000;
	color:#fff;
	padding:0px 5% 0px 5%;
}

.fp_video{
	float:none;
	clear: both;
}

.fp_video img{
	float:left;
	clear: left;
	margin-bottom:7px;
	margin-right:5px;
}

.fp_profiles{
	float:none;
	clear: both;
}

.fp_profiles img{
	float:left;
	clear: left;
	margin-bottom:7px;
	margin-right:5px;
}

.fp_profiles a, .fp_video a{
	color:#334969;
	font-weight:bold;
}

h2{
	font-size:18px;
}

h3{
	font-size:14px;
}

h3.h_article{
	color:#000;
}

h3.h_connected{
	color:#7A7A7A;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
	padding-top:5px; 
	border-top:1px solid #ccc;
}

.fp_connected a{
	text-decoration:none;
	color: blue;
}

.fp_connected a.blog_title{
	font-weight:bold;
}

p{
	margin:5px 0px 10px 0px;
}

.contenTable, .contenTable td, .contenTable th
{
    border-color: #ccc;
    border-style: solid;
}

.contenTable
{
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
}

.contenTable td, .contenTable th
{
    margin: 0;
    padding: 6px;
    border-width: 1px 1px 0 0;
    background-color: #fff;
}

.contenTable th{
	background: #808080;
	color: #E0E0E0;
}

.webcast_item{
	border:1px solid #ccc;
	padding:5px;
	margin:5px;
	background:#E0E0E0;
	width:95%;
}

.webcast_item td img{
	border:1px solid #000;
	margin-right:7px;
}

.webcast_item td div img{
	border:0;
}

.webcast_item td a{
	font-size:1.1em;
	text-decoration:none;
	color:blue;
}




a.pdf, a.word, a.powerpoint, a.publisher {
	padding:0 8 14 18px;
	background: url('../images/pdf.gif') no-repeat;
	color:blue;
	text-decoration:none;
	font-weight:bold;
}

a.word{background: url('../images/word.gif') no-repeat;}
a.powerpoint{background: url('../images/powerpoint.gif') no-repeat;}
a.publisher{background: url('../images/publisher.gif') no-repeat;}
a.more{
	display:block;
	padding:0 2 2 0px;
	/*background: url('../images/read_more2.gif') no-repeat;*/
	color:blue;
	text-decoration:none;
	font-weight:bold;
}
a.folder {
	display:block;
	padding:0 2 2 18px;
	background: url('../images/folder.gif') no-repeat;
	color:#808080;
	text-decoration:none;
	font-weight:bold;
	border-bottom:1px solid #ccc;
}

a.rss {
	padding:0 2 2 18px;
	background: url('../images/icon_rss.gif') no-repeat;
	color:blue;
	text-decoration:none;
	font-weight:bold;
}

a.up {
	padding:0 2 2 16px;
	background: url('../images/up.gif') no-repeat;
	color:#808080;
	text-decoration:none;
	font-weight:bold;
}

a.email {
	display:inline;
	text-align:left;
	padding:0 2 2 18px;
	background: url('../images/email.gif') no-repeat;
	color:blue;
	text-decoration:none;
	font-weight:bold;
}

a.delete {
	display:inline;
	text-align:left;
	padding:2 3 2 18px;
	background: url('../images/icon_delete.gif') no-repeat;
	color:blue;
	font-weight:bold;
}

a.edit {
	display:inline;
	text-align:left;
	padding:2 3 2 18px;
	background: url('../images/icon_edit.gif') no-repeat;
	color:blue;
	font-weight:bold;
}

a.add {
	display:inline;
	text-align:left;
	padding:0 2 2 18px;
	background: url('../images/icon_add.gif') no-repeat;
	color:blue;
	font-weight:bold;
}


/* HORIZONTAL FREESTYLE MENU LAYOUT */


/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
	display: none;
	position: absolute;
	top: 1.0em; margin-top: 13px; /* I'm using ems and px to allow people to zoom their font */
	left: -1px;
	width: 200px;
}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
	top: -1px; margin-top: 0;
	left: 148px;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
	float: left;
	display: block;
	position: relative;
	background: #000;
	border: 0px solid #330;
	margin-right: -1px;
	margin:0px 10px 0px 10px;
	white-space: nowrap;

}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
	float: none;
	margin: 0;
	margin-bottom: -1px;
	border: 1px solid #330;
	padding:2px;
	text-align:left;
}
.menulist ul>li:last-child {
	margin-bottom: 1px; /* Mozilla fix */
}

/* Links inside the menu */
.menulist a, .menulist a.on {
	display: block;
	padding: 3px;
	color: #fff;
	text-decoration: none;
	font-weight:bold;
	font-size:12px;
}

.menulist a.on{
	color:#8484FF;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */

.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
	color: #585858;
}
.menulist a.highlighted {
	color: #FFF;
}


/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/

/* Only style submenu indicators within submenus. */
.menulist a .subind {
	 display: none;
}
.menulist ul a .subind {
	 display: block;
	 float: right;
}


/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
	float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
	 float: none;
}
/* */


/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .menulist ul li {
 float: left;
 width: 100%;
}

* html .menulist ul li {
 float: left;
 height: 1%;
}
* html .menulist ul a {
 height: 1%;
}
/* End Hacks */

more{

}

img.highlight_more{
	border:0;
	margin-bottom:10px;
}

#highlight{
	padding-top:43px;
	width:200px;
}

#highlight div{
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:0 7px 0 7px;
}

#highlight h3{
	clear:both;
	border-top:5px solid #F3BF05;
	padding-top:4px;
	margin:0px;
}

#highlight a{
	text-decoration:none;
	color:blue;
}

#highlight img.inset{
    display: block;
    float:left;
    border:1px solid #D0D0D0;
}

#subnav{
	padding-top:43px;
	width:150px;
}
#subnav ul{
	margin: 0;
	margin-bottom:7px;
	padding-left: 15px;
	list-style: none;
}

a.subnav, a.subnav_on{
	display:block;
	padding:3px;
	margin-bottom:5px;
	border-bottom:1px dotted #585858;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:blue;
	vertical-align:center;
}

 a.subnav_on{
 	color:red;
 }

 a.subsubnav, a.subsubnav_on{
	display:block;
	padding:3px;
	margin-bottom:0px;
	border-bottom:1px dotted #585858;
	border-left:1px solid #585858;
	text-decoration:none;
	font-size:12px;
	font-weight:normal;
	color:#585858;
	vertical-align:center;
}

 a.subsubnav_on{
 	background:#ccc;
 	color:#000;
 }
