/******************
HTML Tags
******************/

body{
	color:#000000;
	margin:1px;
	font:.75em/160% Arial,Helvetica,sans-serif;
	background:#FFFFFF;
	}

#content p,#content-side p{
	margin:0px 0px 20px 0px;
	}

#content-side img{
	border:none;
	}

#breadcrumb-right label{
	display:none;
	}

#logontitle {

  color:#09AFEF;
}
/******************
FORM STYLES
******************/

#content-container form{
	margin:20px 0px;
	padding:0px 0px 0px 0px;
	}

#content-container fieldset{
	margin:10px 0px 10px 0px;
	padding:0px 10px 10px 15px;
	}
	

/* a nested fieldset */
#content-container fieldset fieldset{
	margin:15px 0px 5px 0px;
	padding:0px 5px 5px 5px;
	}

#content-container legend{
	margin-bottom:0px;
	padding:0px 10px 5px 5px;
	color:#666666;
	font-weight:bold;
	}

/* a nested legend */
#content-container fieldset fieldset legend{
	margin-bottom:0px;
	padding:0px;
	font-weight:normal;
	}

#content-container label{
	display:block;
	padding-top:8px;
	}

#breadcrumb-right form{
	margin:0px;
	padding:0px;
	text-align:center;
	}

#breadcrumb-right form fieldset{
	margin:0px;
	padding:0px;
	border:none;
	}

#breadcrumb-right form legend{
	display:none;
	}

/******************
LINKS
******************/

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */

a:link{
	color:#3C7FAF;
	font-size: small;
	text-decoration:none;
	}

a:visited{
	color:#7f99ae;
	font-size:small;
	text-decoration:none;
	}

a:hover{
	color:#999999;
	text-decoration:none;
	}

a:active{
	color:#B70000;
	font-size:small;
	text-decoration:none;
	}
	
label{
color:#71727F;
font-weight:bold;
}	

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
.titlelink:link{
	color:#71727F;
	text-decoration:none;
	font-weight:bold;
   /* font-family:Tahoma;*/
	}

.titlelink:visited{
	color:#71727F;
	text-decoration:none;
	font-weight:bold;
	}

.titlelink:hover{
	text-decoration:none;
	color:#B70000;
	}

.titlelink:active{
	color:#CCCCCC;
	text-decoration:none;
	}
	
#title-container{
	/*color:#3C7FAF;*/
	/*height:50px;*/
  width:auto;  
	padding:0px 44px;
	margin:0px;
	/*background:#71727F;*/
	}

	
	#title-container a{
	color:#71727F;
	text-decoration:none;
	font-weight:bold;
	}

#title-container a:visited{
	color:#71727F;
	text-decoration:none;
	font-weight:bold;
	}
#title-container  a:hover{
	text-decoration:underline;
	}

#title-container a:active{
	color:#CCCCCC;
	text-decoration:none;
	}

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
#breadcrumb-container a:link{
	color:#71727F;
    text-decoration:underline;
	font-weight:bold;
	}

#breadcrumb-container a:visited{
	color:#71727F;
	text-decoration:underline;
	font-weight:bold;
	}

#breadcrumb-container a:hover{
	text-decoration:none;
	}

#breadcrumb-container a:active{
	color:#CCCCCC;
	}

/******************
HEADINGS
******************/

h1 {
	font-size:x-large;
	padding-top:4px;
	 color:#004AA0;
	}

h2 {
	font-size:large;
	 color:#3C7FAF;
	}

h3 {
	font-size: medium;
	 color:#3C7FAF;
	}
	
h4 {
	font-size:.9em;
	}
	
h5 {
	font-size:.8em;
	}
	
h6 {
	font-size:.75em;
	}
	
#three-column-container h2{
	margin:0px 0px 10px 0px;
	padding:0px;
		}

/******************
LAYOUT DIVS
******************/

#header-container{
	background:#71727F;
	height:50px;
	color:#525463;
	font-size:1.8em;
	}

#header-container a{
	text-decoration:none;
	color:#FFFFFF;
	}

#header-name{
	float:left;
	width:50%;
	height:34px;
	padding:16px 10px 0px 44px;
	font-weight:bold;
	}

#header-slogan{
	margin:0px 44px 0px 50%;
	height:35px;
	padding:15px 0px 0px 0px;
	text-align:right;
	font-size:.75em;
	font-weight:normal;
	}

#mainnav-container{
	background:#525463;
	/*background:#E1E1E1;*/
	color:#FFFFFF;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;	
	height:147px;
	}

#mainnav{
	float:left;
	width:13%;
	text-align:right;
	padding:15px;
	height:117px;
	/*border-bottom:1px solid #FFFFFF;*/
	background:#525463 url(../../Content/Images/bg-mainnav-left.gif) repeat-y;
	}

#mainnav-side{
	float:right;
	width:170px;
	padding:15px;
	border-left:1px solid #FFFFFF;
	height:117px;	
	}

#posterphoto{
	margin:0px 0px 0px 15%;
	padding:0px;
	text-align:left;
	background:#525463 url(../Content/Images/PH_JourCong.gif) no-repeat;
	height:146px;
	}

#breadcrumb-container{
	/*color:#3C7FAF;*/
	height:35px;
	padding:0px 44px;
	margin:0px;
	/*background:#71727F;*/
	}

#breadcrumb-left{
	float:left;
	width:30%;
	height:28px;
	padding:7px 0px 0px 0px;
	}

#breadcrumb-right{
	float:right;
	height:28px;
	width:70%;
	padding:7px 0px 0px 0px;
	/*border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;*/
	/*background:#525463;*/
	}

#content-container{
  
	padding:10px 2% 0px 15px;
	}

#content{
	float:right;
	width:73%;
	}

#content-side{
	width:18%;
	}

#three-column-container{
	width:100%;
	margin:30px 0px;
	text-align:justify;
	}

#three-column-left{
	float:left;
	width:30%;
	}

#three-column-right{
	float:right;
	width:30%;
	}

#three-column-middle{
	width:30%;
	margin:0px 31% 0px 35%;
	}

#footer-container{
	background:#DDDDDD;
	color:#71727F;
	/*background:#71727F url(bg-footer-left.gif) repeat-y left;*/
	margin-top:20px;
	}

#footer-right{
	margin-left:28%;
	padding:1px 15px;
	border-left:1px solid #FFFFFF;
	}

/******************
Menu Items
******************/

#mainnav-container ul{
	margin:0px;
	padding:0px;
	}

#mainnav-container li{
	margin:0px;
	padding:0px;
	list-style:none;
	}

/******************
LISTS - IN THE CONTENT DIV
******************/

#content ul.list,#content ul.link-list-vertical{
	margin:10px 0px 20px 10px;
	padding:0px;
	}

#content ul.list li{
	list-style:none;
	padding:1px 0px 1px 12px;
	margin:0px;
	background:url(bullet.gif) no-repeat;
	background-position:0 .4em;
	}

#content ul.link-list-vertical li{
	list-style:none;
	margin:0px;
	}

#content ul.link-list-vertical li a:link{
	padding:1px 0px 1px 12px;
	background:url(bullet-link.gif) no-repeat;
	background-position:0 .4em;
	}

#content ul.link-list-vertical li a:visited{
	padding:1px 0px 1px 12px;
	background:url(bullet-link-visited.gif) no-repeat;
	background-position:0 .4em;
	}

#content ul.link-list-vertical li a:hover{
	padding:1px 0px 1px 12px;
	background:url(bullet-link-hover.gif) no-repeat;
	background-position:0 .4em;
	}

#content ul.link-list-vertical li a:active{
	padding:1px 0px 1px 12px;
	background:url(bullet-link-active.gif) no-repeat;
	background-position:0 .4em;
	}

/******************
LISTS - IN THE SIDE COLUMN
******************/

#content-side ul.list,#content-side ul.link-list-vertical{
	margin: 10px 0px 10px 5px;
	padding:0px;
	}

#content-side ul.list li{
	list-style:none;
	padding:1px 0px 1px 12px;
	margin:0px;
	background:url(bullet.gif) no-repeat;
	background-position:0 .4em;
	}

#content-side ul.link-list-vertical li{
	list-style:none;
	margin:0px;
	}

#content-side ul.link-list-vertical li a:link{
	padding:1px 0px 1px 12px;
	background:url(bullet-link.gif) no-repeat;
	background-position:0 .4em;
	}

#content-side ul.link-list-vertical li a:visited{
	padding:1px 0px 1px 12px;
	background:url(bullet-link-visited.gif) no-repeat;
	background-position:0 .4em;
	}

#content-side ul.link-list-vertical li a:hover{
	padding:1px 0px 1px 12px;
	background:url(bullet-link-hover.gif) no-repeat;
	background-position:0 .4em;
	}

#content-side ul.link-list-vertical li a:active{
	padding:1px 0px 1px 12px;
	background:url(bullet-link-active.gif) no-repeat;
	background-position:0 .4em;
	}

/******************
TABLE STYLES
******************/
.table2{	
	border:1px solid #71727F;
	width: 100%;
	}
.table2 thead th{
	background:#E1E1E1;
	color: #5D83BB;
    font-weight : bold;
    border-left:0px solid #E1E1E1;
	border-right:0px solid #E1E1E1;
	border-top:1px solid #E1E1E1;
	border-bottom:0px solid #E1E1E1;
	}

/*.table2 td {
	padding:8px;
	border-left:1px solid #CECFCE;
	border-right:1px solid #CECFCE;
	}*/


/*.table{
	width:80%;	
	border:0px solid #71727F;
	}*/
.tdLeft {
	padding:8px;
	 font-weight:bold;
	 color:#3C7FAF;
	 width:28%;
	background:#F4F4F4;
	vertical-align: top;
	}
	.tdLeftBasic {
	padding:8px;
	 font-weight:bold;
	 color:#3C7FAF;
	 width:20%;
	background:#F4F4F4;
	vertical-align: top;
	}
	.tdLeftMeeting {
	padding:8px;
	 font-weight:bold;
	 color:#3C7FAF;
	 width:200px;
	background:#F4F4F4;
	vertical-align: top;
	}
	.tdLeftNote {
	padding:8px;
	 font-weight:bold;
	 color:#3C7FAF;
	 width:10%;
	background:#F4F4F4;
	vertical-align: top;
	}
.tdright {
	padding:8px;
	background:#FFFFFF;
	vertical-align: top;
	width:75%;
	}


thead th{
	background:#71727F;
	padding:3px;
	color:#FFFFFF;
	border-left:1px solid #71727F;
	border-right:1px solid #71727F;
	border-top:1px solid #71727F;
	border-bottom:1px solid #71727F;
	}
.tdmeetingYear{
  font-weight:bold;
  background:#E1E1E1;
  vertical-align: top;
  color: #3C7FAF;
}

.table-row-2 td,.table-row-1 th{
	background:#E7EFF6;
	/*border:1px solid #71727F;*/
	}

.table-row-1 td,.table-row-2 th,thead{
	background:#FFFFFF;
	/*border:1px solid #71727F;*/
	}

.regstertable
{
 background-color:#F1F5F9;
font-weight:bold;
 width:500px;
 color: #666666;
}
.registerLeft
{
 width:35%;
 vertical-align: top;
}

/******************
link STYLES
******************/
.alink:link{
	/*color:#789A20;*/
	color: #3C7FAF;
	font-size:1.2em;
	text-decoration:none;
	}

.alink:visited{
	color:#7f99ae;
	font-size:1.2em;
	text-decoration:none;
	}

.alink:hover{
	color:#999999;
	text-decoration:none;
	}

.alink:active{
	color:#B70000;
	font-size:1.2em;
	text-decoration:none;
	}
	
.watchlink:link{
	color:#3C7FAF;
	font-size: small;
	text-decoration:none;
	}

.watchlink:visited{
	color:#7f99ae;
	font-size:small;
	}

.watchlink:hover{
	color:#999999;
	text-decoration:none;
	}

.watchlink:active{
	color:#B70000;
	font-size:small;
	}

.tdtitleheadingleft{
background-image: url(../Content/Images/ONLItemBk.gif);
background-repeat: repeat-x;
/*border-bottom: rgb(255, 153, 0) 1px solid;*/
color: #71727F;
font-size: medium;
font-weight: bold;
text-align: left;
width: 90%;

}
/******************
CLASSES & TABLE STYLES
******************/

.button-big{
	margin-top:8px;
	}

img.photobig,img.photosmall{
	border:1px solid #71727F;
	padding:5px 5px 30px 5px;
	background:#E5E5E5;
	}

img.photosmall{
	margin-right:10px;
	margin-bottom:2px;
	float:left;
	}

.searchbox{
	height:20px;
	margin:0px;
	padding:0px;
	width:25em;
	color:#666666;
	/*font:11px Verdana,Arial,Helvetica,sans-serif;*/
	}

.button-search{
	height:25px;
	margin:0px;
	padding:0px 1px;
	color:#FFFFFF;
	border:1px solid #FFFFFF;
	font:bold 10px Verdana,Arial,Helvetica,sans-serif;
	background:#9798A1;
	}
	
	.button-upgrade{
	/*margin-top:8px;
    margin-bottom:8px; */   
	/*font:bold 12px Verdana,Arial,Helvetica,sans-serif;*/
	color:#FB871A;
	}

.separator-side-column{
	border-top:1px solid #D0D0BF;
	width:100%;
	height:2px;
	font-size:1px;
	background:transparent;
	}

.small-text{
	font-size:.8em;
	}

.none{
	display:none;
	}

.clear{
	clear:both;
	}
	
.message-text{
	font-size: small;
    color:#D11021;
}

.countTitle-text{
	font-size: small;
    color:#09AFEF;
}


.glossary{
/*FONT-FAMILY: 'Trebuchet MS','sans-serif';*/
 font-size: 1.1em;
 /*color: #71727f;*/
}