*
{
    margin: 0px;
    padding: 0px;
}
html
{
    background-color: white;
}
img
{
    border:0px;
}
.tblStyle
{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}
body
{
    margin: 0px;
    padding: 0px;
    text-align: justify;
    font: 13px Arial, Helvetica, sans-serif;
    color: #000000;
}
.HeaderTitle
{
	font-size:15px;
	font-weight:bold;
	color: #0033CC;
}
.lnkFooter
{
	font-style: normal;
	font-size: 12px;
	color: Black;
}
a.contentevent:link
{
	color: white;
}

a.contentevent:visited
{
	color: white;
}

a.contentevent:hover
{
	color: #e15830;
	text-decoration: none;
}

a.contentevent:active
{
	color: white;
	text-decoration: none;
}

a.forget:link
{
	color: Blue;
    font-size: 11px;
    text-decoration:underline;
}

a.forget:visited
{
	color: Blue;
    font-size: 11px;
    text-decoration:underline;
}

a.forget:hover
{
	color: Blue;
    font-size: 11px;
	text-decoration:underline;
}

a.forget:active
{
	color: Blue;
    font-size: 11px;
	text-decoration:underline;   
}
a.companyName:link
{
	color: Blue;
    font-size: 12px;
    font-weight:bold;
    text-decoration:underline;
}

a.companyName:visited
{
	color: Blue;
    font-size: 12px;
    font-weight:bold;
    text-decoration:underline;
}

a.companyName:hover
{
	color: Blue;
    font-size: 12px;
    font-weight:bold;
	text-decoration:underline;
}

a.companyName:active
{
	color: Blue;
    font-size: 12px;
    font-weight:bold;
	text-decoration:underline;
}
a.memURL:link
{
	color: #0033CC;
    font-size: 14px;
    font-weight:bold;
    text-decoration:underline;
}

a.memURL:visited
{
	color: #0033CC;
    font-size: 14px;
    font-weight:bold;
    text-decoration:underline;
}

a.memURL:hover
{
	color: #0033CC;
    font-size: 14px;
    font-weight:bold;
	text-decoration:underline;
}

a.memURL:active
{
	color: #0033CC;
    font-size: 14px;
    font-weight:bold;
	text-decoration:underline;
}

a.Email:link
{
    color: black;
    font-size: 11px;
    text-decoration:underline;
}

a.Email:visited
{
    color: black;
    font-size: 11px;
    text-decoration:underline;
}

a.Email:hover
{
    color: black;
    font-size: 11px;
	text-decoration:underline;
}

a.Email:active
{
    color: black;
    font-size: 11px;
	text-decoration:underline;
}

a.event:link
{
	color: #191970;
        text-decoration:none;
}

a.event:visited
{
	color:#191970;
    text-decoration:none;
}

a.event:hover
{
	/*color: #99CC33;*/
	text-decoration: underline;
}

a.event:active
{
	color: #191970;
	text-decoration: none;
}


a.lnkmore:link
{
	color: #191970;
    font-style: italic;
    text-decoration:none;
}

a.lnkmore:visited
{
	color:#191970;
       font-style: italic;
    text-decoration:none;
}

a.lnkmore:hover
{
	 font-style: italic;
	text-decoration: underline;
}

a.lnkmore:active
{
      font-style: italic;
	text-decoration: none;
}


a.popup:link
{
	color: #191970;
    font-size: 15px;
    font-weight: bold;
    text-decoration:none;
}

a.popup:visited
{
	color:#191970;
      font-size: 15px;
      font-weight: bold;
    text-decoration:none;
}

a.popup:hover
{
	/*color: #99CC33;*/
        font-size: 15px;
        font-weight: bold;
	text-decoration: underline;
}

a.popup:active
{
     font-size: 15px;
	color: #191970;
    font-weight: bold;
	text-decoration: none;
}

a.contentevent:link
{
	color: #FFFFFF;
	text-decoration: none;
}
a.contentevent:hover
{
	color: #CCCCCC;
	text-decoration: none;
}
a.contentevent:visited
{
	text-decoration: none;
}
a.contentevent:active
{
	text-decoration: none;
}

/* isnotmember */
a.isnotmember:link
{
	color: #484848;
    text-decoration: none;
}

a.isnotmember:visited
{
	color: #484848;
    text-decoration: none;
}

a.isnotmember:hover
{
	color: white;
	text-decoration: none;
}

a.isnotmember:active
{
	color: #484848;
	text-decoration: none;
}
/* isnotmember */


/* isnot member 

a.isnotmember:link
{
	color: #505050;
	text-decoration: none;
}
a.isnotmember:hover
{
	color: white;
	text-decoration: none;
}
a.isnotmember:visited
{
    color: #505050;
	text-decoration: none;
}
a.isnotmember:active
{
    color: white;
	text-decoration: none;
}

 isnot member */

a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	text-align: center;
	padding: 0 0 0.25em 0;
	margin: 0;
}

#nav, #nav ul
{ /* all lists */
	list-style: none;
	padding: 0;
	margin: 0;
	spacing: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

#nav a
{
	color: #e4e1b8;
	text-decoration: none;
}

#nav li
{ 
	float: left;
	position: relative;
	text-align: center;
	line-height: 25px;
	cursor: default;
	background: none;
	border-right: 1px dotted #444;
	padding-right: 5px;
	padding-left: 5px;
}

#nav li ul
{
	position: absolute;
	top: 100%;
	left: -999em;
}

#nav li li
{
	display: block;
	float: none;
	text-align: left;
	left: -42px;
	border-right: 0px;
}

#nav li li a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	font-weight: normal;
	color: #e4e1b8;
	padding: 0px 10px;
}

#nav li li a:hover
{
	color: white;
	background-color: #222;
}


#nav li:hover ul, #nav li.sfhover ul
{ 
	left: auto;
	display: block;
}
body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E3E6EA;
}
.style1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.style2
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0D264E;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	cursor: hand;
	filter: Glow(Color=white, Strength=2);
	visibility: visible;
	top: auto;
	bottom: auto;
    background-repeat: no-repeat;
    padding-right: 30px;
}
.style3
{
   font-size: 11px
}

.style4
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
    height: 18px;
}

.style5
{
	color: #990000;
	font-size: 12px;
}
.tblBorder
{
	border: 1px;
	border-color: black;
	border-style: solid;
}

.lblText
{
	font-style: normal;
	font-size: 11px;
	font-weight: bold;
    width: 60px;
    padding-left: 10px;
}

.lblUserDetail
{
	font-style: normal;
	font-size: 11px;
	font-weight: normal;
    width: 55px;
    padding-left: 06px;
}

.lblUserDetails
{
	font-style: normal;
	font-size: 11px;
	font-weight: normal;
    width: 125px;
    padding-left: 05px;
}

.lblMsg
{
	font-style: normal;
	font-size: 11px;
    width: 60px;
    padding-left: 10px;
}
.lblTxt
{
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
    width: 60px;
    padding-left: 10px;
}
.imgMouseOn
{
    background-image:url(images/button-up.GIF);
}
.imgMouseOut
{
    background-image:url(images/button-dn.GIF);
}
.EventTitle
{
	font-size:15px;
	font-weight:bold;
	color: #006400;
}
.EventDetail
{
	font-size:12px;
	font-weight:bold;
	color: #006400;
}
.EventDesc
{
	font-size:12px;
	color: #006400;
}
.tblLeftRail
{
    width: 149px;
}
.tblRightRail
{
    width: 149px;
}
.tblChapter
{
    width: 480px;
}
.tblGutterSpace
{
    width: 10px;
}
/*.tblGutterSpace1
{
    width: 10px;
}*/
.subHeading
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
    height: 16px;
}
.statusMsg
{
	font-style: normal;
	font-size: 11px;
	font-weight: bold;
    color: red;
}
.memDescription
{
	color: #191970;
	text-decoration:none;
}
.memHeader
{
	font-size:16px;
	font-weight:bold;
	color: #0033CC;
}
.memHead
{
	font-size:14px;
	font-weight:bold;
	color: #0033CC;
}

.HeadTitle
{
	font-size:11px;
	font-weight:bold;
	color: #0033CC;
}
.memText
{
	font-style: normal;
	font-size: 11px;	  
    padding-left: 10px;
}
.memberText
{
	font-style: normal;
	font-size: 11px;
  
}
.memMsg
{
	font-size:16px;
	font-weight:bold;
	color: black;
}

#rnd_container {background: transparent; margin:1px;}

    .rnd_top, .rnd_bottom {display:block; background:transparent; font-size:1px;}
    .rnd_b1, .rnd_b2, .rnd_b3, .rnd_b4 {display:block; overflow:hidden;}
    .rnd_b1, .rnd_b2, .rnd_b3 {height:1px;}
    .rnd_b2, .rnd_b3, .rnd_b4 {background:transparent; border-left:1px solid black; border-right:1px solid black;}
    .rnd_b1 {margin:0 5px; background:black;}
    .rnd_b2 {margin:0 3px; border-width:0 2px;}
    .rnd_b3 {margin:0 2px;}
    .rnd_b4 {height:2px; margin:0 1px;}

    .rnd_content {
    display:block;
    border:0 solid black;
    border-width:0 1px;
    padding: 4px;
    background:transparent;
    color: #191970;
    font-size: 14px;
    font-style: italic;
    padding-left: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 25px;
}
/* rounded corner right box */
.roundedcornr_box_116805 {
   background: #dddddd url('../../images/roundedcornr_116805_grad.gif') repeat-x top left;
}
.roundedcornr_top_116805 div {
   background: url('../../images/roundedcornr_116805_tl.gif') no-repeat top left;
}
.roundedcornr_top_116805 {
   background: transparent url('../../images/roundedcornr_116805_tr.gif') no-repeat top right;
}
.roundedcornr_bottom_116805 div {
   background: url('../../images/roundedcornr_116805_bl.gif') no-repeat bottom left;
}
.roundedcornr_bottom_116805 {
   background: transparent url('../../images/roundedcornr_116805_br.gif') no-repeat bottom right;
}

.roundedcornr_top_116805 div, .roundedcornr_top_116805,
.roundedcornr_bottom_116805 div, .roundedcornr_bottom_116805 {
   width: 100%;
   height: 30px;
   font-size: 1px;
}
.roundedcornr_content_116805 { margin: 0 30px; }