/* 
 * Deprecated DNN CSS class names will remain available for some time
 * before being  permanently removed. Removal will occur according to
 * the  following process:
 *
 * 1. Removal will only occur with a major (x.y) release, never
 *    with a maintenance (x.y.z) release.
 * 2. Removal will not occur less than six months after the release
 *    when it was deprecated.
 * 3. Removal will not occur until after deprecation has been noted 
 *    in at least two major releases.
 *
 *                                              |        |Planned |
 *  Name                                        |Release |Removal |
 *----------------------------------------------+--------+--------+
 * Mod{NAME}C                                     5.6.2    6.2
 *   {NAME} = sanitized version of the DesktopModule Name 
 *   Used on <div> tag surrounding Module Content, inside container
 *----------------------------------------------+--------+--------+
 */  



/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}


.dnnFormSectionHeadTM

{
  background-color:#F5F5F5;
 
}

.dnnPrimaryActionTM
{
  	text-decoration: underline;
 
}
.TimeLineReadMore
{
	color:#ffffff;
  	text-decoration: underline;
}








/* TOUCHMATE STYLE START HERE*/


.rw-wrapper {
    width: 80%;
    position: relative;
    margin: 110px auto 0 auto;
    font-family: 'Bree Serif';
    padding: 10px;
}

.rw-sentence {
    margin: 0;
    text-align: left;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}

    .rw-sentence span {
        /*color: #444;*/
        font-size: 200%;
        font-weight: normal;
    }

.rw-words {
    display: inline;
    text-indent: 10px;
}

.rw-words-1 span {
    position: absolute;
    opacity: 0;
    overflow: hidden;
    /*color: #6b969d;*/
    -webkit-animation: rotateWord 18s linear infinite 0s;
    -moz-animation: rotateWord 18s linear infinite 0s;
    -o-animation: rotateWord 18s linear infinite 0s;
    -ms-animation: rotateWord 18s linear infinite 0s;
    animation: rotateWord 18s linear infinite 0s;
}

    .rw-words-1 span:nth-child(2) {
        -webkit-animation-delay: 3s;
        -moz-animation-delay: 3s;
        -o-animation-delay: 3s;
        -ms-animation-delay: 3s;
        animation-delay: 3s;
        /*color: #6b889d;*/
    }

    .rw-words-1 span:nth-child(3) {
        -webkit-animation-delay: 6s;
        -moz-animation-delay: 6s;
        -o-animation-delay: 6s;
        -ms-animation-delay: 6s;
        animation-delay: 6s;
        /*color: #6b739d;*/
    }

    .rw-words-1 span:nth-child(4) {
        -webkit-animation-delay: 9s;
        -moz-animation-delay: 9s;
        -o-animation-delay: 9s;
        -ms-animation-delay: 9s;
        animation-delay: 9s;
        /*color: #7a6b9d;*/
    }

    .rw-words-1 span:nth-child(5) {
        -webkit-animation-delay: 12s;
        -moz-animation-delay: 12s;
        -o-animation-delay: 12s;
        -ms-animation-delay: 12s;
        animation-delay: 12s;
        /*color: #8d6b9d;*/
    }

    .rw-words-1 span:nth-child(6) {
        -webkit-animation-delay: 15s;
        -moz-animation-delay: 15s;
        -o-animation-delay: 15s;
        -ms-animation-delay: 15s;
        animation-delay: 15s;
        /*color: #9b6b9d;*/
    }

@-webkit-keyframes rotateWord {
    0% {
        opacity: 0;
    }

    2% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
    }

    5% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }

    17% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }

    20% {
        opacity: 0;
        -webkit-transform: translateY(30px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes rotateWord {
    0% {
        opacity: 0;
    }

    2% {
        opacity: 0;
        -moz-transform: translateY(-30px);
    }

    5% {
        opacity: 1;
        -moz-transform: translateY(0px);
    }

    17% {
        opacity: 1;
        -moz-transform: translateY(0px);
    }

    20% {
        opacity: 0;
        -moz-transform: translateY(30px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes rotateWord {
    0% {
        opacity: 0;
    }

    2% {
        opacity: 0;
        -o-transform: translateY(-30px);
    }

    5% {
        opacity: 1;
        -o-transform: translateY(0px);
    }

    17% {
        opacity: 1;
        -o-transform: translateY(0px);
    }

    20% {
        opacity: 0;
        -o-transform: translateY(30px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-ms-keyframes rotateWord {
    0% {
        opacity: 0;
    }

    2% {
        opacity: 0;
        -ms-transform: translateY(-30px);
    }

    5% {
        opacity: 1;
        -ms-transform: translateY(0px);
    }

    17% {
        opacity: 1;
        -ms-transform: translateY(0px);
    }

    20% {
        opacity: 0;
        -ms-transform: translateY(30px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes rotateWord {
    0% {
        opacity: 0;
    }

    2% {
        opacity: 0;
        transform: translateY(-30px);
    }

    5% {
        opacity: 1;
        transform: translateY(0px);
    }

    17% {
        opacity: 1;
        transform: translateY(0px);
    }

    20% {
        opacity: 0;
        transform: translateY(30px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@media screen and (max-width: 768px) {
    .rw-sentence {
        font-size: 18px;
    }
}

@media screen and (max-width: 320px) {
    .rw-sentence {
        font-size: 9px;
    }
}




/*3D Banner*/
.ls-layer a,
.ls-layer a:link,
.ls-layer a:active,
.ls-layer a:visited{
	color:#FFF;
}
.ls-layer a;hover{
	color:#FFF;
}
.ls-layer {
	-webkit-text-size-adjust: none;
}
.ls-layer h3.Banner_Title {
	color: #FFF;
	font-size: 40px;
}
.ls-layer .Banner_Content {
	color: #FFF;
	font-size: 17px;
	padding: 18px 0px;
	border-top: 1px solid #FFF !important;
	border-bottom: 1px solid #FFF !important;
}
.ls-layer .Banner_More {
	font-size: 16px;
	padding: 10px 25px;
	color: #FFF;
	border: 2px solid #ffffff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.ls-layer .Banner_MoreB {
	font-size: 16px;
	padding: 10px 25px;
	color: #000;
	border: 2px solid #000000;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.ls-layer .Banner_MoreB a, .ls-layer .Banner_MoreB a:link, .ls-layer .Banner_MoreB a:active, .ls-layer .Banner_MoreB a:visited {
	color: #000;
	text-decoration: none
}
.ls-layer .Banner_MoreB a:hover {
	color: #000;
	text-decoration: none;
}
.ls-layer .Banner_More a, .ls-layer .Banner_More a:link, .ls-layer .Banner_More a:active, .ls-layer .Banner_More a:visited {
	color: #FFF;
	text-decoration: none
}
.ls-layer .Banner_More a:hover {
	color: #FFF;
	text-decoration: none;
}
.ls-layer h3.Banner_Title2 {
	color: #FFF;
	font-size: 40px;
	font-weight: bold;
}
.ls-layer .Banner_Content2 {
	color: #FFF;
	font-size: 16px;
	line-height: 2;
}
.ls-layer .Banner_More2 {
	font-size: 15px;
	font-weight: bold;
	width: 183px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	color: #FFF;
	background: url(images/Banner_More2_bg.png) no-repeat left top;
	background-size: cover;
}
.ls-layer .Banner_More2 a, .ls-layer .Banner_More2 a:link, .ls-layer .Banner_More2 a:active, .ls-layer .Banner_More2 a:visited {
	color: #FFF;
	text-decoration: none
}
.ls-layer .Banner_More2 a:hover {
	color: #FFF;
	text-decoration: none;
}
.ls-layer .Banner_Title3 {
	background: url(images/opacity_50.png);
	color: #FFF;
	padding: 11px 15px 12px;
	font-size: 24px;
	font-weight: bold;
}
.ls-layer .Banner_Content3 {
	background: url(images/opacity_50.png);
	color: #FFF;
	padding: 12px 15px;
	font-size: 16px;
}
.ls-layer .Banner_Title5 {
	color: #ffffff;
	font-size: 45px;
	font-weight: bold;
}
.ls-layer .Banner_Title6 {
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
}
.ls-layer .Banner_Content5 {
	color: #FFF;
	padding: 12px 15px;
	font-size: 16px;
	text-align: center;
}
.ls-layer .Banner_More5 {
	font-size: 15px;
	font-weight: bold;
	width: 183px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	color: #FFF;
	border: 2px solid #ffffff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.ls-layer .Banner_More5 a, .ls-layer .Banner_More5 a:link, .ls-layer .Banner_More5 a:active, .ls-layer .Banner_More5 a:visited {
	color: #FFF;
	text-decoration: none
}
.ls-layer .Banner_More5 a:hover {
	color: #FFF;
	text-decoration: none;
}
.ls-layer .Banner_Title7 {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}
.ls-layer .Banner_Content6 {
	color: #ffffff;
	font-size: 14px;
}
.ls-layer .Banner_More6 {
	font-size: 15px;
	width: 143px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #FFF;
	border: 2px solid #ffffff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.ls-layer .Banner_More6 a, .ls-layer .Banner_More6 a:link, .ls-layer .Banner_More6 a:active, .ls-layer .Banner_More6 a:visited {
	color: #FFF;
	text-decoration: none
}




 @media only screen and (max-width: 560px) {
.ls-layer .Banner_More {
	border: 1px solid #ffffff !important;
}
}
.ls-borderlessdark .ls-nav-prev {
	background: url(images/Banner_arrows.png) no-repeat 9px center !important;
	width: 38px;
	height: 38px;
}
.ls-borderlessdark .ls-nav-next {
	background: url(images/Banner_arrows.png) no-repeat -76px center !important;
	width: 38px;
	height: 38px;
}
.ls-borderlessdark .ls-bottom-nav-wrapper {
	display: none !important
}




/*latestNews*/
.latestNews dl {
	border-bottom: 1px solid #e5e5e5;
	padding: 0 0 15px;
	margin: 0 0 20px;
	clear: both;
}
.latestNews dt {
	float: left;
	margin: 0px;
	padding: 0px 15px 0px 0px;
}
.latestNews dd {
	margin: 0px;
	padding: 0px;
}
.latestNews dl:last-child {
	border-bottom: none;
	padding: 0;
	margin: 0;
	clear: both;
}
.latestNews dd h3 {
	font-size: 15px;
	margin: 0 0 5px;
}
/*Link_list*/

.list_list {
	margin: 10px 0px;
	padding: 0 0 0 3px;
}
.list_list ul {
	margin: 0;
	padding: 0;
}
.list_list li {
	list-style: none;
	display: block;
	padding: 4px 0px;
	overflow: hidden;
}
.list_list li span.ico {
	background: url(images/arrow-3.png) no-repeat center center;
	width: 18px;
	height: 18px;
	display: inline-block;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	vertical-align: middle;
	margin: 0px 10px 3px 0px;
}
.list_list2 li {
	width: 50%;
}
/*Order List*/
.Order_List {
	margin: 0px;
	padding: 0px;
}
.Order_List li {
	list-style: none;
	border-bottom: 1px solid #d6d6d6;
	padding: 19px 0px 18px 85px;
	position: relative;
	min-height: 45px;
}
.Order_List li span.number {
	width: 45px;
	height: 45px;
	line-height: 45px;
	display: block;
	position: absolute;
	top: 16px;
	left: 12px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	text-align: center;
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
}











/*Theme_21_LinkAndZoom*/

.Theme_21_LinkAndZoom_Normal .carousel_title {
	text-align: center;
	padding-top: 25px;
	color: #666666;
	background-color: #f9f9f9;
	margin: 0px;
	transition: background-color ease-in 200ms;
	-moz-transition: background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: background-color ease-in 200ms; /* Opera */
	-ms-transition: background-color ease-in 200ms; /* IE9? */
}
.Theme_21_LinkAndZoom_Normal .carousel_cap {
	text-align: center;
	padding: 5px 10px 30px;
	color: #999999;
	background: #f9f9f9 url(images/opacity_15.png) repeat-x left bottom;
	margin: 0px;
	transition: background-color ease-in 200ms;
	-moz-transition: background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: background-color ease-in 200ms; /* Opera */
	-ms-transition: background-color ease-in 200ms; /* IE9? */
}
.Theme_21_LinkAndZoom_Normal .carousel_box:hover .carousel_title, .Theme_21_LinkAndZoom_Normal .carousel_box:hover .carousel_cap {
	color: #FFF;
}
.Theme_21_LinkAndZoom_Normal .carousel_image {
	background: url(images/opacity_70.png)
}
.Theme_21_LinkAndZoom_Normal li {
}
.Theme_21_LinkAndZoom_Normal .Icon_zoom {
	background-image: url(images/Theme_Ico.png) !important;
	border: 3px solid #FFF;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	margin-right: 10px;
}
.Theme_21_LinkAndZoom_Normal span.Icon_link {
	background-image: url(images/Theme_Ico.png) !important;
	border: 3px solid #FFF;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	margin-left: 10px;
}
.Theme_21_LinkAndZoom_Normal .pager {
	margin-top: 15px;
}
.Theme_21_LinkAndZoom_Normal .prev, .Theme_21_LinkAndZoom_Normal .next {
	display: none !important;
}
/*Theme_14_Default*/
.Theme_14_Default .scrollableArea {
	background: #000;
}
.Theme_14_Default .scrollableArea a img, .Theme_14_Default .scrollableArea a:before {
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: all ease-in 200ms; /* Opera */
	-ms-transition: all ease-in 200ms; /* IE9? */
}
.Theme_14_Default .scrollableArea a:hover img {
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.Theme_14_Default .scrollableArea a {
	position: relative;
	display: block;
	float: left;
}
.Theme_14_Default .scrollableArea a:before {
	content: "  ";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 54px;
	height: 54px;
	display: block;
	margin: -27px 0px 0px -27px;
}
.Theme_14_Default .scrollableArea a:hover:before {
	background: url(images/Pic_Icon.png) center center no-repeat;
}
.Theme_14_Default .scrollingHotSpotLeft {
	width: 44px !important;
	height: 50px !important;
	background: url(images/arrow-4.png) no-repeat 12px center #000 !important;
	opacity: 0;
	min-width: 44px !important;
	top: 50% !important;
	margin-top: -25px !important;
	border-radius: 0px 3px 3px 0px;
	-moz-border-radius: 0px 3px 3px 0px;
	-webkit-border-radius: 0px 3px 3px 0px;
}
.Theme_14_Default .scrollingHotSpotRight {
	width: 44px !important;
	height: 50px !important;
	background: url(images/arrow-4.png) no-repeat -30px center #000 !important;
	opacity: 0;
	min-width: 44px !important;
	top: 50% !important;
	margin-top: -25px !important;
	border-radius: 3px 0px 0px 3px;
	-moz-border-radius: 3px 0px 0px 3px;
	-webkit-border-radius: 3px 0px 0px 3px;
}
/*Theme_13_Elegant*/
.BannerBox {
	padding: 0px 5px;
}
.Theme_13_Elegant {
	border: 5px solid #FFF;
	margin-left: -5px !important;
}
.Theme_13_Elegant .unoslider_indicator {
	width: 100%;
	text-align: center !important;
	bottom: -30px !important;
	left: 0px !important;
	border: none !important;
	box-shadow: none !important;
}
.Theme_13_Elegant .unoslider_indicator a {
	height: 22px !important;
	width: 22px !important;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	margin: 0px 5px !important;
	background-color: rgba(255,255,255,0.7) !important;
	transition: background-color ease-in 200ms;
	-moz-transition: background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: background-color ease-in 200ms; /* Opera */
	-ms-transition: background-color ease-in 200ms; /* IE9? */
}
.Theme_13_Elegant .unoslider_indicator a.unoslider_indicator_active {
	background-color: rgba(0,0,0,0.4) !important;
}




/*------------------------------------------------*/
/* SOCIAL STYLE */
/*------------------------------------------------*/
/* ----------------------------------*/
/* DNN Module: Console */
/* ----------------------------------*/


 .console-none div {
    cursor: pointer;
    cursor: hand;
    float: left;
    height: auto;
    /*width: 250px;*/
    width:100% !important; /* updated for responsive*/
    padding: 0px;
    margin: 0px;
    text-align: left;  

}

 .console-none h3 {
    padding: 10px 8px 10px 40px;
    margin: 0;
    border-bottom: solid 1px #fff;
    background: url('images/arrow.png') 18px center no-repeat;
    color: #000000;
    font-size: 13px;
    line-height: 1;
    font-weight: bold;
}

 .console-none div div {
    display: none;
}

 .console-mouseon {
    background-color: rgba(203, 227, 32, 0.6); /* Menu Hover Background Color */
    
}

 .console {
    /*width: 250px;*/
    width:100% !important; /* updated for responsive*/
    height: auto;

     
}


/* ----------------------------------*/
/* DNN Module: ViewProfile Image */
/* ----------------------------------*/
#UserProfileImg img {
    width: 100px;
    height: auto;
    border: solid 3px #fff;
}

 .UserProfileControls ul {
    margin: 15px 0;
}

     .UserProfileControls ul li {
        list-style-type: none;
        margin-bottom: 3px;
    }

/* ----------------------------------*/
/* DNN Module: Member Directory (Send A Message, Follow, Subscribe) */
/* ----------------------------------*/
RightPane .DnnModule #mdMemberList {
    margin: 0 0 30px 0;
}

RightPane #mdMemberList ul {
    margin: 10px 0 0 0;
}

RightPane #mdMemberList li {
    margin-bottom: 0;
    -size: 12px;
    font-weight: bold;
    list-style-type: none;
}

RightPane #mdMemberList > li {
    width: 216px;
    margin: 0;
    padding: 6px 17px;
    background: #d7d7d7;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: background 0.15s ease-in-out;
    -moz-transition: background 0.15s ease-in-out;
    -o-transition: background 0.15s ease-in-out;
    -ms-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3);
}

    RightPane #mdMemberList > li:hover {
        z-index: 2; /*bring current li to top for tooltip */
        background: #d7d7d7;
        -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3), inset 0px 0px 0px 0px rgba(255, 255, 255, 1);
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3), inset 0px 0px 0px 0px rgba(255, 255, 255, 1);
    }

/* ----------------------------------*/
/* DNN Module: ViewProfile (Activity Feed) */
/* ----------------------------------*/
 .journalTools {
    max-width: 560px;
}

 .journalrow {
    padding-bottom: 10px;
    border-bottom: solid 1px #c0c0c0;
    margin-bottom: 20px;
}

 .journalfooter {
    padding: 0;
    margin: 0;
}

 .journalrow div.journalitem p.journalfooter {
    font-size: 12px;
    padding: 0;
    margin-bottom: 0;
}

 .journalrow div.journalitem ul.jcmt {
    font-size: 12px;
}

 .journalrow div.journalitem .likes {
    padding: 2px 5px;
    background-color: #dbdbdb;
}

#journalEditor #journalContent .juser, .journalrow .juser {
    border: none;
    color: #3B96B6;
    background-color: transparent;
}

/* ----------------------------------*/
/* DNN Module: ViewProfile (Message) */
/* ----------------------------------*/
 #UserDisplayNameHeader h2 {
    padding-bottom: 10px;
    border-bottom: solid 1px #c0c0c0;
}

/* dnnAdminTabNav Style*/
 #smMainContent .ui-corner-all {
    border-radius: 0;
}

 ul.dnnAdminTabNav {
    height: 38px;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #c0c0c0;
}

     ul.dnnAdminTabNav li {
        margin-right: 1px;
    }

         ul.dnnAdminTabNav li a {
            padding: 10px 15px;
            margin-bottom: 0px;
            border: none;
            background: #d7d7d7;
            -webkit-border-radius: 1px 1px 0px 0px;
            border-radius: 1px 1px 0px 0px;
            -webkit-border-radius: 0px;
            border-radius: 0px;
            color: #666;
            font-size: 12px;
            font-weight: bold;
            text-shadow: none;
        }

             ul.dnnAdminTabNav li a:hover {
                background: #899E05;
                color: #eee;
            }

         ul.dnnAdminTabNav li.ui-tabs-active a {
            padding: 10px 15px;
            margin-top: 0px;
            background: #899E05;
            color: #eee;
        }


/* Compose new message link */
 .dnnFormExpandContent {
    position: absolute;
    top: -40px;
    right: 0;
    height: 20px;
    font-size: 12px;
}

     .dnnFormExpandContent a.ComposeMessage {
        font-size: 12px;
    }

/* compose button */
 a.dnnPrimaryAction {
    display: inline-block;
    padding: 12px 20px;
    margin-bottom: 5px;
    background-color: #3B96B6;
    background: -moz-linear-gradient(top, #1aa0c9 0%, #1aa0c9);
    background: -webkit-gradient(linear, left top, left bottom, from(#1aa0c9), to(#1aa0c9));
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 0px solid #ffffff;
    -moz-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    -webkit-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    text-shadow: 0px 0px 0px rgba(000,000,000,0), 0px 0px 0px rgba(255,255,255,0);
}

     a.dnnPrimaryAction:hover,
     a.dnnPrimaryAction:active {
        cursor: pointer;
        cursor: hand;
        background-image: none;
        background-color: #D00;
    }

/* Message Control (Select, Actions, Inbox, Sent, Archived)*/
 .DnnModule .messageControls .dnnButtonGroup {
    margin-right: 0px; /* fixed Archived Button spacinging issue */
}

 .messageControls {
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #c0c0c0;
}

     .messageControls .messageFolders {
        float: right;
    }

/* number x-x of x */
 .messageFolders p {
    float: left;
    display: inline-block;
    padding: 8px 15px;
    margin: 0;
    color: #666;
    font-size: 12px;
}

     .messageFolders p strong {
        color: #666;
        font-weight: bold;
    }

/* Messages / Notification Specific Button Styles
    -------------------------------------*/
/* Style for the Action menu bar*/
 .DnnModule-Messaging-Notifications .dnnTertiaryAction {
    width: auto!important;
    padding: 9px 10px;
    font-size: 12px;
}

/* Styles for select drop*/
 .DnnModule .selectDrop ul {
    top: 34px;
    min-width: 120px;
    padding: 10px 14px!important;
    border: 1px solid #c2c2c2;
    background: #e7e7e7;
    /*CSS3*/
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .1);
}

/* Styles for select button on active state*/
 .selectDrop.active > a {
    background: #70b1c7;
    color: #eee;
    border-right: solid 0px #3B96B6;
    -webkit-box-shadow: inset 0px 1px 1px 0px #3B96B6;
    -moz-box-shadow: inset 0px 1px 1px 0px #3B96B6;
    box-shadow: inset 0px 1px 1px 0px #3B96B6;
}

/* when select drop down button is clicked toggle active class to show*/
 .selectDrop ul li {
    margin-bottom: 3px;
    font-size: 12px;
}

/* Remove corners and add dividers to buttons in button group */
 .dnnButtonGroup {
    background: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    list-style: none;
}

 ul.dnnButtonGroup > li {
    border-left: none;
}

 .dnnButtonGroup > li > a {
    border-left: 1px solid #ddd; /*light*/
    border-right: 1px solid #bbb; /*dark*/
    background-color: #d7d7d7;
    color: #666;
}

    /* Conversations button selected*/
     .dnnButtonGroup > li > a.active {
        color: #eee;
        border-right: 1px solid #3B96B6;
        background-color: #70b1c7;
    }

    /* Actions button hover*/
     .dnnButtonGroup > li > a.disabled:hover {
        color: #eee;
        border-left: 1px solid #3B96B6;
        background-color: #70b1c7;
    }

/* Select button hover */
 .alpha > a:hover {
    color: #eee;
    background-color: #70b1c7;
    border-right: 1px solid #3B96B6;
}

/* Archive Button */
 a.dnnSecondaryAction.ArchiveItems span {
    display: none; /* hide Archive text*/
}

 a.dnnSecondaryAction.ArchiveItems {
    height: 18px;
    min-width: 15px;
    margin-left: 5px;
    background: #d7d7d7 url('images/icon_bin.png') no-repeat center center;
    border-radius: 0;
    -webkit-box-shadow: none;
    text-shadow: none;
    box-shadow: none;
    color: #666;
    border: none;
}

     a.dnnSecondaryAction.ArchiveItems:hover {
        background: #70b1c7 url('images/icon_bin.png') no-repeat center center;
    }

/*Archive, Sent, Archived buttons Hover*/
 .dnnTertiaryAction:hover, a.dnnTertiaryAction:hover {
    background-color: #70b1c7;
    color: #eee;
}

/* Messages / Notification List Item
    -------------------------------------*/
/* Listing Styles */
 .smListings {
    font-size: 12px;
}

 .DnnModule .smListings ul {
    margin: 0;
}

 .smListings > ul > li {
    padding-top: 10px;
    margin: 0;
    background: transparent;
    border-bottom: 1px solid #c0c0c0;
}

     .smListings > ul > li.active {
        background: #f4f4f4; /* background color for active list items*/
    }

     .smListings > ul > li:last-child {
        border-bottom: none;
    }

 .smListings [class^="ListCol-"] {
    padding: 1% 1% 1% 0;
}

 .DnnModule-Messaging-Notifications .smListings .ListCol-1 {
    min-width: 20px; /* Main message list: Checkbox column width on */
}

 .DnnModule-Messaging-Notifications .smListings .ListCol-2 {
    min-width: 65px; /* Main message list: Avatar column width AND Drilldown message list: Message info column width*/
}

 .DnnModule-Messaging-Notifications .smListings .ListCol-3 {
    width: 56%; /* Main message list: Message info column width AND Drilldown message list: Time column width */
}

 .DnnModule-Messaging-Notifications .smListings .ListCol-4 {
    font-size: 11px; /* Main message list: Time column */
}

 .smTimeStamped {
    font-size: 11px;
}

 .DnnModule-Messaging-Details .smListings .ListCol-1 {
    min-width: 65px; /* Drilldown message list: Avatar column width*/
}

 .DnnModule-Messaging-Details .smListings .ListCol-2 {
    width: 56%; /* Drilldown message list: Message info column width*/
}

 .DnnModule-Messaging-Details .smListings .ListCol-3 {
    float: right; /* Drilldown message list: Time column */
    width: 25%;
    font-size: 12px;
}

 .hoverControls a {
    font-size: 12px; /* All lists: Archive & Reply links */
    font-weight: bold;
}

 .DnnModule-Messaging-Details .smListings .meta {
    margin-bottom: 5px; /* Drilldown message list: UserName link */
}

     .DnnModule-Messaging-Details .smListings .meta a {
        font-weight: bold; /* Drilldown message list: UserName link */
    }

 .DnnModule-Messaging-Details .smListings .message {
    color: #999; /* Drilldown message list: Message text */
    margin: 0;
}

 .DnnModule-Messaging-Notifications .smListings .subject {
    font-weight: bold;
}

 .DnnModule-Messaging-Notifications .smListings .active .subject {
    font-size: 13px; /* All lists: unread message subject */
    margin-bottom: 3px;
}

 .DnnModule-Messaging-Notifications .smListings .meta {
    margin-bottom: 8px; /* All lists: message From - Send to */
    line-height: 14px;
}

 .DnnModule-Messaging-Notifications .smListings .message {
    color: #999; /* All lists: Message text */
}

/*Column 3 Styles*/
 .DnnModule-Messaging-Details .smListings .ListCol-3 ul li {
    margin-bottom: 0px; /* Drilldown message list: Time column */
}

     .DnnModule-Messaging-Details .smListings .ListCol-3 ul li:first-child {
        color: #999; /* Drilldown message list: Time column */
    }

 .DnnModule-Messaging-Details .smListings .active .ActiveToggle:hover, .smListings .ActiveToggle {
    margin-left: 8px; /* Main message list: Time column-Mark as Read block */
    -webkit-box-shadow: 0px 1px 0px 0px #666;
    -moz-box-shadow: 0px 1px 0px 0px #666;
    box-shadow: 0px 1px 0px 0px #666;
}

     .DnnModule-Messaging-Details .smListings .active .ActiveToggle, .smListings .ActiveToggle:hover {
        margin-left: 8px; /* Main message list: Time column-Mark as Read block hover */
        background: rgb(59,150,182); /* Old browsers */
        /*CSS3*/
        background: -moz-linear-gradient(top, rgba(59,150,182,1) 0%, rgba(35,125,155,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(59,150,182,1)), color-stop(100%,rgba(35,125,155,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(59,150,182,1) 0%,rgba(35,125,155,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(59,150,182,1) 0%,rgba(35,125,155,1) 100%); /* Opera 11.10+ */
        background: linear-gradient(top, rgba(59,150,182,1) 0%,rgba(35,125,155,1) 100%); /* W3C */
        -webkit-box-shadow: 0px 1px 0px 0px #666;
        -moz-box-shadow: 0px 1px 0px 0px #666;
        box-shadow: 0px 1px 0px 0px #666;
    }
/*Column 4 Styles*/
 .DnnModule-Messaging-Notifications .smListings .ListCol-4 ul li {
    margin-bottom: 0px; /* All lists: Time column */
}

     .DnnModule-Messaging-Notifications .smListings .ListCol-4 ul li:first-child {
        color: #999; /* All lists: Time column */
    }

 .DnnModule-Messaging-Notifications .smListings .active .ActiveToggle:hover, .smListings .ActiveToggle {
    margin-left: 8px; /* Main message list: Time column-Mark as Read block */
    -webkit-box-shadow: 0px 1px 0px 0px #666;
    -moz-box-shadow: 0px 1px 0px 0px #666;
    box-shadow: 0px 1px 0px 0px #666;
}

     .DnnModule-Messaging-Notifications .smListings .active .ActiveToggle, .smListings .ActiveToggle:hover {
        margin-left: 8px; /* Main message list: Time column-Mark as Read block hover*/
        background: rgb(59,150,182); /* Old browsers */
        /*CSS3*/
        background: -moz-linear-gradient(top, rgba(59,150,182,1) 0%, rgba(35,125,155,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(59,150,182,1)), color-stop(100%,rgba(35,125,155,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(59,150,182,1) 0%,rgba(35,125,155,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(59,150,182,1) 0%,rgba(35,125,155,1) 100%); /* Opera 11.10+ */
        background: linear-gradient(top, rgba(59,150,182,1) 0%,rgba(35,125,155,1) 100%); /* W3C */
        -webkit-box-shadow: 0px 1px 0px 0px #666;
        -moz-box-shadow: 0px 1px 0px 0px #666;
        box-shadow: 0px 1px 0px 0px #666;
    }

 .DnnModule-Messaging-Notifications .notificationControls {
    font-weight: bold; /* Main notifications list: Follow back & Dismiss links */
}

/* Message Header (subject & back button)
    -------------------------------------*/
 .messageHeader {
    padding: 0;
    margin: 0;
}

     .messageHeader p {
        font-size: 13px;
        color: #666;
        float: left;
    }

         .messageHeader p strong {
            color: #333;
        }

     .messageHeader .returnLink {
        font-size: 12px;
        font-weight: bold;
    }

/* Show Previous Repies 
    -------------------------------------*/
 .morePrevMsgButton {
    color: #666;
    font-size: 12px;
    text-align: center;
    padding: 10px;
    margin-bottom: 15px;
    border: solid 1px #c0c0c0;
    background: #d7d7d7;
    -webkit-box-shadow: inset 0px 0px 3px 0px #ccc;
    -moz-box-shadow: inset 0px 0px 3px 0px #ccc;
    box-shadow: inset 0px 0px 3px 0px #ccc;
}

/* Reply Form
    -------------------------------------*/
 textarea#replyMessage {
    width: 94%;
    height: 75px;
    color: #666;
    border: 1px solid #c0c0c0;
    background: #f4f4f4;
}

     textarea#replyMessage:focus,
     textarea#replyMessage:active {
        color: #666;
        background: #fff;
    }

/*------------------------------------------------*/
/* GENERIC CLASSES
    /*------------------------------------------------*/

/* Clear-fix for floated elements 
    -------------------------------------*/
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}


.LeftLablel .dnnLabel
{
  text-align: left;
}



/* Ads 
    -------------------------------------*/
/* Ads - Copy Block Style */
.adContent {
    position: absolute;
    padding: 10px;
    background-color: #000;
    opacity: 0.7;
    color: #eee;
}

    .adContent h2 {
        margin-bottom: 5px;
        color: #eee;
        font-weight: normal;
    }

/* Ads - Style One: 400x270 */
/*  rewritten for Bootstrap
    .content_adstyleOne {
    position: relative;
    width: 400px;
    height: 270px;
    margin-right: 5px;
    color: #eee;
}*/
.content_adstyleOne {
    position: relative;
    margin-right: 0px;
    margin-bottom:18px;
    color: #eee;
}

    .content_adstyleOne .adContent {
        bottom: 0;
        right: -2%;
    }

/* Ads - Style Two: 570x130 */
/*  rewritten for Bootstrap
.content_adstyleTwo {
    position: relative;
    width: 570px;
    height: 130px;
    margin-bottom: 10px;
} */
.content_adstyleTwo {
    position: relative;
    margin-bottom: 18px;
}
    .content_adstyleOne img,
    .content_adstyleTwo img{width:100%;}

    .content_adstyleOne img{bottom:0; width:102%!important; max-width:102%;}

    .content_adstyleTwo .adContent {
        top: 0;
    }
    .content_adstyleTwo h2 {
        line-height:1;
    }



a[href='#dnnUserSubscriptions']{ display: none !important}


  .4-u2
{
  background-color: #000;
}


.SquareRibbonCenter_Title 
{ 
  background:#899E05;
  color:#fff;
  
}








