.BOX-Line-Main {
	//border: 4px solid #007fcc;
	//border-top-left-radius:8px;
	//border-top-right-radius:8px;		
	
	//box-shadow:5px 5px 5px #000000;
}

.BOX-TopLine-Main {
	/*border-radius:8px;
	border-top: 0px solid #ffffff;
	-moz-border-radius:8px; */
	//border-bottom-left-radius:8px;
	//border-bottom-right-radius:8px;		
}
.Border-990000-radius {
	border: 2px solid #FFFFFF;
	border-radius:2px;
	background-color: #FFFFFF;
	-moz-border-radius:2px; 	
}
.LINE-left-gray {
   border-left-width: 1px;
   border-left-style: solid;
   border-left-color: #999999;
}
.LINE-left-purple {
   border-left-width: 1px;
   border-left-style: solid;
   border-left-color: #62238F;
}

.borderRadius {
   border:2px solid #a1a1a1;
   padding:10px 10px; 
   width:200px;
   border-radius:7px;
   -moz-border-radius:7px; 
   box-shadow:5px 5px 5px #CCCCCC;
}

.radius
{
   border-radius:7px;
   -moz-border-radius:7px; 
   box-shadow:0px 3px 3px #666666;
}

.SignUpBlock
{
	border-radius:0px;
	border: 1px solid #000000;
	-moz-border-radius:0px; 
	box-shadow:4px 4px 4px #777777;
}

.BG-Main1
{
   background-color: #001B2F;
   background-image: -webkit-linear-gradient(top, #3F7DBC, #001B2F);
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3F7DBC), to(#001B2F));
   background-image:    -moz-linear-gradient(top, #3F7DBC, #001B2F);
   background-image:      -o-linear-gradient(top, #3F7DBC, #001B2F);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#3F7DBC, endColorstr=#001B2F);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#3F7DBC, endColorstr=#001B2F)";	
}

a.font-Tabs-1 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 16px;
   font-weight: bold;
   text-transform: capitalize;
   color: #ffffff;
   text-decoration: none;
}

a.font-Tabs-1:active {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 16px;
   font-weight: bold;
   text-transform: capitalize;
   color: #ffffff;
   text-decoration: none;
}

a.font-Tabs-1:visited {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 16px;
   font-weight: bold;
   text-transform: capitalize;
   color: #ffffff;
   text-decoration: none;
}

a.font-Tabs-1:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: underline;
	font-style: normal;
}

a.font-Tabs-2 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   font-weight: bold;
   text-transform: capitalize;
   color: #ffffff;
   text-decoration: none;
}

a.font-Tabs-2:active {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   font-weight: bold;
   text-transform: capitalize;
   color: #ffffff;
   text-decoration: none;
}

a.font-Tabs-2:visited {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   font-weight: bold;
   text-transform: capitalize;
   color: #ffffff;
   text-decoration: none;
}

a.font-Tabs-2:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: underline;
	font-style: normal;
}

ul, li{
	margin:0;
	border:0;
	padding:0;
	list-style-image: none;
	list-style-type: disc;
	list-style-position: outside;
}

#MenuBarMain{
   font-size:12px;
   font-weight:bold;
   padding:0px;
   height:30px;
}

#MenuBarMain .MenuMain li a{
   text-decoration:none;
   height:30px;
   line-height:25px;
   display:block;
}

#MenuBarMain ul .submenu {
	background:#FFFFFF;
	position:relative;
	top:-4px;
	padding:0px 0;
	clear:both;
	z-index:2;
	display:none;
	border-radius:0px;
	border-right: 2px solid #62238F;
	border-bottom: 2px solid #62238F;
   border-top: 2px solid #62238F;
	border-left: 2px solid #62238F;
	-moz-border-radius:0px; 
	box-shadow:0px 3px 3px #666666;

}

#MenuBarMain ul .submenu li{
   background:none;
   display:block;
   float:none;
   margin:0 0px;
   border:0;
   height:auto;
   line-height:normal;
   border-top:solid 1px #62238F;
}

#MenuBarMain .submenu li a{
   background:none;
   display:block;
   float:none;
   margin:0;
   border:0;
   height:20px;
   color:#62238F;
   line-height:normal;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: normal;
   padding-top: 8px;
   padding-right: 0px;
   padding-bottom: 0px;
   padding-left: 0px;
}

#MenuBarMain .submenu li a:hover{
	background:#62238F;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

.Box-Line {
	border: 1px solid #000000;
	display: inline;	
}

.Box-Line-floatleft {
	border: 1px solid #000000;
	display: inline;
	float: left;
}

.Box-Line-floatright {
	border: 1px solid #000000;
	display: inline;
	float: right;
}

.BOX-Blue
{
	border-radius:7px;
	background-color: #336699;
	padding: 10px;
	-moz-border-radius:7px; 
	box-shadow:0px 3px 3px #666666;
}

.fontNorm {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
}
.fontTestimonyMain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #CC0000;
	font-weight: normal;

}
a.fontFooter 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.fontFooter:visited 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.fontFooter:active 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.fontFooter:hover 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

a.fontPartner 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a.fontPartner:hover 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

.BOX-purple-thick {
   border: 2px double #62238F;
}


.fontPodcastLink {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: 12px;

}
.fontOffer-alert {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 16px;
   font-weight: bold;
   color: #000000;
}

.LINE-Purple {
   border: 2px solid #62238F;
}

.Radius-purple
{
   border: 2px solid #62238F;
   border-radius:7px;
   border-collapse: separate;
   -moz-border-radius:7px; 
   box-shadow:3px 3px 3px #666666;
}

.NoRadius-purple
{
   border: 1px solid #62238F;
   border-collapse: separate;
   box-shadow:2px 2px 2px #666666;
}

.Radius-purple-thick
{
   border: 4px solid #62238F;
   border-radius:7px;
   border-collapse: separate;
   -moz-border-radius:7px; 
   box-shadow:3px 3px 3px #666666;
}

.Radius-purple-noshadow
{
   border: 2px solid #62238F;
   border-radius:7px;
   border-collapse: separate;
   -moz-border-radius:7px; 
}

.BOX-purple {
   border: 1px solid #62238F;
}
.BTN-login {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 9px;
   font-weight: normal;
   color: #62238F;
   height: 20px;
}
.LINE-top-bottom-black {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
a.fontSidemenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #000033;
	text-decoration: none;
}
a.fontSidemenu:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #000033;
	text-decoration: none;
}
a.fontSidemenu:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #000033;
	text-decoration: none;
}
a.fontSidemenu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #000033;
	text-decoration: underline;
}

a.fontSidemenuOn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
a.fontSidemenuOn:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
a.fontSidemenuOn:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
a.fontSidemenuOn:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
}


.BG-sidemenu {
	background-color: #7D0103;
   border: 1px solid #ffffff;
   //border-radius:4px;
   //-moz-border-radius:4px; 
   //box-shadow:2px 2px 2px #999999;
}

.TXT-login {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10px;
   font-weight: normal;
   color: #62238F;
   height: 20px;
   border: 1px solid #62238F;
}

.LINE-top-bottom-purple {
   border-top-width: 5px;
   border-bottom-width: 5px;
   border-top-style: solid;
   border-bottom-style: solid;
   border-top-color: #62238F;
   border-bottom-color: #62238F;
}
.LINE-left-right-purple {
   border-right-width: 1px;
   border-left-width: 1px;
   border-right-style: solid;
   border-left-style: solid;
   border-right-color: #9900FF;
   border-left-color: #9900FF;
}

.crop{
	float:left;
	overflow:hidden;
	}

.crop img{
	margin:0px 0px -200px 0px;
}

.BG-media-salad {
   overflow: visible;
   position: absolute;
   visibility: visible;
   z-index: 0;
   height: 100%;
   width: 100%;
   left: 0px;
   top: 0px;
}

.position-social-media {
	position:fixed;
	top:33%;
	left:0px;
	z-Index:2;
	margin-left: -363px;
	width:400px;

}
.CURSOR-pointer {
   cursor: pointer;
}

.offer-button {
    background-image: url(/assets/images/submit.png); 
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    height: 45px;
    width:160px;
}

.UL-norm {
   list-style-type: circle;
}
.HR-white {
   background-color: #FFFFFF;
}
.LINE-bottom-purple {
   border-bottom-width: 1px;
   border-bottom-style: solid;
   border-bottom-color: #9900FF;
}
.LINE-left-right-bottom-purple {
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-right-color: #9900FF;
   border-bottom-color: #9900FF;
   border-left-color: #9900FF;
}
.LINE-left-bottom-purple {
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-bottom-style: solid;
   border-left-style: solid;
   border-bottom-color: #9900FF;
   border-left-color: #9900FF;
}

.UCASE {
   text-transform: uppercase;
}
.fontNorm-Caps
{
   font-family: Arial, Helvetica, sans-serif;
   font-weight: normal;
   color: #000000;
   text-transform: capitalize;
}


.fontNorm-Caps-gray {
   font-family: Arial, Helvetica, sans-serif;
   text-transform: capitalize;
   color: #7F7F7F;
}
.fontNorm-Caps-gray-small {
   font-family: Arial, Helvetica, sans-serif;
   text-transform: capitalize;
   color: #7F7F7F;
   font-size: 12px;
}

.fontNorm-small {
   font-family: Arial, Helvetica, sans-serif;
   color: #000000;
   font-size: 12px;
}
.fontNorm-small-purple {
   font-family: Arial, Helvetica, sans-serif;
   color: #9900FF;
   font-size: 12px;
}
.LINE-1px-white {
	background-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
Body {
	font-family: Arial, Helvetica, sans-serif;
}

.BOX-top-white {
	border-top: 1px solid #FFFFFF;
}

.BOX-top-bottom-black {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.LINE-top-right-white {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
}
.BG-WorkArea {
	background-color: #efefef;
	
}
.LINE-top-black {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.LINE-bottom-black {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.LINE-right-black{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.LINE-right-blue{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.BOX-black {
	border: 1px solid #000000;
}
.BOX-white {
	//border: 1px solid #FFFFFF;
}
.HEIGHT-space-menu-vertical {
	height: 30px;

}.BOX-Main-Work {
	/*border: 2px solid #000000;*/
}
.LINE-left-right-black {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
.LINE-top-bottom-white {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.LINE-bottom-white {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.LINE-top-white {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.radius-WorkArea
{
	/*border-top-left-radius:6px;
	border-top-right-radius:0px;
	border: 4px solid #ffffff;*/
}

.LINE-top-bottom-rotator
{
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #ffffff;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}

.BG-below-rotator-menu
{
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #2F5E8C;
}

.BG-below-rotator-menu-column
{
	background-color: #2F5E8C;
	border: 1px solid #ffffff;
}

.BG-below-rotator-menu-column-hilite
{
	background-color: #000000;
	border: 1px solid #ffffff;
}


.BG-divMenu
{
	background-color: #FFFFFF;
}

.BG-divMenu-column
{
	/*border: 2px solid #6699CC;*/
}

.LINE-top-divider
{
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #ffffff;
}

.LINE-left-right-divider
{
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #ffffff;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #ffffff;
}

.LINE-left-right-bottom-divider
{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #2F5E8C;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #2F5E8C;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #2F5E8C;
}

#menuTable td:hover 
{ 
	background: #B0D5F9;
}

#menuTable td a:hover
{ 
	color: #1C3651; 
	font-weight: bold;
}
.marginRight3 {
	margin-right: 3px;
}

.cursorHand
{
	cursor: hand;
	cursor: pointer;
}

.BOX-women-profile
{
	box-shadow:3px 3px 3px #000000;
	border: 1px solid #000000;
}

.Round-corners
{
	//border-radius:10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
}
.LINE-right
{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
}

.LINE-left-ffffff {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #ffffff;
}

.LINE-right-ffffff {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #ffffff;
}

.LINE-left-2F5E8C {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #2F5E8C;
}

.LINE-right-2F5E8C {
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #2F5E8C;
	
}

.strikethrough {
	text-decoration: line-through;
	color: #FF0000;
}

.LINE-all
{
	border: 1px solid #000000
}

.LINE-left-bottom-events {
	border-left-width: 1px;
	border-left-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.BOX-seminar-schedule {
	box-shadow:3px 3px 3px #666666;
	border: 1px solid #000000;
}
.LINE-right-events {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #6699CC;
}

.LINE-left-events {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #6699CC;
}
.BOX-testimonials
{
	border: 2px solid #000000;
}
.BOX-rotator
{
	//border-top: 1px solid #007fcc;
	//border-bottom: 1px solid #007fcc;
}