
.pncustommenumenu_site_leftmenu2013{
	background: #1e3b6c;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlM2I2YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYTU1OTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #1e3b6c 0%, #2a5596 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e3b6c), color-stop(100%,#2a5596));
	background: -webkit-linear-gradient(top,  #1e3b6c 0%,#2a5596 100%);
	background: -o-linear-gradient(top,  #1e3b6c 0%,#2a5596 100%);
	background: -ms-linear-gradient(top,  #1e3b6c 0%,#2a5596 100%);
	background: linear-gradient(to bottom,  #1e3b6c 0%,#2a5596 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e3b6c', endColorstr='#2a5596',GradientType=0 );
	
	text-align:left;
	background-size:cover;
	width:190px;
}
.menu_closer{
	background-image:url("img/menu_bottom_line_bg.gif");
	height:5px;
	display:block;
	background-repeat:repeat-x;
}

.menuitem {
	color:#fff;
	
	font-family: "Roboto Condensed", sans-serif;
	font-weight:normal !important;
	font-size:12pt;
	
	border-top:1px solid rgba(255,255,255,.4) ;
	border-bottom:1px solid rgba(0,0,0,.4) !important;
	
	padding-left:0px;
	padding-top:0px;
	padding-bottom:0px;
	cursor:pointer;
}
.menuitem.on .menuitem_label{
	color:#000;
	text-shadow:1px 1px 2px rgba(0,0,0,.3);

	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjN2E2N2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #c7a67f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#c7a67f));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#c7a67f 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#c7a67f 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#c7a67f 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#c7a67f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c7a67f',GradientType=0 );

}
.menuitem .bull{
	background-image:url("img/menuBull.png");
	background-repeat:no-repeat;
	position:absolute;
	width:8px;
	height:8px;
	margin-left:10px;
	margin-top:10px;
	pointer-events:none;

}
.menuitem.on .bull, .menuitem:hover .bull{
	background-image:url("img/menuBull-over.png");
}
.menuitem.active .bull{
	
}
.menuitem .subarrow{
	position:absolute;
	margin-left:178px;
	width:8px;
	height:12px;
	margin-top:4px;
	color:#fff;
	font-size:9pt;
	display:none;
	pointer-events:none;
}
.menuitem.has_submenu .subarrow{
	display:block
}
.menuitem.on .subarrow, .menuitem:hover .subarrow{
	color:#234479
}
.menuitem.active .subarrow{
	color:#666;
}
.menuitem.active.on .menuitem_label{
	background-image:none;
}
.menuitem.active.on{
	background-color:#fff;
}
.menuitem a {
	display:none;
}
.menuitem_label{
}

.menuitem .menuitem_label{
	text-decoration:none;
	color:#fff;
	display:block;
	padding-left:25px;
	background-position:10px center;
	text-shadow:1px 1px 2px rgba(0,0,0,.5);
	padding-top:3px;
	padding-bottom:3px;
	/* pointer-events:none; */
}
.menuitem.active{
	background-color:#eee;
	padding-top:6px !important;
	padding-bottom:6px !important;
	-webkit-box-shadow: inset 3px 3px 7px 0px rgba(0, 0, 0, .3);
    box-shadow: inset 3px 3px 7px 0px rgba(0, 0, 0, .3);
	border-top:none;
	border-bottom:none !important;
}
.menuitem .menuitem_label.active{
	color:#000;
	text-shadow:1px 1px 2px rgba(0,0,0,.3);
}
.menuitem.active .menuitem_label:hover{
	background-image:none !important;
}

.menuitem .menuitem_label:hover{
	color:#000;
	text-shadow:1px 1px 2px rgba(0,0,0,.3);

	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjN2E2N2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #c7a67f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#c7a67f));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#c7a67f 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#c7a67f 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#c7a67f 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#c7a67f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c7a67f',GradientType=0 );

}

.left2013_submenu {
	position:absolute;
	z-index:1000;
	background-color:#fff;
	-webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.28);
	-moz-box-shadow:    4px 4px 8px rgba(0, 0, 0, 0.28);
	box-shadow:         4px 4px 8px rgba(0, 0, 0, 0.28);
	border-top:1px solid #fff;
	display:none;
	border-left: 2px solid #0FAFFF;
}
.left2013_submenu ul{
	list-style-type: none;
    margin: 0px;
    padding: 0px;
	text-align:left
}
.left2013_submenu li{
    display: block;
    margin: 0px;
    padding: 4px;
	padding-left:10px;
	padding-right:20px;
	cursor:pointer;
	border-bottom:1px solid #eee;
}
.left2013_submenu li.over{
	background-color:#234479;
	color:#fff !important;
}
.left2013_submenu li.over.active{
	background-color:#666;
}
.left2013_submenu li.active{
	background-color:#eee;
}

.left2013_submenu li a{
	font-family: "Roboto Condensed", sans-serif;
	font-weight:normal !important;
	font-size:12pt;
	color:#234479;
	text-decoration:none;
	text-shadow:1px 1px 2px rgba(0,0,0,.3);
}
.left2013_submenu li a:hover{
}

.left2013_submenu li a.over{
	color:#fff;
}






p, td,  li , a{
	font-size:10.5pt !important;
	line-height:145% !important;
	font-family:Arial, Helvetica, sans-serif

}
/* footer glowing effect */
.footerTD{
	width:100%;
	color:#ffffff;	
	padding: 3px; 
	padding-top: 10px; 
	padding-bottom:15px;
	width: 790px;
}
.footerTD a{
	font-family: "Roboto Condensed", sans-serif !important;
	font-weight:normal !important;
	font-size:10.2pt !important;
	text-shadow:1px 1px 2px rgba(0,0,0,.3);
	-moz-opacity: 0.70;
	opacity: 0.70;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=70);
}
.footerTD a:hover{
	-moz-opacity: 1.0;
	opacity: 1.0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
	color:#fff !important
}

.absmiddle {
vertical-align: middle;
margin-bottom: .25em;
}
.clearer{clear:both;}

/* headings */
h1{
	border-bottom:1px solid #888888;
	padding-bottom:10px;
	margin-bottom:20px;
	font-family: "Playfair Display", serif  !important ;
	font-size:23pt !important;
	text-shadow:2px 2px 3px rgba(0,0,0,.3);
	display:block;
}
h1.h1OnHome{
border-bottom:1px solid #ffffff;
padding-bottom:10px;
margin-bottom:20px;
font-weight:normal !important;
letter-spacing:2px;
margin-top:0px;
}
img{
border:0px;
}
h2{
margin-bottom:8px;
margin-top:10px;
font-family: "Playfair Display", serif  !important ;
font-size:14pt !important;
}
h2 *{
font-family: "Playfair Display", serif  !important ;
font-size:14pt !important;
color:#B27B00 !important;
text-decoration:none !important;
	}
h2 a:hover {
	text-shadow:1px 1px 2px rgba(0,0,0,.3);
	border-bottom:1px solid #B27B00;
}
h3, .SiteMapTitles{
	display:inline;
	font-family: "Playfair Display", serif  !important ;
	color:#000 !important;
	font-size:10.5pt !important
}

#pnCMSMain {

padding-bottom:30px;
}
/* input and textarea styles */
textarea{
border:1px solid black;
background-color:#FFFFFF;
font-family:Tahoma;
font-size:11px;
background-image:url(/parameters/afmorg/arculat/Default/style/textarea_bg.gif);
padding:4px
}
textarea:focus{
border:1px solid #ff0000;
}

input.topLogin{
color:#000;

border:1px solid black;
background-color:#D7DFEA;
width:100px;
height:17px;
font-family:Tahoma;
font-size:10px;
background-image:url(/parameters/afmorg/blocks/images/inputbg.gif);
}
input:focus.topLogin{
border:1px solid #ff0000;
background-color:#D7DFEA;
width:100px;
height:17px;
font-family:Tahoma;
font-size:10px;
background-image:url(/parameters/afmorg/blocks/images/inputbg.gif);
color:#000;
}
input#searchPage, input#contactUs{

border:1px solid black;
background-color:#FFFFFF;
width:250px;
height:20px;
font-family:Tahoma;
font-size:11px;
background-image:url(/parameters/afmorg/arculat/Default/style/input_bg.gif);
}
input#formEditor{
	border:1px solid black;
	background-color:#FFFFFF;
	font-family:Tahoma;
	font-size:11px;
	background-image:url(/parameters/afmorg/arculat/Default/style/input_bg.gif);
	height:20px;
	padding:3px;
}
input:focus#formEditor{
border:1px solid #ff0000;
}

input:focus#searchPage, input:focus#contactUs{

border:1px solid #ff0000;
background-color:#FFFFFF;
width:250px;
height:20px;
font-family:Tahoma;
font-size:11px;
background-image:url(/parameters/afmorg/arculat/Default/style/input_bg.gif);
}
input#btn{
	border:1px solid #000000;
	background-color:#FFFFFF;
	width:100px;
	height:20px;
	font-family:Tahoma;
	font-size:11px;
	padding:0px;
	background-image:url(/parameters/afmorg/arculat/Default/style/button_bg.gif);
}

/* header login block input fields */
.topLogin{
font-family:Tahoma;
font-size:10px;
color:#FFFFFF;
}


/* image gallery */
.navTiny {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
}

.dl_icon{
position:absolute;
width:25px;
height:25px;
background-color:rgba(255,255,255,.8);
background-image:url("ImageGalleryNew/images/download-icon.png");
background-size:cover;
cursor:pointer;
}

/* members list page */
div.memberLogosDiv{
    width:                  300px;
    height:                 185px;
    
    float:                  left;

    margin:                 5px 10px 5px 0px;
    background:             white;
    overflow:               hidden;
	padding:				5px;

    position: 				relative;
    top:                    0px;
    left:                   0px;
	
	border-bottom:			1px solid #eeeeee;
}

.memberTitle{
	border-bottom:1px solid #999999;
	background-color:#eeeeee;
	color:#002F74 !important;
	padding:5px;
	width:300px;
	float:left;
	clear:both;
	font-family: "Roboto Condensed", sans-serif !important;
}
div.memberTitle, .memberTitle.span, .memberTitle a, h3 .memberTitle, span.contentBlack{
	font-size:13pt !important;
	font-weight:normal !important;
	font-family: "Roboto Condensed", sans-serif !important;
}

.memberDetailsTable{
float:left;
clear:both;
margin-bottom:10px;

}
p.memberDetails{
	float:left;
	font-size:12px;
	font-weight:bold;
	height:20px;
	clear:both;

}

p.memberWebsite{
	float:left;
	font-size:12px;
	font-weight:bold;
	height:20px;
	margin-left:20px;
	clear:both;
}
.membersPageImage{
float:left;
clear:both;
margin-top:0px;
text-align:center;
width:300px;
}

.tableHeadMembers{
background-color:#CCCCCC;
}

/* tables vertical heading texts */
.theadVert{ 
font-size:12px;
font-family:Arial, Helvetica, sans-serif;

writing-mode: tb-rl; filter: flipH() flipV();
vertical-align:bottom;
text-align:left
}


.tableMembers{
border:1px solid #666666;

}
.tableTDMembers{
background-color:#eeeeee;

}

clearer{
clear:both;
}

.navtext {
   font-size:11px;
   font-family:Tahoma;
   border: 1px solid #000000;
   layer-background-color:#FFF6D9;
   background-color:#FFF6D9;
   color:black;
   padding-left:3px;
   padding-right:3px;
   max-width:350px;
}

/* contact form */
.cntLeftCell{
	width:240px;
	float:left;
	padding:3px;
}
.cntRightCell{
	float:left;
	width:320px;
	margin:3px;
}

.board_image{
	-webkit-box-shadow:  4px 4px 5px rgba(0,0,0,.4);
	box-shadow:  4px 4px 5px  rgba(0,0,0,.4);
}

.imgGallerySubCatImage{
	margin-bottom:14px
}

.imgGallerySubTitle{
	font-size:14px;
	padding-top:14px
}

div .newsOnHome a ,div .newsOnHome a *{
	color:#fff !important;
	font-family: "Roboto Condensed", sans-serif;
	font-size:12pt;
	text-shadow:1px 1px 2px rgba(0,0,0,.7);
	line-height:140%;
}
div .newsOnHome a:hover{
	font-family: "Roboto Condensed", sans-serif;
	font-size:12pt;
	
}

.qtip *{
	font-family: "Roboto Condensed", sans-serif;
	font-weight:normal !important;
	font-size:13pt;
	text-shadow:1px 1px 2px rgba(0,0,0,.3);
}

.topNavBar{
	font-family: "Roboto Condensed", sans-serif !important;
	font-weight:normal !important;
	font-size:10.5pt !important;
	color:#000 ;
	margin-top:15px !important;
	display:inline-block !important;
	margin-bottom:0px;
}
a.topNavBar{
	color:#666;
	padding-right:3px;
}


/* conference icon menu */
.pncustommenumenu_site_conferenceIconMenu{
	white-space:nowrap;
	width:755px;
	margin-left:00px;
	margin-top:30px;
	margin-bottom:30px !important;
	display:block
}
.conf_menuitem{
	float:left;
	display:inline-block;
}

.mourning_frame{
	display:block;
	padding:3px;
	background-color:#000;
}

.mourning_frame .inner{
	padding:10px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	border:3px solid #fff;
}
